@itcase/ui 1.9.32 → 1.9.35

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.
Files changed (30) hide show
  1. package/dist/{SelectContainer_cjs_CD-J8jSe.js → SelectContainer_cjs_B2fgWgCE.js} +45 -17
  2. package/dist/{SelectContainer_es_Bxt5C3nI.js → SelectContainer_es_B5trQDlc.js} +45 -17
  3. package/dist/cjs/components/DatePeriod.js +1 -1
  4. package/dist/cjs/components/Select.js +1 -1
  5. package/dist/cjs/components/Tab.js +1 -1
  6. package/dist/components/DatePeriod.js +1 -1
  7. package/dist/components/Select.js +1 -1
  8. package/dist/components/Tab.js +1 -1
  9. package/dist/css/styles/bundles.css +87 -26
  10. package/dist/types/components/Avatar/Avatar.appearance.d.ts +1120 -0
  11. package/dist/types/components/Badge/Badge.appearance.d.ts +680 -0
  12. package/dist/types/components/Button/Button.appearance.d.ts +2000 -0
  13. package/dist/types/components/Divider/Divider.appearance.d.ts +560 -0
  14. package/dist/types/components/Label/Label.appearance.d.ts +1560 -0
  15. package/dist/types/components/Loader/Loader.appearance.d.ts +320 -0
  16. package/dist/types/components/MenuItem/MenuItem.appearance.d.ts +1680 -0
  17. package/dist/types/components/Modal/Modal.appearance.d.ts +1160 -0
  18. package/dist/types/components/Select/Select.interface.d.ts +1 -1
  19. package/dist/types/components/Select/SelectMultiValue.d.ts +4 -0
  20. package/dist/types/components/Select/SelectOverflowBadge.d.ts +7 -0
  21. package/dist/types/components/Select/appearance/selectDefault.d.ts +2 -2
  22. package/dist/types/components/Select/appearance/selectError.d.ts +2 -2
  23. package/dist/types/components/Select/appearance/selectRequire.d.ts +2 -2
  24. package/dist/types/components/Select/appearance/selectSize.d.ts +6 -0
  25. package/dist/types/components/Select/appearance/selectSuccess.d.ts +2 -2
  26. package/dist/types/components/Text/Text.appearance.d.ts +520 -0
  27. package/dist/types/components/Tile/Tile.appearance.d.ts +40 -0
  28. package/dist/types/components/Title/Title.appearance.d.ts +1600 -0
  29. package/dist/types/components/Warning/Warning.appearance.d.ts +880 -0
  30. package/package.json +10 -10
@@ -1275,6 +1275,1166 @@ export declare const modalAppearance: {
1275
1275
  titleTextWidth?: import("@itcase/types").TextWeightProps;
1276
1276
  titleTextWrap?: import("@itcase/types").TextWrapProps;
1277
1277
  } | undefined;
