@ctlyst.id/voila-ui 1.2.3 → 1.2.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/index.js +25 -25
- package/dist/index.mjs +1498 -1503
- package/dist/style.css +1 -1
- package/dist/types/components/image/image.d.ts +1 -1
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/components/spinner/index.d.ts +2 -0
- package/dist/types/components/tooltip/tooltip.d.ts +1 -1
- package/dist/types/layouts/box/box.d.ts +77 -77
- package/dist/types/layouts/container/container.d.ts +0 -5
- package/dist/types/layouts/flex/flex.d.ts +60 -60
- package/dist/types/layouts/grid/grid.d.ts +62 -62
- package/dist/types/layouts/stack/stack.d.ts +53 -53
- package/dist/types/layouts/stack/utils.d.ts +1 -1
- package/dist/types/layouts/text/text.css.d.ts +5 -0
- package/dist/types/layouts/text/text.d.ts +156 -154
- package/dist/types/theme/styles/atoms/common.css.d.ts +5 -5
- package/dist/types/theme/styles/atoms/flex.css.d.ts +7 -7
- package/dist/types/theme/styles/atoms/grid.css.d.ts +9 -9
- package/dist/types/theme/styles/atoms/position.css.d.ts +12 -12
- package/dist/types/theme/styles/atoms/sizes.css.d.ts +18 -18
- package/dist/types/theme/styles/atoms/space.css.d.ts +30 -30
- package/dist/types/theme/styles/atoms/typography.css.d.ts +5 -5
- package/dist/types/theme/styles/theme.css.d.ts +1 -1
- package/dist/types/theme/tokens/index.d.ts +1 -1
- package/dist/types/theme/tokens/typography.d.ts +1 -1
- package/package.json +4 -3
- package/dist/types/assets/index.d.ts +0 -1
- /package/dist/types/{assets/Spinner.d.ts → components/spinner/spinner.d.ts} +0 -0
|
@@ -3,15 +3,15 @@ export type TextProperties = Omit<HTMLAttributes<HTMLParagraphElement | HTMLAnch
|
|
|
3
3
|
declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChildren<import("rainbow-sprinkles/dist/declarations/src/types").ChildSprinkles<{
|
|
4
4
|
margin: {
|
|
5
5
|
values: {
|
|
6
|
-
|
|
6
|
+
0: {
|
|
7
7
|
default: string;
|
|
8
8
|
conditions: Record<string | number, string>;
|
|
9
9
|
};
|
|
10
|
-
|
|
10
|
+
1: {
|
|
11
11
|
default: string;
|
|
12
12
|
conditions: Record<string | number, string>;
|
|
13
13
|
};
|
|
14
|
-
|
|
14
|
+
auto: {
|
|
15
15
|
default: string;
|
|
16
16
|
conditions: Record<string | number, string>;
|
|
17
17
|
};
|
|
@@ -180,15 +180,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
180
180
|
};
|
|
181
181
|
marginTop: {
|
|
182
182
|
values: {
|
|
183
|
-
|
|
183
|
+
0: {
|
|
184
184
|
default: string;
|
|
185
185
|
conditions: Record<string | number, string>;
|
|
186
186
|
};
|
|
187
|
-
|
|
187
|
+
1: {
|
|
188
188
|
default: string;
|
|
189
189
|
conditions: Record<string | number, string>;
|
|
190
190
|
};
|
|
191
|
-
|
|
191
|
+
auto: {
|
|
192
192
|
default: string;
|
|
193
193
|
conditions: Record<string | number, string>;
|
|
194
194
|
};
|
|
@@ -357,15 +357,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
357
357
|
};
|
|
358
358
|
marginBottom: {
|
|
359
359
|
values: {
|
|
360
|
-
|
|
360
|
+
0: {
|
|
361
361
|
default: string;
|
|
362
362
|
conditions: Record<string | number, string>;
|
|
363
363
|
};
|
|
364
|
-
|
|
364
|
+
1: {
|
|
365
365
|
default: string;
|
|
366
366
|
conditions: Record<string | number, string>;
|
|
367
367
|
};
|
|
368
|
-
|
|
368
|
+
auto: {
|
|
369
369
|
default: string;
|
|
370
370
|
conditions: Record<string | number, string>;
|
|
371
371
|
};
|
|
@@ -534,15 +534,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
534
534
|
};
|
|
535
535
|
marginLeft: {
|
|
536
536
|
values: {
|
|
537
|
-
|
|
537
|
+
0: {
|
|
538
538
|
default: string;
|
|
539
539
|
conditions: Record<string | number, string>;
|
|
540
540
|
};
|
|
541
|
-
|
|
541
|
+
1: {
|
|
542
542
|
default: string;
|
|
543
543
|
conditions: Record<string | number, string>;
|
|
544
544
|
};
|
|
545
|
-
|
|
545
|
+
auto: {
|
|
546
546
|
default: string;
|
|
547
547
|
conditions: Record<string | number, string>;
|
|
548
548
|
};
|
|
@@ -711,15 +711,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
711
711
|
};
|
|
712
712
|
marginRight: {
|
|
713
713
|
values: {
|
|
714
|
-
|
|
714
|
+
0: {
|
|
715
715
|
default: string;
|
|
716
716
|
conditions: Record<string | number, string>;
|
|
717
717
|
};
|
|
718
|
-
|
|
718
|
+
1: {
|
|
719
719
|
default: string;
|
|
720
720
|
conditions: Record<string | number, string>;
|
|
721
721
|
};
|
|
722
|
-
|
|
722
|
+
auto: {
|
|
723
723
|
default: string;
|
|
724
724
|
conditions: Record<string | number, string>;
|
|
725
725
|
};
|
|
@@ -888,15 +888,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
888
888
|
};
|
|
889
889
|
padding: {
|
|
890
890
|
values: {
|
|
891
|
-
|
|
891
|
+
0: {
|
|
892
892
|
default: string;
|
|
893
893
|
conditions: Record<string | number, string>;
|
|
894
894
|
};
|
|
895
|
-
|
|
895
|
+
1: {
|
|
896
896
|
default: string;
|
|
897
897
|
conditions: Record<string | number, string>;
|
|
898
898
|
};
|
|
899
|
-
|
|
899
|
+
auto: {
|
|
900
900
|
default: string;
|
|
901
901
|
conditions: Record<string | number, string>;
|
|
902
902
|
};
|
|
@@ -1065,15 +1065,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
1065
1065
|
};
|
|
1066
1066
|
paddingTop: {
|
|
1067
1067
|
values: {
|
|
1068
|
-
|
|
1068
|
+
0: {
|
|
1069
1069
|
default: string;
|
|
1070
1070
|
conditions: Record<string | number, string>;
|
|
1071
1071
|
};
|
|
1072
|
-
|
|
1072
|
+
1: {
|
|
1073
1073
|
default: string;
|
|
1074
1074
|
conditions: Record<string | number, string>;
|
|
1075
1075
|
};
|
|
1076
|
-
|
|
1076
|
+
auto: {
|
|
1077
1077
|
default: string;
|
|
1078
1078
|
conditions: Record<string | number, string>;
|
|
1079
1079
|
};
|
|
@@ -1242,15 +1242,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
1242
1242
|
};
|
|
1243
1243
|
paddingBottom: {
|
|
1244
1244
|
values: {
|
|
1245
|
-
|
|
1245
|
+
0: {
|
|
1246
1246
|
default: string;
|
|
1247
1247
|
conditions: Record<string | number, string>;
|
|
1248
1248
|
};
|
|
1249
|
-
|
|
1249
|
+
1: {
|
|
1250
1250
|
default: string;
|
|
1251
1251
|
conditions: Record<string | number, string>;
|
|
1252
1252
|
};
|
|
1253
|
-
|
|
1253
|
+
auto: {
|
|
1254
1254
|
default: string;
|
|
1255
1255
|
conditions: Record<string | number, string>;
|
|
1256
1256
|
};
|
|
@@ -1419,15 +1419,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
1419
1419
|
};
|
|
1420
1420
|
paddingLeft: {
|
|
1421
1421
|
values: {
|
|
1422
|
-
|
|
1422
|
+
0: {
|
|
1423
1423
|
default: string;
|
|
1424
1424
|
conditions: Record<string | number, string>;
|
|
1425
1425
|
};
|
|
1426
|
-
|
|
1426
|
+
1: {
|
|
1427
1427
|
default: string;
|
|
1428
1428
|
conditions: Record<string | number, string>;
|
|
1429
1429
|
};
|
|
1430
|
-
|
|
1430
|
+
auto: {
|
|
1431
1431
|
default: string;
|
|
1432
1432
|
conditions: Record<string | number, string>;
|
|
1433
1433
|
};
|
|
@@ -1596,15 +1596,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
1596
1596
|
};
|
|
1597
1597
|
paddingRight: {
|
|
1598
1598
|
values: {
|
|
1599
|
-
|
|
1599
|
+
0: {
|
|
1600
1600
|
default: string;
|
|
1601
1601
|
conditions: Record<string | number, string>;
|
|
1602
1602
|
};
|
|
1603
|
-
|
|
1603
|
+
1: {
|
|
1604
1604
|
default: string;
|
|
1605
1605
|
conditions: Record<string | number, string>;
|
|
1606
1606
|
};
|
|
1607
|
-
|
|
1607
|
+
auto: {
|
|
1608
1608
|
default: string;
|
|
1609
1609
|
conditions: Record<string | number, string>;
|
|
1610
1610
|
};
|
|
@@ -1938,15 +1938,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
1938
1938
|
}> & import("rainbow-sprinkles/dist/declarations/src/types").ChildSprinkles<{
|
|
1939
1939
|
width: {
|
|
1940
1940
|
values: {
|
|
1941
|
-
|
|
1941
|
+
0: {
|
|
1942
1942
|
default: string;
|
|
1943
1943
|
conditions: Record<string | number, string>;
|
|
1944
1944
|
};
|
|
1945
|
-
|
|
1945
|
+
1: {
|
|
1946
1946
|
default: string;
|
|
1947
1947
|
conditions: Record<string | number, string>;
|
|
1948
1948
|
};
|
|
1949
|
-
|
|
1949
|
+
auto: {
|
|
1950
1950
|
default: string;
|
|
1951
1951
|
conditions: Record<string | number, string>;
|
|
1952
1952
|
};
|
|
@@ -2140,15 +2140,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
2140
2140
|
};
|
|
2141
2141
|
minWidth: {
|
|
2142
2142
|
values: {
|
|
2143
|
-
|
|
2143
|
+
0: {
|
|
2144
2144
|
default: string;
|
|
2145
2145
|
conditions: Record<string | number, string>;
|
|
2146
2146
|
};
|
|
2147
|
-
|
|
2147
|
+
1: {
|
|
2148
2148
|
default: string;
|
|
2149
2149
|
conditions: Record<string | number, string>;
|
|
2150
2150
|
};
|
|
2151
|
-
|
|
2151
|
+
auto: {
|
|
2152
2152
|
default: string;
|
|
2153
2153
|
conditions: Record<string | number, string>;
|
|
2154
2154
|
};
|
|
@@ -2342,15 +2342,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
2342
2342
|
};
|
|
2343
2343
|
maxWidth: {
|
|
2344
2344
|
values: {
|
|
2345
|
-
|
|
2345
|
+
0: {
|
|
2346
2346
|
default: string;
|
|
2347
2347
|
conditions: Record<string | number, string>;
|
|
2348
2348
|
};
|
|
2349
|
-
|
|
2349
|
+
1: {
|
|
2350
2350
|
default: string;
|
|
2351
2351
|
conditions: Record<string | number, string>;
|
|
2352
2352
|
};
|
|
2353
|
-
|
|
2353
|
+
auto: {
|
|
2354
2354
|
default: string;
|
|
2355
2355
|
conditions: Record<string | number, string>;
|
|
2356
2356
|
};
|
|
@@ -2544,15 +2544,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
2544
2544
|
};
|
|
2545
2545
|
height: {
|
|
2546
2546
|
values: {
|
|
2547
|
-
|
|
2547
|
+
0: {
|
|
2548
2548
|
default: string;
|
|
2549
2549
|
conditions: Record<string | number, string>;
|
|
2550
2550
|
};
|
|
2551
|
-
|
|
2551
|
+
1: {
|
|
2552
2552
|
default: string;
|
|
2553
2553
|
conditions: Record<string | number, string>;
|
|
2554
2554
|
};
|
|
2555
|
-
|
|
2555
|
+
auto: {
|
|
2556
2556
|
default: string;
|
|
2557
2557
|
conditions: Record<string | number, string>;
|
|
2558
2558
|
};
|
|
@@ -2746,15 +2746,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
2746
2746
|
};
|
|
2747
2747
|
minHeight: {
|
|
2748
2748
|
values: {
|
|
2749
|
-
|
|
2749
|
+
0: {
|
|
2750
2750
|
default: string;
|
|
2751
2751
|
conditions: Record<string | number, string>;
|
|
2752
2752
|
};
|
|
2753
|
-
|
|
2753
|
+
1: {
|
|
2754
2754
|
default: string;
|
|
2755
2755
|
conditions: Record<string | number, string>;
|
|
2756
2756
|
};
|
|
2757
|
-
|
|
2757
|
+
auto: {
|
|
2758
2758
|
default: string;
|
|
2759
2759
|
conditions: Record<string | number, string>;
|
|
2760
2760
|
};
|
|
@@ -2948,15 +2948,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
2948
2948
|
};
|
|
2949
2949
|
maxHeight: {
|
|
2950
2950
|
values: {
|
|
2951
|
-
|
|
2951
|
+
0: {
|
|
2952
2952
|
default: string;
|
|
2953
2953
|
conditions: Record<string | number, string>;
|
|
2954
2954
|
};
|
|
2955
|
-
|
|
2955
|
+
1: {
|
|
2956
2956
|
default: string;
|
|
2957
2957
|
conditions: Record<string | number, string>;
|
|
2958
2958
|
};
|
|
2959
|
-
|
|
2959
|
+
auto: {
|
|
2960
2960
|
default: string;
|
|
2961
2961
|
conditions: Record<string | number, string>;
|
|
2962
2962
|
};
|
|
@@ -3243,15 +3243,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
3243
3243
|
}> & import("rainbow-sprinkles/dist/declarations/src/types").ChildSprinkles<{
|
|
3244
3244
|
gap: {
|
|
3245
3245
|
values: {
|
|
3246
|
-
|
|
3246
|
+
0: {
|
|
3247
3247
|
default: string;
|
|
3248
3248
|
conditions: Record<string | number, string>;
|
|
3249
3249
|
};
|
|
3250
|
-
|
|
3250
|
+
1: {
|
|
3251
3251
|
default: string;
|
|
3252
3252
|
conditions: Record<string | number, string>;
|
|
3253
3253
|
};
|
|
3254
|
-
|
|
3254
|
+
auto: {
|
|
3255
3255
|
default: string;
|
|
3256
3256
|
conditions: Record<string | number, string>;
|
|
3257
3257
|
};
|
|
@@ -3420,15 +3420,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
3420
3420
|
};
|
|
3421
3421
|
flexDirection: {
|
|
3422
3422
|
values: {
|
|
3423
|
-
|
|
3423
|
+
column: {
|
|
3424
3424
|
default: string;
|
|
3425
3425
|
conditions: Record<string | number, string>;
|
|
3426
3426
|
};
|
|
3427
|
-
column: {
|
|
3427
|
+
"column-reverse": {
|
|
3428
3428
|
default: string;
|
|
3429
3429
|
conditions: Record<string | number, string>;
|
|
3430
3430
|
};
|
|
3431
|
-
|
|
3431
|
+
row: {
|
|
3432
3432
|
default: string;
|
|
3433
3433
|
conditions: Record<string | number, string>;
|
|
3434
3434
|
};
|
|
@@ -3437,7 +3437,7 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
3437
3437
|
conditions: Record<string | number, string>;
|
|
3438
3438
|
};
|
|
3439
3439
|
};
|
|
3440
|
-
staticScale: ("
|
|
3440
|
+
staticScale: ("column" | "column-reverse" | "row" | "row-reverse")[];
|
|
3441
3441
|
name: "flexDirection";
|
|
3442
3442
|
};
|
|
3443
3443
|
flexWrap: {
|
|
@@ -4270,10 +4270,6 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
4270
4270
|
default: string;
|
|
4271
4271
|
conditions: Record<string | number, string>;
|
|
4272
4272
|
};
|
|
4273
|
-
normal: {
|
|
4274
|
-
default: string;
|
|
4275
|
-
conditions: Record<string | number, string>;
|
|
4276
|
-
};
|
|
4277
4273
|
black: {
|
|
4278
4274
|
default: string;
|
|
4279
4275
|
conditions: Record<string | number, string>;
|
|
@@ -4290,6 +4286,10 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
4290
4286
|
default: string;
|
|
4291
4287
|
conditions: Record<string | number, string>;
|
|
4292
4288
|
};
|
|
4289
|
+
reguler: {
|
|
4290
|
+
default: string;
|
|
4291
|
+
conditions: Record<string | number, string>;
|
|
4292
|
+
};
|
|
4293
4293
|
medium: {
|
|
4294
4294
|
default: string;
|
|
4295
4295
|
conditions: Record<string | number, string>;
|
|
@@ -4307,7 +4307,7 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
4307
4307
|
readonly hairline: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
4308
4308
|
readonly thin: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
4309
4309
|
readonly light: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
4310
|
-
readonly
|
|
4310
|
+
readonly reguler: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
4311
4311
|
readonly medium: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
4312
4312
|
readonly semibold: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
4313
4313
|
readonly bold: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -4406,15 +4406,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
4406
4406
|
}> & import("rainbow-sprinkles/dist/declarations/src/types").ChildSprinkles<{
|
|
4407
4407
|
top: {
|
|
4408
4408
|
values: {
|
|
4409
|
-
|
|
4409
|
+
0: {
|
|
4410
4410
|
default: string;
|
|
4411
4411
|
conditions: Record<string | number, string>;
|
|
4412
4412
|
};
|
|
4413
|
-
|
|
4413
|
+
1: {
|
|
4414
4414
|
default: string;
|
|
4415
4415
|
conditions: Record<string | number, string>;
|
|
4416
4416
|
};
|
|
4417
|
-
|
|
4417
|
+
auto: {
|
|
4418
4418
|
default: string;
|
|
4419
4419
|
conditions: Record<string | number, string>;
|
|
4420
4420
|
};
|
|
@@ -4583,15 +4583,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
4583
4583
|
};
|
|
4584
4584
|
right: {
|
|
4585
4585
|
values: {
|
|
4586
|
-
|
|
4586
|
+
0: {
|
|
4587
4587
|
default: string;
|
|
4588
4588
|
conditions: Record<string | number, string>;
|
|
4589
4589
|
};
|
|
4590
|
-
|
|
4590
|
+
1: {
|
|
4591
4591
|
default: string;
|
|
4592
4592
|
conditions: Record<string | number, string>;
|
|
4593
4593
|
};
|
|
4594
|
-
|
|
4594
|
+
auto: {
|
|
4595
4595
|
default: string;
|
|
4596
4596
|
conditions: Record<string | number, string>;
|
|
4597
4597
|
};
|
|
@@ -4760,15 +4760,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
4760
4760
|
};
|
|
4761
4761
|
bottom: {
|
|
4762
4762
|
values: {
|
|
4763
|
-
|
|
4763
|
+
0: {
|
|
4764
4764
|
default: string;
|
|
4765
4765
|
conditions: Record<string | number, string>;
|
|
4766
4766
|
};
|
|
4767
|
-
|
|
4767
|
+
1: {
|
|
4768
4768
|
default: string;
|
|
4769
4769
|
conditions: Record<string | number, string>;
|
|
4770
4770
|
};
|
|
4771
|
-
|
|
4771
|
+
auto: {
|
|
4772
4772
|
default: string;
|
|
4773
4773
|
conditions: Record<string | number, string>;
|
|
4774
4774
|
};
|
|
@@ -4937,15 +4937,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
4937
4937
|
};
|
|
4938
4938
|
left: {
|
|
4939
4939
|
values: {
|
|
4940
|
-
|
|
4940
|
+
0: {
|
|
4941
4941
|
default: string;
|
|
4942
4942
|
conditions: Record<string | number, string>;
|
|
4943
4943
|
};
|
|
4944
|
-
|
|
4944
|
+
1: {
|
|
4945
4945
|
default: string;
|
|
4946
4946
|
conditions: Record<string | number, string>;
|
|
4947
4947
|
};
|
|
4948
|
-
|
|
4948
|
+
auto: {
|
|
4949
4949
|
default: string;
|
|
4950
4950
|
conditions: Record<string | number, string>;
|
|
4951
4951
|
};
|
|
@@ -6942,10 +6942,6 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
6942
6942
|
default: string;
|
|
6943
6943
|
conditions: Record<string | number, string>;
|
|
6944
6944
|
};
|
|
6945
|
-
normal: {
|
|
6946
|
-
default: string;
|
|
6947
|
-
conditions: Record<string | number, string>;
|
|
6948
|
-
};
|
|
6949
6945
|
black: {
|
|
6950
6946
|
default: string;
|
|
6951
6947
|
conditions: Record<string | number, string>;
|
|
@@ -6962,6 +6958,10 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
6962
6958
|
default: string;
|
|
6963
6959
|
conditions: Record<string | number, string>;
|
|
6964
6960
|
};
|
|
6961
|
+
reguler: {
|
|
6962
|
+
default: string;
|
|
6963
|
+
conditions: Record<string | number, string>;
|
|
6964
|
+
};
|
|
6965
6965
|
medium: {
|
|
6966
6966
|
default: string;
|
|
6967
6967
|
conditions: Record<string | number, string>;
|
|
@@ -6979,7 +6979,7 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
6979
6979
|
readonly hairline: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
6980
6980
|
readonly thin: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
6981
6981
|
readonly light: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
6982
|
-
readonly
|
|
6982
|
+
readonly reguler: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
6983
6983
|
readonly medium: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
6984
6984
|
readonly semibold: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
6985
6985
|
readonly bold: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -7111,20 +7111,21 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
7111
7111
|
children?: import("react").ReactNode;
|
|
7112
7112
|
} & import("react").RefAttributes<import("../box").HTMLProperties<HTMLElement>> & TextProperties & {
|
|
7113
7113
|
variant?: "caption" | "footer" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "subtitle1" | "subtitle2" | "body1" | "body2" | undefined;
|
|
7114
|
+
isStrikethrough?: boolean | undefined;
|
|
7114
7115
|
} & {
|
|
7115
7116
|
as?: ElementType<any> | undefined;
|
|
7116
7117
|
}>, "ref"> & import("react").RefAttributes<import("rainbow-sprinkles/dist/declarations/src/types").ChildSprinkles<{
|
|
7117
7118
|
margin: {
|
|
7118
7119
|
values: {
|
|
7119
|
-
|
|
7120
|
+
0: {
|
|
7120
7121
|
default: string;
|
|
7121
7122
|
conditions: Record<string | number, string>;
|
|
7122
7123
|
};
|
|
7123
|
-
|
|
7124
|
+
1: {
|
|
7124
7125
|
default: string;
|
|
7125
7126
|
conditions: Record<string | number, string>;
|
|
7126
7127
|
};
|
|
7127
|
-
|
|
7128
|
+
auto: {
|
|
7128
7129
|
default: string;
|
|
7129
7130
|
conditions: Record<string | number, string>;
|
|
7130
7131
|
};
|
|
@@ -7293,15 +7294,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
7293
7294
|
};
|
|
7294
7295
|
marginTop: {
|
|
7295
7296
|
values: {
|
|
7296
|
-
|
|
7297
|
+
0: {
|
|
7297
7298
|
default: string;
|
|
7298
7299
|
conditions: Record<string | number, string>;
|
|
7299
7300
|
};
|
|
7300
|
-
|
|
7301
|
+
1: {
|
|
7301
7302
|
default: string;
|
|
7302
7303
|
conditions: Record<string | number, string>;
|
|
7303
7304
|
};
|
|
7304
|
-
|
|
7305
|
+
auto: {
|
|
7305
7306
|
default: string;
|
|
7306
7307
|
conditions: Record<string | number, string>;
|
|
7307
7308
|
};
|
|
@@ -7470,15 +7471,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
7470
7471
|
};
|
|
7471
7472
|
marginBottom: {
|
|
7472
7473
|
values: {
|
|
7473
|
-
|
|
7474
|
+
0: {
|
|
7474
7475
|
default: string;
|
|
7475
7476
|
conditions: Record<string | number, string>;
|
|
7476
7477
|
};
|
|
7477
|
-
|
|
7478
|
+
1: {
|
|
7478
7479
|
default: string;
|
|
7479
7480
|
conditions: Record<string | number, string>;
|
|
7480
7481
|
};
|
|
7481
|
-
|
|
7482
|
+
auto: {
|
|
7482
7483
|
default: string;
|
|
7483
7484
|
conditions: Record<string | number, string>;
|
|
7484
7485
|
};
|
|
@@ -7647,15 +7648,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
7647
7648
|
};
|
|
7648
7649
|
marginLeft: {
|
|
7649
7650
|
values: {
|
|
7650
|
-
|
|
7651
|
+
0: {
|
|
7651
7652
|
default: string;
|
|
7652
7653
|
conditions: Record<string | number, string>;
|
|
7653
7654
|
};
|
|
7654
|
-
|
|
7655
|
+
1: {
|
|
7655
7656
|
default: string;
|
|
7656
7657
|
conditions: Record<string | number, string>;
|
|
7657
7658
|
};
|
|
7658
|
-
|
|
7659
|
+
auto: {
|
|
7659
7660
|
default: string;
|
|
7660
7661
|
conditions: Record<string | number, string>;
|
|
7661
7662
|
};
|
|
@@ -7824,15 +7825,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
7824
7825
|
};
|
|
7825
7826
|
marginRight: {
|
|
7826
7827
|
values: {
|
|
7827
|
-
|
|
7828
|
+
0: {
|
|
7828
7829
|
default: string;
|
|
7829
7830
|
conditions: Record<string | number, string>;
|
|
7830
7831
|
};
|
|
7831
|
-
|
|
7832
|
+
1: {
|
|
7832
7833
|
default: string;
|
|
7833
7834
|
conditions: Record<string | number, string>;
|
|
7834
7835
|
};
|
|
7835
|
-
|
|
7836
|
+
auto: {
|
|
7836
7837
|
default: string;
|
|
7837
7838
|
conditions: Record<string | number, string>;
|
|
7838
7839
|
};
|
|
@@ -8001,15 +8002,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
8001
8002
|
};
|
|
8002
8003
|
padding: {
|
|
8003
8004
|
values: {
|
|
8004
|
-
|
|
8005
|
+
0: {
|
|
8005
8006
|
default: string;
|
|
8006
8007
|
conditions: Record<string | number, string>;
|
|
8007
8008
|
};
|
|
8008
|
-
|
|
8009
|
+
1: {
|
|
8009
8010
|
default: string;
|
|
8010
8011
|
conditions: Record<string | number, string>;
|
|
8011
8012
|
};
|
|
8012
|
-
|
|
8013
|
+
auto: {
|
|
8013
8014
|
default: string;
|
|
8014
8015
|
conditions: Record<string | number, string>;
|
|
8015
8016
|
};
|
|
@@ -8178,15 +8179,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
8178
8179
|
};
|
|
8179
8180
|
paddingTop: {
|
|
8180
8181
|
values: {
|
|
8181
|
-
|
|
8182
|
+
0: {
|
|
8182
8183
|
default: string;
|
|
8183
8184
|
conditions: Record<string | number, string>;
|
|
8184
8185
|
};
|
|
8185
|
-
|
|
8186
|
+
1: {
|
|
8186
8187
|
default: string;
|
|
8187
8188
|
conditions: Record<string | number, string>;
|
|
8188
8189
|
};
|
|
8189
|
-
|
|
8190
|
+
auto: {
|
|
8190
8191
|
default: string;
|
|
8191
8192
|
conditions: Record<string | number, string>;
|
|
8192
8193
|
};
|
|
@@ -8355,15 +8356,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
8355
8356
|
};
|
|
8356
8357
|
paddingBottom: {
|
|
8357
8358
|
values: {
|
|
8358
|
-
|
|
8359
|
+
0: {
|
|
8359
8360
|
default: string;
|
|
8360
8361
|
conditions: Record<string | number, string>;
|
|
8361
8362
|
};
|
|
8362
|
-
|
|
8363
|
+
1: {
|
|
8363
8364
|
default: string;
|
|
8364
8365
|
conditions: Record<string | number, string>;
|
|
8365
8366
|
};
|
|
8366
|
-
|
|
8367
|
+
auto: {
|
|
8367
8368
|
default: string;
|
|
8368
8369
|
conditions: Record<string | number, string>;
|
|
8369
8370
|
};
|
|
@@ -8532,15 +8533,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
8532
8533
|
};
|
|
8533
8534
|
paddingLeft: {
|
|
8534
8535
|
values: {
|
|
8535
|
-
|
|
8536
|
+
0: {
|
|
8536
8537
|
default: string;
|
|
8537
8538
|
conditions: Record<string | number, string>;
|
|
8538
8539
|
};
|
|
8539
|
-
|
|
8540
|
+
1: {
|
|
8540
8541
|
default: string;
|
|
8541
8542
|
conditions: Record<string | number, string>;
|
|
8542
8543
|
};
|
|
8543
|
-
|
|
8544
|
+
auto: {
|
|
8544
8545
|
default: string;
|
|
8545
8546
|
conditions: Record<string | number, string>;
|
|
8546
8547
|
};
|
|
@@ -8709,15 +8710,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
8709
8710
|
};
|
|
8710
8711
|
paddingRight: {
|
|
8711
8712
|
values: {
|
|
8712
|
-
|
|
8713
|
+
0: {
|
|
8713
8714
|
default: string;
|
|
8714
8715
|
conditions: Record<string | number, string>;
|
|
8715
8716
|
};
|
|
8716
|
-
|
|
8717
|
+
1: {
|
|
8717
8718
|
default: string;
|
|
8718
8719
|
conditions: Record<string | number, string>;
|
|
8719
8720
|
};
|
|
8720
|
-
|
|
8721
|
+
auto: {
|
|
8721
8722
|
default: string;
|
|
8722
8723
|
conditions: Record<string | number, string>;
|
|
8723
8724
|
};
|
|
@@ -9051,15 +9052,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
9051
9052
|
}> & import("rainbow-sprinkles/dist/declarations/src/types").ChildSprinkles<{
|
|
9052
9053
|
width: {
|
|
9053
9054
|
values: {
|
|
9054
|
-
|
|
9055
|
+
0: {
|
|
9055
9056
|
default: string;
|
|
9056
9057
|
conditions: Record<string | number, string>;
|
|
9057
9058
|
};
|
|
9058
|
-
|
|
9059
|
+
1: {
|
|
9059
9060
|
default: string;
|
|
9060
9061
|
conditions: Record<string | number, string>;
|
|
9061
9062
|
};
|
|
9062
|
-
|
|
9063
|
+
auto: {
|
|
9063
9064
|
default: string;
|
|
9064
9065
|
conditions: Record<string | number, string>;
|
|
9065
9066
|
};
|
|
@@ -9253,15 +9254,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
9253
9254
|
};
|
|
9254
9255
|
minWidth: {
|
|
9255
9256
|
values: {
|
|
9256
|
-
|
|
9257
|
+
0: {
|
|
9257
9258
|
default: string;
|
|
9258
9259
|
conditions: Record<string | number, string>;
|
|
9259
9260
|
};
|
|
9260
|
-
|
|
9261
|
+
1: {
|
|
9261
9262
|
default: string;
|
|
9262
9263
|
conditions: Record<string | number, string>;
|
|
9263
9264
|
};
|
|
9264
|
-
|
|
9265
|
+
auto: {
|
|
9265
9266
|
default: string;
|
|
9266
9267
|
conditions: Record<string | number, string>;
|
|
9267
9268
|
};
|
|
@@ -9455,15 +9456,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
9455
9456
|
};
|
|
9456
9457
|
maxWidth: {
|
|
9457
9458
|
values: {
|
|
9458
|
-
|
|
9459
|
+
0: {
|
|
9459
9460
|
default: string;
|
|
9460
9461
|
conditions: Record<string | number, string>;
|
|
9461
9462
|
};
|
|
9462
|
-
|
|
9463
|
+
1: {
|
|
9463
9464
|
default: string;
|
|
9464
9465
|
conditions: Record<string | number, string>;
|
|
9465
9466
|
};
|
|
9466
|
-
|
|
9467
|
+
auto: {
|
|
9467
9468
|
default: string;
|
|
9468
9469
|
conditions: Record<string | number, string>;
|
|
9469
9470
|
};
|
|
@@ -9657,15 +9658,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
9657
9658
|
};
|
|
9658
9659
|
height: {
|
|
9659
9660
|
values: {
|
|
9660
|
-
|
|
9661
|
+
0: {
|
|
9661
9662
|
default: string;
|
|
9662
9663
|
conditions: Record<string | number, string>;
|
|
9663
9664
|
};
|
|
9664
|
-
|
|
9665
|
+
1: {
|
|
9665
9666
|
default: string;
|
|
9666
9667
|
conditions: Record<string | number, string>;
|
|
9667
9668
|
};
|
|
9668
|
-
|
|
9669
|
+
auto: {
|
|
9669
9670
|
default: string;
|
|
9670
9671
|
conditions: Record<string | number, string>;
|
|
9671
9672
|
};
|
|
@@ -9859,15 +9860,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
9859
9860
|
};
|
|
9860
9861
|
minHeight: {
|
|
9861
9862
|
values: {
|
|
9862
|
-
|
|
9863
|
+
0: {
|
|
9863
9864
|
default: string;
|
|
9864
9865
|
conditions: Record<string | number, string>;
|
|
9865
9866
|
};
|
|
9866
|
-
|
|
9867
|
+
1: {
|
|
9867
9868
|
default: string;
|
|
9868
9869
|
conditions: Record<string | number, string>;
|
|
9869
9870
|
};
|
|
9870
|
-
|
|
9871
|
+
auto: {
|
|
9871
9872
|
default: string;
|
|
9872
9873
|
conditions: Record<string | number, string>;
|
|
9873
9874
|
};
|
|
@@ -10061,15 +10062,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
10061
10062
|
};
|
|
10062
10063
|
maxHeight: {
|
|
10063
10064
|
values: {
|
|
10064
|
-
|
|
10065
|
+
0: {
|
|
10065
10066
|
default: string;
|
|
10066
10067
|
conditions: Record<string | number, string>;
|
|
10067
10068
|
};
|
|
10068
|
-
|
|
10069
|
+
1: {
|
|
10069
10070
|
default: string;
|
|
10070
10071
|
conditions: Record<string | number, string>;
|
|
10071
10072
|
};
|
|
10072
|
-
|
|
10073
|
+
auto: {
|
|
10073
10074
|
default: string;
|
|
10074
10075
|
conditions: Record<string | number, string>;
|
|
10075
10076
|
};
|
|
@@ -10356,15 +10357,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
10356
10357
|
}> & import("rainbow-sprinkles/dist/declarations/src/types").ChildSprinkles<{
|
|
10357
10358
|
gap: {
|
|
10358
10359
|
values: {
|
|
10359
|
-
|
|
10360
|
+
0: {
|
|
10360
10361
|
default: string;
|
|
10361
10362
|
conditions: Record<string | number, string>;
|
|
10362
10363
|
};
|
|
10363
|
-
|
|
10364
|
+
1: {
|
|
10364
10365
|
default: string;
|
|
10365
10366
|
conditions: Record<string | number, string>;
|
|
10366
10367
|
};
|
|
10367
|
-
|
|
10368
|
+
auto: {
|
|
10368
10369
|
default: string;
|
|
10369
10370
|
conditions: Record<string | number, string>;
|
|
10370
10371
|
};
|
|
@@ -10533,15 +10534,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
10533
10534
|
};
|
|
10534
10535
|
flexDirection: {
|
|
10535
10536
|
values: {
|
|
10536
|
-
|
|
10537
|
+
column: {
|
|
10537
10538
|
default: string;
|
|
10538
10539
|
conditions: Record<string | number, string>;
|
|
10539
10540
|
};
|
|
10540
|
-
column: {
|
|
10541
|
+
"column-reverse": {
|
|
10541
10542
|
default: string;
|
|
10542
10543
|
conditions: Record<string | number, string>;
|
|
10543
10544
|
};
|
|
10544
|
-
|
|
10545
|
+
row: {
|
|
10545
10546
|
default: string;
|
|
10546
10547
|
conditions: Record<string | number, string>;
|
|
10547
10548
|
};
|
|
@@ -10550,7 +10551,7 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
10550
10551
|
conditions: Record<string | number, string>;
|
|
10551
10552
|
};
|
|
10552
10553
|
};
|
|
10553
|
-
staticScale: ("
|
|
10554
|
+
staticScale: ("column" | "column-reverse" | "row" | "row-reverse")[];
|
|
10554
10555
|
name: "flexDirection";
|
|
10555
10556
|
};
|
|
10556
10557
|
flexWrap: {
|
|
@@ -11383,10 +11384,6 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
11383
11384
|
default: string;
|
|
11384
11385
|
conditions: Record<string | number, string>;
|
|
11385
11386
|
};
|
|
11386
|
-
normal: {
|
|
11387
|
-
default: string;
|
|
11388
|
-
conditions: Record<string | number, string>;
|
|
11389
|
-
};
|
|
11390
11387
|
black: {
|
|
11391
11388
|
default: string;
|
|
11392
11389
|
conditions: Record<string | number, string>;
|
|
@@ -11403,6 +11400,10 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
11403
11400
|
default: string;
|
|
11404
11401
|
conditions: Record<string | number, string>;
|
|
11405
11402
|
};
|
|
11403
|
+
reguler: {
|
|
11404
|
+
default: string;
|
|
11405
|
+
conditions: Record<string | number, string>;
|
|
11406
|
+
};
|
|
11406
11407
|
medium: {
|
|
11407
11408
|
default: string;
|
|
11408
11409
|
conditions: Record<string | number, string>;
|
|
@@ -11420,7 +11421,7 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
11420
11421
|
readonly hairline: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11421
11422
|
readonly thin: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11422
11423
|
readonly light: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11423
|
-
readonly
|
|
11424
|
+
readonly reguler: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11424
11425
|
readonly medium: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11425
11426
|
readonly semibold: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11426
11427
|
readonly bold: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -11519,15 +11520,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
11519
11520
|
}> & import("rainbow-sprinkles/dist/declarations/src/types").ChildSprinkles<{
|
|
11520
11521
|
top: {
|
|
11521
11522
|
values: {
|
|
11522
|
-
|
|
11523
|
+
0: {
|
|
11523
11524
|
default: string;
|
|
11524
11525
|
conditions: Record<string | number, string>;
|
|
11525
11526
|
};
|
|
11526
|
-
|
|
11527
|
+
1: {
|
|
11527
11528
|
default: string;
|
|
11528
11529
|
conditions: Record<string | number, string>;
|
|
11529
11530
|
};
|
|
11530
|
-
|
|
11531
|
+
auto: {
|
|
11531
11532
|
default: string;
|
|
11532
11533
|
conditions: Record<string | number, string>;
|
|
11533
11534
|
};
|
|
@@ -11696,15 +11697,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
11696
11697
|
};
|
|
11697
11698
|
right: {
|
|
11698
11699
|
values: {
|
|
11699
|
-
|
|
11700
|
+
0: {
|
|
11700
11701
|
default: string;
|
|
11701
11702
|
conditions: Record<string | number, string>;
|
|
11702
11703
|
};
|
|
11703
|
-
|
|
11704
|
+
1: {
|
|
11704
11705
|
default: string;
|
|
11705
11706
|
conditions: Record<string | number, string>;
|
|
11706
11707
|
};
|
|
11707
|
-
|
|
11708
|
+
auto: {
|
|
11708
11709
|
default: string;
|
|
11709
11710
|
conditions: Record<string | number, string>;
|
|
11710
11711
|
};
|
|
@@ -11873,15 +11874,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
11873
11874
|
};
|
|
11874
11875
|
bottom: {
|
|
11875
11876
|
values: {
|
|
11876
|
-
|
|
11877
|
+
0: {
|
|
11877
11878
|
default: string;
|
|
11878
11879
|
conditions: Record<string | number, string>;
|
|
11879
11880
|
};
|
|
11880
|
-
|
|
11881
|
+
1: {
|
|
11881
11882
|
default: string;
|
|
11882
11883
|
conditions: Record<string | number, string>;
|
|
11883
11884
|
};
|
|
11884
|
-
|
|
11885
|
+
auto: {
|
|
11885
11886
|
default: string;
|
|
11886
11887
|
conditions: Record<string | number, string>;
|
|
11887
11888
|
};
|
|
@@ -12050,15 +12051,15 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
12050
12051
|
};
|
|
12051
12052
|
left: {
|
|
12052
12053
|
values: {
|
|
12053
|
-
|
|
12054
|
+
0: {
|
|
12054
12055
|
default: string;
|
|
12055
12056
|
conditions: Record<string | number, string>;
|
|
12056
12057
|
};
|
|
12057
|
-
|
|
12058
|
+
1: {
|
|
12058
12059
|
default: string;
|
|
12059
12060
|
conditions: Record<string | number, string>;
|
|
12060
12061
|
};
|
|
12061
|
-
|
|
12062
|
+
auto: {
|
|
12062
12063
|
default: string;
|
|
12063
12064
|
conditions: Record<string | number, string>;
|
|
12064
12065
|
};
|
|
@@ -14055,10 +14056,6 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
14055
14056
|
default: string;
|
|
14056
14057
|
conditions: Record<string | number, string>;
|
|
14057
14058
|
};
|
|
14058
|
-
normal: {
|
|
14059
|
-
default: string;
|
|
14060
|
-
conditions: Record<string | number, string>;
|
|
14061
|
-
};
|
|
14062
14059
|
black: {
|
|
14063
14060
|
default: string;
|
|
14064
14061
|
conditions: Record<string | number, string>;
|
|
@@ -14075,6 +14072,10 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
14075
14072
|
default: string;
|
|
14076
14073
|
conditions: Record<string | number, string>;
|
|
14077
14074
|
};
|
|
14075
|
+
reguler: {
|
|
14076
|
+
default: string;
|
|
14077
|
+
conditions: Record<string | number, string>;
|
|
14078
|
+
};
|
|
14078
14079
|
medium: {
|
|
14079
14080
|
default: string;
|
|
14080
14081
|
conditions: Record<string | number, string>;
|
|
@@ -14092,7 +14093,7 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
14092
14093
|
readonly hairline: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
14093
14094
|
readonly thin: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
14094
14095
|
readonly light: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
14095
|
-
readonly
|
|
14096
|
+
readonly reguler: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
14096
14097
|
readonly medium: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
14097
14098
|
readonly semibold: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
14098
14099
|
readonly bold: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -14224,6 +14225,7 @@ declare const Text: import("react").ForwardRefExoticComponent<Omit<PropsWithChil
|
|
|
14224
14225
|
children?: import("react").ReactNode;
|
|
14225
14226
|
} & import("react").RefAttributes<import("../box").HTMLProperties<HTMLElement>> & TextProperties & {
|
|
14226
14227
|
variant?: "caption" | "footer" | "heading1" | "heading2" | "heading3" | "heading4" | "heading5" | "heading6" | "subtitle1" | "subtitle2" | "body1" | "body2" | undefined;
|
|
14228
|
+
isStrikethrough?: boolean | undefined;
|
|
14227
14229
|
} & {
|
|
14228
14230
|
as?: ElementType<any> | undefined;
|
|
14229
14231
|
}>>;
|