Skip to content

Commit 8e49778

Browse files
committed
publish: feat(TextField): Add multiple select
generated from commit 6d9bfd3
1 parent f99806a commit 8e49778

5 files changed

Lines changed: 42 additions & 42 deletions

File tree

react/build/bundle.73f32b38.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

react/build/bundle.df0516d5.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

react/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
</head>
1212
<body>
1313
<div id="rsg-root"></div>
14-
<script src="build/bundle.df0516d5.js"></script>
14+
<script src="build/bundle.73f32b38.js"></script>
1515
</body>
1616
</html>

react/main.css

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6535,6 +6535,29 @@ body {
65356535
color: var(--coolGrey);
65366536
}
65376537

6538+
.divider--SuA5q {
6539+
align-items: center;
6540+
display: flex;
6541+
}
6542+
.divider--SuA5q::after,
6543+
.divider--SuA5q::before {
6544+
content: '';
6545+
height: 1px;
6546+
background-color: var(--dividerColor);
6547+
}
6548+
.divider--SuA5q::before {
6549+
display: none;
6550+
margin-right: 0.5rem;
6551+
}
6552+
.divider--SuA5q::after {
6553+
flex: 1;
6554+
margin-left: 0.5rem;
6555+
}
6556+
.center--3K8dw::before {
6557+
display: block;
6558+
flex: 1;
6559+
}
6560+
65386561
html {
65396562
--primaryFont: Inter, Lato, sans-serif;
65406563
}
@@ -7689,29 +7712,6 @@ body {
76897712
min-width: 3rem;
76907713
}
76917714

7692-
.divider--SuA5q {
7693-
align-items: center;
7694-
display: flex;
7695-
}
7696-
.divider--SuA5q::after,
7697-
.divider--SuA5q::before {
7698-
content: '';
7699-
height: 1px;
7700-
background-color: var(--dividerColor);
7701-
}
7702-
.divider--SuA5q::before {
7703-
display: none;
7704-
margin-right: 0.5rem;
7705-
}
7706-
.divider--SuA5q::after {
7707-
flex: 1;
7708-
margin-left: 0.5rem;
7709-
}
7710-
.center--3K8dw::before {
7711-
display: block;
7712-
flex: 1;
7713-
}
7714-
77157715
.Stack--m--1tSpV > * + * {
77167716
margin-top: 1rem;
77177717
}
@@ -8218,19 +8218,19 @@ body {
82188218
font-weight: bold;
82198219
}
82208220

8221-
.c-input-text--3TAv1[aria-disabled=true],
8222-
.c-input-text--3TAv1[disabled] {
8221+
.c-input-text--1Tl4E[aria-disabled=true],
8222+
.c-input-text--1Tl4E[disabled] {
82238223
cursor: not-allowed;
82248224
background-color: var(--actionColorDisabledBackground);
82258225
color: var(--actionColorDisabled);
82268226
}
8227-
.c-input-text--3TAv1[aria-disabled=true]:hover,
8228-
.c-input-text--3TAv1[disabled]:hover,
8229-
.c-input-text--3TAv1[aria-disabled=true]:focus,
8230-
.c-input-text--3TAv1[disabled]:focus {
8227+
.c-input-text--1Tl4E[aria-disabled=true]:hover,
8228+
.c-input-text--1Tl4E[disabled]:hover,
8229+
.c-input-text--1Tl4E[aria-disabled=true]:focus,
8230+
.c-input-text--1Tl4E[disabled]:focus {
82318231
border: 0.063rem solid var(--borderMainColor);
82328232
}
8233-
.c-input-text--3TAv1 {
8233+
.c-input-text--1Tl4E {
82348234
display: inline-block;
82358235
width: 100%;
82368236
max-width: 32rem;
@@ -8244,34 +8244,34 @@ body {
82448244
color: var(--primaryTextColor);
82458245
outline: 0;
82468246
}
8247-
.c-input-text--3TAv1::placeholder {
8247+
.c-input-text--1Tl4E::placeholder {
82488248
color: var(--secondaryTextColor);
82498249
font-size: 1rem;
82508250
}
8251-
.c-input-text--3TAv1:hover {
8251+
.c-input-text--1Tl4E:hover {
82528252
border: 0.063rem solid var(--hintTextColor);
82538253
}
8254-
.c-input-text--3TAv1:focus {
8254+
.c-input-text--1Tl4E:focus {
82558255
border: 0.063rem solid var(--primaryColor);
82568256
outline: 0;
82578257
}
8258-
.c-input-text--3TAv1.is-error--3lsCJ,
8259-
.c-input-text--3TAv1:not(:focus):invalid {
8258+
.c-input-text--1Tl4E.is-error--wKsQv,
8259+
.c-input-text--1Tl4E:not(:focus):invalid {
82608260
border: 0.063rem solid var(--errorColor);
82618261
}
8262-
.c-input-text--tiny--MzMoD {
8262+
.c-input-text--tiny--wubKz {
82638263
border-radius: 0.125rem;
82648264
padding: 0.25rem 0.5rem 0.375rem;
82658265
}
8266-
.c-input-text--medium--28jPV {
8266+
.c-input-text--medium--1ISo1 {
82678267
border-radius: 0.125rem;
82688268
padding: 0.5rem 1rem 0.625rem;
82698269
}
8270-
.c-input-text--large--28EaR {
8270+
.c-input-text--large--2sSPx {
82718271
border-radius: 0.188rem;
82728272
padding: 0.813rem 1rem;
82738273
}
8274-
.c-input-text--fullwidth--33o_f {
8274+
.c-input-text--fullwidth--cqKU6 {
82758275
max-width: 100%;
82768276
}
82778277
@media (max-width: 48rem) {

0 commit comments

Comments
 (0)