@rarui/styles 2.2.5-rc.2 → 2.3.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/decorators/addSprinkleAttributes.js +1 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +12240 -12164
- package/dist/index.js +1 -1
- package/dist/node_modules/@vanilla-extract/dynamic/dist/vanilla-extract-dynamic.esm.js +1 -0
- package/dist/node_modules/@vanilla-extract/private/dist/vanilla-extract-private.esm.js +1 -0
- package/dist/node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js +1 -0
- package/dist/node_modules/rainbow-sprinkles/dist/createRuntimeFn-891c4670.esm.js +1 -0
- package/dist/packages/exhibition/avatar/index.js +1 -0
- package/dist/packages/exhibition/avatar/rarui-avatar.css +61 -0
- package/dist/packages/exhibition/avatar/rarui-avatar.css.js +1 -0
- package/dist/packages/exhibition/badge/index.js +1 -0
- package/dist/packages/exhibition/badge/rarui-badge.css +112 -0
- package/dist/packages/exhibition/badge/rarui-badge.css.js +1 -0
- package/dist/packages/exhibition/divider/index.js +1 -0
- package/dist/packages/exhibition/divider/rarui-divider.css +275 -0
- package/dist/packages/exhibition/divider/rarui-divider.css.js +1 -0
- package/dist/packages/exhibition/icon/index.js +1 -0
- package/dist/packages/exhibition/icon/rarui-icon.css +252 -0
- package/dist/packages/exhibition/icon/rarui-icon.css.js +1 -0
- package/dist/packages/exhibition/label/index.js +1 -0
- package/dist/packages/exhibition/label/rarui-label.css +20 -0
- package/dist/packages/exhibition/label/rarui-label.css.js +1 -0
- package/dist/packages/exhibition/stepper/index.js +1 -0
- package/dist/packages/exhibition/stepper/rarui-stepper.css +65 -0
- package/dist/packages/exhibition/stepper/rarui-stepper.css.js +1 -0
- package/dist/packages/exhibition/text/index.js +1 -0
- package/dist/packages/exhibition/text/rarui-text.css +535 -0
- package/dist/packages/exhibition/text/rarui-text.css.js +1 -0
- package/dist/packages/exhibition/title/index.js +1 -0
- package/dist/packages/exhibition/title/rarui-title.css +498 -0
- package/dist/packages/exhibition/title/rarui-title.css.js +1 -0
- package/dist/packages/exhibition/tooltip/index.js +1 -0
- package/dist/packages/exhibition/tooltip/rarui-tooltip.css +38 -0
- package/dist/packages/exhibition/tooltip/rarui-tooltip.css.js +1 -0
- package/dist/packages/feedback/progress/index.js +1 -0
- package/dist/packages/feedback/progress/rarui-progress.css +59 -0
- package/dist/packages/feedback/progress/rarui-progress.css.js +1 -0
- package/dist/packages/feedback/skeleton/index.js +1 -0
- package/dist/packages/feedback/skeleton/rarui-skeleton.css +139 -0
- package/dist/packages/feedback/skeleton/rarui-skeleton.css.js +1 -0
- package/dist/packages/feedback/status/index.js +1 -0
- package/dist/packages/feedback/status/rarui-status.css +108 -0
- package/dist/packages/feedback/status/rarui-status.css.js +1 -0
- package/dist/packages/feedback/toast/index.js +1 -0
- package/dist/packages/feedback/toast/rarui-toast.css +229 -0
- package/dist/packages/feedback/toast/rarui-toast.css.js +1 -0
- package/dist/packages/input/button/index.js +1 -0
- package/dist/packages/input/button/rarui-button.css +357 -0
- package/dist/packages/input/button/rarui-button.css.js +1 -0
- package/dist/packages/input/checkbox/index.js +1 -0
- package/dist/packages/input/checkbox/rarui-checkbox.css +88 -0
- package/dist/packages/input/checkbox/rarui-checkbox.css.js +1 -0
- package/dist/packages/input/chip/index.js +1 -0
- package/dist/packages/input/chip/rarui-chip.css +150 -0
- package/dist/packages/input/chip/rarui-chip.css.js +1 -0
- package/dist/packages/input/datepicker/index.js +1 -0
- package/dist/packages/input/datepicker/rarui-datepicker.css +186 -0
- package/dist/packages/input/datepicker/rarui-datepicker.css.js +1 -0
- package/dist/packages/input/dropdown/index.js +1 -0
- package/dist/packages/input/dropdown/rarui-dropdown.css +196 -0
- package/dist/packages/input/dropdown/rarui-dropdown.css.js +1 -0
- package/dist/packages/input/iconButton/index.js +1 -0
- package/dist/packages/input/iconButton/rarui-iconButton.css +356 -0
- package/dist/packages/input/iconButton/rarui-iconButton.css.js +1 -0
- package/dist/packages/input/input/index.js +1 -0
- package/dist/packages/input/input/rarui-input.css +171 -0
- package/dist/packages/input/input/rarui-input.css.js +1 -0
- package/dist/packages/input/radioButton/index.js +1 -0
- package/dist/packages/input/radioButton/rarui-radioButton.css +113 -0
- package/dist/packages/input/radioButton/rarui-radioButton.css.js +1 -0
- package/dist/packages/input/select/index.js +1 -0
- package/dist/packages/input/select/rarui-select.css +134 -0
- package/dist/packages/input/select/rarui-select.css.js +1 -0
- package/dist/packages/input/textarea/index.js +1 -0
- package/dist/packages/input/textarea/rarui-textarea.css +54 -0
- package/dist/packages/input/textarea/rarui-textarea.css.js +1 -0
- package/dist/packages/input/toggle/index.js +1 -0
- package/dist/packages/input/toggle/rarui-toggle.css +208 -0
- package/dist/packages/input/toggle/rarui-toggle.css.js +1 -0
- package/dist/packages/layout/box/index.js +1 -0
- package/dist/packages/layout/box/rarui-box.css +13346 -0
- package/dist/packages/layout/box/rarui-box.css.js +1 -0
- package/dist/packages/layout/sidebar/index.js +1 -0
- package/dist/packages/layout/sidebar/rarui-sidebar.css +212 -0
- package/dist/packages/layout/sidebar/rarui-sidebar.css.js +1 -0
- package/dist/packages/navigation/breadcrumb/index.js +1 -0
- package/dist/packages/navigation/breadcrumb/rarui-breadcrumb.css +39 -0
- package/dist/packages/navigation/breadcrumb/rarui-breadcrumb.css.js +1 -0
- package/dist/packages/navigation/link/index.js +1 -0
- package/dist/packages/navigation/link/rarui-link.css +45 -0
- package/dist/packages/navigation/link/rarui-link.css.js +1 -0
- package/dist/packages/navigation/pagination/index.js +1 -0
- package/dist/packages/navigation/pagination/rarui-pagination.css +73 -0
- package/dist/packages/navigation/pagination/rarui-pagination.css.js +1 -0
- package/dist/packages/navigation/sideNavigation/index.js +1 -0
- package/dist/packages/navigation/sideNavigation/rarui-sideNavigation.css +103 -0
- package/dist/packages/navigation/sideNavigation/rarui-sideNavigation.css.js +1 -0
- package/dist/packages/navigation/tabs/index.js +1 -0
- package/dist/packages/navigation/tabs/rarui-tabs.css +104 -0
- package/dist/packages/navigation/tabs/rarui-tabs.css.js +1 -0
- package/dist/packages/surface/accordion/index.js +1 -0
- package/dist/packages/surface/accordion/rarui-accordion.css +63 -0
- package/dist/packages/surface/accordion/rarui-accordion.css.js +1 -0
- package/dist/packages/surface/banner/index.js +1 -0
- package/dist/packages/surface/banner/rarui-banner.css +42 -0
- package/dist/packages/surface/banner/rarui-banner.css.js +1 -0
- package/dist/packages/surface/card/index.js +1 -0
- package/dist/packages/surface/card/rarui-card.css +422 -0
- package/dist/packages/surface/card/rarui-card.css.js +1 -0
- package/dist/packages/surface/modal/index.js +1 -0
- package/dist/packages/surface/modal/rarui-modal.css +169 -0
- package/dist/packages/surface/modal/rarui-modal.css.js +1 -0
- package/dist/themes/globals.css +165 -0
- package/dist/themes/globals.css.js +1 -0
- package/dist/themes/rarui-theme-dark.css +165 -0
- package/dist/themes/rarui-theme-dark.css.js +1 -0
- package/dist/utils/index.js +1 -0
- package/package.json +14 -7
- package/dist/accordion/index.css +0 -1
- package/dist/accordion/index.js +0 -1
- package/dist/avatar/index.css +0 -1
- package/dist/avatar/index.js +0 -1
- package/dist/badge/index.css +0 -1
- package/dist/badge/index.js +0 -1
- package/dist/banner/index.css +0 -1
- package/dist/banner/index.js +0 -1
- package/dist/box/index.css +0 -1
- package/dist/box/index.js +0 -1
- package/dist/breadcrumb/index.css +0 -1
- package/dist/breadcrumb/index.js +0 -1
- package/dist/button/index.css +0 -1
- package/dist/button/index.js +0 -1
- package/dist/card/index.css +0 -1
- package/dist/card/index.js +0 -1
- package/dist/checkbox/index.css +0 -1
- package/dist/checkbox/index.js +0 -1
- package/dist/chip/index.css +0 -1
- package/dist/chip/index.js +0 -1
- package/dist/datepicker/index.css +0 -1
- package/dist/datepicker/index.js +0 -1
- package/dist/divider/index.css +0 -1
- package/dist/divider/index.js +0 -1
- package/dist/dropdown/index.css +0 -1
- package/dist/dropdown/index.js +0 -1
- package/dist/esm/index.css +0 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/styles.css +0 -1
- package/dist/esm/themes/dark.css +0 -1
- package/dist/esm/themes/dark.js +0 -1
- package/dist/icon/index.css +0 -1
- package/dist/icon/index.js +0 -1
- package/dist/iconButton/index.css +0 -1
- package/dist/iconButton/index.js +0 -1
- package/dist/input/index.css +0 -1
- package/dist/input/index.js +0 -1
- package/dist/label/index.css +0 -1
- package/dist/label/index.js +0 -1
- package/dist/link/index.css +0 -1
- package/dist/link/index.js +0 -1
- package/dist/modal/index.css +0 -1
- package/dist/modal/index.js +0 -1
- package/dist/pagination/index.css +0 -1
- package/dist/pagination/index.js +0 -1
- package/dist/progress/index.css +0 -1
- package/dist/progress/index.js +0 -1
- package/dist/radioButton/index.css +0 -1
- package/dist/radioButton/index.js +0 -1
- package/dist/select/index.css +0 -1
- package/dist/select/index.js +0 -1
- package/dist/sideNavigation/index.css +0 -1
- package/dist/sideNavigation/index.js +0 -1
- package/dist/sidebar/index.css +0 -1
- package/dist/sidebar/index.js +0 -1
- package/dist/skeleton/index.css +0 -1
- package/dist/skeleton/index.js +0 -1
- package/dist/status/index.css +0 -1
- package/dist/status/index.js +0 -1
- package/dist/stepper/index.css +0 -1
- package/dist/stepper/index.js +0 -1
- package/dist/styles.css +0 -1
- package/dist/tabs/index.css +0 -1
- package/dist/tabs/index.js +0 -1
- package/dist/text/index.css +0 -1
- package/dist/text/index.js +0 -1
- package/dist/textarea/index.css +0 -1
- package/dist/textarea/index.js +0 -1
- package/dist/themes/dark.css +0 -1
- package/dist/themes/dark.d.ts +0 -9
- package/dist/themes/dark.js +0 -1
- package/dist/title/index.css +0 -1
- package/dist/title/index.js +0 -1
- package/dist/toast/index.css +0 -1
- package/dist/toast/index.js +0 -1
- package/dist/toggle/index.css +0 -1
- package/dist/toggle/index.js +0 -1
- package/dist/tooltip/index.css +0 -1
- package/dist/tooltip/index.js +0 -1
|
@@ -0,0 +1,357 @@
|
|
|
1
|
+
.rarui-button__15gxywr0 {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
width: fit-content;
|
|
6
|
+
text-decoration: none;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
position: relative;
|
|
10
|
+
font-weight: var(--rarui-fontWeight-semiBold);
|
|
11
|
+
line-height: var(--rarui-lineHeight-button-l);
|
|
12
|
+
font-size: var(--rarui-fontSize-button-l);
|
|
13
|
+
font-family: var(--rarui-fontFamily-button);
|
|
14
|
+
border-radius: var(--rarui-shape-border-radius-button);
|
|
15
|
+
border-width: var(--rarui-shape-border-width-1);
|
|
16
|
+
border-style: solid;
|
|
17
|
+
border-color: var(--rarui-colors-surface-brand);
|
|
18
|
+
}
|
|
19
|
+
.rarui-button__15gxywr0:disabled {
|
|
20
|
+
background: var(--rarui-colors-surface-disabled);
|
|
21
|
+
border-color: var(--rarui-colors-surface-disabled);
|
|
22
|
+
color: var(--rarui-colors-content-disabled);
|
|
23
|
+
cursor: not-allowed;
|
|
24
|
+
}
|
|
25
|
+
.rarui-button__15gxywr0:focus-within {
|
|
26
|
+
outline: none;
|
|
27
|
+
box-shadow: var(--rarui-elevation-focus-ring);
|
|
28
|
+
}
|
|
29
|
+
.rarui-button__15gxywr0:after {
|
|
30
|
+
content: "";
|
|
31
|
+
transition: opacity 150ms ease;
|
|
32
|
+
position: absolute;
|
|
33
|
+
opacity: 0;
|
|
34
|
+
inset: -1px;
|
|
35
|
+
border-radius: var(--rarui-shape-border-radius-button);
|
|
36
|
+
}
|
|
37
|
+
.rarui-button__15gxywr0:hover:after {
|
|
38
|
+
opacity: 1;
|
|
39
|
+
}
|
|
40
|
+
.rarui-button__15gxywr0:active:after {
|
|
41
|
+
opacity: 1;
|
|
42
|
+
}
|
|
43
|
+
.rarui-button_full_true__15gxywr1 {
|
|
44
|
+
width: 100%;
|
|
45
|
+
}
|
|
46
|
+
.rarui-button_appearance_brand__15gxywr2 {
|
|
47
|
+
background-color: var(--rarui-colors-surface-brand);
|
|
48
|
+
border-color: var(--rarui-colors-surface-brand);
|
|
49
|
+
color: var(--rarui-colors-content-on-brand);
|
|
50
|
+
}
|
|
51
|
+
.rarui-button_appearance_danger__15gxywr3 {
|
|
52
|
+
background-color: var(--rarui-colors-surface-error);
|
|
53
|
+
border-color: var(--rarui-colors-surface-error);
|
|
54
|
+
color: var(--rarui-colors-content-on-error);
|
|
55
|
+
}
|
|
56
|
+
.rarui-button_appearance_success__15gxywr4 {
|
|
57
|
+
background-color: var(--rarui-colors-surface-success);
|
|
58
|
+
border-color: var(--rarui-colors-surface-success);
|
|
59
|
+
color: var(--rarui-colors-content-on-success);
|
|
60
|
+
}
|
|
61
|
+
.rarui-button_appearance_warning__15gxywr5 {
|
|
62
|
+
background-color: var(--rarui-colors-surface-warning);
|
|
63
|
+
border-color: var(--rarui-colors-surface-warning);
|
|
64
|
+
color: var(--rarui-colors-content-on-warning);
|
|
65
|
+
}
|
|
66
|
+
.rarui-button_appearance_neutral__15gxywr6 {
|
|
67
|
+
background-color: var(--rarui-colors-surface-invert);
|
|
68
|
+
border-color: var(--rarui-colors-surface-invert);
|
|
69
|
+
color: var(--rarui-colors-content-invert);
|
|
70
|
+
}
|
|
71
|
+
.rarui-button_appearance_inverted__15gxywr7 {
|
|
72
|
+
background-color: var(--rarui-colors-surface-primary);
|
|
73
|
+
border-color: var(--rarui-colors-surface-primary);
|
|
74
|
+
color: var(--rarui-colors-content-primary);
|
|
75
|
+
}
|
|
76
|
+
.rarui-button_size_large__15gxywr8 {
|
|
77
|
+
gap: var(--rarui-spacing-3xs);
|
|
78
|
+
padding: 0 var(--rarui-spacing-s);
|
|
79
|
+
height: 3rem;
|
|
80
|
+
font-size: var(--rarui-fontSize-button-l);
|
|
81
|
+
}
|
|
82
|
+
.rarui-button_size_medium__15gxywr9 {
|
|
83
|
+
gap: var(--rarui-spacing-3xs);
|
|
84
|
+
padding: 0 var(--rarui-spacing-xs);
|
|
85
|
+
height: 2.5rem;
|
|
86
|
+
font-size: var(--rarui-fontSize-button-m);
|
|
87
|
+
}
|
|
88
|
+
.rarui-button_size_small__15gxywra {
|
|
89
|
+
gap: var(--rarui-spacing-4xs);
|
|
90
|
+
padding: 0 var(--rarui-spacing-2xs);
|
|
91
|
+
height: 2rem;
|
|
92
|
+
font-size: var(--rarui-fontSize-button-s);
|
|
93
|
+
}
|
|
94
|
+
.rarui-button_variant_solid__15gxywrb:hover:after {
|
|
95
|
+
background-color: var(--rarui-colors-surface-invert-hover);
|
|
96
|
+
}
|
|
97
|
+
.rarui-button_variant_solid__15gxywrb:active:after {
|
|
98
|
+
border-color: var(--rarui-colors-surface-invert-press);
|
|
99
|
+
background-color: var(--rarui-colors-surface-invert-press);
|
|
100
|
+
}
|
|
101
|
+
.rarui-button_variant_outlined__15gxywrc {
|
|
102
|
+
background-color: transparent;
|
|
103
|
+
}
|
|
104
|
+
.rarui-button_variant_text__15gxywrd {
|
|
105
|
+
background-color: transparent;
|
|
106
|
+
text-decoration: underline;
|
|
107
|
+
border-color: transparent;
|
|
108
|
+
}
|
|
109
|
+
.rarui-button_variant_tonal__15gxywre {
|
|
110
|
+
border-color: transparent;
|
|
111
|
+
}
|
|
112
|
+
.rarui-button__compound_0__15gxywrf {
|
|
113
|
+
color: var(--rarui-colors-content-brand);
|
|
114
|
+
border-color: var(--rarui-colors-border-brand);
|
|
115
|
+
}
|
|
116
|
+
.rarui-button__compound_0__15gxywrf:hover {
|
|
117
|
+
background-color: var(--rarui-colors-surface-brand-hover);
|
|
118
|
+
}
|
|
119
|
+
.rarui-button__compound_0__15gxywrf:active {
|
|
120
|
+
background-color: var(--rarui-colors-surface-brand-press);
|
|
121
|
+
}
|
|
122
|
+
.rarui-button__compound_1__15gxywrg {
|
|
123
|
+
color: var(--rarui-colors-content-error);
|
|
124
|
+
border-color: var(--rarui-colors-border-error);
|
|
125
|
+
}
|
|
126
|
+
.rarui-button__compound_1__15gxywrg:hover {
|
|
127
|
+
background-color: var(--rarui-colors-surface-error-hover);
|
|
128
|
+
}
|
|
129
|
+
.rarui-button__compound_1__15gxywrg:active {
|
|
130
|
+
background-color: var(--rarui-colors-surface-error-press);
|
|
131
|
+
}
|
|
132
|
+
.rarui-button__compound_2__15gxywrh {
|
|
133
|
+
color: var(--rarui-colors-content-success);
|
|
134
|
+
border-color: var(--rarui-colors-border-success);
|
|
135
|
+
}
|
|
136
|
+
.rarui-button__compound_2__15gxywrh:hover {
|
|
137
|
+
background-color: var(--rarui-colors-surface-success-hover);
|
|
138
|
+
}
|
|
139
|
+
.rarui-button__compound_2__15gxywrh:active {
|
|
140
|
+
background-color: var(--rarui-colors-surface-success-press);
|
|
141
|
+
}
|
|
142
|
+
.rarui-button__compound_3__15gxywri {
|
|
143
|
+
color: var(--rarui-colors-content-warning);
|
|
144
|
+
border-color: var(--rarui-colors-border-warning);
|
|
145
|
+
}
|
|
146
|
+
.rarui-button__compound_3__15gxywri:hover {
|
|
147
|
+
background-color: var(--rarui-colors-surface-warning-hover);
|
|
148
|
+
}
|
|
149
|
+
.rarui-button__compound_3__15gxywri:active {
|
|
150
|
+
background-color: var(--rarui-colors-surface-warning-press);
|
|
151
|
+
}
|
|
152
|
+
.rarui-button__compound_4__15gxywrj {
|
|
153
|
+
color: var(--rarui-colors-content-primary);
|
|
154
|
+
border-color: var(--rarui-colors-border-secondary);
|
|
155
|
+
}
|
|
156
|
+
.rarui-button__compound_4__15gxywrj:hover {
|
|
157
|
+
background-color: var(--rarui-colors-surface-hover);
|
|
158
|
+
}
|
|
159
|
+
.rarui-button__compound_4__15gxywrj:active {
|
|
160
|
+
background-color: var(--rarui-colors-surface-press);
|
|
161
|
+
}
|
|
162
|
+
.rarui-button__compound_5__15gxywrk {
|
|
163
|
+
color: var(--rarui-colors-content-invert);
|
|
164
|
+
border-color: var(--rarui-colors-border-invert);
|
|
165
|
+
}
|
|
166
|
+
.rarui-button__compound_5__15gxywrk:hover {
|
|
167
|
+
background-color: var(--rarui-colors-surface-invert-hover);
|
|
168
|
+
}
|
|
169
|
+
.rarui-button__compound_5__15gxywrk:active {
|
|
170
|
+
background-color: var(--rarui-colors-surface-invert-press);
|
|
171
|
+
}
|
|
172
|
+
.rarui-button__compound_6__15gxywrl {
|
|
173
|
+
color: var(--rarui-colors-content-brand);
|
|
174
|
+
}
|
|
175
|
+
.rarui-button__compound_6__15gxywrl:hover {
|
|
176
|
+
background-color: var(--rarui-colors-surface-brand-hover);
|
|
177
|
+
}
|
|
178
|
+
.rarui-button__compound_6__15gxywrl:active {
|
|
179
|
+
background-color: var(--rarui-colors-surface-brand-press);
|
|
180
|
+
}
|
|
181
|
+
.rarui-button__compound_7__15gxywrm {
|
|
182
|
+
color: var(--rarui-colors-content-error);
|
|
183
|
+
}
|
|
184
|
+
.rarui-button__compound_7__15gxywrm:hover {
|
|
185
|
+
background-color: var(--rarui-colors-surface-error-hover);
|
|
186
|
+
}
|
|
187
|
+
.rarui-button__compound_7__15gxywrm:active {
|
|
188
|
+
background-color: var(--rarui-colors-surface-error-press);
|
|
189
|
+
}
|
|
190
|
+
.rarui-button__compound_8__15gxywrn {
|
|
191
|
+
color: var(--rarui-colors-content-success);
|
|
192
|
+
}
|
|
193
|
+
.rarui-button__compound_8__15gxywrn:hover {
|
|
194
|
+
background-color: var(--rarui-colors-surface-success-hover);
|
|
195
|
+
}
|
|
196
|
+
.rarui-button__compound_8__15gxywrn:active {
|
|
197
|
+
background-color: var(--rarui-colors-surface-success-press);
|
|
198
|
+
}
|
|
199
|
+
.rarui-button__compound_9__15gxywro {
|
|
200
|
+
color: var(--rarui-colors-content-warning);
|
|
201
|
+
}
|
|
202
|
+
.rarui-button__compound_9__15gxywro:hover {
|
|
203
|
+
background-color: var(--rarui-colors-surface-warning-hover);
|
|
204
|
+
}
|
|
205
|
+
.rarui-button__compound_9__15gxywro:active {
|
|
206
|
+
background-color: var(--rarui-colors-surface-warning-press);
|
|
207
|
+
}
|
|
208
|
+
.rarui-button__compound_10__15gxywrp {
|
|
209
|
+
color: var(--rarui-colors-content-primary);
|
|
210
|
+
}
|
|
211
|
+
.rarui-button__compound_10__15gxywrp:hover {
|
|
212
|
+
background-color: var(--rarui-colors-surface-hover);
|
|
213
|
+
}
|
|
214
|
+
.rarui-button__compound_10__15gxywrp:active {
|
|
215
|
+
background-color: var(--rarui-colors-surface-press);
|
|
216
|
+
}
|
|
217
|
+
.rarui-button__compound_11__15gxywrq {
|
|
218
|
+
color: var(--rarui-colors-content-invert);
|
|
219
|
+
}
|
|
220
|
+
.rarui-button__compound_11__15gxywrq:hover {
|
|
221
|
+
background-color: var(--rarui-colors-surface-invert-hover);
|
|
222
|
+
}
|
|
223
|
+
.rarui-button__compound_11__15gxywrq:active {
|
|
224
|
+
background-color: var(--rarui-colors-surface-invert-press);
|
|
225
|
+
}
|
|
226
|
+
.rarui-button__compound_12__15gxywrr {
|
|
227
|
+
color: var(--rarui-colors-content-brand);
|
|
228
|
+
background-color: var(--rarui-colors-surface-brand-subdued);
|
|
229
|
+
}
|
|
230
|
+
.rarui-button__compound_12__15gxywrr:hover {
|
|
231
|
+
background-color: var(--rarui-colors-surface-brand-hover);
|
|
232
|
+
}
|
|
233
|
+
.rarui-button__compound_12__15gxywrr:active {
|
|
234
|
+
background-color: var(--rarui-colors-surface-brand-press);
|
|
235
|
+
}
|
|
236
|
+
.rarui-button__compound_12__15gxywrr:hover {
|
|
237
|
+
background-color: var(--rarui-colors-surface-brand-subdued);
|
|
238
|
+
}
|
|
239
|
+
.rarui-button__compound_12__15gxywrr:active {
|
|
240
|
+
background-color: var(--rarui-colors-surface-brand-subdued);
|
|
241
|
+
}
|
|
242
|
+
.rarui-button__compound_12__15gxywrr:hover:after {
|
|
243
|
+
background-color: var(--rarui-colors-surface-brand-hover);
|
|
244
|
+
}
|
|
245
|
+
.rarui-button__compound_12__15gxywrr:active:after {
|
|
246
|
+
background-color: var(--rarui-colors-surface-brand-press);
|
|
247
|
+
}
|
|
248
|
+
.rarui-button__compound_13__15gxywrs {
|
|
249
|
+
color: var(--rarui-colors-content-error);
|
|
250
|
+
background-color: var(--rarui-colors-surface-error-subdued);
|
|
251
|
+
}
|
|
252
|
+
.rarui-button__compound_13__15gxywrs:hover {
|
|
253
|
+
background-color: var(--rarui-colors-surface-error-hover);
|
|
254
|
+
}
|
|
255
|
+
.rarui-button__compound_13__15gxywrs:active {
|
|
256
|
+
background-color: var(--rarui-colors-surface-error-press);
|
|
257
|
+
}
|
|
258
|
+
.rarui-button__compound_13__15gxywrs:hover {
|
|
259
|
+
background-color: var(--rarui-colors-surface-error-subdued);
|
|
260
|
+
}
|
|
261
|
+
.rarui-button__compound_13__15gxywrs:active {
|
|
262
|
+
background-color: var(--rarui-colors-surface-error-subdued);
|
|
263
|
+
}
|
|
264
|
+
.rarui-button__compound_13__15gxywrs:hover:after {
|
|
265
|
+
background-color: var(--rarui-colors-surface-error-hover);
|
|
266
|
+
}
|
|
267
|
+
.rarui-button__compound_13__15gxywrs:active:after {
|
|
268
|
+
background-color: var(--rarui-colors-surface-error-press);
|
|
269
|
+
}
|
|
270
|
+
.rarui-button__compound_14__15gxywrt {
|
|
271
|
+
color: var(--rarui-colors-content-success);
|
|
272
|
+
background-color: var(--rarui-colors-surface-success-subdued);
|
|
273
|
+
}
|
|
274
|
+
.rarui-button__compound_14__15gxywrt:hover {
|
|
275
|
+
background-color: var(--rarui-colors-surface-success-hover);
|
|
276
|
+
}
|
|
277
|
+
.rarui-button__compound_14__15gxywrt:active {
|
|
278
|
+
background-color: var(--rarui-colors-surface-success-press);
|
|
279
|
+
}
|
|
280
|
+
.rarui-button__compound_14__15gxywrt:hover {
|
|
281
|
+
background-color: var(--rarui-colors-surface-success-subdued);
|
|
282
|
+
}
|
|
283
|
+
.rarui-button__compound_14__15gxywrt:active {
|
|
284
|
+
background-color: var(--rarui-colors-surface-success-subdued);
|
|
285
|
+
}
|
|
286
|
+
.rarui-button__compound_14__15gxywrt:hover:after {
|
|
287
|
+
background-color: var(--rarui-colors-surface-success-hover);
|
|
288
|
+
}
|
|
289
|
+
.rarui-button__compound_14__15gxywrt:active:after {
|
|
290
|
+
background-color: var(--rarui-colors-surface-success-press);
|
|
291
|
+
}
|
|
292
|
+
.rarui-button__compound_15__15gxywru {
|
|
293
|
+
color: var(--rarui-colors-content-warning);
|
|
294
|
+
background-color: var(--rarui-colors-surface-warning-subdued);
|
|
295
|
+
}
|
|
296
|
+
.rarui-button__compound_15__15gxywru:hover {
|
|
297
|
+
background-color: var(--rarui-colors-surface-warning-hover);
|
|
298
|
+
}
|
|
299
|
+
.rarui-button__compound_15__15gxywru:active {
|
|
300
|
+
background-color: var(--rarui-colors-surface-warning-press);
|
|
301
|
+
}
|
|
302
|
+
.rarui-button__compound_15__15gxywru:hover {
|
|
303
|
+
background-color: var(--rarui-colors-surface-warning-subdued);
|
|
304
|
+
}
|
|
305
|
+
.rarui-button__compound_15__15gxywru:active {
|
|
306
|
+
background-color: var(--rarui-colors-surface-warning-subdued);
|
|
307
|
+
}
|
|
308
|
+
.rarui-button__compound_15__15gxywru:hover:after {
|
|
309
|
+
background-color: var(--rarui-colors-surface-warning-hover);
|
|
310
|
+
}
|
|
311
|
+
.rarui-button__compound_15__15gxywru:active:after {
|
|
312
|
+
background-color: var(--rarui-colors-surface-warning-press);
|
|
313
|
+
}
|
|
314
|
+
.rarui-button__compound_16__15gxywrv {
|
|
315
|
+
color: var(--rarui-colors-content-primary);
|
|
316
|
+
background-color: var(--rarui-colors-surface-secondary);
|
|
317
|
+
}
|
|
318
|
+
.rarui-button__compound_16__15gxywrv:hover {
|
|
319
|
+
background-color: var(--rarui-colors-surface-hover);
|
|
320
|
+
}
|
|
321
|
+
.rarui-button__compound_16__15gxywrv:active {
|
|
322
|
+
background-color: var(--rarui-colors-surface-press);
|
|
323
|
+
}
|
|
324
|
+
.rarui-button__compound_16__15gxywrv:hover {
|
|
325
|
+
background-color: var(--rarui-colors-surface-secondary);
|
|
326
|
+
}
|
|
327
|
+
.rarui-button__compound_16__15gxywrv:active {
|
|
328
|
+
background-color: var(--rarui-colors-surface-secondary);
|
|
329
|
+
}
|
|
330
|
+
.rarui-button__compound_16__15gxywrv:hover:after {
|
|
331
|
+
background-color: var(--rarui-colors-surface-hover);
|
|
332
|
+
}
|
|
333
|
+
.rarui-button__compound_16__15gxywrv:active:after {
|
|
334
|
+
background-color: var(--rarui-colors-surface-press);
|
|
335
|
+
}
|
|
336
|
+
.rarui-button__compound_17__15gxywrw {
|
|
337
|
+
color: var(--rarui-colors-content-invert);
|
|
338
|
+
background-color: var(--rarui-colors-surface-invert-secondary);
|
|
339
|
+
}
|
|
340
|
+
.rarui-button__compound_17__15gxywrw:hover {
|
|
341
|
+
background-color: var(--rarui-colors-surface-invert-hover);
|
|
342
|
+
}
|
|
343
|
+
.rarui-button__compound_17__15gxywrw:active {
|
|
344
|
+
background-color: var(--rarui-colors-surface-invert-press);
|
|
345
|
+
}
|
|
346
|
+
.rarui-button__compound_17__15gxywrw:hover {
|
|
347
|
+
background-color: var(--rarui-colors-surface-invert-secondary);
|
|
348
|
+
}
|
|
349
|
+
.rarui-button__compound_17__15gxywrw:active {
|
|
350
|
+
background-color: var(--rarui-colors-surface-invert-secondary);
|
|
351
|
+
}
|
|
352
|
+
.rarui-button__compound_17__15gxywrw:hover:after {
|
|
353
|
+
background-color: var(--rarui-colors-surface-invert-hover);
|
|
354
|
+
}
|
|
355
|
+
.rarui-button__compound_17__15gxywrw:active:after {
|
|
356
|
+
background-color: var(--rarui-colors-surface-invert-press);
|
|
357
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./../../../themes/globals.css";import"./rarui-button.css";import{c as a}from"../../../node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js";var r={button:a({defaultClassName:"rarui-button__15gxywr0",variantClassNames:{full:{true:"rarui-button_full_true__15gxywr1"},appearance:{brand:"rarui-button_appearance_brand__15gxywr2",danger:"rarui-button_appearance_danger__15gxywr3",success:"rarui-button_appearance_success__15gxywr4",warning:"rarui-button_appearance_warning__15gxywr5",neutral:"rarui-button_appearance_neutral__15gxywr6",inverted:"rarui-button_appearance_inverted__15gxywr7"},size:{large:"rarui-button_size_large__15gxywr8",medium:"rarui-button_size_medium__15gxywr9",small:"rarui-button_size_small__15gxywra"},variant:{solid:"rarui-button_variant_solid__15gxywrb",outlined:"rarui-button_variant_outlined__15gxywrc",text:"rarui-button_variant_text__15gxywrd",tonal:"rarui-button_variant_tonal__15gxywre"}},defaultVariants:{},compoundVariants:[[{appearance:"brand",variant:"outlined"},"rarui-button__compound_0__15gxywrf"],[{appearance:"danger",variant:"outlined"},"rarui-button__compound_1__15gxywrg"],[{appearance:"success",variant:"outlined"},"rarui-button__compound_2__15gxywrh"],[{appearance:"warning",variant:"outlined"},"rarui-button__compound_3__15gxywri"],[{appearance:"neutral",variant:"outlined"},"rarui-button__compound_4__15gxywrj"],[{appearance:"inverted",variant:"outlined"},"rarui-button__compound_5__15gxywrk"],[{appearance:"brand",variant:"text"},"rarui-button__compound_6__15gxywrl"],[{appearance:"danger",variant:"text"},"rarui-button__compound_7__15gxywrm"],[{appearance:"success",variant:"text"},"rarui-button__compound_8__15gxywrn"],[{appearance:"warning",variant:"text"},"rarui-button__compound_9__15gxywro"],[{appearance:"neutral",variant:"text"},"rarui-button__compound_10__15gxywrp"],[{appearance:"inverted",variant:"text"},"rarui-button__compound_11__15gxywrq"],[{appearance:"brand",variant:"tonal"},"rarui-button__compound_12__15gxywrr"],[{appearance:"danger",variant:"tonal"},"rarui-button__compound_13__15gxywrs"],[{appearance:"success",variant:"tonal"},"rarui-button__compound_14__15gxywrt"],[{appearance:"warning",variant:"tonal"},"rarui-button__compound_15__15gxywru"],[{appearance:"neutral",variant:"tonal"},"rarui-button__compound_16__15gxywrv"],[{appearance:"inverted",variant:"tonal"},"rarui-button__compound_17__15gxywrw"]]})};export{r as buttonStyles};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{checkboxStyles as r}from"./rarui-checkbox.css.js";var s={classnames:r};export{s as checkbox};
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
.rarui-checkbox__1qvfiyr1 {
|
|
2
|
+
appearance: none;
|
|
3
|
+
display: inline-block;
|
|
4
|
+
position: relative;
|
|
5
|
+
margin: 0;
|
|
6
|
+
cursor: pointer;
|
|
7
|
+
border-width: var(--rarui-shape-border-width-2);
|
|
8
|
+
border-style: solid;
|
|
9
|
+
border-color: var(--rarui-colors-border-primary);
|
|
10
|
+
border-radius: var(--rarui-shape-border-radius-2xs);
|
|
11
|
+
background-color: var(--rarui-colors-surface-primary);
|
|
12
|
+
}
|
|
13
|
+
.rarui-checkbox__1qvfiyr1:checked {
|
|
14
|
+
border: none;
|
|
15
|
+
background-color: var(--rarui-colors-surface-brand);
|
|
16
|
+
}
|
|
17
|
+
.rarui-checkbox__1qvfiyr1:disabled {
|
|
18
|
+
background-color: var(--rarui-colors-surface-disabled);
|
|
19
|
+
border-color: var(--rarui-colors-border-subdued);
|
|
20
|
+
pointer-events: none;
|
|
21
|
+
}
|
|
22
|
+
.rarui-checkbox__1qvfiyr1:after {
|
|
23
|
+
content: "";
|
|
24
|
+
display: block;
|
|
25
|
+
position: absolute;
|
|
26
|
+
left: 0;
|
|
27
|
+
top: 0;
|
|
28
|
+
right: 0;
|
|
29
|
+
bottom: 0;
|
|
30
|
+
margin: auto;
|
|
31
|
+
}
|
|
32
|
+
.rarui-checkbox__1qvfiyr1:checked:after {
|
|
33
|
+
width: 0.625rem;
|
|
34
|
+
height: 0.25rem;
|
|
35
|
+
bottom: .1875rem;
|
|
36
|
+
border-left: var(--rarui-shape-border-width-2) solid var(--rarui-colors-content-on-brand);
|
|
37
|
+
border-bottom: var(--rarui-shape-border-width-2) solid var(--rarui-colors-content-on-brand);
|
|
38
|
+
transform: rotate(-45deg);
|
|
39
|
+
}
|
|
40
|
+
.rarui-checkbox_error_true__1qvfiyr2 {
|
|
41
|
+
border-color: var(--rarui-colors-border-error);
|
|
42
|
+
}
|
|
43
|
+
.rarui-checkbox_error_true__1qvfiyr2:checked {
|
|
44
|
+
background-color: var(--rarui-colors-surface-error);
|
|
45
|
+
}
|
|
46
|
+
.rarui-checkbox_size_medium__1qvfiyr3 {
|
|
47
|
+
width: 1.25rem;
|
|
48
|
+
height: 1.25rem;
|
|
49
|
+
}
|
|
50
|
+
.rarui-checkbox_size_large__1qvfiyr4 {
|
|
51
|
+
width: 1.5rem;
|
|
52
|
+
height: 1.5rem;
|
|
53
|
+
}
|
|
54
|
+
.rarui-checkbox_indeterminate_true__1qvfiyr5:checked:after {
|
|
55
|
+
top: 0;
|
|
56
|
+
bottom: 0;
|
|
57
|
+
margin: auto;
|
|
58
|
+
height: 0;
|
|
59
|
+
border-left: none;
|
|
60
|
+
transform: rotate(0deg);
|
|
61
|
+
}
|
|
62
|
+
.rarui-checkbox_label__1qvfiyr6 {
|
|
63
|
+
--overlayBackgroundColor__1qvfiyr0: var(--rarui-colors-surface-brand-hover);
|
|
64
|
+
display: flex;
|
|
65
|
+
align-items: center;
|
|
66
|
+
position: relative;
|
|
67
|
+
gap: var(--rarui-spacing-3xs);
|
|
68
|
+
color: var(--rarui-colors-content-primary);
|
|
69
|
+
}
|
|
70
|
+
.rarui-checkbox_label_error_true__1qvfiyr7 {
|
|
71
|
+
--overlayBackgroundColor__1qvfiyr0: var(--rarui-colors-surface-error-hover);
|
|
72
|
+
}
|
|
73
|
+
.rarui-checkbox_container__1qvfiyr8 {
|
|
74
|
+
position: relative;
|
|
75
|
+
display: flex;
|
|
76
|
+
box-sizing: border-box;
|
|
77
|
+
padding: 6px;
|
|
78
|
+
}
|
|
79
|
+
.rarui-checkbox_overlay__1qvfiyr9 {
|
|
80
|
+
position: absolute;
|
|
81
|
+
inset: 0;
|
|
82
|
+
pointer-events: none;
|
|
83
|
+
border-radius: inherit;
|
|
84
|
+
}
|
|
85
|
+
.rarui-checkbox_container__1qvfiyr8:hover:not(:has(.rarui-checkbox__1qvfiyr1:disabled)) .rarui-checkbox_overlay__1qvfiyr9 {
|
|
86
|
+
background-color: var(--overlayBackgroundColor__1qvfiyr0);
|
|
87
|
+
border-radius: 50%;
|
|
88
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./../../../themes/globals.css";import"./rarui-checkbox.css";import{c as r}from"../../../node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js";var e={checkbox:r({defaultClassName:"rarui-checkbox__1qvfiyr1",variantClassNames:{error:{true:"rarui-checkbox_error_true__1qvfiyr2"},size:{medium:"rarui-checkbox_size_medium__1qvfiyr3",large:"rarui-checkbox_size_large__1qvfiyr4"},indeterminate:{true:"rarui-checkbox_indeterminate_true__1qvfiyr5"}},defaultVariants:{},compoundVariants:[]}),label:r({defaultClassName:"rarui-checkbox_label__1qvfiyr6",variantClassNames:{error:{true:"rarui-checkbox_label_error_true__1qvfiyr7"}},defaultVariants:{},compoundVariants:[]}),container:"rarui-checkbox_container__1qvfiyr8",overlay:"rarui-checkbox_overlay__1qvfiyr9"};export{e as checkboxStyles};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{chipSprinkle as r,chipStyles as s}from"./rarui-chip.css.js";var a={classnames:s,sprinkle:r};export{a as chip};
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
.rarui-chip__1rk47pp0 {
|
|
2
|
+
cursor: pointer;
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
min-width: fit-content;
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
position: relative;
|
|
9
|
+
border-style: solid;
|
|
10
|
+
transition: all 150ms ease;
|
|
11
|
+
overflow: hidden;
|
|
12
|
+
gap: var(--rarui-spacing-3xs);
|
|
13
|
+
font-weight: var(--rarui-fontWeight-medium);
|
|
14
|
+
font-family: var(--rarui-fontFamily-body);
|
|
15
|
+
border-width: var(--rarui-shape-border-width-1);
|
|
16
|
+
border-radius: var(--rarui-shape-border-radius-2xs);
|
|
17
|
+
border-color: var(--rarui-colors-border-subdued);
|
|
18
|
+
background-color: var(--rarui-colors-surface-primary);
|
|
19
|
+
color: var(--rarui-colors-content-primary);
|
|
20
|
+
}
|
|
21
|
+
.rarui-chip__1rk47pp0:focus-within {
|
|
22
|
+
outline: none;
|
|
23
|
+
box-shadow: var(--rarui-elevation-focus-ring);
|
|
24
|
+
}
|
|
25
|
+
.rarui-chip__1rk47pp0:hover {
|
|
26
|
+
background-color: var(--rarui-colors-surface-brand-hover);
|
|
27
|
+
border-color: var(--rarui-colors-border-brand);
|
|
28
|
+
}
|
|
29
|
+
.rarui-chip__1rk47pp0:active {
|
|
30
|
+
background-color: var(--rarui-colors-surface-brand-press);
|
|
31
|
+
}
|
|
32
|
+
.rarui-chip__1rk47pp0:disabled {
|
|
33
|
+
background: var(--rarui-colors-surface-disabled);
|
|
34
|
+
border-color: var(--rarui-colors-border-disabled);
|
|
35
|
+
color: var(--rarui-colors-content-disabled);
|
|
36
|
+
cursor: not-allowed;
|
|
37
|
+
}
|
|
38
|
+
.rarui-chip_pill_true__1rk47pp1 {
|
|
39
|
+
border-radius: var(--rarui-shape-border-radius-pill);
|
|
40
|
+
}
|
|
41
|
+
.rarui-chip_selected_true__1rk47pp2 {
|
|
42
|
+
border-color: var(--rarui-colors-surface-brand);
|
|
43
|
+
background-color: var(--rarui-colors-surface-brand);
|
|
44
|
+
color: var(--rarui-colors-content-on-brand);
|
|
45
|
+
}
|
|
46
|
+
.rarui-chip_selected_true__1rk47pp2:hover {
|
|
47
|
+
background-color: var(--rarui-colors-surface-brand);
|
|
48
|
+
}
|
|
49
|
+
.rarui-chip_size_medium__1rk47pp3 {
|
|
50
|
+
line-height: var(--rarui-lineHeight-button-m);
|
|
51
|
+
font-size: var(--rarui-fontSize-button-m);
|
|
52
|
+
height: 2rem;
|
|
53
|
+
}
|
|
54
|
+
.rarui-chip_size_small__1rk47pp4 {
|
|
55
|
+
line-height: var(--rarui-lineHeight-button-s);
|
|
56
|
+
font-size: var(--rarui-fontSize-button-s);
|
|
57
|
+
height: 1.5rem;
|
|
58
|
+
}
|
|
59
|
+
.rarui-chip_textOverflow_true__1rk47pp5 {
|
|
60
|
+
min-width: auto;
|
|
61
|
+
width: 100%;
|
|
62
|
+
}
|
|
63
|
+
.rarui-chip_content__1rk47pp6 {
|
|
64
|
+
display: flex;
|
|
65
|
+
align-items: center;
|
|
66
|
+
justify-content: center;
|
|
67
|
+
gap: var(--rarui-spacing-3xs);
|
|
68
|
+
}
|
|
69
|
+
.rarui-chip_content_textOverflow_true__1rk47pp7 {
|
|
70
|
+
text-overflow: ellipsis;
|
|
71
|
+
white-space: nowrap;
|
|
72
|
+
width: 100%;
|
|
73
|
+
display: block;
|
|
74
|
+
overflow: hidden;
|
|
75
|
+
}
|
|
76
|
+
.rarui-chip_close__1rk47pp8 {
|
|
77
|
+
transition: all 150ms ease;
|
|
78
|
+
color: var(--rarui-colors-content-secondary);
|
|
79
|
+
border-radius: var(--rarui-shape-border-radius-pill);
|
|
80
|
+
}
|
|
81
|
+
.rarui-chip_close__1rk47pp8:focus-within {
|
|
82
|
+
outline: none;
|
|
83
|
+
box-shadow: var(--rarui-elevation-focus-ring);
|
|
84
|
+
}
|
|
85
|
+
.rarui-chip_close__1rk47pp8:hover {
|
|
86
|
+
color: var(--rarui-colors-content-primary);
|
|
87
|
+
}
|
|
88
|
+
.rarui-chip_close__1rk47pp8[aria-disabled='true'] {
|
|
89
|
+
color: var(--rarui-colors-content-disabled);
|
|
90
|
+
}
|
|
91
|
+
.rarui-chip_overlay__1rk47pp9 {
|
|
92
|
+
position: absolute;
|
|
93
|
+
inset: 0;
|
|
94
|
+
pointer-events: none;
|
|
95
|
+
}
|
|
96
|
+
.rarui-chip__1rk47pp0:hover .rarui-chip_overlay__1rk47pp9 {
|
|
97
|
+
border-color: var(--rarui-colors-surface-hover);
|
|
98
|
+
}
|
|
99
|
+
.rarui-chip__1rk47pp0:active .rarui-chip_overlay__1rk47pp9 {
|
|
100
|
+
opacity: 1;
|
|
101
|
+
background-color: var(--rarui-colors-surface-press);
|
|
102
|
+
border-color: var(--rarui-colors-surface-press);
|
|
103
|
+
}
|
|
104
|
+
.rarui-chip__1rk47pp0:disabled .rarui-chip_overlay__1rk47pp9 {
|
|
105
|
+
opacity: 0;
|
|
106
|
+
}
|
|
107
|
+
@media screen and (min-width: 0px) {
|
|
108
|
+
.rarui-chip_textTransform-xs__1rk47ppe {
|
|
109
|
+
text-transform: var(--textTransform-xs__1rk47ppa);
|
|
110
|
+
}
|
|
111
|
+
.rarui-chip_padding-medium-xs__1rk47ppi {
|
|
112
|
+
padding: 0 var(--rarui-spacing-xs);
|
|
113
|
+
}
|
|
114
|
+
.rarui-chip_padding-small-xs__1rk47ppm {
|
|
115
|
+
padding: 0 var(--rarui-spacing-4xs);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
@media screen and (min-width: 768px) {
|
|
119
|
+
.rarui-chip_textTransform-md__1rk47ppf {
|
|
120
|
+
text-transform: var(--textTransform-md__1rk47ppb);
|
|
121
|
+
}
|
|
122
|
+
.rarui-chip_padding-medium-md__1rk47ppj {
|
|
123
|
+
padding: 0 var(--rarui-spacing-xs);
|
|
124
|
+
}
|
|
125
|
+
.rarui-chip_padding-small-md__1rk47ppn {
|
|
126
|
+
padding: 0 var(--rarui-spacing-4xs);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
@media screen and (min-width: 1200px) {
|
|
130
|
+
.rarui-chip_textTransform-lg__1rk47ppg {
|
|
131
|
+
text-transform: var(--textTransform-lg__1rk47ppc);
|
|
132
|
+
}
|
|
133
|
+
.rarui-chip_padding-medium-lg__1rk47ppk {
|
|
134
|
+
padding: 0 var(--rarui-spacing-xs);
|
|
135
|
+
}
|
|
136
|
+
.rarui-chip_padding-small-lg__1rk47ppo {
|
|
137
|
+
padding: 0 var(--rarui-spacing-4xs);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
@media screen and (min-width: 1400px) {
|
|
141
|
+
.rarui-chip_textTransform-xl__1rk47pph {
|
|
142
|
+
text-transform: var(--textTransform-xl__1rk47ppd);
|
|
143
|
+
}
|
|
144
|
+
.rarui-chip_padding-medium-xl__1rk47ppl {
|
|
145
|
+
padding: 0 var(--rarui-spacing-xs);
|
|
146
|
+
}
|
|
147
|
+
.rarui-chip_padding-small-xl__1rk47ppp {
|
|
148
|
+
padding: 0 var(--rarui-spacing-4xs);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./../../../themes/globals.css";import"./rarui-chip.css";import{c as r}from"../../../node_modules/rainbow-sprinkles/dist/createRuntimeFn-891c4670.esm.js";import{c as a}from"../../../node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js";var i=r({config:{textTransform:{dynamic:{default:"rarui-chip_textTransform-xs__1rk47ppe",conditions:{xs:"rarui-chip_textTransform-xs__1rk47ppe",md:"rarui-chip_textTransform-md__1rk47ppf",lg:"rarui-chip_textTransform-lg__1rk47ppg",xl:"rarui-chip_textTransform-xl__1rk47pph"}},name:"textTransform",vars:{conditions:{xs:"var(--textTransform-xs__1rk47ppa)",md:"var(--textTransform-md__1rk47ppb)",lg:"var(--textTransform-lg__1rk47ppc)",xl:"var(--textTransform-xl__1rk47ppd)"},default:"var(--textTransform-xs__1rk47ppa)"},dynamicScale:!0},padding:{values:{medium:{conditions:{xs:"rarui-chip_padding-medium-xs__1rk47ppi",md:"rarui-chip_padding-medium-md__1rk47ppj",lg:"rarui-chip_padding-medium-lg__1rk47ppk",xl:"rarui-chip_padding-medium-xl__1rk47ppl"},default:"rarui-chip_padding-medium-xs__1rk47ppi"},small:{conditions:{xs:"rarui-chip_padding-small-xs__1rk47ppm",md:"rarui-chip_padding-small-md__1rk47ppn",lg:"rarui-chip_padding-small-lg__1rk47ppo",xl:"rarui-chip_padding-small-xl__1rk47ppp"},default:"rarui-chip_padding-small-xs__1rk47ppm"}},name:"padding",staticScale:_}}}),p={chip:a({defaultClassName:"rarui-chip__1rk47pp0",variantClassNames:{pill:{true:"rarui-chip_pill_true__1rk47pp1"},selected:{true:"rarui-chip_selected_true__1rk47pp2"},size:{medium:"rarui-chip_size_medium__1rk47pp3",small:"rarui-chip_size_small__1rk47pp4"},textOverflow:{true:"rarui-chip_textOverflow_true__1rk47pp5"}},defaultVariants:{},compoundVariants:[]}),content:a({defaultClassName:"rarui-chip_content__1rk47pp6",variantClassNames:{textOverflow:{true:"rarui-chip_content_textOverflow_true__1rk47pp7"}},defaultVariants:{},compoundVariants:[]}),close:"rarui-chip_close__1rk47pp8",overlay:"rarui-chip_overlay__1rk47pp9"},_={medium:"0 var(--rarui-spacing-xs)",small:"0 var(--rarui-spacing-4xs)"};export{i as chipSprinkle,p as chipStyles,_ as paddingProperties};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{datepickerStyles as r}from"./rarui-datepicker.css.js";var s={classnames:r};export{s as datepicker};
|