@pedidopago/ui 1.7.21 → 1.7.23
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/components/Alert/styles.d.ts.map +1 -1
- package/dist/components/Alert/styles.js +1 -1
- package/dist/components/Avatar/styles.d.ts.map +1 -1
- package/dist/components/Avatar/styles.js +3 -3
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Button/index.js +1 -1
- package/dist/components/Button/styles.d.ts.map +1 -1
- package/dist/components/Button/styles.js +3 -5
- package/dist/components/CheckboxInput/styles.d.ts +7 -8
- package/dist/components/CheckboxInput/styles.d.ts.map +1 -1
- package/dist/components/CheckboxInput/styles.js +13 -35
- package/dist/components/CollapseCard/styles.d.ts.map +1 -1
- package/dist/components/CollapseCard/styles.js +4 -1
- package/dist/components/ColorPicker/styles.d.ts.map +1 -1
- package/dist/components/ColorPicker/styles.js +5 -5
- package/dist/components/ComposeIcon/styles.d.ts.map +1 -1
- package/dist/components/ComposeIcon/styles.js +2 -2
- package/dist/components/DatePicker/styles.d.ts.map +1 -1
- package/dist/components/DatePicker/styles.js +4 -5
- package/dist/components/Dialog/index.d.ts.map +1 -1
- package/dist/components/Dialog/index.js +7 -8
- package/dist/components/Dialog/styles.d.ts +0 -2
- package/dist/components/Dialog/styles.d.ts.map +1 -1
- package/dist/components/Dialog/styles.js +4 -6
- package/dist/components/Dropzone/styles.js +1 -1
- package/dist/components/EmojiPicker/EmotePickerData/index.js +1 -1
- package/dist/components/EmojiPicker/EmotePickerData/styles.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmotePickerData/styles.js +27 -18
- package/dist/components/EmojiPicker/styles.d.ts.map +1 -1
- package/dist/components/EmojiPicker/styles.js +3 -6
- package/dist/components/Flex/styles.d.ts +168 -0
- package/dist/components/Flex/styles.d.ts.map +1 -1
- package/dist/components/Grid/styles.d.ts +168 -0
- package/dist/components/Grid/styles.d.ts.map +1 -1
- package/dist/components/Icon/data/illustrations.js +43 -43
- package/dist/components/Illustration/styles.d.ts.map +1 -1
- package/dist/components/Illustration/styles.js +4 -3
- package/dist/components/ImageItem/styles.d.ts.map +1 -1
- package/dist/components/ImageItem/styles.js +3 -4
- package/dist/components/Input/index.js +3 -1
- package/dist/components/Input/styles.d.ts +0 -4
- package/dist/components/Input/styles.d.ts.map +1 -1
- package/dist/components/Input/styles.js +44 -82
- package/dist/components/List/styles.d.ts.map +1 -1
- package/dist/components/List/styles.js +3 -9
- package/dist/components/Modal/styles.d.ts.map +1 -1
- package/dist/components/Modal/styles.js +1 -1
- package/dist/components/MultipleSelect/components/OptionsArea/styles.d.ts.map +1 -1
- package/dist/components/MultipleSelect/components/OptionsArea/styles.js +17 -7
- package/dist/components/MultipleSelect/components/SelectArea/SelectedOptionsArea.d.ts.map +1 -1
- package/dist/components/MultipleSelect/components/SelectArea/SelectedOptionsArea.js +1 -4
- package/dist/components/MultipleSelect/components/SelectArea/styles.d.ts.map +1 -1
- package/dist/components/MultipleSelect/components/SelectArea/styles.js +3 -3
- package/dist/components/NewSelect/Examples/index.d.ts.map +1 -1
- package/dist/components/NewSelect/Examples/index.js +36 -21
- package/dist/components/NewSelect/components/OptionsSelect/styles.js +1 -1
- package/dist/components/NewSelect/multiple/index.d.ts.map +1 -1
- package/dist/components/NewSelect/multiple/index.js +24 -13
- package/dist/components/NewSelect/single/index.d.ts.map +1 -1
- package/dist/components/NewSelect/single/index.js +15 -6
- package/dist/components/NewSelect/styles.d.ts.map +1 -1
- package/dist/components/NewSelect/styles.js +1 -4
- package/dist/components/Pagination/index.d.ts.map +1 -1
- package/dist/components/Pagination/index.js +2 -9
- package/dist/components/RadioInput/components/ChoiceList/index.d.ts.map +1 -1
- package/dist/components/RadioInput/components/ChoiceList/index.js +3 -2
- package/dist/components/RadioInput/styles.d.ts +4 -1
- package/dist/components/RadioInput/styles.d.ts.map +1 -1
- package/dist/components/RadioInput/styles.js +16 -5
- package/dist/components/RadioInput/types.d.ts +2 -1
- package/dist/components/RadioInput/types.d.ts.map +1 -1
- package/dist/components/Select/components/OptionsSelect/styles.js +1 -1
- package/dist/components/Select/styles.d.ts.map +1 -1
- package/dist/components/Select/styles.js +2 -2
- package/dist/components/Skeleton/styles.d.ts.map +1 -1
- package/dist/components/Skeleton/styles.js +2 -8
- package/dist/components/Slider/components/SliderPointer.d.ts.map +1 -1
- package/dist/components/Slider/components/SliderPointer.js +2 -1
- package/dist/components/Slider/styles.d.ts.map +1 -1
- package/dist/components/Slider/styles.js +2 -2
- package/dist/components/Spinner/styles.d.ts +168 -0
- package/dist/components/Spinner/styles.d.ts.map +1 -1
- package/dist/components/Spinner/styles.js +3 -3
- package/dist/components/Steps/styles.d.ts.map +1 -1
- package/dist/components/Steps/styles.js +3 -9
- package/dist/components/Switch/styles.d.ts.map +1 -1
- package/dist/components/Switch/styles.js +2 -4
- package/dist/components/Table/index.d.ts.map +1 -1
- package/dist/components/Table/index.js +1 -5
- package/dist/components/Table/styles.d.ts.map +1 -1
- package/dist/components/Table/styles.js +4 -52
- package/dist/components/Tabs/styles.d.ts.map +1 -1
- package/dist/components/Tabs/styles.js +4 -6
- package/dist/components/Tag/styles.d.ts +504 -0
- package/dist/components/Tag/styles.d.ts.map +1 -1
- package/dist/components/Tag/styles.js +3 -3
- package/dist/components/TextAreaInput/styles.d.ts.map +1 -1
- package/dist/components/TextAreaInput/styles.js +3 -6
- package/dist/components/Thumbnail/index.d.ts.map +1 -1
- package/dist/components/Thumbnail/index.js +7 -56
- package/dist/components/Thumbnail/styles.d.ts.map +1 -1
- package/dist/components/Thumbnail/styles.js +17 -27
- package/dist/components/Thumbnail/types.d.ts +1 -9
- package/dist/components/Thumbnail/types.d.ts.map +1 -1
- package/dist/components/TimeInput/styles.d.ts.map +1 -1
- package/dist/components/TimeInput/styles.js +7 -1
- package/dist/components/Timeline/components/Timeline.d.ts.map +1 -1
- package/dist/components/Timeline/components/Timeline.js +3 -16
- package/dist/components/Timeline/styles.d.ts.map +1 -1
- package/dist/components/Timeline/styles.js +5 -5
- package/dist/components/Timeline/timeline.test.js +0 -2
- package/dist/components/Timeline/types.d.ts +0 -1
- package/dist/components/Timeline/types.d.ts.map +1 -1
- package/dist/components/Tooltip/components/TooltipLabel.d.ts.map +1 -1
- package/dist/components/Tooltip/components/TooltipLabel.js +5 -5
- package/dist/components/Tooltip/index.d.ts.map +1 -1
- package/dist/components/Tooltip/index.js +5 -1
- package/dist/components/Tooltip/styles.d.ts.map +1 -1
- package/dist/components/Tooltip/styles.js +2 -4
- package/dist/components/Typography/index.d.ts.map +1 -1
- package/dist/components/Typography/index.js +4 -5
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -1
- package/dist/shared/hooks/useSystemTheme.d.ts +5 -0
- package/dist/shared/hooks/useSystemTheme.d.ts.map +1 -0
- package/dist/shared/hooks/useSystemTheme.js +38 -0
- package/dist/shared/theme/contexts/ThemeContext.d.ts +1 -1
- package/dist/shared/theme/contexts/ThemeContext.d.ts.map +1 -1
- package/dist/shared/theme/contexts/ThemeContext.js +37 -17
- package/dist/shared/theme/hooks/useColorMode.d.ts +1 -1
- package/dist/shared/theme/hooks/useColorMode.js +1 -1
- package/dist/shared/theme/hooks/useTheme.d.ts +168 -0
- package/dist/shared/theme/hooks/useTheme.d.ts.map +1 -1
- package/dist/shared/theme/objects/breakpoints.d.ts +9 -0
- package/dist/shared/theme/objects/breakpoints.d.ts.map +1 -0
- package/dist/shared/theme/objects/breakpoints.js +15 -0
- package/dist/shared/theme/objects/colors.d.ts +171 -0
- package/dist/shared/theme/objects/colors.d.ts.map +1 -0
- package/dist/shared/theme/objects/colors.js +177 -0
- package/dist/shared/theme/objects/shadows.d.ts +13 -0
- package/dist/shared/theme/objects/shadows.d.ts.map +1 -0
- package/dist/shared/theme/objects/shadows.js +19 -0
- package/dist/shared/theme/objects/sizes.d.ts +23 -0
- package/dist/shared/theme/objects/sizes.d.ts.map +1 -0
- package/dist/shared/theme/objects/sizes.js +33 -0
- package/dist/shared/theme/objects/spaces.d.ts +131 -0
- package/dist/shared/theme/objects/spaces.d.ts.map +1 -0
- package/dist/shared/theme/objects/spaces.js +75 -0
- package/dist/shared/theme/objects/transitions.d.ts +4 -0
- package/dist/shared/theme/objects/transitions.d.ts.map +1 -0
- package/dist/shared/theme/objects/transitions.js +10 -0
- package/dist/shared/theme/objects/typography.d.ts +14 -0
- package/dist/shared/theme/objects/typography.d.ts.map +1 -0
- package/dist/shared/theme/objects/typography.js +20 -0
- package/dist/shared/theme/objects/z-indexes.d.ts +14 -0
- package/dist/shared/theme/objects/z-indexes.d.ts.map +1 -0
- package/dist/shared/theme/objects/z-indexes.js +20 -0
- package/dist/shared/theme/theme.d.ts +168 -0
- package/dist/shared/theme/theme.d.ts.map +1 -1
- package/dist/shared/theme/theme.js +19 -225
- package/dist/shared/theme/theme.types.d.ts +9 -1
- package/dist/shared/theme/theme.types.d.ts.map +1 -1
- package/dist/utils/customColorMode.d.ts +2 -0
- package/dist/utils/customColorMode.d.ts.map +1 -0
- package/dist/utils/customColorMode.js +11 -0
- package/dist/utils/getColorValue.js +1 -1
- package/package.json +9 -3
- package/dist/components/Steps/components/StepIconMobile/index.d.ts +0 -4
- package/dist/components/Steps/components/StepIconMobile/index.d.ts.map +0 -1
- package/dist/components/Steps/components/StepIconMobile/index.js +0 -126
|
@@ -123,6 +123,174 @@ export declare const StyledFlexContainer: import("@emotion/styled").StyledCompon
|
|
|
123
123
|
gradient: string;
|
|
124
124
|
};
|
|
125
125
|
};
|
|
126
|
+
lightColors: {
|
|
127
|
+
body: {
|
|
128
|
+
light: string;
|
|
129
|
+
dark: string;
|
|
130
|
+
};
|
|
131
|
+
primary: {
|
|
132
|
+
alert: string;
|
|
133
|
+
disabled: string;
|
|
134
|
+
default: string;
|
|
135
|
+
hover: string;
|
|
136
|
+
focus: string;
|
|
137
|
+
transparent: string;
|
|
138
|
+
};
|
|
139
|
+
secondary: {
|
|
140
|
+
disabled: string;
|
|
141
|
+
default: string;
|
|
142
|
+
hover: string;
|
|
143
|
+
focus: string;
|
|
144
|
+
};
|
|
145
|
+
tertiary: {
|
|
146
|
+
disabled: string;
|
|
147
|
+
default: string;
|
|
148
|
+
hover: string;
|
|
149
|
+
focus: string;
|
|
150
|
+
};
|
|
151
|
+
neutral: {
|
|
152
|
+
white: string;
|
|
153
|
+
neutral1: string;
|
|
154
|
+
neutral2: string;
|
|
155
|
+
neutral3: string;
|
|
156
|
+
neutral4: string;
|
|
157
|
+
neutral5: string;
|
|
158
|
+
neutral6: string;
|
|
159
|
+
black: string;
|
|
160
|
+
};
|
|
161
|
+
background: {
|
|
162
|
+
linear1: string;
|
|
163
|
+
linear2: string;
|
|
164
|
+
linear3: string;
|
|
165
|
+
light: string;
|
|
166
|
+
};
|
|
167
|
+
informative: {
|
|
168
|
+
default: string;
|
|
169
|
+
blurred: string;
|
|
170
|
+
dark: string;
|
|
171
|
+
gradient: string;
|
|
172
|
+
};
|
|
173
|
+
success: {
|
|
174
|
+
default: string;
|
|
175
|
+
blurred: string;
|
|
176
|
+
dark: string;
|
|
177
|
+
gradient: string;
|
|
178
|
+
};
|
|
179
|
+
success_secondary: {
|
|
180
|
+
default: string;
|
|
181
|
+
blurred: string;
|
|
182
|
+
dark: string;
|
|
183
|
+
gradient: string;
|
|
184
|
+
};
|
|
185
|
+
warning: {
|
|
186
|
+
default: string;
|
|
187
|
+
blurred: string;
|
|
188
|
+
dark: string;
|
|
189
|
+
gradient: string;
|
|
190
|
+
};
|
|
191
|
+
warning_secondary: {
|
|
192
|
+
default: string;
|
|
193
|
+
blurred: string;
|
|
194
|
+
dark: string;
|
|
195
|
+
gradient: string;
|
|
196
|
+
};
|
|
197
|
+
error: {
|
|
198
|
+
default: string;
|
|
199
|
+
blurred: string;
|
|
200
|
+
dark: string;
|
|
201
|
+
gradient: string;
|
|
202
|
+
};
|
|
203
|
+
critical: {
|
|
204
|
+
default: string;
|
|
205
|
+
blurred: string;
|
|
206
|
+
dark: string;
|
|
207
|
+
gradient: string;
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
darkColors: {
|
|
211
|
+
body: {
|
|
212
|
+
light: string;
|
|
213
|
+
dark: string;
|
|
214
|
+
};
|
|
215
|
+
primary: {
|
|
216
|
+
alert: string;
|
|
217
|
+
disabled: string;
|
|
218
|
+
default: string;
|
|
219
|
+
hover: string;
|
|
220
|
+
focus: string;
|
|
221
|
+
transparent: string;
|
|
222
|
+
};
|
|
223
|
+
secondary: {
|
|
224
|
+
disabled: string;
|
|
225
|
+
default: string;
|
|
226
|
+
hover: string;
|
|
227
|
+
focus: string;
|
|
228
|
+
};
|
|
229
|
+
tertiary: {
|
|
230
|
+
disabled: string;
|
|
231
|
+
default: string;
|
|
232
|
+
hover: string;
|
|
233
|
+
focus: string;
|
|
234
|
+
};
|
|
235
|
+
neutral: {
|
|
236
|
+
white: string;
|
|
237
|
+
neutral1: string;
|
|
238
|
+
neutral2: string;
|
|
239
|
+
neutral3: string;
|
|
240
|
+
neutral4: string;
|
|
241
|
+
neutral5: string;
|
|
242
|
+
neutral6: string;
|
|
243
|
+
black: string;
|
|
244
|
+
};
|
|
245
|
+
background: {
|
|
246
|
+
linear1: string;
|
|
247
|
+
linear2: string;
|
|
248
|
+
linear3: string;
|
|
249
|
+
light: string;
|
|
250
|
+
};
|
|
251
|
+
informative: {
|
|
252
|
+
default: string;
|
|
253
|
+
blurred: string;
|
|
254
|
+
dark: string;
|
|
255
|
+
gradient: string;
|
|
256
|
+
};
|
|
257
|
+
success: {
|
|
258
|
+
default: string;
|
|
259
|
+
blurred: string;
|
|
260
|
+
dark: string;
|
|
261
|
+
gradient: string;
|
|
262
|
+
};
|
|
263
|
+
success_secondary: {
|
|
264
|
+
default: string;
|
|
265
|
+
blurred: string;
|
|
266
|
+
dark: string;
|
|
267
|
+
gradient: string;
|
|
268
|
+
};
|
|
269
|
+
warning: {
|
|
270
|
+
default: string;
|
|
271
|
+
blurred: string;
|
|
272
|
+
dark: string;
|
|
273
|
+
gradient: string;
|
|
274
|
+
};
|
|
275
|
+
warning_secondary: {
|
|
276
|
+
default: string;
|
|
277
|
+
blurred: string;
|
|
278
|
+
dark: string;
|
|
279
|
+
gradient: string;
|
|
280
|
+
};
|
|
281
|
+
error: {
|
|
282
|
+
default: string;
|
|
283
|
+
blurred: string;
|
|
284
|
+
dark: string;
|
|
285
|
+
gradient: string;
|
|
286
|
+
};
|
|
287
|
+
critical: {
|
|
288
|
+
default: string;
|
|
289
|
+
blurred: string;
|
|
290
|
+
dark: string;
|
|
291
|
+
gradient: string;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
126
294
|
space: {
|
|
127
295
|
px: string;
|
|
128
296
|
0.5: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/Flex/styles.ts"],"names":[],"mappings":";AAKA,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/Flex/styles.ts"],"names":[],"mappings":";AAKA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yGAyZ9B,CAAC"}
|
|
@@ -123,6 +123,174 @@ export declare const GridComponent: import("@emotion/styled").StyledComponent<{
|
|
|
123
123
|
gradient: string;
|
|
124
124
|
};
|
|
125
125
|
};
|
|
126
|
+
lightColors: {
|
|
127
|
+
body: {
|
|
128
|
+
light: string;
|
|
129
|
+
dark: string;
|
|
130
|
+
};
|
|
131
|
+
primary: {
|
|
132
|
+
alert: string;
|
|
133
|
+
disabled: string;
|
|
134
|
+
default: string;
|
|
135
|
+
hover: string;
|
|
136
|
+
focus: string;
|
|
137
|
+
transparent: string;
|
|
138
|
+
};
|
|
139
|
+
secondary: {
|
|
140
|
+
disabled: string;
|
|
141
|
+
default: string;
|
|
142
|
+
hover: string;
|
|
143
|
+
focus: string;
|
|
144
|
+
};
|
|
145
|
+
tertiary: {
|
|
146
|
+
disabled: string;
|
|
147
|
+
default: string;
|
|
148
|
+
hover: string;
|
|
149
|
+
focus: string;
|
|
150
|
+
};
|
|
151
|
+
neutral: {
|
|
152
|
+
white: string;
|
|
153
|
+
neutral1: string;
|
|
154
|
+
neutral2: string;
|
|
155
|
+
neutral3: string;
|
|
156
|
+
neutral4: string;
|
|
157
|
+
neutral5: string;
|
|
158
|
+
neutral6: string;
|
|
159
|
+
black: string;
|
|
160
|
+
};
|
|
161
|
+
background: {
|
|
162
|
+
linear1: string;
|
|
163
|
+
linear2: string;
|
|
164
|
+
linear3: string;
|
|
165
|
+
light: string;
|
|
166
|
+
};
|
|
167
|
+
informative: {
|
|
168
|
+
default: string;
|
|
169
|
+
blurred: string;
|
|
170
|
+
dark: string;
|
|
171
|
+
gradient: string;
|
|
172
|
+
};
|
|
173
|
+
success: {
|
|
174
|
+
default: string;
|
|
175
|
+
blurred: string;
|
|
176
|
+
dark: string;
|
|
177
|
+
gradient: string;
|
|
178
|
+
};
|
|
179
|
+
success_secondary: {
|
|
180
|
+
default: string;
|
|
181
|
+
blurred: string;
|
|
182
|
+
dark: string;
|
|
183
|
+
gradient: string;
|
|
184
|
+
};
|
|
185
|
+
warning: {
|
|
186
|
+
default: string;
|
|
187
|
+
blurred: string;
|
|
188
|
+
dark: string;
|
|
189
|
+
gradient: string;
|
|
190
|
+
};
|
|
191
|
+
warning_secondary: {
|
|
192
|
+
default: string;
|
|
193
|
+
blurred: string;
|
|
194
|
+
dark: string;
|
|
195
|
+
gradient: string;
|
|
196
|
+
};
|
|
197
|
+
error: {
|
|
198
|
+
default: string;
|
|
199
|
+
blurred: string;
|
|
200
|
+
dark: string;
|
|
201
|
+
gradient: string;
|
|
202
|
+
};
|
|
203
|
+
critical: {
|
|
204
|
+
default: string;
|
|
205
|
+
blurred: string;
|
|
206
|
+
dark: string;
|
|
207
|
+
gradient: string;
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
darkColors: {
|
|
211
|
+
body: {
|
|
212
|
+
light: string;
|
|
213
|
+
dark: string;
|
|
214
|
+
};
|
|
215
|
+
primary: {
|
|
216
|
+
alert: string;
|
|
217
|
+
disabled: string;
|
|
218
|
+
default: string;
|
|
219
|
+
hover: string;
|
|
220
|
+
focus: string;
|
|
221
|
+
transparent: string;
|
|
222
|
+
};
|
|
223
|
+
secondary: {
|
|
224
|
+
disabled: string;
|
|
225
|
+
default: string;
|
|
226
|
+
hover: string;
|
|
227
|
+
focus: string;
|
|
228
|
+
};
|
|
229
|
+
tertiary: {
|
|
230
|
+
disabled: string;
|
|
231
|
+
default: string;
|
|
232
|
+
hover: string;
|
|
233
|
+
focus: string;
|
|
234
|
+
};
|
|
235
|
+
neutral: {
|
|
236
|
+
white: string;
|
|
237
|
+
neutral1: string;
|
|
238
|
+
neutral2: string;
|
|
239
|
+
neutral3: string;
|
|
240
|
+
neutral4: string;
|
|
241
|
+
neutral5: string;
|
|
242
|
+
neutral6: string;
|
|
243
|
+
black: string;
|
|
244
|
+
};
|
|
245
|
+
background: {
|
|
246
|
+
linear1: string;
|
|
247
|
+
linear2: string;
|
|
248
|
+
linear3: string;
|
|
249
|
+
light: string;
|
|
250
|
+
};
|
|
251
|
+
informative: {
|
|
252
|
+
default: string;
|
|
253
|
+
blurred: string;
|
|
254
|
+
dark: string;
|
|
255
|
+
gradient: string;
|
|
256
|
+
};
|
|
257
|
+
success: {
|
|
258
|
+
default: string;
|
|
259
|
+
blurred: string;
|
|
260
|
+
dark: string;
|
|
261
|
+
gradient: string;
|
|
262
|
+
};
|
|
263
|
+
success_secondary: {
|
|
264
|
+
default: string;
|
|
265
|
+
blurred: string;
|
|
266
|
+
dark: string;
|
|
267
|
+
gradient: string;
|
|
268
|
+
};
|
|
269
|
+
warning: {
|
|
270
|
+
default: string;
|
|
271
|
+
blurred: string;
|
|
272
|
+
dark: string;
|
|
273
|
+
gradient: string;
|
|
274
|
+
};
|
|
275
|
+
warning_secondary: {
|
|
276
|
+
default: string;
|
|
277
|
+
blurred: string;
|
|
278
|
+
dark: string;
|
|
279
|
+
gradient: string;
|
|
280
|
+
};
|
|
281
|
+
error: {
|
|
282
|
+
default: string;
|
|
283
|
+
blurred: string;
|
|
284
|
+
dark: string;
|
|
285
|
+
gradient: string;
|
|
286
|
+
};
|
|
287
|
+
critical: {
|
|
288
|
+
default: string;
|
|
289
|
+
blurred: string;
|
|
290
|
+
dark: string;
|
|
291
|
+
gradient: string;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
126
294
|
space: {
|
|
127
295
|
px: string;
|
|
128
296
|
0.5: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/styles.ts"],"names":[],"mappings":";AAKA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/styles.ts"],"names":[],"mappings":";AAKA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yGA4azB,CAAC"}
|