@nation-a/ui 0.16.21 → 0.16.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/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +245 -211
- package/dist/index.js.map +1 -1
- package/dist/stats.html +1 -1
- package/dist/styled-system/styles.css +98 -28
- package/dist/styled-system/types/prop-type.d.ts +1 -1
- package/dist/types/components/Checkbox/checkbox.recipe.d.ts +1 -3
- package/dist/types/components/Text/index.d.ts +1 -1
- package/dist/types/components/Text/text.recipe.d.ts +2 -0
- package/package.json +3 -3
|
@@ -1056,6 +1056,14 @@ html:not(#\#),body:not(#\#) {
|
|
|
1056
1056
|
font-size: 16px;
|
|
1057
1057
|
}
|
|
1058
1058
|
|
|
1059
|
+
.textStyle_en\.label\.caption\.10\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1060
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1061
|
+
font-family: var(--fonts-dm-sans);
|
|
1062
|
+
font-weight: var(--font-weights-regular);
|
|
1063
|
+
line-height: 120%;
|
|
1064
|
+
font-size: 10px;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1059
1067
|
.textStyle_en\.label\.caption\.10\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1060
1068
|
letter-spacing: var(--letter-spacings-3xl);
|
|
1061
1069
|
font-family: var(--fonts-dm-sans);
|
|
@@ -1064,6 +1072,14 @@ html:not(#\#),body:not(#\#) {
|
|
|
1064
1072
|
font-size: 10px;
|
|
1065
1073
|
}
|
|
1066
1074
|
|
|
1075
|
+
.textStyle_en\.label\.caption\.12\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1076
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1077
|
+
font-family: var(--fonts-dm-sans);
|
|
1078
|
+
font-weight: var(--font-weights-regular);
|
|
1079
|
+
line-height: 120%;
|
|
1080
|
+
font-size: 12px;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1067
1083
|
.textStyle_en\.label\.caption\.12\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1068
1084
|
letter-spacing: var(--letter-spacings-3xl);
|
|
1069
1085
|
font-family: var(--fonts-dm-sans);
|
|
@@ -1199,6 +1215,14 @@ html:not(#\#),body:not(#\#) {
|
|
|
1199
1215
|
font-size: 16px;
|
|
1200
1216
|
}
|
|
1201
1217
|
|
|
1218
|
+
.textStyle_kr\.label\.caption\.10\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1219
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1220
|
+
font-family: var(--fonts-pretendard);
|
|
1221
|
+
font-weight: var(--font-weights-regular);
|
|
1222
|
+
line-height: 120%;
|
|
1223
|
+
font-size: 10px;
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1202
1226
|
.textStyle_kr\.label\.caption\.10\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1203
1227
|
letter-spacing: var(--letter-spacings-3xl);
|
|
1204
1228
|
font-family: var(--fonts-pretendard);
|
|
@@ -1207,6 +1231,14 @@ html:not(#\#),body:not(#\#) {
|
|
|
1207
1231
|
font-size: 10px;
|
|
1208
1232
|
}
|
|
1209
1233
|
|
|
1234
|
+
.textStyle_kr\.label\.caption\.12\.regular:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1235
|
+
letter-spacing: var(--letter-spacings-3xl);
|
|
1236
|
+
font-family: var(--fonts-pretendard);
|
|
1237
|
+
font-weight: var(--font-weights-regular);
|
|
1238
|
+
line-height: 120%;
|
|
1239
|
+
font-size: 12px;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1210
1242
|
.textStyle_kr\.label\.caption\.12\.semibold:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1211
1243
|
letter-spacing: var(--letter-spacings-3xl);
|
|
1212
1244
|
font-family: var(--fonts-pretendard);
|
|
@@ -1601,20 +1633,20 @@ html:not(#\#),body:not(#\#) {
|
|
|
1601
1633
|
opacity: 0;
|
|
1602
1634
|
}
|
|
1603
1635
|
|
|
1604
|
-
.
|
|
1605
|
-
color: var(--colors-
|
|
1636
|
+
.c_white\.900A:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1637
|
+
color: var(--colors-white-900-a);
|
|
1606
1638
|
}
|
|
1607
1639
|
|
|
1608
|
-
.
|
|
1609
|
-
|
|
1640
|
+
.c_content\.neutralInverse\.bold:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1641
|
+
color: var(--colors-content-neutral-inverse-bold);
|
|
1610
1642
|
}
|
|
1611
1643
|
|
|
1612
|
-
.
|
|
1613
|
-
|
|
1644
|
+
.w_3\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1645
|
+
width: var(--sizes-3\.5);
|
|
1614
1646
|
}
|
|
1615
1647
|
|
|
1616
|
-
.
|
|
1617
|
-
|
|
1648
|
+
.h_3\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1649
|
+
height: var(--sizes-3\.5);
|
|
1618
1650
|
}
|
|
1619
1651
|
|
|
1620
1652
|
.px_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -1770,6 +1802,10 @@ html:not(#\#),body:not(#\#) {
|
|
|
1770
1802
|
padding-block: var(--spacing-2);
|
|
1771
1803
|
}
|
|
1772
1804
|
|
|
1805
|
+
.bdr_sm:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1806
|
+
border-radius: var(--radii-sm);
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1773
1809
|
.trs_background-color_0\.1s_ease-in-out:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1774
1810
|
transition: background-color 0.1s ease-in-out;
|
|
1775
1811
|
}
|
|
@@ -1794,6 +1830,14 @@ html:not(#\#),body:not(#\#) {
|
|
|
1794
1830
|
width: 64px;
|
|
1795
1831
|
}
|
|
1796
1832
|
|
|
1833
|
+
.w_4\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1834
|
+
width: var(--sizes-4\.5);
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
.h_4\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1838
|
+
height: var(--sizes-4\.5);
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1797
1841
|
.w_90vw:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1798
1842
|
width: 90vw;
|
|
1799
1843
|
}
|
|
@@ -2419,8 +2463,12 @@ html:not(#\#),body:not(#\#) {
|
|
|
2419
2463
|
top: 50%;
|
|
2420
2464
|
}
|
|
2421
2465
|
|
|
2422
|
-
.bd-
|
|
2423
|
-
border-color: var(--colors-
|
|
2466
|
+
.bd-c_white\.900A:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2467
|
+
border-color: var(--colors-white-900-a);
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
.bd-w_1\.5px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2471
|
+
border-width: 1.5px;
|
|
2424
2472
|
}
|
|
2425
2473
|
|
|
2426
2474
|
.trs-prop_border-color\,_background:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -2472,6 +2520,10 @@ html:not(#\#),body:not(#\#) {
|
|
|
2472
2520
|
padding-right: var(--spacing-2);
|
|
2473
2521
|
}
|
|
2474
2522
|
|
|
2523
|
+
.bd-c_content\.neutral\.bold:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2524
|
+
border-color: var(--colors-content-neutral-bold);
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2475
2527
|
.bd-w_2px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2476
2528
|
border-width: 2px;
|
|
2477
2529
|
}
|
|
@@ -2658,6 +2710,10 @@ html:not(#\#),body:not(#\#) {
|
|
|
2658
2710
|
height: 24px;
|
|
2659
2711
|
}
|
|
2660
2712
|
|
|
2713
|
+
.disabled\:c_white\.500A:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2714
|
+
color: var(--colors-white-500-a);
|
|
2715
|
+
}
|
|
2716
|
+
|
|
2661
2717
|
.\[\&_svg\]\:w_2\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) svg {
|
|
2662
2718
|
width: var(--sizes-2\.5);
|
|
2663
2719
|
}
|
|
@@ -2666,12 +2722,12 @@ html:not(#\#),body:not(#\#) {
|
|
|
2666
2722
|
height: var(--sizes-2\.5);
|
|
2667
2723
|
}
|
|
2668
2724
|
|
|
2669
|
-
.checked\:
|
|
2670
|
-
background: var(--colors-
|
|
2725
|
+
.checked\:bg_white\.900A:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2726
|
+
background: var(--colors-white-900-a);
|
|
2671
2727
|
}
|
|
2672
2728
|
|
|
2673
|
-
.indeterminate\:
|
|
2674
|
-
background: var(--colors-
|
|
2729
|
+
.indeterminate\:bg_white\.900A:is(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state=indeterminate]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2730
|
+
background: var(--colors-white-900-a);
|
|
2675
2731
|
}
|
|
2676
2732
|
|
|
2677
2733
|
.disabled\:tch-a_none:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -2766,6 +2822,10 @@ html:not(#\#),body:not(#\#) {
|
|
|
2766
2822
|
gap: var(--spacing-6);
|
|
2767
2823
|
}
|
|
2768
2824
|
|
|
2825
|
+
.checked\:bg_content\.neutral\.bold:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2826
|
+
background: var(--colors-content-neutral-bold);
|
|
2827
|
+
}
|
|
2828
|
+
|
|
2769
2829
|
.checked\:ring-o_-4px:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2770
2830
|
outline-offset: -4px;
|
|
2771
2831
|
}
|
|
@@ -3170,12 +3230,12 @@ html:not(#\#),body:not(#\#) {
|
|
|
3170
3230
|
border-color: var(--colors-border-neutral-disabled);
|
|
3171
3231
|
}
|
|
3172
3232
|
|
|
3173
|
-
.indeterminate\:bd-
|
|
3174
|
-
border-color: var(--colors-
|
|
3233
|
+
.indeterminate\:bd-c_white\.900A:is(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state=indeterminate]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3234
|
+
border-color: var(--colors-white-900-a);
|
|
3175
3235
|
}
|
|
3176
3236
|
|
|
3177
|
-
.disabled\:bd-
|
|
3178
|
-
border-color: var(--colors-
|
|
3237
|
+
.disabled\:bd-c_white\.500A\!:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#) {
|
|
3238
|
+
border-color: var(--colors-white-500-a) !important;
|
|
3179
3239
|
}
|
|
3180
3240
|
|
|
3181
3241
|
.\[\&_textarea\]\:ov-y_auto:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) textarea {
|
|
@@ -3210,6 +3270,10 @@ html:not(#\#),body:not(#\#) {
|
|
|
3210
3270
|
outline-width: 2px;
|
|
3211
3271
|
}
|
|
3212
3272
|
|
|
3273
|
+
.disabled\:bd-c_content\.neutral\.disabled\!:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#) {
|
|
3274
|
+
border-color: var(--colors-content-neutral-disabled) !important;
|
|
3275
|
+
}
|
|
3276
|
+
|
|
3213
3277
|
.focusWithin\:bd-c_border\.neutral\.default:focus-within:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3214
3278
|
border-color: var(--colors-border-neutral-default);
|
|
3215
3279
|
}
|
|
@@ -3234,12 +3298,12 @@ html:not(#\#),body:not(#\#) {
|
|
|
3234
3298
|
background-color: var(--colors-background-neutral-default);
|
|
3235
3299
|
}
|
|
3236
3300
|
|
|
3237
|
-
.checked\:disabled\:
|
|
3238
|
-
background: var(--colors-
|
|
3301
|
+
.checked\:disabled\:bg_white\.500A\!:is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#) {
|
|
3302
|
+
background: var(--colors-white-500-a) !important;
|
|
3239
3303
|
}
|
|
3240
3304
|
|
|
3241
|
-
.indeterminate\:disabled\:
|
|
3242
|
-
background: var(--colors-
|
|
3305
|
+
.indeterminate\:disabled\:bg_white\.500A\!:is(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state=indeterminate]):is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#) {
|
|
3306
|
+
background: var(--colors-white-500-a) !important;
|
|
3243
3307
|
}
|
|
3244
3308
|
|
|
3245
3309
|
.group:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .placeholder\:groupDisabled\:c_content\.static\.white\.disabled::placeholder, .group:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .placeholder\:groupDisabled\:c_content\.static\.white\.disabled[data-placeholder] {
|
|
@@ -3363,8 +3427,8 @@ html:not(#\#),body:not(#\#) {
|
|
|
3363
3427
|
}
|
|
3364
3428
|
|
|
3365
3429
|
@media (hover: hover) and (pointer: fine) {
|
|
3366
|
-
.hover\:
|
|
3367
|
-
color:
|
|
3430
|
+
.hover\:bd-c_white\.800A:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3431
|
+
border-color: var(--colors-white-800-a);
|
|
3368
3432
|
}
|
|
3369
3433
|
}
|
|
3370
3434
|
|
|
@@ -3387,14 +3451,14 @@ html:not(#\#),body:not(#\#) {
|
|
|
3387
3451
|
}
|
|
3388
3452
|
|
|
3389
3453
|
@media (hover: hover) and (pointer: fine) {
|
|
3390
|
-
.checked\:hover\:
|
|
3391
|
-
background: var(--colors-
|
|
3454
|
+
.checked\:hover\:bg_white\.800A:is(:hover, [data-hover]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3455
|
+
background: var(--colors-white-800-a);
|
|
3392
3456
|
}
|
|
3393
3457
|
}
|
|
3394
3458
|
|
|
3395
3459
|
@media (hover: hover) and (pointer: fine) {
|
|
3396
|
-
.indeterminate\:hover\:
|
|
3397
|
-
background: var(--colors-
|
|
3460
|
+
.indeterminate\:hover\:bg_white\.800A:is(:hover, [data-hover]):is(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state=indeterminate]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3461
|
+
background: var(--colors-white-800-a);
|
|
3398
3462
|
}
|
|
3399
3463
|
}
|
|
3400
3464
|
|
|
@@ -3404,6 +3468,12 @@ html:not(#\#),body:not(#\#) {
|
|
|
3404
3468
|
}
|
|
3405
3469
|
}
|
|
3406
3470
|
|
|
3471
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3472
|
+
.checked\:hover\:bg_content\.neutral\.subtle:is(:hover, [data-hover]):is(:checked, [data-checked], [aria-checked=true], [data-state="checked"]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3473
|
+
background: var(--colors-content-neutral-subtle);
|
|
3474
|
+
}
|
|
3475
|
+
}
|
|
3476
|
+
|
|
3407
3477
|
@media (hover: hover) and (pointer: fine) {
|
|
3408
3478
|
.disabled\:hover\:bg_initial:is(:hover, [data-hover]):is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3409
3479
|
background: initial;
|
|
@@ -208,7 +208,7 @@ export interface UtilityValues {
|
|
|
208
208
|
debug: boolean;
|
|
209
209
|
containerName: CssProperties["containerName"];
|
|
210
210
|
colorPalette: "neutral" | "black" | "white" | "red" | "orange" | "blue" | "green" | "purple" | "ohre" | "cyan" | "yellow" | "v3" | "content" | "content.neutral" | "content.neuroidPrimary" | "content.danger" | "content.warning" | "content.success" | "content.informative" | "content.zoltarinaPrimary" | "content.heydPrimary" | "content.static" | "content.static.white" | "content.static.black" | "content.heybeePrimary" | "content.neutralInverse" | "background" | "background.neutral" | "background.neuroidPrimary" | "background.neuroidSecondary" | "background.danger" | "background.warning" | "background.success" | "background.informative" | "background.zoltarinaPrimary" | "background.zoltarinaSecondary" | "background.heydPrimary" | "background.heydSecondary" | "background.static" | "background.static.whiteAlpha" | "background.static.blackAlpha" | "background.heybeePrimary" | "background.neutralInverse" | "background.v3" | "surface" | "shadow" | "scrim" | "skeleton" | "border" | "border.neutral" | "border.neuroidPrimary" | "border.danger" | "border.warning" | "border.success" | "border.informative" | "border.zoltarinaPrimary" | "border.heydPrimary" | "border.heybeePrimary";
|
|
211
|
-
textStyle: "body.md" | "body.lg" | "body.sm" | "label.sm" | "label.md" | "title.sm" | "title.md" | "title.lg" | "headline.sm" | "headline.md" | "display.md" | "display.lg" | "en.title.main.22.bold" | "en.title.main.24.bold" | "en.title.main.30.bold" | "en.title.main.56.bold" | "en.title.sub.16.bold" | "en.title.sub.18.bold" | "en.title.sub.20.bold" | "en.text.chat.14.bold" | "en.text.chat.14.regular" | "en.text.chat.16.bold" | "en.text.chat.16.regular" | "en.text.body.14.bold" | "en.text.body.14.regular" | "en.text.body.16.bold" | "en.text.body.16.regular" | "en.label.caption.10.semibold" | "en.label.caption.12.semibold" | "en.label.caption.14.semibold" | "kr.title.main.22.bold" | "kr.title.main.24.bold" | "kr.title.main.30.bold" | "kr.title.main.56.bold" | "kr.title.sub.16.bold" | "kr.title.sub.18.bold" | "kr.title.sub.20.bold" | "kr.text.chat.14.bold" | "kr.text.chat.14.regular" | "kr.text.chat.16.bold" | "kr.text.chat.16.regular" | "kr.text.body.14.bold" | "kr.text.body.14.regular" | "kr.text.body.16.bold" | "kr.text.body.16.regular" | "kr.label.caption.10.semibold" | "kr.label.caption.12.semibold" | "kr.label.caption.14.semibold";
|
|
211
|
+
textStyle: "body.md" | "body.lg" | "body.sm" | "label.sm" | "label.md" | "title.sm" | "title.md" | "title.lg" | "headline.sm" | "headline.md" | "display.md" | "display.lg" | "en.title.main.22.bold" | "en.title.main.24.bold" | "en.title.main.30.bold" | "en.title.main.56.bold" | "en.title.sub.16.bold" | "en.title.sub.18.bold" | "en.title.sub.20.bold" | "en.text.chat.14.bold" | "en.text.chat.14.regular" | "en.text.chat.16.bold" | "en.text.chat.16.regular" | "en.text.body.14.bold" | "en.text.body.14.regular" | "en.text.body.16.bold" | "en.text.body.16.regular" | "en.label.caption.10.regular" | "en.label.caption.10.semibold" | "en.label.caption.12.regular" | "en.label.caption.12.semibold" | "en.label.caption.14.semibold" | "kr.title.main.22.bold" | "kr.title.main.24.bold" | "kr.title.main.30.bold" | "kr.title.main.56.bold" | "kr.title.sub.16.bold" | "kr.title.sub.18.bold" | "kr.title.sub.20.bold" | "kr.text.chat.14.bold" | "kr.text.chat.14.regular" | "kr.text.chat.16.bold" | "kr.text.chat.16.regular" | "kr.text.body.14.bold" | "kr.text.body.14.regular" | "kr.text.body.16.bold" | "kr.text.body.16.regular" | "kr.label.caption.10.regular" | "kr.label.caption.10.semibold" | "kr.label.caption.12.regular" | "kr.label.caption.12.semibold" | "kr.label.caption.14.semibold";
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
|
|
@@ -3,9 +3,7 @@ export type CheckboxVariantProps = RecipeVariantProps<typeof checkboxRecipe>;
|
|
|
3
3
|
export declare const checkboxRecipe: import('../../../styled-system/types').SlotRecipeRuntimeFn<"label" | "group" | "indicator" | "root" | "control", {
|
|
4
4
|
variant: {
|
|
5
5
|
square: {
|
|
6
|
-
control: {
|
|
7
|
-
borderRadius: "sm";
|
|
8
|
-
};
|
|
6
|
+
control: {};
|
|
9
7
|
};
|
|
10
8
|
round: {
|
|
11
9
|
control: {
|
|
@@ -273,7 +273,7 @@ declare const Text: import('react').ForwardRefExoticComponent<Omit<{
|
|
|
273
273
|
part?: string | undefined | undefined;
|
|
274
274
|
ref?: import('react').Ref<HTMLParagraphElement> | undefined;
|
|
275
275
|
} & import('../../../styled-system/types').WithCss & {
|
|
276
|
-
variant?: "label.sm" | "body.md" | "body.lg" | "body.sm" | "label.md" | "title.sm" | "title.md" | "title.lg" | "headline.sm" | "headline.md" | "display.md" | "display.lg" | "title.main.22.bold" | "title.main.24.bold" | "title.main.30.bold" | "title.main.56.bold" | "title.sub.16.bold" | "title.sub.18.bold" | "title.sub.20.bold" | "text.chat.14.bold" | "text.chat.14.regular" | "text.chat.16.bold" | "text.chat.16.regular" | "text.body.14.bold" | "text.body.14.regular" | "text.body.16.bold" | "text.body.16.regular" | "label.caption.10.semibold" | "label.caption.12.semibold" | "label.caption.14.semibold" | undefined;
|
|
276
|
+
variant?: "label.sm" | "body.md" | "body.lg" | "body.sm" | "label.md" | "title.sm" | "title.md" | "title.lg" | "headline.sm" | "headline.md" | "display.md" | "display.lg" | "title.main.22.bold" | "title.main.24.bold" | "title.main.30.bold" | "title.main.56.bold" | "title.sub.16.bold" | "title.sub.18.bold" | "title.sub.20.bold" | "text.chat.14.bold" | "text.chat.14.regular" | "text.chat.16.bold" | "text.chat.16.regular" | "text.body.14.bold" | "text.body.14.regular" | "text.body.16.bold" | "text.body.16.regular" | "label.caption.10.semibold" | "label.caption.10.regular" | "label.caption.12.semibold" | "label.caption.12.regular" | "label.caption.14.semibold" | undefined;
|
|
277
277
|
language?: "en" | "ko" | undefined;
|
|
278
278
|
font?: "freeman" | "dmSans" | "pretendard" | "notoSans" | "inter" | undefined;
|
|
279
279
|
}, "ref"> & import('react').RefAttributes<HTMLParagraphElement>>;
|
|
@@ -66,7 +66,9 @@ export declare const textRecipe: import('../../../styled-system/types').RecipeRu
|
|
|
66
66
|
'text.body.16.bold': {};
|
|
67
67
|
'text.body.16.regular': {};
|
|
68
68
|
'label.caption.10.semibold': {};
|
|
69
|
+
'label.caption.10.regular': {};
|
|
69
70
|
'label.caption.12.semibold': {};
|
|
71
|
+
'label.caption.12.regular': {};
|
|
70
72
|
'label.caption.14.semibold': {};
|
|
71
73
|
};
|
|
72
74
|
language: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nation-a/ui",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "./dist/types/index.d.ts",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"react-dom": "^18.3.1",
|
|
23
23
|
"react-hot-toast": "^2.5.2",
|
|
24
24
|
"react-lottie": "^1.2.10",
|
|
25
|
-
"@nation-a/icons": "0.4.
|
|
26
|
-
"@nation-a/tokens": "0.4.
|
|
25
|
+
"@nation-a/icons": "0.4.2",
|
|
26
|
+
"@nation-a/tokens": "0.4.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@chromatic-com/storybook": "^3",
|