1278
+ accentMutedPrimary?: {
1279
+ borderColor?: import("@itcase/types").BorderColorProps;
1280
+ borderType?: import("@itcase/types").BorderTypeProps;
1281
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1282
+ closeIcon?: boolean;
1283
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1284
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1285
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1286
+ closeIconImage?: string;
1287
+ closeIconShape?: import("@itcase/types").ShapeProps;
1288
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1289
+ elevation?: import("@itcase/types").ElevationProps;
1290
+ fill?: import("@itcase/types").FillProps;
1291
+ itemFill?: import("@itcase/types").ItemFillProps;
1292
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1293
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1294
+ shape?: import("@itcase/types").ShapeProps;
1295
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1296
+ size?: import("@itcase/types").SizeProps;
1297
+ textColor?: import("@itcase/types").TextColorProps;
1298
+ textSize?: import("@itcase/types").TextSizeProps;
1299
+ titleTextColor?: import("@itcase/types").TextColorProps;
1300
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1301
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1302
+ titleTextTruncate?: boolean;
1303
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1304
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1305
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1306
+ } | undefined;
1307
+ accentMutedQuaternary?: {
1308
+ borderColor?: import("@itcase/types").BorderColorProps;
1309
+ borderType?: import("@itcase/types").BorderTypeProps;
1310
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1311
+ closeIcon?: boolean;
1312
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1313
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1314
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1315
+ closeIconImage?: string;
1316
+ closeIconShape?: import("@itcase/types").ShapeProps;
1317
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1318
+ elevation?: import("@itcase/types").ElevationProps;
1319
+ fill?: import("@itcase/types").FillProps;
1320
+ itemFill?: import("@itcase/types").ItemFillProps;
1321
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1322
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1323
+ shape?: import("@itcase/types").ShapeProps;
1324
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1325
+ size?: import("@itcase/types").SizeProps;
1326
+ textColor?: import("@itcase/types").TextColorProps;
1327
+ textSize?: import("@itcase/types").TextSizeProps;
1328
+ titleTextColor?: import("@itcase/types").TextColorProps;
1329
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1330
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1331
+ titleTextTruncate?: boolean;
1332
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1333
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1334
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1335
+ } | undefined;
1336
+ accentMutedSecondary?: {
1337
+ borderColor?: import("@itcase/types").BorderColorProps;
1338
+ borderType?: import("@itcase/types").BorderTypeProps;
1339
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1340
+ closeIcon?: boolean;
1341
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1342
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1343
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1344
+ closeIconImage?: string;
1345
+ closeIconShape?: import("@itcase/types").ShapeProps;
1346
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1347
+ elevation?: import("@itcase/types").ElevationProps;
1348
+ fill?: import("@itcase/types").FillProps;
1349
+ itemFill?: import("@itcase/types").ItemFillProps;
1350
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1351
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1352
+ shape?: import("@itcase/types").ShapeProps;
1353
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1354
+ size?: import("@itcase/types").SizeProps;
1355
+ textColor?: import("@itcase/types").TextColorProps;
1356
+ textSize?: import("@itcase/types").TextSizeProps;
1357
+ titleTextColor?: import("@itcase/types").TextColorProps;
1358
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1359
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1360
+ titleTextTruncate?: boolean;
1361
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1362
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1363
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1364
+ } | undefined;
1365
+ accentMutedTertiary?: {
1366
+ borderColor?: import("@itcase/types").BorderColorProps;
1367
+ borderType?: import("@itcase/types").BorderTypeProps;
1368
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1369
+ closeIcon?: boolean;
1370
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1371
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1372
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1373
+ closeIconImage?: string;
1374
+ closeIconShape?: import("@itcase/types").ShapeProps;
1375
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1376
+ elevation?: import("@itcase/types").ElevationProps;
1377
+ fill?: import("@itcase/types").FillProps;
1378
+ itemFill?: import("@itcase/types").ItemFillProps;
1379
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1380
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1381
+ shape?: import("@itcase/types").ShapeProps;
1382
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1383
+ size?: import("@itcase/types").SizeProps;
1384
+ textColor?: import("@itcase/types").TextColorProps;
1385
+ textSize?: import("@itcase/types").TextSizeProps;
1386
+ titleTextColor?: import("@itcase/types").TextColorProps;
1387
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1388
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1389
+ titleTextTruncate?: boolean;
1390
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1391
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1392
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1393
+ } | undefined;
1394
+ dangerMutedPrimary?: {
1395
+ borderColor?: import("@itcase/types").BorderColorProps;
1396
+ borderType?: import("@itcase/types").BorderTypeProps;
1397
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1398
+ closeIcon?: boolean;
1399
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1400
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1401
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1402
+ closeIconImage?: string;
1403
+ closeIconShape?: import("@itcase/types").ShapeProps;
1404
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1405
+ elevation?: import("@itcase/types").ElevationProps;
1406
+ fill?: import("@itcase/types").FillProps;
1407
+ itemFill?: import("@itcase/types").ItemFillProps;
1408
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1409
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1410
+ shape?: import("@itcase/types").ShapeProps;
1411
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1412
+ size?: import("@itcase/types").SizeProps;
1413
+ textColor?: import("@itcase/types").TextColorProps;
1414
+ textSize?: import("@itcase/types").TextSizeProps;
1415
+ titleTextColor?: import("@itcase/types").TextColorProps;
1416
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1417
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1418
+ titleTextTruncate?: boolean;
1419
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1420
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1421
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1422
+ } | undefined;
1423
+ dangerMutedQuaternary?: {
1424
+ borderColor?: import("@itcase/types").BorderColorProps;
1425
+ borderType?: import("@itcase/types").BorderTypeProps;
1426
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1427
+ closeIcon?: boolean;
1428
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1429
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1430
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1431
+ closeIconImage?: string;
1432
+ closeIconShape?: import("@itcase/types").ShapeProps;
1433
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1434
+ elevation?: import("@itcase/types").ElevationProps;
1435
+ fill?: import("@itcase/types").FillProps;
1436
+ itemFill?: import("@itcase/types").ItemFillProps;
1437
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1438
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1439
+ shape?: import("@itcase/types").ShapeProps;
1440
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1441
+ size?: import("@itcase/types").SizeProps;
1442
+ textColor?: import("@itcase/types").TextColorProps;
1443
+ textSize?: import("@itcase/types").TextSizeProps;
1444
+ titleTextColor?: import("@itcase/types").TextColorProps;
1445
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1446
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1447
+ titleTextTruncate?: boolean;
1448
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1449
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1450
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1451
+ } | undefined;
1452
+ dangerMutedSecondary?: {
1453
+ borderColor?: import("@itcase/types").BorderColorProps;
1454
+ borderType?: import("@itcase/types").BorderTypeProps;
1455
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1456
+ closeIcon?: boolean;
1457
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1458
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1459
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1460
+ closeIconImage?: string;
1461
+ closeIconShape?: import("@itcase/types").ShapeProps;
1462
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1463
+ elevation?: import("@itcase/types").ElevationProps;
1464
+ fill?: import("@itcase/types").FillProps;
1465
+ itemFill?: import("@itcase/types").ItemFillProps;
1466
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1467
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1468
+ shape?: import("@itcase/types").ShapeProps;
1469
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1470
+ size?: import("@itcase/types").SizeProps;
1471
+ textColor?: import("@itcase/types").TextColorProps;
1472
+ textSize?: import("@itcase/types").TextSizeProps;
1473
+ titleTextColor?: import("@itcase/types").TextColorProps;
1474
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1475
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1476
+ titleTextTruncate?: boolean;
1477
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1478
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1479
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1480
+ } | undefined;
1481
+ dangerMutedTertiary?: {
1482
+ borderColor?: import("@itcase/types").BorderColorProps;
1483
+ borderType?: import("@itcase/types").BorderTypeProps;
1484
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1485
+ closeIcon?: boolean;
1486
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1487
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1488
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1489
+ closeIconImage?: string;
1490
+ closeIconShape?: import("@itcase/types").ShapeProps;
1491
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1492
+ elevation?: import("@itcase/types").ElevationProps;
1493
+ fill?: import("@itcase/types").FillProps;
1494
+ itemFill?: import("@itcase/types").ItemFillProps;
1495
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1496
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1497
+ shape?: import("@itcase/types").ShapeProps;
1498
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1499
+ size?: import("@itcase/types").SizeProps;
1500
+ textColor?: import("@itcase/types").TextColorProps;
1501
+ textSize?: import("@itcase/types").TextSizeProps;
1502
+ titleTextColor?: import("@itcase/types").TextColorProps;
1503
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1504
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1505
+ titleTextTruncate?: boolean;
1506
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1507
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1508
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1509
+ } | undefined;
1510
+ disabledMutedPrimary?: {
1511
+ borderColor?: import("@itcase/types").BorderColorProps;
1512
+ borderType?: import("@itcase/types").BorderTypeProps;
1513
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1514
+ closeIcon?: boolean;
1515
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1516
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1517
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1518
+ closeIconImage?: string;
1519
+ closeIconShape?: import("@itcase/types").ShapeProps;
1520
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1521
+ elevation?: import("@itcase/types").ElevationProps;
1522
+ fill?: import("@itcase/types").FillProps;
1523
+ itemFill?: import("@itcase/types").ItemFillProps;
1524
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1525
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1526
+ shape?: import("@itcase/types").ShapeProps;
1527
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1528
+ size?: import("@itcase/types").SizeProps;
1529
+ textColor?: import("@itcase/types").TextColorProps;
1530
+ textSize?: import("@itcase/types").TextSizeProps;
1531
+ titleTextColor?: import("@itcase/types").TextColorProps;
1532
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1533
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1534
+ titleTextTruncate?: boolean;
1535
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1536
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1537
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1538
+ } | undefined;
1539
+ disabledMutedQuaternary?: {
1540
+ borderColor?: import("@itcase/types").BorderColorProps;
1541
+ borderType?: import("@itcase/types").BorderTypeProps;
1542
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1543
+ closeIcon?: boolean;
1544
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1545
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1546
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1547
+ closeIconImage?: string;
1548
+ closeIconShape?: import("@itcase/types").ShapeProps;
1549
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1550
+ elevation?: import("@itcase/types").ElevationProps;
1551
+ fill?: import("@itcase/types").FillProps;
1552
+ itemFill?: import("@itcase/types").ItemFillProps;
1553
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1554
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1555
+ shape?: import("@itcase/types").ShapeProps;
1556
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1557
+ size?: import("@itcase/types").SizeProps;
1558
+ textColor?: import("@itcase/types").TextColorProps;
1559
+ textSize?: import("@itcase/types").TextSizeProps;
1560
+ titleTextColor?: import("@itcase/types").TextColorProps;
1561
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1562
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1563
+ titleTextTruncate?: boolean;
1564
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1565
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1566
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1567
+ } | undefined;
1568
+ disabledMutedSecondary?: {
1569
+ borderColor?: import("@itcase/types").BorderColorProps;
1570
+ borderType?: import("@itcase/types").BorderTypeProps;
1571
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1572
+ closeIcon?: boolean;
1573
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1574
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1575
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1576
+ closeIconImage?: string;
1577
+ closeIconShape?: import("@itcase/types").ShapeProps;
1578
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1579
+ elevation?: import("@itcase/types").ElevationProps;
1580
+ fill?: import("@itcase/types").FillProps;
1581
+ itemFill?: import("@itcase/types").ItemFillProps;
1582
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1583
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1584
+ shape?: import("@itcase/types").ShapeProps;
1585
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1586
+ size?: import("@itcase/types").SizeProps;
1587
+ textColor?: import("@itcase/types").TextColorProps;
1588
+ textSize?: import("@itcase/types").TextSizeProps;
1589
+ titleTextColor?: import("@itcase/types").TextColorProps;
1590
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1591
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1592
+ titleTextTruncate?: boolean;
1593
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1594
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1595
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1596
+ } | undefined;
1597
+ disabledMutedTertiary?: {
1598
+ borderColor?: import("@itcase/types").BorderColorProps;
1599
+ borderType?: import("@itcase/types").BorderTypeProps;
1600
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1601
+ closeIcon?: boolean;
1602
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1603
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1604
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1605
+ closeIconImage?: string;
1606
+ closeIconShape?: import("@itcase/types").ShapeProps;
1607
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1608
+ elevation?: import("@itcase/types").ElevationProps;
1609
+ fill?: import("@itcase/types").FillProps;
1610
+ itemFill?: import("@itcase/types").ItemFillProps;
1611
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1612
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1613
+ shape?: import("@itcase/types").ShapeProps;
1614
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1615
+ size?: import("@itcase/types").SizeProps;
1616
+ textColor?: import("@itcase/types").TextColorProps;
1617
+ textSize?: import("@itcase/types").TextSizeProps;
1618
+ titleTextColor?: import("@itcase/types").TextColorProps;
1619
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1620
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1621
+ titleTextTruncate?: boolean;
1622
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1623
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1624
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1625
+ } | undefined;
1626
+ errorMutedPrimary?: {
1627
+ borderColor?: import("@itcase/types").BorderColorProps;
1628
+ borderType?: import("@itcase/types").BorderTypeProps;
1629
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1630
+ closeIcon?: boolean;
1631
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1632
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1633
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1634
+ closeIconImage?: string;
1635
+ closeIconShape?: import("@itcase/types").ShapeProps;
1636
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1637
+ elevation?: import("@itcase/types").ElevationProps;
1638
+ fill?: import("@itcase/types").FillProps;
1639
+ itemFill?: import("@itcase/types").ItemFillProps;
1640
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1641
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1642
+ shape?: import("@itcase/types").ShapeProps;
1643
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1644
+ size?: import("@itcase/types").SizeProps;
1645
+ textColor?: import("@itcase/types").TextColorProps;
1646
+ textSize?: import("@itcase/types").TextSizeProps;
1647
+ titleTextColor?: import("@itcase/types").TextColorProps;
1648
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1649
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1650
+ titleTextTruncate?: boolean;
1651
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1652
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1653
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1654
+ } | undefined;
1655
+ errorMutedQuaternary?: {
1656
+ borderColor?: import("@itcase/types").BorderColorProps;
1657
+ borderType?: import("@itcase/types").BorderTypeProps;
1658
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1659
+ closeIcon?: boolean;
1660
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1661
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1662
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1663
+ closeIconImage?: string;
1664
+ closeIconShape?: import("@itcase/types").ShapeProps;
1665
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1666
+ elevation?: import("@itcase/types").ElevationProps;
1667
+ fill?: import("@itcase/types").FillProps;
1668
+ itemFill?: import("@itcase/types").ItemFillProps;
1669
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1670
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1671
+ shape?: import("@itcase/types").ShapeProps;
1672
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1673
+ size?: import("@itcase/types").SizeProps;
1674
+ textColor?: import("@itcase/types").TextColorProps;
1675
+ textSize?: import("@itcase/types").TextSizeProps;
1676
+ titleTextColor?: import("@itcase/types").TextColorProps;
1677
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1678
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1679
+ titleTextTruncate?: boolean;
1680
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1681
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1682
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1683
+ } | undefined;
1684
+ errorMutedSecondary?: {
1685
+ borderColor?: import("@itcase/types").BorderColorProps;
1686
+ borderType?: import("@itcase/types").BorderTypeProps;
1687
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1688
+ closeIcon?: boolean;
1689
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1690
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1691
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1692
+ closeIconImage?: string;
1693
+ closeIconShape?: import("@itcase/types").ShapeProps;
1694
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1695
+ elevation?: import("@itcase/types").ElevationProps;
1696
+ fill?: import("@itcase/types").FillProps;
1697
+ itemFill?: import("@itcase/types").ItemFillProps;
1698
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1699
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1700
+ shape?: import("@itcase/types").ShapeProps;
1701
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1702
+ size?: import("@itcase/types").SizeProps;
1703
+ textColor?: import("@itcase/types").TextColorProps;
1704
+ textSize?: import("@itcase/types").TextSizeProps;
1705
+ titleTextColor?: import("@itcase/types").TextColorProps;
1706
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1707
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1708
+ titleTextTruncate?: boolean;
1709
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1710
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1711
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1712
+ } | undefined;
1713
+ errorMutedTertiary?: {
1714
+ borderColor?: import("@itcase/types").BorderColorProps;
1715
+ borderType?: import("@itcase/types").BorderTypeProps;
1716
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1717
+ closeIcon?: boolean;
1718
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1719
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1720
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1721
+ closeIconImage?: string;
1722
+ closeIconShape?: import("@itcase/types").ShapeProps;
1723
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1724
+ elevation?: import("@itcase/types").ElevationProps;
1725
+ fill?: import("@itcase/types").FillProps;
1726
+ itemFill?: import("@itcase/types").ItemFillProps;
1727
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1728
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1729
+ shape?: import("@itcase/types").ShapeProps;
1730
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1731
+ size?: import("@itcase/types").SizeProps;
1732
+ textColor?: import("@itcase/types").TextColorProps;
1733
+ textSize?: import("@itcase/types").TextSizeProps;
1734
+ titleTextColor?: import("@itcase/types").TextColorProps;
1735
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1736
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1737
+ titleTextTruncate?: boolean;
1738
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1739
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1740
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1741
+ } | undefined;
1742
+ extraMutedPrimary?: {
1743
+ borderColor?: import("@itcase/types").BorderColorProps;
1744
+ borderType?: import("@itcase/types").BorderTypeProps;
1745
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1746
+ closeIcon?: boolean;
1747
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1748
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1749
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1750
+ closeIconImage?: string;
1751
+ closeIconShape?: import("@itcase/types").ShapeProps;
1752
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1753
+ elevation?: import("@itcase/types").ElevationProps;
1754
+ fill?: import("@itcase/types").FillProps;
1755
+ itemFill?: import("@itcase/types").ItemFillProps;
1756
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1757
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1758
+ shape?: import("@itcase/types").ShapeProps;
1759
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1760
+ size?: import("@itcase/types").SizeProps;
1761
+ textColor?: import("@itcase/types").TextColorProps;
1762
+ textSize?: import("@itcase/types").TextSizeProps;
1763
+ titleTextColor?: import("@itcase/types").TextColorProps;
1764
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1765
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1766
+ titleTextTruncate?: boolean;
1767
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1768
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1769
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1770
+ } | undefined;
1771
+ extraMutedQuaternary?: {
1772
+ borderColor?: import("@itcase/types").BorderColorProps;
1773
+ borderType?: import("@itcase/types").BorderTypeProps;
1774
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1775
+ closeIcon?: boolean;
1776
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1777
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1778
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1779
+ closeIconImage?: string;
1780
+ closeIconShape?: import("@itcase/types").ShapeProps;
1781
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1782
+ elevation?: import("@itcase/types").ElevationProps;
1783
+ fill?: import("@itcase/types").FillProps;
1784
+ itemFill?: import("@itcase/types").ItemFillProps;
1785
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1786
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1787
+ shape?: import("@itcase/types").ShapeProps;
1788
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1789
+ size?: import("@itcase/types").SizeProps;
1790
+ textColor?: import("@itcase/types").TextColorProps;
1791
+ textSize?: import("@itcase/types").TextSizeProps;
1792
+ titleTextColor?: import("@itcase/types").TextColorProps;
1793
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1794
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1795
+ titleTextTruncate?: boolean;
1796
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1797
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1798
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1799
+ } | undefined;
1800
+ extraMutedSecondary?: {
1801
+ borderColor?: import("@itcase/types").BorderColorProps;
1802
+ borderType?: import("@itcase/types").BorderTypeProps;
1803
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1804
+ closeIcon?: boolean;
1805
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1806
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1807
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1808
+ closeIconImage?: string;
1809
+ closeIconShape?: import("@itcase/types").ShapeProps;
1810
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1811
+ elevation?: import("@itcase/types").ElevationProps;
1812
+ fill?: import("@itcase/types").FillProps;
1813
+ itemFill?: import("@itcase/types").ItemFillProps;
1814
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1815
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1816
+ shape?: import("@itcase/types").ShapeProps;
1817
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1818
+ size?: import("@itcase/types").SizeProps;
1819
+ textColor?: import("@itcase/types").TextColorProps;
1820
+ textSize?: import("@itcase/types").TextSizeProps;
1821
+ titleTextColor?: import("@itcase/types").TextColorProps;
1822
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1823
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1824
+ titleTextTruncate?: boolean;
1825
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1826
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1827
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1828
+ } | undefined;
1829
+ extraMutedTertiary?: {
1830
+ borderColor?: import("@itcase/types").BorderColorProps;
1831
+ borderType?: import("@itcase/types").BorderTypeProps;
1832
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1833
+ closeIcon?: boolean;
1834
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1835
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1836
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1837
+ closeIconImage?: string;
1838
+ closeIconShape?: import("@itcase/types").ShapeProps;
1839
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1840
+ elevation?: import("@itcase/types").ElevationProps;
1841
+ fill?: import("@itcase/types").FillProps;
1842
+ itemFill?: import("@itcase/types").ItemFillProps;
1843
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1844
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1845
+ shape?: import("@itcase/types").ShapeProps;
1846
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1847
+ size?: import("@itcase/types").SizeProps;
1848
+ textColor?: import("@itcase/types").TextColorProps;
1849
+ textSize?: import("@itcase/types").TextSizeProps;
1850
+ titleTextColor?: import("@itcase/types").TextColorProps;
1851
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1852
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1853
+ titleTextTruncate?: boolean;
1854
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1855
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1856
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1857
+ } | undefined;
1858
+ infoMutedPrimary?: {
1859
+ borderColor?: import("@itcase/types").BorderColorProps;
1860
+ borderType?: import("@itcase/types").BorderTypeProps;
1861
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1862
+ closeIcon?: boolean;
1863
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1864
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1865
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1866
+ closeIconImage?: string;
1867
+ closeIconShape?: import("@itcase/types").ShapeProps;
1868
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1869
+ elevation?: import("@itcase/types").ElevationProps;
1870
+ fill?: import("@itcase/types").FillProps;
1871
+ itemFill?: import("@itcase/types").ItemFillProps;
1872
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1873
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1874
+ shape?: import("@itcase/types").ShapeProps;
1875
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1876
+ size?: import("@itcase/types").SizeProps;
1877
+ textColor?: import("@itcase/types").TextColorProps;
1878
+ textSize?: import("@itcase/types").TextSizeProps;
1879
+ titleTextColor?: import("@itcase/types").TextColorProps;
1880
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1881
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1882
+ titleTextTruncate?: boolean;
1883
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1884
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1885
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1886
+ } | undefined;
1887
+ infoMutedQuaternary?: {
1888
+ borderColor?: import("@itcase/types").BorderColorProps;
1889
+ borderType?: import("@itcase/types").BorderTypeProps;
1890
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1891
+ closeIcon?: boolean;
1892
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1893
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1894
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1895
+ closeIconImage?: string;
1896
+ closeIconShape?: import("@itcase/types").ShapeProps;
1897
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1898
+ elevation?: import("@itcase/types").ElevationProps;
1899
+ fill?: import("@itcase/types").FillProps;
1900
+ itemFill?: import("@itcase/types").ItemFillProps;
1901
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1902
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1903
+ shape?: import("@itcase/types").ShapeProps;
1904
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1905
+ size?: import("@itcase/types").SizeProps;
1906
+ textColor?: import("@itcase/types").TextColorProps;
1907
+ textSize?: import("@itcase/types").TextSizeProps;
1908
+ titleTextColor?: import("@itcase/types").TextColorProps;
1909
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1910
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1911
+ titleTextTruncate?: boolean;
1912
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1913
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1914
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1915
+ } | undefined;
1916
+ infoMutedSecondary?: {
1917
+ borderColor?: import("@itcase/types").BorderColorProps;
1918
+ borderType?: import("@itcase/types").BorderTypeProps;
1919
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1920
+ closeIcon?: boolean;
1921
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1922
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1923
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1924
+ closeIconImage?: string;
1925
+ closeIconShape?: import("@itcase/types").ShapeProps;
1926
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1927
+ elevation?: import("@itcase/types").ElevationProps;
1928
+ fill?: import("@itcase/types").FillProps;
1929
+ itemFill?: import("@itcase/types").ItemFillProps;
1930
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1931
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1932
+ shape?: import("@itcase/types").ShapeProps;
1933
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1934
+ size?: import("@itcase/types").SizeProps;
1935
+ textColor?: import("@itcase/types").TextColorProps;
1936
+ textSize?: import("@itcase/types").TextSizeProps;
1937
+ titleTextColor?: import("@itcase/types").TextColorProps;
1938
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1939
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1940
+ titleTextTruncate?: boolean;
1941
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1942
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1943
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1944
+ } | undefined;
1945
+ infoMutedTertiary?: {
1946
+ borderColor?: import("@itcase/types").BorderColorProps;
1947
+ borderType?: import("@itcase/types").BorderTypeProps;
1948
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1949
+ closeIcon?: boolean;
1950
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1951
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1952
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1953
+ closeIconImage?: string;
1954
+ closeIconShape?: import("@itcase/types").ShapeProps;
1955
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1956
+ elevation?: import("@itcase/types").ElevationProps;
1957
+ fill?: import("@itcase/types").FillProps;
1958
+ itemFill?: import("@itcase/types").ItemFillProps;
1959
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1960
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1961
+ shape?: import("@itcase/types").ShapeProps;
1962
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1963
+ size?: import("@itcase/types").SizeProps;
1964
+ textColor?: import("@itcase/types").TextColorProps;
1965
+ textSize?: import("@itcase/types").TextSizeProps;
1966
+ titleTextColor?: import("@itcase/types").TextColorProps;
1967
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1968
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1969
+ titleTextTruncate?: boolean;
1970
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
1971
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
1972
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
1973
+ } | undefined;
1974
+ specialMutedPrimary?: {
1975
+ borderColor?: import("@itcase/types").BorderColorProps;
1976
+ borderType?: import("@itcase/types").BorderTypeProps;
1977
+ borderWidth?: import("@itcase/types").BorderWidthProps;
1978
+ closeIcon?: boolean;
1979
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
1980
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
1981
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
1982
+ closeIconImage?: string;
1983
+ closeIconShape?: import("@itcase/types").ShapeProps;
1984
+ closeIconSize?: import("@itcase/types").IconSizeProps;
1985
+ elevation?: import("@itcase/types").ElevationProps;
1986
+ fill?: import("@itcase/types").FillProps;
1987
+ itemFill?: import("@itcase/types").ItemFillProps;
1988
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
1989
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
1990
+ shape?: import("@itcase/types").ShapeProps;
1991
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
1992
+ size?: import("@itcase/types").SizeProps;
1993
+ textColor?: import("@itcase/types").TextColorProps;
1994
+ textSize?: import("@itcase/types").TextSizeProps;
1995
+ titleTextColor?: import("@itcase/types").TextColorProps;
1996
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
1997
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
1998
+ titleTextTruncate?: boolean;
1999
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2000
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2001
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2002
+ } | undefined;
2003
+ specialMutedQuaternary?: {
2004
+ borderColor?: import("@itcase/types").BorderColorProps;
2005
+ borderType?: import("@itcase/types").BorderTypeProps;
2006
+ borderWidth?: import("@itcase/types").BorderWidthProps;
2007
+ closeIcon?: boolean;
2008
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
2009
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
2010
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
2011
+ closeIconImage?: string;
2012
+ closeIconShape?: import("@itcase/types").ShapeProps;
2013
+ closeIconSize?: import("@itcase/types").IconSizeProps;
2014
+ elevation?: import("@itcase/types").ElevationProps;
2015
+ fill?: import("@itcase/types").FillProps;
2016
+ itemFill?: import("@itcase/types").ItemFillProps;
2017
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
2018
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
2019
+ shape?: import("@itcase/types").ShapeProps;
2020
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
2021
+ size?: import("@itcase/types").SizeProps;
2022
+ textColor?: import("@itcase/types").TextColorProps;
2023
+ textSize?: import("@itcase/types").TextSizeProps;
2024
+ titleTextColor?: import("@itcase/types").TextColorProps;
2025
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
2026
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
2027
+ titleTextTruncate?: boolean;
2028
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2029
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2030
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2031
+ } | undefined;
2032
+ specialMutedSecondary?: {
2033
+ borderColor?: import("@itcase/types").BorderColorProps;
2034
+ borderType?: import("@itcase/types").BorderTypeProps;
2035
+ borderWidth?: import("@itcase/types").BorderWidthProps;
2036
+ closeIcon?: boolean;
2037
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
2038
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
2039
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
2040
+ closeIconImage?: string;
2041
+ closeIconShape?: import("@itcase/types").ShapeProps;
2042
+ closeIconSize?: import("@itcase/types").IconSizeProps;
2043
+ elevation?: import("@itcase/types").ElevationProps;
2044
+ fill?: import("@itcase/types").FillProps;
2045
+ itemFill?: import("@itcase/types").ItemFillProps;
2046
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
2047
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
2048
+ shape?: import("@itcase/types").ShapeProps;
2049
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
2050
+ size?: import("@itcase/types").SizeProps;
2051
+ textColor?: import("@itcase/types").TextColorProps;
2052
+ textSize?: import("@itcase/types").TextSizeProps;
2053
+ titleTextColor?: import("@itcase/types").TextColorProps;
2054
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
2055
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
2056
+ titleTextTruncate?: boolean;
2057
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2058
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2059
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2060
+ } | undefined;
2061
+ specialMutedTertiary?: {
2062
+ borderColor?: import("@itcase/types").BorderColorProps;
2063
+ borderType?: import("@itcase/types").BorderTypeProps;
2064
+ borderWidth?: import("@itcase/types").BorderWidthProps;
2065
+ closeIcon?: boolean;
2066
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
2067
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
2068
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
2069
+ closeIconImage?: string;
2070
+ closeIconShape?: import("@itcase/types").ShapeProps;
2071
+ closeIconSize?: import("@itcase/types").IconSizeProps;
2072
+ elevation?: import("@itcase/types").ElevationProps;
2073
+ fill?: import("@itcase/types").FillProps;
2074
+ itemFill?: import("@itcase/types").ItemFillProps;
2075
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
2076
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
2077
+ shape?: import("@itcase/types").ShapeProps;
2078
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
2079
+ size?: import("@itcase/types").SizeProps;
2080
+ textColor?: import("@itcase/types").TextColorProps;
2081
+ textSize?: import("@itcase/types").TextSizeProps;
2082
+ titleTextColor?: import("@itcase/types").TextColorProps;
2083
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
2084
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
2085
+ titleTextTruncate?: boolean;
2086
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2087
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2088
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2089
+ } | undefined;
2090
+ successMutedPrimary?: {
2091
+ borderColor?: import("@itcase/types").BorderColorProps;
2092
+ borderType?: import("@itcase/types").BorderTypeProps;
2093
+ borderWidth?: import("@itcase/types").BorderWidthProps;
2094
+ closeIcon?: boolean;
2095
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
2096
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
2097
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
2098
+ closeIconImage?: string;
2099
+ closeIconShape?: import("@itcase/types").ShapeProps;
2100
+ closeIconSize?: import("@itcase/types").IconSizeProps;
2101
+ elevation?: import("@itcase/types").ElevationProps;
2102
+ fill?: import("@itcase/types").FillProps;
2103
+ itemFill?: import("@itcase/types").ItemFillProps;
2104
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
2105
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
2106
+ shape?: import("@itcase/types").ShapeProps;
2107
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
2108
+ size?: import("@itcase/types").SizeProps;
2109
+ textColor?: import("@itcase/types").TextColorProps;
2110
+ textSize?: import("@itcase/types").TextSizeProps;
2111
+ titleTextColor?: import("@itcase/types").TextColorProps;
2112
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
2113
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
2114
+ titleTextTruncate?: boolean;
2115
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2116
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2117
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2118
+ } | undefined;
2119
+ successMutedQuaternary?: {
2120
+ borderColor?: import("@itcase/types").BorderColorProps;
2121
+ borderType?: import("@itcase/types").BorderTypeProps;
2122
+ borderWidth?: import("@itcase/types").BorderWidthProps;
2123
+ closeIcon?: boolean;
2124
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
2125
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
2126
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
2127
+ closeIconImage?: string;
2128
+ closeIconShape?: import("@itcase/types").ShapeProps;
2129
+ closeIconSize?: import("@itcase/types").IconSizeProps;
2130
+ elevation?: import("@itcase/types").ElevationProps;
2131
+ fill?: import("@itcase/types").FillProps;
2132
+ itemFill?: import("@itcase/types").ItemFillProps;
2133
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
2134
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
2135
+ shape?: import("@itcase/types").ShapeProps;
2136
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
2137
+ size?: import("@itcase/types").SizeProps;
2138
+ textColor?: import("@itcase/types").TextColorProps;
2139
+ textSize?: import("@itcase/types").TextSizeProps;
2140
+ titleTextColor?: import("@itcase/types").TextColorProps;
2141
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
2142
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
2143
+ titleTextTruncate?: boolean;
2144
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2145
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2146
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2147
+ } | undefined;
2148
+ successMutedSecondary?: {
2149
+ borderColor?: import("@itcase/types").BorderColorProps;
2150
+ borderType?: import("@itcase/types").BorderTypeProps;
2151
+ borderWidth?: import("@itcase/types").BorderWidthProps;
2152
+ closeIcon?: boolean;
2153
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
2154
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
2155
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
2156
+ closeIconImage?: string;
2157
+ closeIconShape?: import("@itcase/types").ShapeProps;
2158
+ closeIconSize?: import("@itcase/types").IconSizeProps;
2159
+ elevation?: import("@itcase/types").ElevationProps;
2160
+ fill?: import("@itcase/types").FillProps;
2161
+ itemFill?: import("@itcase/types").ItemFillProps;
2162
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
2163
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
2164
+ shape?: import("@itcase/types").ShapeProps;
2165
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
2166
+ size?: import("@itcase/types").SizeProps;
2167
+ textColor?: import("@itcase/types").TextColorProps;
2168
+ textSize?: import("@itcase/types").TextSizeProps;
2169
+ titleTextColor?: import("@itcase/types").TextColorProps;
2170
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
2171
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
2172
+ titleTextTruncate?: boolean;
2173
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2174
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2175
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2176
+ } | undefined;
2177
+ successMutedTertiary?: {
2178
+ borderColor?: import("@itcase/types").BorderColorProps;
2179
+ borderType?: import("@itcase/types").BorderTypeProps;
2180
+ borderWidth?: import("@itcase/types").BorderWidthProps;
2181
+ closeIcon?: boolean;
2182
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
2183
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
2184
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
2185
+ closeIconImage?: string;
2186
+ closeIconShape?: import("@itcase/types").ShapeProps;
2187
+ closeIconSize?: import("@itcase/types").IconSizeProps;
2188
+ elevation?: import("@itcase/types").ElevationProps;
2189
+ fill?: import("@itcase/types").FillProps;
2190
+ itemFill?: import("@itcase/types").ItemFillProps;
2191
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
2192
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
2193
+ shape?: import("@itcase/types").ShapeProps;
2194
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
2195
+ size?: import("@itcase/types").SizeProps;
2196
+ textColor?: import("@itcase/types").TextColorProps;
2197
+ textSize?: import("@itcase/types").TextSizeProps;
2198
+ titleTextColor?: import("@itcase/types").TextColorProps;
2199
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
2200
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
2201
+ titleTextTruncate?: boolean;
2202
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2203
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2204
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2205
+ } | undefined;
2206
+ surfaceMutedPrimary?: {
2207
+ borderColor?: import("@itcase/types").BorderColorProps;
2208
+ borderType?: import("@itcase/types").BorderTypeProps;
2209
+ borderWidth?: import("@itcase/types").BorderWidthProps;
2210
+ closeIcon?: boolean;
2211
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
2212
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
2213
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
2214
+ closeIconImage?: string;
2215
+ closeIconShape?: import("@itcase/types").ShapeProps;
2216
+ closeIconSize?: import("@itcase/types").IconSizeProps;
2217
+ elevation?: import("@itcase/types").ElevationProps;
2218
+ fill?: import("@itcase/types").FillProps;
2219
+ itemFill?: import("@itcase/types").ItemFillProps;
2220
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
2221
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
2222
+ shape?: import("@itcase/types").ShapeProps;
2223
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
2224
+ size?: import("@itcase/types").SizeProps;
2225
+ textColor?: import("@itcase/types").TextColorProps;
2226
+ textSize?: import("@itcase/types").TextSizeProps;
2227
+ titleTextColor?: import("@itcase/types").TextColorProps;
2228
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
2229
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
2230
+ titleTextTruncate?: boolean;
2231
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2232
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2233
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2234
+ } | undefined;
2235
+ surfaceMutedQuaternary?: {
2236
+ borderColor?: import("@itcase/types").BorderColorProps;
2237
+ borderType?: import("@itcase/types").BorderTypeProps;
2238
+ borderWidth?: import("@itcase/types").BorderWidthProps;
2239
+ closeIcon?: boolean;
2240
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
2241
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
2242
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
2243
+ closeIconImage?: string;
2244
+ closeIconShape?: import("@itcase/types").ShapeProps;
2245
+ closeIconSize?: import("@itcase/types").IconSizeProps;
2246
+ elevation?: import("@itcase/types").ElevationProps;
2247
+ fill?: import("@itcase/types").FillProps;
2248
+ itemFill?: import("@itcase/types").ItemFillProps;
2249
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
2250
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
2251
+ shape?: import("@itcase/types").ShapeProps;
2252
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
2253
+ size?: import("@itcase/types").SizeProps;
2254
+ textColor?: import("@itcase/types").TextColorProps;
2255
+ textSize?: import("@itcase/types").TextSizeProps;
2256
+ titleTextColor?: import("@itcase/types").TextColorProps;
2257
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
2258
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
2259
+ titleTextTruncate?: boolean;
2260
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2261
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2262
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2263
+ } | undefined;
2264
+ surfaceMutedSecondary?: {
2265
+ borderColor?: import("@itcase/types").BorderColorProps;
2266
+ borderType?: import("@itcase/types").BorderTypeProps;
2267
+ borderWidth?: import("@itcase/types").BorderWidthProps;
2268
+ closeIcon?: boolean;
2269
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
2270
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
2271
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
2272
+ closeIconImage?: string;
2273
+ closeIconShape?: import("@itcase/types").ShapeProps;
2274
+ closeIconSize?: import("@itcase/types").IconSizeProps;
2275
+ elevation?: import("@itcase/types").ElevationProps;
2276
+ fill?: import("@itcase/types").FillProps;
2277
+ itemFill?: import("@itcase/types").ItemFillProps;
2278
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
2279
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
2280
+ shape?: import("@itcase/types").ShapeProps;
2281
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
2282
+ size?: import("@itcase/types").SizeProps;
2283
+ textColor?: import("@itcase/types").TextColorProps;
2284
+ textSize?: import("@itcase/types").TextSizeProps;
2285
+ titleTextColor?: import("@itcase/types").TextColorProps;
2286
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
2287
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
2288
+ titleTextTruncate?: boolean;
2289
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2290
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2291
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2292
+ } | undefined;
2293
+ surfaceMutedTertiary?: {
2294
+ borderColor?: import("@itcase/types").BorderColorProps;
2295
+ borderType?: import("@itcase/types").BorderTypeProps;
2296
+ borderWidth?: import("@itcase/types").BorderWidthProps;
2297
+ closeIcon?: boolean;
2298
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
2299
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
2300
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
2301
+ closeIconImage?: string;
2302
+ closeIconShape?: import("@itcase/types").ShapeProps;
2303
+ closeIconSize?: import("@itcase/types").IconSizeProps;
2304
+ elevation?: import("@itcase/types").ElevationProps;
2305
+ fill?: import("@itcase/types").FillProps;
2306
+ itemFill?: import("@itcase/types").ItemFillProps;
2307
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
2308
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
2309
+ shape?: import("@itcase/types").ShapeProps;
2310
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
2311
+ size?: import("@itcase/types").SizeProps;
2312
+ textColor?: import("@itcase/types").TextColorProps;
2313
+ textSize?: import("@itcase/types").TextSizeProps;
2314
+ titleTextColor?: import("@itcase/types").TextColorProps;
2315
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
2316
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
2317
+ titleTextTruncate?: boolean;
2318
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2319
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2320
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2321
+ } | undefined;
2322
+ warningMutedPrimary?: {
2323
+ borderColor?: import("@itcase/types").BorderColorProps;
2324
+ borderType?: import("@itcase/types").BorderTypeProps;
2325
+ borderWidth?: import("@itcase/types").BorderWidthProps;
2326
+ closeIcon?: boolean;
2327
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
2328
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
2329
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
2330
+ closeIconImage?: string;
2331
+ closeIconShape?: import("@itcase/types").ShapeProps;
2332
+ closeIconSize?: import("@itcase/types").IconSizeProps;
2333
+ elevation?: import("@itcase/types").ElevationProps;
2334
+ fill?: import("@itcase/types").FillProps;
2335
+ itemFill?: import("@itcase/types").ItemFillProps;
2336
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
2337
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
2338
+ shape?: import("@itcase/types").ShapeProps;
2339
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
2340
+ size?: import("@itcase/types").SizeProps;
2341
+ textColor?: import("@itcase/types").TextColorProps;
2342
+ textSize?: import("@itcase/types").TextSizeProps;
2343
+ titleTextColor?: import("@itcase/types").TextColorProps;
2344
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
2345
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
2346
+ titleTextTruncate?: boolean;
2347
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2348
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2349
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2350
+ } | undefined;
2351
+ warningMutedQuaternary?: {
2352
+ borderColor?: import("@itcase/types").BorderColorProps;
2353
+ borderType?: import("@itcase/types").BorderTypeProps;
2354
+ borderWidth?: import("@itcase/types").BorderWidthProps;
2355
+ closeIcon?: boolean;
2356
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
2357
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
2358
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
2359
+ closeIconImage?: string;
2360
+ closeIconShape?: import("@itcase/types").ShapeProps;
2361
+ closeIconSize?: import("@itcase/types").IconSizeProps;
2362
+ elevation?: import("@itcase/types").ElevationProps;
2363
+ fill?: import("@itcase/types").FillProps;
2364
+ itemFill?: import("@itcase/types").ItemFillProps;
2365
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
2366
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
2367
+ shape?: import("@itcase/types").ShapeProps;
2368
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
2369
+ size?: import("@itcase/types").SizeProps;
2370
+ textColor?: import("@itcase/types").TextColorProps;
2371
+ textSize?: import("@itcase/types").TextSizeProps;
2372
+ titleTextColor?: import("@itcase/types").TextColorProps;
2373
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
2374
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
2375
+ titleTextTruncate?: boolean;
2376
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2377
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2378
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2379
+ } | undefined;
2380
+ warningMutedSecondary?: {
2381
+ borderColor?: import("@itcase/types").BorderColorProps;
2382
+ borderType?: import("@itcase/types").BorderTypeProps;
2383
+ borderWidth?: import("@itcase/types").BorderWidthProps;
2384
+ closeIcon?: boolean;
2385
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
2386
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
2387
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
2388
+ closeIconImage?: string;
2389
+ closeIconShape?: import("@itcase/types").ShapeProps;
2390
+ closeIconSize?: import("@itcase/types").IconSizeProps;
2391
+ elevation?: import("@itcase/types").ElevationProps;
2392
+ fill?: import("@itcase/types").FillProps;
2393
+ itemFill?: import("@itcase/types").ItemFillProps;
2394
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
2395
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
2396
+ shape?: import("@itcase/types").ShapeProps;
2397
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
2398
+ size?: import("@itcase/types").SizeProps;
2399
+ textColor?: import("@itcase/types").TextColorProps;
2400
+ textSize?: import("@itcase/types").TextSizeProps;
2401
+ titleTextColor?: import("@itcase/types").TextColorProps;
2402
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
2403
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
2404
+ titleTextTruncate?: boolean;
2405
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2406
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2407
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2408
+ } | undefined;
2409
+ warningMutedTertiary?: {
2410
+ borderColor?: import("@itcase/types").BorderColorProps;
2411
+ borderType?: import("@itcase/types").BorderTypeProps;
2412
+ borderWidth?: import("@itcase/types").BorderWidthProps;
2413
+ closeIcon?: boolean;
2414
+ closeIconAppearance?: import("@itcase/types").CompositeAppearanceIconKeys;
2415
+ closeIconAppearanceSize?: import("@itcase/types").CompositeAppearanceIconKeys;
2416
+ closeIconFillSize?: import("@itcase/types").IconFillSizeProps;
2417
+ closeIconImage?: string;
2418
+ closeIconShape?: import("@itcase/types").ShapeProps;
2419
+ closeIconSize?: import("@itcase/types").IconSizeProps;
2420
+ elevation?: import("@itcase/types").ElevationProps;
2421
+ fill?: import("@itcase/types").FillProps;
2422
+ itemFill?: import("@itcase/types").ItemFillProps;
2423
+ overlayFill?: import("../Overlay/Overlay.interface").OverlayProps["fill"];
2424
+ overlayOpacity?: import("../Overlay/Overlay.interface").OverlayProps["opacity"];
2425
+ shape?: import("@itcase/types").ShapeProps;
2426
+ shapeStrength?: import("@itcase/types").ShapeStrengthProps;
2427
+ size?: import("@itcase/types").SizeProps;
2428
+ textColor?: import("@itcase/types").TextColorProps;
2429
+ textSize?: import("@itcase/types").TextSizeProps;
2430
+ titleTextColor?: import("@itcase/types").TextColorProps;
2431
+ titleTextColorHover?: import("@itcase/types").TextColorHoverProps;
2432
+ titleTextSize?: import("@itcase/types").TitleSizeProps;
2433
+ titleTextTruncate?: boolean;
2434
+ titleTextWeight?: import("@itcase/types").TextWeightProps;
2435
+ titleTextWidth?: import("@itcase/types").TextWeightProps;
2436
+ titleTextWrap?: import("@itcase/types").TextWrapProps;
2437
+ } | undefined;
1278
2438
  sizeXXS?: {
1279
2439
  borderColor?: import("@itcase/types").BorderColorProps;
1280
2440
  borderType?: import("@itcase/types").BorderTypeProps;