@livechat/design-system-react-components 1.17.1-alpha.3 → 1.17.1-alpha.4
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/dist/chunks/Heading-617540b6.js +1 -0
- package/dist/chunks/Heading-6b95d08b.js +64 -0
- package/dist/chunks/Text-b31d1e9a.js +66 -0
- package/dist/chunks/Text-df483689.js +1 -0
- package/dist/chunks/Tooltip-1c5cb6fe.js +182 -0
- package/dist/chunks/Tooltip-f9f79274.js +1 -0
- package/dist/chunks/Typography.module-2558416b.js +1 -0
- package/dist/chunks/Typography.module-93efb34d.js +23 -0
- package/dist/chunks/keyCodes-30323e90.js +15 -0
- package/dist/chunks/keyCodes-c4c35e49.js +1 -0
- package/dist/components/ActionBar/index.cjs.js +1 -0
- package/dist/components/ActionBar/index.es.js +192 -0
- package/dist/components/ActionMenu/index.cjs.js +1 -0
- package/dist/components/ActionMenu/index.es.js +199 -0
- package/dist/components/Alert/index.cjs.js +1 -0
- package/dist/components/Alert/index.es.js +129 -0
- package/dist/components/Avatar/index.cjs.js +1 -0
- package/dist/components/Avatar/index.es.js +190 -0
- package/dist/components/Badge/index.cjs.js +1 -0
- package/dist/components/Badge/index.es.js +65 -0
- package/dist/components/Button/index.cjs.js +1 -0
- package/dist/components/Button/index.es.js +143 -0
- package/dist/components/Card/index.cjs.js +1 -0
- package/dist/components/Card/index.es.js +96 -0
- package/dist/components/Checkbox/index.cjs.js +1 -0
- package/dist/components/Checkbox/index.es.js +64 -0
- package/dist/components/DatePicker/index.cjs.js +1 -0
- package/dist/components/DatePicker/index.es.js +516 -0
- package/dist/components/DetailsCard/index.cjs.js +1 -0
- package/dist/components/DetailsCard/index.es.js +140 -0
- package/dist/components/DetailsCardInfo/index.cjs.js +1 -0
- package/dist/components/DetailsCardInfo/index.es.js +12 -0
- package/dist/components/FieldDescription/index.cjs.js +1 -0
- package/dist/components/FieldDescription/index.es.js +41 -0
- package/dist/components/FieldError/index.cjs.js +1 -0
- package/dist/components/FieldError/index.es.js +51 -0
- package/dist/components/FieldGroup/index.cjs.js +1 -0
- package/dist/components/FieldGroup/index.es.js +58 -0
- package/dist/components/FileUploadProgress/index.cjs.js +1 -0
- package/dist/components/FileUploadProgress/index.es.js +109 -0
- package/dist/components/Form/index.cjs.js +1 -0
- package/dist/components/Form/index.es.js +50 -0
- package/dist/components/FormField/index.cjs.js +1 -0
- package/dist/components/FormField/index.es.js +116 -0
- package/dist/components/FormGroup/index.cjs.js +1 -0
- package/dist/components/FormGroup/index.es.js +58 -0
- package/dist/components/Icon/index.cjs.js +1 -0
- package/dist/components/Icon/index.es.js +103 -0
- package/dist/components/Input/index.cjs.js +1 -0
- package/dist/components/Input/index.es.js +123 -0
- package/dist/components/Link/index.cjs.js +1 -0
- package/dist/components/Link/index.es.js +47 -0
- package/dist/components/Loader/index.cjs.js +1 -0
- package/dist/components/Loader/index.es.js +39 -0
- package/dist/components/Modal/index.cjs.js +1 -0
- package/dist/components/Modal/index.es.js +249 -0
- package/dist/components/NumericInput/index.cjs.js +1 -0
- package/dist/components/NumericInput/index.es.js +139 -0
- package/dist/components/Picker/index.cjs.js +1 -0
- package/dist/components/Picker/index.es.js +740 -0
- package/dist/components/Popover/index.cjs.js +1 -0
- package/dist/components/Popover/index.es.js +75 -0
- package/dist/components/Progress/index.cjs.js +1 -0
- package/dist/components/Progress/index.es.js +160 -0
- package/dist/components/PromoBanner/index.cjs.js +1 -0
- package/dist/components/PromoBanner/index.es.js +74 -0
- package/dist/components/PromoBannerV2/index.cjs.js +1 -0
- package/dist/components/PromoBannerV2/index.es.js +79 -0
- package/dist/components/RadioButton/index.cjs.js +1 -0
- package/dist/components/RadioButton/index.es.js +58 -0
- package/dist/components/Search/index.cjs.js +1 -0
- package/dist/components/Search/index.es.js +117 -0
- package/dist/components/SegmentedControl/index.cjs.js +1 -0
- package/dist/components/SegmentedControl/index.es.js +55 -0
- package/dist/components/Switch/index.cjs.js +1 -0
- package/dist/components/Switch/index.es.js +145 -0
- package/dist/components/Tab/index.cjs.js +1 -0
- package/dist/components/Tab/index.es.js +93 -0
- package/dist/components/Tag/index.cjs.js +1 -0
- package/dist/components/Tag/index.es.js +143 -0
- package/dist/components/TagInput/index.cjs.js +1 -0
- package/dist/components/TagInput/index.es.js +244 -0
- package/dist/components/Textarea/index.cjs.js +1 -0
- package/dist/components/Textarea/index.es.js +55 -0
- package/dist/components/Toast/index.cjs.js +1 -0
- package/dist/components/Toast/index.es.js +163 -0
- package/dist/components/Tooltip/components/UserGuide/index.cjs.js +1 -0
- package/dist/components/Tooltip/components/UserGuide/index.es.js +196 -0
- package/dist/components/Tooltip/components/index.cjs.js +1 -0
- package/dist/components/Tooltip/components/index.es.js +117 -0
- package/dist/components/Tooltip/index.cjs.js +1 -0
- package/dist/components/Tooltip/index.es.js +21 -0
- package/dist/components/Typography/index.cjs.js +1 -0
- package/dist/components/Typography/index.es.js +48 -0
- package/dist/components/UploadBar/index.cjs.js +1 -0
- package/dist/components/UploadBar/index.es.js +111 -0
- package/dist/foundations/index.cjs.js +1 -0
- package/dist/foundations/index.es.js +353 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +133 -5231
- package/dist/preview-stats.json +1231 -1237
- package/dist/style.css +1 -1
- package/dist/utils/index.cjs.js +1 -0
- package/dist/utils/index.es.js +4 -0
- package/package.json +2 -6
|
@@ -0,0 +1,353 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
Background: "--background",
|
|
3
|
+
Background01: "--background-01",
|
|
4
|
+
Background02: "--background-02",
|
|
5
|
+
Background03: "--background-03",
|
|
6
|
+
SurfaceBasicDefault: "--surface-basic-default",
|
|
7
|
+
SurfacePrimaryDefault: "--surface-primary-default",
|
|
8
|
+
SurfaceBasicSubtle: "--surface-basic-subtle",
|
|
9
|
+
SurfaceSecondaryDefault: "--surface-secondary-default",
|
|
10
|
+
SurfaceSecondaryHover: "--surface-secondary-hover",
|
|
11
|
+
SurfaceSecondaryActive: "--surface-secondary-active",
|
|
12
|
+
SurfaceSecondaryDisabled: "--surface-secondary-disabled",
|
|
13
|
+
SurfacePrimaryHoverOpacity: "--surface-primary-hover-opacity",
|
|
14
|
+
SurfaceBasicHover: "--surface-basic-hover",
|
|
15
|
+
SurfacePrimaryHover: "--surface-primary-hover",
|
|
16
|
+
SurfaceBasicActive: "--surface-basic-active",
|
|
17
|
+
SurfacePrimaryActive: "--surface-primary-active",
|
|
18
|
+
SurfacePrimaryActiveColored: "--surface-primary-active-colored",
|
|
19
|
+
SurfaceBasicDisabled: "--surface-basic-disabled",
|
|
20
|
+
SurfacePrimaryDisabled: "--surface-primary-disabled",
|
|
21
|
+
SurfaceTertiaryDefault: "--surface-tertiary-default",
|
|
22
|
+
SurfaceSecondarySubtle: "--surface-secondary-subtle",
|
|
23
|
+
SurfaceModerateDefault: "--surface-moderate-default",
|
|
24
|
+
SurfaceModerateHover: "--surface-moderate-hover",
|
|
25
|
+
SurfaceModerateActive: "--surface-moderate-active",
|
|
26
|
+
SurfaceTertiaryHover: "--surface-tertiary-hover",
|
|
27
|
+
SurfaceTertiaryActive: "--surface-tertiary-active",
|
|
28
|
+
SurfaceTertiaryDisabled: "--surface-tertiary-disabled",
|
|
29
|
+
SurfaceFeedbackInfo: "--surface-feedback-info",
|
|
30
|
+
SurfaceAccentEmphasisLowInfo: "--surface-accent-emphasis-low-info",
|
|
31
|
+
SurfaceFeedbackNegative: "--surface-feedback-negative",
|
|
32
|
+
SurfaceAccentEmphasisLowNegative: "--surface-accent-emphasis-low-negative",
|
|
33
|
+
SurfaceFeedbackWarning: "--surface-feedback-warning",
|
|
34
|
+
SurfaceAccentEmphasisLowWarning: "--surface-accent-emphasis-low-warning",
|
|
35
|
+
SurfaceFeedbackPositive: "--surface-feedback-positive",
|
|
36
|
+
SurfaceAccentEmphasisLowPositive: "--surface-accent-emphasis-low-positive",
|
|
37
|
+
SurfaceAccentEmphasisLowPurple: "--surface-accent-emphasis-low-purple",
|
|
38
|
+
SurfaceAccentEmphasisMinInfo: "--surface-accent-emphasis-min-info",
|
|
39
|
+
SurfaceAccentEmphasisMinNegative: "--surface-accent-emphasis-min-negative",
|
|
40
|
+
SurfaceAccentEmphasisMinWarning: "--surface-accent-emphasis-min-warning",
|
|
41
|
+
SurfaceAccentEmphasisMinPositive: "--surface-accent-emphasis-min-positive",
|
|
42
|
+
SurfaceAccentEmphasisMinPurple: "--surface-accent-emphasis-min-purple",
|
|
43
|
+
SurfaceInvertDefault: "--surface-invert-default",
|
|
44
|
+
SurfaceInvertPrimary: "--surface-invert-primary",
|
|
45
|
+
SurfaceInvertSubtle: "--surface-invert-subtle",
|
|
46
|
+
SurfaceInvertSecondary: "--surface-invert-secondary",
|
|
47
|
+
SurfaceInvertDisabled: "--surface-invert-disabled",
|
|
48
|
+
SurfaceLockedDefault: "--surface-locked-default",
|
|
49
|
+
SurfaceLockedHover: "--surface-locked-hover",
|
|
50
|
+
SurfaceLockedActive: "--surface-locked-active",
|
|
51
|
+
SurfaceLockedDisabled: "--surface-locked-disabled",
|
|
52
|
+
SurfaceLockedWhite: "--surface-locked-white",
|
|
53
|
+
SurfaceLockedBlack: "--surface-locked-black",
|
|
54
|
+
SurfaceAccentEmphasisMediumNegative: "--surface-accent-emphasis-medium-negative",
|
|
55
|
+
SurfaceAccentEmphasisMediumPositive: "--surface-accent-emphasis-medium-positive",
|
|
56
|
+
SurfaceAccentEmphasisHighInfo: "--surface-accent-emphasis-high-info",
|
|
57
|
+
SurfaceAccentEmphasisHighNegative: "--surface-accent-emphasis-high-negative",
|
|
58
|
+
SurfaceAccentEmphasisHighWarning: "--surface-accent-emphasis-high-warning",
|
|
59
|
+
SurfaceAccentEmphasisHighPositive: "--surface-accent-emphasis-high-positive",
|
|
60
|
+
SurfaceAccentEmphasisHighPurple: "--surface-accent-emphasis-high-purple",
|
|
61
|
+
SurfaceOverlay: "--surface-overlay",
|
|
62
|
+
SurfaceGradient01: "--surface-gradient-01",
|
|
63
|
+
SurfaceGradient02: "--surface-gradient-02",
|
|
64
|
+
SurfaceGradient03: "--surface-gradient-03",
|
|
65
|
+
SurfaceGradient04: "--surface-gradient-04",
|
|
66
|
+
SurfaceGradient05: "--surface-gradient-05",
|
|
67
|
+
SurfaceGradient06: "--surface-gradient-06",
|
|
68
|
+
SurfaceGradient07: "--surface-gradient-07",
|
|
69
|
+
SurfaceGradient08: "--surface-gradient-08",
|
|
70
|
+
SurfaceGradient09: "--surface-gradient-09",
|
|
71
|
+
SurfaceGradient10: "--surface-gradient-10",
|
|
72
|
+
SurfaceGradient11: "--surface-gradient-11",
|
|
73
|
+
SurfaceOtherOverlay: "--surface-other-overlay",
|
|
74
|
+
SurfaceOtherAgent: "--surface-other-agent",
|
|
75
|
+
SurfaceOtherAgentHover: "--surface-other-agent-hover",
|
|
76
|
+
SurfaceOtherSkeleton: "--surface-other-skeleton",
|
|
77
|
+
ContentDefault: "--content-default",
|
|
78
|
+
ContentBasicPrimary: "--content-basic-primary",
|
|
79
|
+
ContentSubtle: "--content-subtle",
|
|
80
|
+
ContentBasicSecondary: "--content-basic-secondary",
|
|
81
|
+
ContentDisabled: "--content-disabled",
|
|
82
|
+
ContentBasicDisabled: "--content-basic-disabled",
|
|
83
|
+
ContentBasicNegative: "--content-basic-negative",
|
|
84
|
+
ContentBasicWarning: "--content-basic-warning",
|
|
85
|
+
ContentBasicPositive: "--content-basic-positive",
|
|
86
|
+
ContentBasicInfo: "--content-basic-info",
|
|
87
|
+
ContentBasicPurple: "--content-basic-purple",
|
|
88
|
+
ContentBasicGradient01: "--content-basic-gradient-01",
|
|
89
|
+
ContentWhiteLocked: "--content-white-locked",
|
|
90
|
+
ContentLockedWhite: "--content-locked-white",
|
|
91
|
+
ContentBlackLocked: "--content-black-locked",
|
|
92
|
+
ContentLockedBlack: "--content-locked-black",
|
|
93
|
+
ContentLockedDefault: "--content-locked-default",
|
|
94
|
+
ContentLockedHover: "--content-locked-hover",
|
|
95
|
+
ContentLockedActive: "--content-locked-active",
|
|
96
|
+
ContentLockedDisabled: "--content-locked-disabled",
|
|
97
|
+
ContentInvertDefault: "--content-invert-default",
|
|
98
|
+
ContentInvertPrimary: "--content-invert-primary",
|
|
99
|
+
ContentInvertSubtle: "--content-invert-subtle",
|
|
100
|
+
ContentInvertSecondary: "--content-invert-secondary",
|
|
101
|
+
ContentInvertDisabled: "--content-invert-disabled",
|
|
102
|
+
ContentInvertGradient01: "--content-invert-gradient-01",
|
|
103
|
+
BorderDefault: "--border-default",
|
|
104
|
+
BorderBasicPrimary: "--border-basic-primary",
|
|
105
|
+
BorderBasicSecondary: "--border-basic-secondary",
|
|
106
|
+
BorderSubtle: "--border-subtle",
|
|
107
|
+
BorderBasicTertiary: "--border-basic-tertiary",
|
|
108
|
+
BorderHover: "--border-hover",
|
|
109
|
+
BorderBasicHover: "--border-basic-hover",
|
|
110
|
+
BorderDisabled: "--border-disabled",
|
|
111
|
+
BorderBasicDisabled: "--border-basic-disabled",
|
|
112
|
+
BorderBasicNegative: "--border-basic-negative",
|
|
113
|
+
BorderBasicWarning: "--border-basic-warning",
|
|
114
|
+
BorderBasicPositive: "--border-basic-positive",
|
|
115
|
+
BorderBasicInfo: "--border-basic-info",
|
|
116
|
+
BorderBasicPurple: "--border-basic-purple",
|
|
117
|
+
BorderBasicContrast: "--border-basic-contrast",
|
|
118
|
+
BorderInvertDefault: "--border-invert-default",
|
|
119
|
+
BorderInvertPrimary: "--border-invert-primary",
|
|
120
|
+
BorderInvertSubtle: "--border-invert-subtle",
|
|
121
|
+
BorderInvertSecondary: "--border-invert-secondary",
|
|
122
|
+
BorderInvertHover: "--border-invert-hover",
|
|
123
|
+
BorderInvertDisabled: "--border-invert-disabled",
|
|
124
|
+
ColorActionActive: "--color-action-active",
|
|
125
|
+
ActionPrimaryActive: "--action-primary-active",
|
|
126
|
+
ColorActionHover: "--color-action-hover",
|
|
127
|
+
ActionPrimaryHover: "--action-primary-hover",
|
|
128
|
+
ColorActionDefault: "--color-action-default",
|
|
129
|
+
ActionPrimaryDefault: "--action-primary-default",
|
|
130
|
+
ColorActionDefaultRgb: "--color-action-default-rgb",
|
|
131
|
+
ColorActionDisabled: "--color-action-disabled",
|
|
132
|
+
ActionPrimaryDisabled: "--action-primary-disabled",
|
|
133
|
+
ColorNegativeActive: "--color-negative-active",
|
|
134
|
+
ActionNegativeActive: "--action-negative-active",
|
|
135
|
+
ColorNegativeHover: "--color-negative-hover",
|
|
136
|
+
ActionNegativeHover: "--action-negative-hover",
|
|
137
|
+
ColorNegativeDefault: "--color-negative-default",
|
|
138
|
+
ActionNegativeDefault: "--action-negative-default",
|
|
139
|
+
ColorNegativeDisabled: "--color-negative-disabled",
|
|
140
|
+
ActionNegativeDisabled: "--action-negative-disabled",
|
|
141
|
+
ColorWarningDefault: "--color-warning-default",
|
|
142
|
+
ActionWarningDefault: "--action-warning-default",
|
|
143
|
+
ColorWarningHover: "--color-warning-hover",
|
|
144
|
+
ActionWarningHover: "--action-warning-hover",
|
|
145
|
+
ActionWarningDisabled: "--action-warning-disabled",
|
|
146
|
+
ColorPositiveDefault: "--color-positive-default",
|
|
147
|
+
ActionPositiveDefault: "--action-positive-default",
|
|
148
|
+
ColorPositiveHover: "--color-positive-hover",
|
|
149
|
+
ActionPositiveHover: "--action-positive-hover",
|
|
150
|
+
ColorPositiveDisabled: "--color-positive-disabled",
|
|
151
|
+
ActionPositiveDisabled: "--action-positive-disabled",
|
|
152
|
+
ActionNeutralDefault: "--action-neutral-default",
|
|
153
|
+
ActionNeutralHover: "--action-neutral-hover",
|
|
154
|
+
ActionNeutralDisabled: "--action-neutral-disabled",
|
|
155
|
+
ActionHighContrastDefault: "--action-high-contrast-default",
|
|
156
|
+
ActionHighContrastHover: "--action-high-contrast-hover",
|
|
157
|
+
ActionHighContrastActive: "--action-high-contrast-active",
|
|
158
|
+
ActionHighContrastDisabled: "--action-high-contrast-disabled",
|
|
159
|
+
ColorBot: "--color-bot",
|
|
160
|
+
SurfaceOtherBot: "--surface-other-bot",
|
|
161
|
+
SurfaceOtherBotHover: "--surface-other-bot-hover",
|
|
162
|
+
ColorBlack: "--color-black",
|
|
163
|
+
ColorWhite: "--color-white",
|
|
164
|
+
DecorBlue900: "--decor-blue900",
|
|
165
|
+
DecorBlue800: "--decor-blue800",
|
|
166
|
+
DecorBlue700: "--decor-blue700",
|
|
167
|
+
DecorBlue600: "--decor-blue600",
|
|
168
|
+
DecorBlue500: "--decor-blue500",
|
|
169
|
+
DecorBlue400: "--decor-blue400",
|
|
170
|
+
DecorBlue300: "--decor-blue300",
|
|
171
|
+
DecorBlue200: "--decor-blue200",
|
|
172
|
+
DecorBlue100: "--decor-blue100",
|
|
173
|
+
DecorBlue50: "--decor-blue50",
|
|
174
|
+
DecorOrange900: "--decor-orange900",
|
|
175
|
+
DecorOrange800: "--decor-orange800",
|
|
176
|
+
DecorOrange700: "--decor-orange700",
|
|
177
|
+
DecorOrange600: "--decor-orange600",
|
|
178
|
+
DecorOrange500: "--decor-orange500",
|
|
179
|
+
DecorOrange400: "--decor-orange400",
|
|
180
|
+
DecorOrange300: "--decor-orange300",
|
|
181
|
+
DecorOrange200: "--decor-orange200",
|
|
182
|
+
DecorOrange100: "--decor-orange100",
|
|
183
|
+
DecorOrange50: "--decor-orange50",
|
|
184
|
+
DecorYellow900: "--decor-yellow900",
|
|
185
|
+
DecorYellow800: "--decor-yellow800",
|
|
186
|
+
DecorYellow700: "--decor-yellow700",
|
|
187
|
+
DecorYellow600: "--decor-yellow600",
|
|
188
|
+
DecorYellow500: "--decor-yellow500",
|
|
189
|
+
DecorYellow400: "--decor-yellow400",
|
|
190
|
+
DecorYellow300: "--decor-yellow300",
|
|
191
|
+
DecorYellow200: "--decor-yellow200",
|
|
192
|
+
DecorYellow100: "--decor-yellow100",
|
|
193
|
+
DecorYellow50: "--decor-yellow50",
|
|
194
|
+
DecorGray950: "--decor-gray950",
|
|
195
|
+
DecorGray900: "--decor-gray900",
|
|
196
|
+
DecorGray800: "--decor-gray800",
|
|
197
|
+
DecorGray700: "--decor-gray700",
|
|
198
|
+
DecorGray600: "--decor-gray600",
|
|
199
|
+
DecorGray500: "--decor-gray500",
|
|
200
|
+
DecorGray400: "--decor-gray400",
|
|
201
|
+
DecorGray300: "--decor-gray300",
|
|
202
|
+
DecorGray200: "--decor-gray200",
|
|
203
|
+
DecorGray150: "--decor-gray150",
|
|
204
|
+
DecorGray100: "--decor-gray100",
|
|
205
|
+
DecorGray75: "--decor-gray75",
|
|
206
|
+
DecorGray50: "--decor-gray50",
|
|
207
|
+
DecorGray40: "--decor-gray40",
|
|
208
|
+
DecorGray20: "--decor-gray20",
|
|
209
|
+
DecorGreen900: "--decor-green900",
|
|
210
|
+
DecorGreen800: "--decor-green800",
|
|
211
|
+
DecorGreen700: "--decor-green700",
|
|
212
|
+
DecorGreen600: "--decor-green600",
|
|
213
|
+
DecorGreen500: "--decor-green500",
|
|
214
|
+
DecorGreen400: "--decor-green400",
|
|
215
|
+
DecorGreen300: "--decor-green300",
|
|
216
|
+
DecorGreen200: "--decor-green200",
|
|
217
|
+
DecorGreen100: "--decor-green100",
|
|
218
|
+
DecorGreen50: "--decor-green50",
|
|
219
|
+
DecorRed900: "--decor-red900",
|
|
220
|
+
DecorRed800: "--decor-red800",
|
|
221
|
+
DecorRed700: "--decor-red700",
|
|
222
|
+
DecorRed600: "--decor-red600",
|
|
223
|
+
DecorRed500: "--decor-red500",
|
|
224
|
+
DecorRed400: "--decor-red400",
|
|
225
|
+
DecorRed300: "--decor-red300",
|
|
226
|
+
DecorRed200: "--decor-red200",
|
|
227
|
+
DecorRed100: "--decor-red100",
|
|
228
|
+
DecorRed50: "--decor-red50",
|
|
229
|
+
DecorPurple900: "--decor-purple900",
|
|
230
|
+
DecorPurple800: "--decor-purple800",
|
|
231
|
+
DecorPurple700: "--decor-purple700",
|
|
232
|
+
DecorPurple600: "--decor-purple600",
|
|
233
|
+
DecorPurple500: "--decor-purple500",
|
|
234
|
+
DecorPurple400: "--decor-purple400",
|
|
235
|
+
DecorPurple300: "--decor-purple300",
|
|
236
|
+
DecorPurple200: "--decor-purple200",
|
|
237
|
+
DecorPurple100: "--decor-purple100",
|
|
238
|
+
DecorPurple50: "--decor-purple50",
|
|
239
|
+
ProductsLivechat: "--products-livechat",
|
|
240
|
+
ProductsHelpdesk: "--products-helpdesk",
|
|
241
|
+
ProductsChatbot: "--products-chatbot",
|
|
242
|
+
ProductsKnowledgebase: "--products-knowledgebase",
|
|
243
|
+
IllustrationsPrimary: "--illustrations-primary",
|
|
244
|
+
IllustrationsSecondary: "--illustrations-secondary",
|
|
245
|
+
IllustrationsStroke: "--illustrations-stroke",
|
|
246
|
+
TagSurface01: "--tag-surface-01",
|
|
247
|
+
TagContent01: "--tag-content-01",
|
|
248
|
+
BtnBasicBackgroundEnabled: "--btn-basic-background-enabled",
|
|
249
|
+
BtnBasicBackgroundHover: "--btn-basic-background-hover",
|
|
250
|
+
BtnBasicBackgroundDisabled: "--btn-basic-background-disabled",
|
|
251
|
+
BtnBasicBackgroundActive: "--btn-basic-background-active",
|
|
252
|
+
BtnBasicBackgroundLoading: "--btn-basic-background-loading",
|
|
253
|
+
BtnSecondaryBackgroundEnabled: "--btn-secondary-background-enabled",
|
|
254
|
+
BtnSecondaryBackgroundHover: "--btn-secondary-background-hover",
|
|
255
|
+
BtnSecondaryBackgroundDisabled: "--btn-secondary-background-disabled",
|
|
256
|
+
BtnSecondaryBackgroundActive: "--btn-secondary-background-active",
|
|
257
|
+
BtnSecondaryBackgroundLoading: "--btn-secondary-background-loading",
|
|
258
|
+
BtnPlainIconBackgroundHover: "--btn-plain-icon-background-hover",
|
|
259
|
+
BtnPlainIconBackgroundActive: "--btn-plain-icon-background-active",
|
|
260
|
+
PickerListBackground: "--picker-list-background",
|
|
261
|
+
PickerListGroupBackground: "--picker-list-group-background",
|
|
262
|
+
PickerListOptionBackgroundHover: "--picker-list-option-background-hover",
|
|
263
|
+
PickerListOptionBackgroundActiveHover: "--picker-list-option-background-active-hover",
|
|
264
|
+
PickerListOptionBackgroundFocus: "--picker-list-option-background-focus",
|
|
265
|
+
PickerListOptionBackgroundActive: "--picker-list-option-background-active",
|
|
266
|
+
PopoverBackground: "--popover-background",
|
|
267
|
+
SurfaceAvatar1: "--surface-avatar-1",
|
|
268
|
+
SurfaceAvatar2: "--surface-avatar-2",
|
|
269
|
+
SurfaceAvatar3: "--surface-avatar-3",
|
|
270
|
+
SurfaceAvatar4: "--surface-avatar-4",
|
|
271
|
+
SurfaceAvatar5: "--surface-avatar-5",
|
|
272
|
+
SurfaceAvatar6: "--surface-avatar-6",
|
|
273
|
+
SurfaceAvatar7: "--surface-avatar-7",
|
|
274
|
+
SurfaceAvatar8: "--surface-avatar-8",
|
|
275
|
+
SurfaceAvatar9: "--surface-avatar-9",
|
|
276
|
+
SurfaceAvatar10: "--surface-avatar-10",
|
|
277
|
+
NavbarBackground: "--navbar-background",
|
|
278
|
+
TooltipBorder: "--tooltip-border"
|
|
279
|
+
}, r = {
|
|
280
|
+
Spacing0: "--spacing-0",
|
|
281
|
+
Spacing05: "--spacing-05",
|
|
282
|
+
Spacing1: "--spacing-1",
|
|
283
|
+
Spacing2: "--spacing-2",
|
|
284
|
+
Spacing3: "--spacing-3",
|
|
285
|
+
Spacing4: "--spacing-4",
|
|
286
|
+
Spacing5: "--spacing-5",
|
|
287
|
+
Spacing6: "--spacing-6",
|
|
288
|
+
Spacing7: "--spacing-7",
|
|
289
|
+
Spacing8: "--spacing-8",
|
|
290
|
+
Spacing9: "--spacing-9",
|
|
291
|
+
Spacing10: "--spacing-10",
|
|
292
|
+
Spacing11: "--spacing-11",
|
|
293
|
+
Spacing12: "--spacing-12",
|
|
294
|
+
Spacing14: "--spacing-14",
|
|
295
|
+
Spacing16: "--spacing-16",
|
|
296
|
+
Spacing18: "--spacing-18",
|
|
297
|
+
Spacing20: "--spacing-20",
|
|
298
|
+
Spacing24: "--spacing-24"
|
|
299
|
+
}, a = {
|
|
300
|
+
Float: "--shadow-float",
|
|
301
|
+
PopOver: "--shadow-pop-over",
|
|
302
|
+
Modal: "--shadow-modal",
|
|
303
|
+
Tooltip: "--shadow-tooltip",
|
|
304
|
+
TooltipArrowBottom: "--shadow-tooltip-arrow-bottom",
|
|
305
|
+
TooltipArrowTop: "--shadow-tooltip-arrow-top",
|
|
306
|
+
TooltipArrowRight: "--shadow-tooltip-arrow-right",
|
|
307
|
+
TooltipArrowLeft: "--shadow-tooltip-arrow-left",
|
|
308
|
+
TooltipArrow: "--shadow-tooltip-arrow",
|
|
309
|
+
Focus: "--shadow-focus",
|
|
310
|
+
DividerBottom: "--shadow-divider-bottom",
|
|
311
|
+
DividerTop: "--shadow-divider-top",
|
|
312
|
+
DividerBottomLeft: "--shadow-divider-bottom-left",
|
|
313
|
+
DividerTopLeft: "--shadow-divider-top-left",
|
|
314
|
+
DividerTopRight: "--shadow-divider-top-right",
|
|
315
|
+
DividerBottomRight: "--shadow-divider-bottom-right",
|
|
316
|
+
MessageBox: "--shadow-message-box"
|
|
317
|
+
}, o = {
|
|
318
|
+
Radius0: "--radius-0",
|
|
319
|
+
Radius1: "--radius-1",
|
|
320
|
+
Radius2: "--radius-2",
|
|
321
|
+
Radius3: "--radius-3",
|
|
322
|
+
Radius4: "--radius-4",
|
|
323
|
+
0: "--radius-0",
|
|
324
|
+
// deprecated
|
|
325
|
+
1: "--radius-1",
|
|
326
|
+
// deprecated
|
|
327
|
+
2: "--radius-2",
|
|
328
|
+
// deprecated
|
|
329
|
+
3: "--radius-3",
|
|
330
|
+
// deprecated
|
|
331
|
+
4: "--radius-4"
|
|
332
|
+
// deprecated
|
|
333
|
+
}, c = {
|
|
334
|
+
Fast1: "--transition-duration-fast-1",
|
|
335
|
+
Fast2: "--transition-duration-fast-2",
|
|
336
|
+
Moderate1: "--transition-duration-moderate-1"
|
|
337
|
+
}, t = {
|
|
338
|
+
EaseIn: "--transition-timing-ease-in",
|
|
339
|
+
EaseOut: "--transition-timing-ease-out"
|
|
340
|
+
}, i = {
|
|
341
|
+
Instant: "--delay-instant",
|
|
342
|
+
Moderate: "--delay-moderate",
|
|
343
|
+
Slow: "--delay-slow"
|
|
344
|
+
};
|
|
345
|
+
export {
|
|
346
|
+
e as DesignToken,
|
|
347
|
+
o as RadiusToken,
|
|
348
|
+
a as ShadowToken,
|
|
349
|
+
r as SpacingToken,
|
|
350
|
+
i as TransitionDelayToken,
|
|
351
|
+
c as TransitionDurationToken,
|
|
352
|
+
t as TransitionTimingToken
|
|
353
|
+
};
|