@itcase/ui 1.9.6 → 1.9.8

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.
@@ -1,5 +1,5 @@
1
1
  export declare const titleAppearance: {
2
- h6?: {
2
+ solid?: {
3
3
  direction?: string;
4
4
  fill?: import("@itcase/types").FillProps;
5
5
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -38,7 +38,7 @@ export declare const titleAppearance: {
38
38
  textWrap?: import("@itcase/types").TextWrapProps;
39
39
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
40
40
  } | undefined;
41
- h5?: {
41
+ accentPrimary?: {
42
42
  direction?: string;
43
43
  fill?: import("@itcase/types").FillProps;
44
44
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -77,7 +77,7 @@ export declare const titleAppearance: {
77
77
  textWrap?: import("@itcase/types").TextWrapProps;
78
78
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
79
79
  } | undefined;
80
- h4?: {
80
+ accentSecondary?: {
81
81
  direction?: string;
82
82
  fill?: import("@itcase/types").FillProps;
83
83
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -116,7 +116,7 @@ export declare const titleAppearance: {
116
116
  textWrap?: import("@itcase/types").TextWrapProps;
117
117
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
118
118
  } | undefined;
119
- h3?: {
119
+ accentTertiary?: {
120
120
  direction?: string;
121
121
  fill?: import("@itcase/types").FillProps;
122
122
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -155,7 +155,7 @@ export declare const titleAppearance: {
155
155
  textWrap?: import("@itcase/types").TextWrapProps;
156
156
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
157
157
  } | undefined;
158
- h2?: {
158
+ accentQuaternary?: {
159
159
  direction?: string;
160
160
  fill?: import("@itcase/types").FillProps;
161
161
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -194,7 +194,7 @@ export declare const titleAppearance: {
194
194
  textWrap?: import("@itcase/types").TextWrapProps;
195
195
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
196
196
  } | undefined;
197
- h1?: {
197
+ specialPrimary?: {
198
198
  direction?: string;
199
199
  fill?: import("@itcase/types").FillProps;
200
200
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -233,7 +233,7 @@ export declare const titleAppearance: {
233
233
  textWrap?: import("@itcase/types").TextWrapProps;
234
234
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
235
235
  } | undefined;
236
- solid?: {
236
+ specialSecondary?: {
237
237
  direction?: string;
238
238
  fill?: import("@itcase/types").FillProps;
239
239
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -272,7 +272,7 @@ export declare const titleAppearance: {
272
272
  textWrap?: import("@itcase/types").TextWrapProps;
273
273
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
274
274
  } | undefined;
275
- outlined?: {
275
+ specialTertiary?: {
276
276
  direction?: string;
277
277
  fill?: import("@itcase/types").FillProps;
278
278
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -311,7 +311,7 @@ export declare const titleAppearance: {
311
311
  textWrap?: import("@itcase/types").TextWrapProps;
312
312
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
313
313
  } | undefined;
314
- full?: {
314
+ specialQuaternary?: {
315
315
  direction?: string;
316
316
  fill?: import("@itcase/types").FillProps;
317
317
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -350,7 +350,7 @@ export declare const titleAppearance: {
350
350
  textWrap?: import("@itcase/types").TextWrapProps;
351
351
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
352
352
  } | undefined;
353
- ghost?: {
353
+ extraPrimary?: {
354
354
  direction?: string;
355
355
  fill?: import("@itcase/types").FillProps;
356
356
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -389,7 +389,7 @@ export declare const titleAppearance: {
389
389
  textWrap?: import("@itcase/types").TextWrapProps;
390
390
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
391
391
  } | undefined;
392
- accentPrimary?: {
392
+ extraSecondary?: {
393
393
  direction?: string;
394
394
  fill?: import("@itcase/types").FillProps;
395
395
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -428,7 +428,7 @@ export declare const titleAppearance: {
428
428
  textWrap?: import("@itcase/types").TextWrapProps;
429
429
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
430
430
  } | undefined;
431
- accentQuaternary?: {
431
+ extraTertiary?: {
432
432
  direction?: string;
433
433
  fill?: import("@itcase/types").FillProps;
434
434
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -467,7 +467,7 @@ export declare const titleAppearance: {
467
467
  textWrap?: import("@itcase/types").TextWrapProps;
468
468
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
469
469
  } | undefined;
470
- accentSecondary?: {
470
+ extraQuaternary?: {
471
471
  direction?: string;
472
472
  fill?: import("@itcase/types").FillProps;
473
473
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -506,7 +506,7 @@ export declare const titleAppearance: {
506
506
  textWrap?: import("@itcase/types").TextWrapProps;
507
507
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
508
508
  } | undefined;
509
- accentTertiary?: {
509
+ surfacePrimary?: {
510
510
  direction?: string;
511
511
  fill?: import("@itcase/types").FillProps;
512
512
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -545,7 +545,7 @@ export declare const titleAppearance: {
545
545
  textWrap?: import("@itcase/types").TextWrapProps;
546
546
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
547
547
  } | undefined;
548
- dangerPrimary?: {
548
+ surfaceSecondary?: {
549
549
  direction?: string;
550
550
  fill?: import("@itcase/types").FillProps;
551
551
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -584,7 +584,7 @@ export declare const titleAppearance: {
584
584
  textWrap?: import("@itcase/types").TextWrapProps;
585
585
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
586
586
  } | undefined;
587
- dangerQuaternary?: {
587
+ surfaceTertiary?: {
588
588
  direction?: string;
589
589
  fill?: import("@itcase/types").FillProps;
590
590
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -623,7 +623,7 @@ export declare const titleAppearance: {
623
623
  textWrap?: import("@itcase/types").TextWrapProps;
624
624
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
625
625
  } | undefined;
626
- dangerSecondary?: {
626
+ surfaceQuaternary?: {
627
627
  direction?: string;
628
628
  fill?: import("@itcase/types").FillProps;
629
629
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -662,7 +662,7 @@ export declare const titleAppearance: {
662
662
  textWrap?: import("@itcase/types").TextWrapProps;
663
663
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
664
664
  } | undefined;
665
- dangerTertiary?: {
665
+ errorPrimary?: {
666
666
  direction?: string;
667
667
  fill?: import("@itcase/types").FillProps;
668
668
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -701,7 +701,7 @@ export declare const titleAppearance: {
701
701
  textWrap?: import("@itcase/types").TextWrapProps;
702
702
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
703
703
  } | undefined;
704
- disabledPrimary?: {
704
+ errorSecondary?: {
705
705
  direction?: string;
706
706
  fill?: import("@itcase/types").FillProps;
707
707
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -740,7 +740,7 @@ export declare const titleAppearance: {
740
740
  textWrap?: import("@itcase/types").TextWrapProps;
741
741
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
742
742
  } | undefined;
743
- disabledQuaternary?: {
743
+ errorTertiary?: {
744
744
  direction?: string;
745
745
  fill?: import("@itcase/types").FillProps;
746
746
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -779,7 +779,7 @@ export declare const titleAppearance: {
779
779
  textWrap?: import("@itcase/types").TextWrapProps;
780
780
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
781
781
  } | undefined;
782
- disabledSecondary?: {
782
+ errorQuaternary?: {
783
783
  direction?: string;
784
784
  fill?: import("@itcase/types").FillProps;
785
785
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -818,7 +818,7 @@ export declare const titleAppearance: {
818
818
  textWrap?: import("@itcase/types").TextWrapProps;
819
819
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
820
820
  } | undefined;
821
- disabledTertiary?: {
821
+ warningPrimary?: {
822
822
  direction?: string;
823
823
  fill?: import("@itcase/types").FillProps;
824
824
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -857,7 +857,7 @@ export declare const titleAppearance: {
857
857
  textWrap?: import("@itcase/types").TextWrapProps;
858
858
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
859
859
  } | undefined;
860
- errorPrimary?: {
860
+ warningSecondary?: {
861
861
  direction?: string;
862
862
  fill?: import("@itcase/types").FillProps;
863
863
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -896,7 +896,7 @@ export declare const titleAppearance: {
896
896
  textWrap?: import("@itcase/types").TextWrapProps;
897
897
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
898
898
  } | undefined;
899
- errorQuaternary?: {
899
+ warningTertiary?: {
900
900
  direction?: string;
901
901
  fill?: import("@itcase/types").FillProps;
902
902
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -935,7 +935,7 @@ export declare const titleAppearance: {
935
935
  textWrap?: import("@itcase/types").TextWrapProps;
936
936
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
937
937
  } | undefined;
938
- errorSecondary?: {
938
+ warningQuaternary?: {
939
939
  direction?: string;
940
940
  fill?: import("@itcase/types").FillProps;
941
941
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -974,7 +974,7 @@ export declare const titleAppearance: {
974
974
  textWrap?: import("@itcase/types").TextWrapProps;
975
975
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
976
976
  } | undefined;
977
- errorTertiary?: {
977
+ successPrimary?: {
978
978
  direction?: string;
979
979
  fill?: import("@itcase/types").FillProps;
980
980
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1013,7 +1013,7 @@ export declare const titleAppearance: {
1013
1013
  textWrap?: import("@itcase/types").TextWrapProps;
1014
1014
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1015
1015
  } | undefined;
1016
- extraPrimary?: {
1016
+ successSecondary?: {
1017
1017
  direction?: string;
1018
1018
  fill?: import("@itcase/types").FillProps;
1019
1019
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1052,7 +1052,7 @@ export declare const titleAppearance: {
1052
1052
  textWrap?: import("@itcase/types").TextWrapProps;
1053
1053
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1054
1054
  } | undefined;
1055
- extraQuaternary?: {
1055
+ successTertiary?: {
1056
1056
  direction?: string;
1057
1057
  fill?: import("@itcase/types").FillProps;
1058
1058
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1091,7 +1091,7 @@ export declare const titleAppearance: {
1091
1091
  textWrap?: import("@itcase/types").TextWrapProps;
1092
1092
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1093
1093
  } | undefined;
1094
- extraSecondary?: {
1094
+ successQuaternary?: {
1095
1095
  direction?: string;
1096
1096
  fill?: import("@itcase/types").FillProps;
1097
1097
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1130,7 +1130,7 @@ export declare const titleAppearance: {
1130
1130
  textWrap?: import("@itcase/types").TextWrapProps;
1131
1131
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1132
1132
  } | undefined;
1133
- extraTertiary?: {
1133
+ infoPrimary?: {
1134
1134
  direction?: string;
1135
1135
  fill?: import("@itcase/types").FillProps;
1136
1136
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1169,7 +1169,7 @@ export declare const titleAppearance: {
1169
1169
  textWrap?: import("@itcase/types").TextWrapProps;
1170
1170
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1171
1171
  } | undefined;
1172
- infoPrimary?: {
1172
+ infoSecondary?: {
1173
1173
  direction?: string;
1174
1174
  fill?: import("@itcase/types").FillProps;
1175
1175
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1208,7 +1208,7 @@ export declare const titleAppearance: {
1208
1208
  textWrap?: import("@itcase/types").TextWrapProps;
1209
1209
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1210
1210
  } | undefined;
1211
- infoQuaternary?: {
1211
+ infoTertiary?: {
1212
1212
  direction?: string;
1213
1213
  fill?: import("@itcase/types").FillProps;
1214
1214
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1247,7 +1247,7 @@ export declare const titleAppearance: {
1247
1247
  textWrap?: import("@itcase/types").TextWrapProps;
1248
1248
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1249
1249
  } | undefined;
1250
- infoSecondary?: {
1250
+ infoQuaternary?: {
1251
1251
  direction?: string;
1252
1252
  fill?: import("@itcase/types").FillProps;
1253
1253
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1286,7 +1286,7 @@ export declare const titleAppearance: {
1286
1286
  textWrap?: import("@itcase/types").TextWrapProps;
1287
1287
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1288
1288
  } | undefined;
1289
- infoTertiary?: {
1289
+ dangerPrimary?: {
1290
1290
  direction?: string;
1291
1291
  fill?: import("@itcase/types").FillProps;
1292
1292
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1325,7 +1325,7 @@ export declare const titleAppearance: {
1325
1325
  textWrap?: import("@itcase/types").TextWrapProps;
1326
1326
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1327
1327
  } | undefined;
1328
- specialPrimary?: {
1328
+ dangerSecondary?: {
1329
1329
  direction?: string;
1330
1330
  fill?: import("@itcase/types").FillProps;
1331
1331
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1364,7 +1364,7 @@ export declare const titleAppearance: {
1364
1364
  textWrap?: import("@itcase/types").TextWrapProps;
1365
1365
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1366
1366
  } | undefined;
1367
- specialQuaternary?: {
1367
+ dangerTertiary?: {
1368
1368
  direction?: string;
1369
1369
  fill?: import("@itcase/types").FillProps;
1370
1370
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1403,7 +1403,7 @@ export declare const titleAppearance: {
1403
1403
  textWrap?: import("@itcase/types").TextWrapProps;
1404
1404
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1405
1405
  } | undefined;
1406
- specialSecondary?: {
1406
+ dangerQuaternary?: {
1407
1407
  direction?: string;
1408
1408
  fill?: import("@itcase/types").FillProps;
1409
1409
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1442,7 +1442,7 @@ export declare const titleAppearance: {
1442
1442
  textWrap?: import("@itcase/types").TextWrapProps;
1443
1443
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1444
1444
  } | undefined;
1445
- specialTertiary?: {
1445
+ disabledPrimary?: {
1446
1446
  direction?: string;
1447
1447
  fill?: import("@itcase/types").FillProps;
1448
1448
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1481,7 +1481,7 @@ export declare const titleAppearance: {
1481
1481
  textWrap?: import("@itcase/types").TextWrapProps;
1482
1482
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1483
1483
  } | undefined;
1484
- successPrimary?: {
1484
+ disabledSecondary?: {
1485
1485
  direction?: string;
1486
1486
  fill?: import("@itcase/types").FillProps;
1487
1487
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1520,7 +1520,7 @@ export declare const titleAppearance: {
1520
1520
  textWrap?: import("@itcase/types").TextWrapProps;
1521
1521
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1522
1522
  } | undefined;
1523
- successQuaternary?: {
1523
+ disabledTertiary?: {
1524
1524
  direction?: string;
1525
1525
  fill?: import("@itcase/types").FillProps;
1526
1526
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1559,7 +1559,7 @@ export declare const titleAppearance: {
1559
1559
  textWrap?: import("@itcase/types").TextWrapProps;
1560
1560
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1561
1561
  } | undefined;
1562
- successSecondary?: {
1562
+ disabledQuaternary?: {
1563
1563
  direction?: string;
1564
1564
  fill?: import("@itcase/types").FillProps;
1565
1565
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1598,7 +1598,7 @@ export declare const titleAppearance: {
1598
1598
  textWrap?: import("@itcase/types").TextWrapProps;
1599
1599
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1600
1600
  } | undefined;
1601
- successTertiary?: {
1601
+ geometric?: {
1602
1602
  direction?: string;
1603
1603
  fill?: import("@itcase/types").FillProps;
1604
1604
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1637,7 +1637,7 @@ export declare const titleAppearance: {
1637
1637
  textWrap?: import("@itcase/types").TextWrapProps;
1638
1638
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1639
1639
  } | undefined;
1640
- surfacePrimary?: {
1640
+ circular?: {
1641
1641
  direction?: string;
1642
1642
  fill?: import("@itcase/types").FillProps;
1643
1643
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1676,7 +1676,7 @@ export declare const titleAppearance: {
1676
1676
  textWrap?: import("@itcase/types").TextWrapProps;
1677
1677
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1678
1678
  } | undefined;
1679
- surfaceQuaternary?: {
1679
+ rounded?: {
1680
1680
  direction?: string;
1681
1681
  fill?: import("@itcase/types").FillProps;
1682
1682
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1715,7 +1715,7 @@ export declare const titleAppearance: {
1715
1715
  textWrap?: import("@itcase/types").TextWrapProps;
1716
1716
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1717
1717
  } | undefined;
1718
- surfaceSecondary?: {
1718
+ outlined?: {
1719
1719
  direction?: string;
1720
1720
  fill?: import("@itcase/types").FillProps;
1721
1721
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1754,7 +1754,7 @@ export declare const titleAppearance: {
1754
1754
  textWrap?: import("@itcase/types").TextWrapProps;
1755
1755
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1756
1756
  } | undefined;
1757
- surfaceTertiary?: {
1757
+ full?: {
1758
1758
  direction?: string;
1759
1759
  fill?: import("@itcase/types").FillProps;
1760
1760
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1793,7 +1793,7 @@ export declare const titleAppearance: {
1793
1793
  textWrap?: import("@itcase/types").TextWrapProps;
1794
1794
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1795
1795
  } | undefined;
1796
- warningPrimary?: {
1796
+ ghost?: {
1797
1797
  direction?: string;
1798
1798
  fill?: import("@itcase/types").FillProps;
1799
1799
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1832,7 +1832,7 @@ export declare const titleAppearance: {
1832
1832
  textWrap?: import("@itcase/types").TextWrapProps;
1833
1833
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1834
1834
  } | undefined;
1835
- warningQuaternary?: {
1835
+ roundedL?: {
1836
1836
  direction?: string;
1837
1837
  fill?: import("@itcase/types").FillProps;
1838
1838
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1871,7 +1871,7 @@ export declare const titleAppearance: {
1871
1871
  textWrap?: import("@itcase/types").TextWrapProps;
1872
1872
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1873
1873
  } | undefined;
1874
- warningSecondary?: {
1874
+ roundedM?: {
1875
1875
  direction?: string;
1876
1876
  fill?: import("@itcase/types").FillProps;
1877
1877
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1910,7 +1910,7 @@ export declare const titleAppearance: {
1910
1910
  textWrap?: import("@itcase/types").TextWrapProps;
1911
1911
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1912
1912
  } | undefined;
1913
- warningTertiary?: {
1913
+ roundedS?: {
1914
1914
  direction?: string;
1915
1915
  fill?: import("@itcase/types").FillProps;
1916
1916
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1949,7 +1949,7 @@ export declare const titleAppearance: {
1949
1949
  textWrap?: import("@itcase/types").TextWrapProps;
1950
1950
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1951
1951
  } | undefined;
1952
- circular?: {
1952
+ roundedXL?: {
1953
1953
  direction?: string;
1954
1954
  fill?: import("@itcase/types").FillProps;
1955
1955
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -1988,7 +1988,7 @@ export declare const titleAppearance: {
1988
1988
  textWrap?: import("@itcase/types").TextWrapProps;
1989
1989
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
1990
1990
  } | undefined;
1991
- geometric?: {
1991
+ h3?: {
1992
1992
  direction?: string;
1993
1993
  fill?: import("@itcase/types").FillProps;
1994
1994
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -2027,7 +2027,7 @@ export declare const titleAppearance: {
2027
2027
  textWrap?: import("@itcase/types").TextWrapProps;
2028
2028
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
2029
2029
  } | undefined;
2030
- rounded?: {
2030
+ h4?: {
2031
2031
  direction?: string;
2032
2032
  fill?: import("@itcase/types").FillProps;
2033
2033
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -2066,7 +2066,7 @@ export declare const titleAppearance: {
2066
2066
  textWrap?: import("@itcase/types").TextWrapProps;
2067
2067
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
2068
2068
  } | undefined;
2069
- roundedL?: {
2069
+ h5?: {
2070
2070
  direction?: string;
2071
2071
  fill?: import("@itcase/types").FillProps;
2072
2072
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -2105,7 +2105,7 @@ export declare const titleAppearance: {
2105
2105
  textWrap?: import("@itcase/types").TextWrapProps;
2106
2106
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
2107
2107
  } | undefined;
2108
- roundedM?: {
2108
+ h6?: {
2109
2109
  direction?: string;
2110
2110
  fill?: import("@itcase/types").FillProps;
2111
2111
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -2144,7 +2144,7 @@ export declare const titleAppearance: {
2144
2144
  textWrap?: import("@itcase/types").TextWrapProps;
2145
2145
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
2146
2146
  } | undefined;
2147
- roundedS?: {
2147
+ h1?: {
2148
2148
  direction?: string;
2149
2149
  fill?: import("@itcase/types").FillProps;
2150
2150
  fillHover?: import("@itcase/types").FillHoverProps;
@@ -2183,7 +2183,7 @@ export declare const titleAppearance: {
2183
2183
  textWrap?: import("@itcase/types").TextWrapProps;
2184
2184
  wrapperDirection?: import("@itcase/types").DirectionHVProps;
2185
2185
  } | undefined;
2186
- roundedXL?: {
2186
+ h2?: {
2187
2187
  direction?: string;
2188
2188
  fill?: import("@itcase/types").FillProps;
2189
2189
  fillHover?: import("@itcase/types").FillHoverProps;