@kubit-ui-web/react-components 2.0.0-beta.52 → 2.0.0-beta.54

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.
@@ -2,6 +2,7 @@ import { AriaAttributes } from 'react';
2
2
  import { AriaRole } from 'react';
3
3
  import { ComponentType } from 'react';
4
4
  import { Context } from 'react';
5
+ import { CssGeneratorType } from 'bernova/interfaces';
5
6
  import { CSSProperties } from 'react';
6
7
  import { DOMAttributes } from 'react';
7
8
  import { FC } from 'react';
@@ -1176,54 +1177,16 @@ declare type ComponentsTypesComponents = {
1176
1177
  header: string;
1177
1178
  headerbutton: string;
1178
1179
  innercontent: string;
1179
- $_neutral: {
1180
- accordion: string;
1181
- };
1182
- $_standard: {
1183
- accordion: string;
1184
- };
1185
1180
  };
1186
1181
  ALERT: {
1187
1182
  container: string;
1188
1183
  contentcontainer: string;
1189
1184
  description: string;
1190
- $_error: {
1191
- alert: string;
1192
- container: string;
1193
- };
1194
- $_informative: {
1195
- alert: string;
1196
- container: string;
1197
- };
1198
- $_success: {
1199
- alert: string;
1200
- container: string;
1201
- };
1202
- $_warning: {
1203
- alert: string;
1204
- container: string;
1205
- };
1206
1185
  };
1207
1186
  AVATAR: {
1208
1187
  avatar: string;
1209
1188
  dot: string;
1210
1189
  icon: string;
1211
- $_large: {
1212
- avatar: string;
1213
- icon: string;
1214
- };
1215
- $_medium: {
1216
- avatar: string;
1217
- icon: string;
1218
- };
1219
- $_small: {
1220
- avatar: string;
1221
- icon: string;
1222
- };
1223
- $_extra_large: {
1224
- avatar: string;
1225
- icon: string;
1226
- };
1227
1190
  };
1228
1191
  BADGE: {
1229
1192
  badge: string;
@@ -1234,22 +1197,6 @@ declare type ComponentsTypesComponents = {
1234
1197
  label: string;
1235
1198
  labelcontainer: string;
1236
1199
  labelicon: string;
1237
- $_default: {
1238
- badge: string;
1239
- icon: string;
1240
- };
1241
- $_alternative: {
1242
- badge: string;
1243
- icon: string;
1244
- label: string;
1245
- labelicon: string;
1246
- };
1247
- $_primary: {
1248
- badge: string;
1249
- icon: string;
1250
- label: string;
1251
- labelicon: string;
1252
- };
1253
1200
  };
1254
1201
  BREADCRUMBS: {
1255
1202
  breadcrumbs: string;
@@ -1259,48 +1206,11 @@ declare type ComponentsTypesComponents = {
1259
1206
  lastonecrumb: string;
1260
1207
  link: string;
1261
1208
  linkcontainer: string;
1262
- $_alternative: {
1263
- breadcrumbs: string;
1264
- icondivider: string;
1265
- lastonecrumb: string;
1266
- link: string;
1267
- };
1268
- $_default: {
1269
- breadcrumbs: string;
1270
- lastonecrumb: string;
1271
- link: string;
1272
- };
1273
1209
  };
1274
1210
  BUTTON: {
1275
1211
  button: string;
1276
1212
  icon: string;
1277
1213
  loader: string;
1278
- $_large: {
1279
- button: string;
1280
- icon: string;
1281
- };
1282
- $_small: {
1283
- button: string;
1284
- icon: string;
1285
- };
1286
- $_alternative: {
1287
- button: string;
1288
- };
1289
- $_ghost_alt: {
1290
- button: string;
1291
- };
1292
- $_ghost_primary: {
1293
- button: string;
1294
- };
1295
- $_ghost_secondary: {
1296
- button: string;
1297
- };
1298
- $_primary: {
1299
- button: string;
1300
- };
1301
- $_secondary: {
1302
- button: string;
1303
- };
1304
1214
  dynamic_values: (styles: {
1305
1215
  $alignText: string;
1306
1216
  }) => {
@@ -1350,20 +1260,11 @@ declare type ComponentsTypesComponents = {
1350
1260
  content: string;
1351
1261
  footer: string;
1352
1262
  header: string;
1353
- $_default: {
1354
- card: string;
1355
- content: string;
1356
- footer: string;
1357
- header: string;
1358
- };
1359
1263
  };
1360
1264
  CAROUSEL: {
1361
1265
  carousel: string;
1362
1266
  content: string;
1363
1267
  viewer: string;
1364
- $_default: {
1365
- carousel: string;
1366
- };
1367
1268
  };
1368
1269
  CHECKBOX: {
1369
1270
  checkbox: string;
@@ -1381,9 +1282,6 @@ declare type ComponentsTypesComponents = {
1381
1282
  icon: string;
1382
1283
  iconcontainer: string;
1383
1284
  input: string;
1384
- $_default: {
1385
- checkbox_base: string;
1386
- };
1387
1285
  };
1388
1286
  CHIP: {
1389
1287
  chip: string;
@@ -1397,17 +1295,6 @@ declare type ComponentsTypesComponents = {
1397
1295
  rangeitemseparator: string;
1398
1296
  rangeitemtext: string;
1399
1297
  rangeitemwrapper: string;
1400
- $_default: {
1401
- chip: string;
1402
- closeicon: string;
1403
- errorcontainer: string;
1404
- erroricon: string;
1405
- errormessage: string;
1406
- label: string;
1407
- lefticon: string;
1408
- rangeitemseparator: string;
1409
- rangeitemtext: string;
1410
- };
1411
1298
  };
1412
1299
  DATA_TABLE: {
1413
1300
  data_table: string;
@@ -1417,9 +1304,6 @@ declare type ComponentsTypesComponents = {
1417
1304
  rightboxshadow: string;
1418
1305
  rightboxshadowcontainer: string;
1419
1306
  scrollablecontainer: string;
1420
- $_default: {
1421
- data_table: string;
1422
- };
1423
1307
  row_group_table: {
1424
1308
  container: string;
1425
1309
  headboxshadow: string;
@@ -1485,32 +1369,11 @@ declare type ComponentsTypesComponents = {
1485
1369
  };
1486
1370
  DOT: {
1487
1371
  dot: string;
1488
- $_big: {
1489
- dot: string;
1490
- };
1491
- $_medium: {
1492
- dot: string;
1493
- };
1494
- $_small: {
1495
- dot: string;
1496
- };
1497
- $_alternative: {
1498
- dot: string;
1499
- };
1500
- $_with_border: {
1501
- dot: string;
1502
- };
1503
- $_without_border: {
1504
- dot: string;
1505
- };
1506
1372
  };
1507
1373
  ERROR_MESSAGE: {
1508
1374
  error_message: string;
1509
1375
  icon: string;
1510
1376
  typography: string;
1511
- $_default: {
1512
- error_message: string;
1513
- };
1514
1377
  };
1515
1378
  ICON: {
1516
1379
  button: string;
@@ -1530,15 +1393,6 @@ declare type ComponentsTypesComponents = {
1530
1393
  INPUT: {
1531
1394
  input: string;
1532
1395
  inputandlabelcontainer: string;
1533
- $_filled: {
1534
- input: string;
1535
- };
1536
- $_outlined: {
1537
- input: string;
1538
- };
1539
- $_standard: {
1540
- input: string;
1541
- };
1542
1396
  input_base: {
1543
1397
  input_base: string;
1544
1398
  };
@@ -1553,31 +1407,16 @@ declare type ComponentsTypesComponents = {
1553
1407
  };
1554
1408
  INPUT_BASE: {
1555
1409
  input_base: string;
1556
- $_filled: {
1557
- input_base: string;
1558
- };
1559
- $_outlined: {
1560
- input_base: string;
1561
- };
1562
- $_standard: {
1563
- input_base: string;
1564
- };
1565
1410
  };
1566
1411
  INPUT_DECORATION: {
1567
1412
  input_decoration: string;
1568
1413
  decoration: string;
1569
- $_standard: {
1570
- input_decoration: string;
1571
- };
1572
1414
  };
1573
1415
  INPUT_SIGNATURE: {
1574
1416
  input_signature: string;
1575
1417
  canvas: string;
1576
1418
  placeholdercontainer: string;
1577
1419
  placeholdertext: string;
1578
- $_default: {
1579
- input_signature: string;
1580
- };
1581
1420
  };
1582
1421
  ITEM_ROVE: {
1583
1422
  item_rove: string;
@@ -1587,30 +1426,6 @@ declare type ComponentsTypesComponents = {
1587
1426
  childrencontainer: string;
1588
1427
  icon: string;
1589
1428
  labelandiconcontainer: string;
1590
- $_inline_primary: {
1591
- link: string;
1592
- icon: string;
1593
- };
1594
- $_inline_secondary: {
1595
- link: string;
1596
- icon: string;
1597
- };
1598
- $_inline_secondary_alt: {
1599
- link: string;
1600
- icon: string;
1601
- };
1602
- $_navigation_primary: {
1603
- link: string;
1604
- icon: string;
1605
- };
1606
- $_navigation_secondary: {
1607
- link: string;
1608
- icon: string;
1609
- };
1610
- $_navigation_secondary_alt: {
1611
- link: string;
1612
- icon: string;
1613
- };
1614
1429
  };
1615
1430
  LINK_AS_BUTTON: {
1616
1431
  link_as_button: string;
@@ -1620,11 +1435,6 @@ declare type ComponentsTypesComponents = {
1620
1435
  optionscontainer: string;
1621
1436
  title: string;
1622
1437
  titlecontainer: string;
1623
- $_default: {
1624
- list_options: string;
1625
- title: string;
1626
- titlecontainer: string;
1627
- };
1628
1438
  };
1629
1439
  MODAL: {
1630
1440
  modal: string;
@@ -1639,9 +1449,6 @@ declare type ComponentsTypesComponents = {
1639
1449
  title: string;
1640
1450
  titlecontainer: string;
1641
1451
  titlehiddencontainer: string;
1642
- $_default: {
1643
- modal: string;
1644
- };
1645
1452
  };
1646
1453
  OPTION: {
1647
1454
  option: string;
@@ -1653,21 +1460,9 @@ declare type ComponentsTypesComponents = {
1653
1460
  labeliconcontainer: string;
1654
1461
  sublabel: string;
1655
1462
  sublabelcontainer: string;
1656
- $_default: {
1657
- option: string;
1658
- icon: string;
1659
- label: string;
1660
- labeliconcontainer: string;
1661
- };
1662
1463
  };
1663
1464
  OVERLAY: {
1664
1465
  overlay: string;
1665
- $_default: {
1666
- overlay: string;
1667
- };
1668
- $_secondary: {
1669
- overlay: string;
1670
- };
1671
1466
  };
1672
1467
  PAGE_CONTROL: {
1673
1468
  page_control: string;
@@ -1678,15 +1473,6 @@ declare type ComponentsTypesComponents = {
1678
1473
  pagedot: string;
1679
1474
  rightarrowcontrolcontainer: string;
1680
1475
  rightbuttoncontrol: string;
1681
- $_default: {
1682
- page_control: string;
1683
- icon: string;
1684
- };
1685
- $_bullets: {
1686
- page_control: string;
1687
- dotscontainer: string;
1688
- pagedot: string;
1689
- };
1690
1476
  };
1691
1477
  PAGINATION: {
1692
1478
  pagination: string;
@@ -1695,12 +1481,6 @@ declare type ComponentsTypesComponents = {
1695
1481
  pagescontainer: string;
1696
1482
  paginationleftarrowicon: string;
1697
1483
  paginationrightarrowicon: string;
1698
- $_default: {
1699
- pagination: string;
1700
- page: string;
1701
- paginationleftarrowicon: string;
1702
- paginationrightarrowicon: string;
1703
- };
1704
1484
  };
1705
1485
  POPOVER: {
1706
1486
  popover: string;
@@ -1711,19 +1491,6 @@ declare type ComponentsTypesComponents = {
1711
1491
  bar: string;
1712
1492
  barcontainer: string;
1713
1493
  progressbar: string;
1714
- $_medium: {
1715
- progress_bar: string;
1716
- bar: string;
1717
- progressbar: string;
1718
- };
1719
- $_small: {
1720
- progress_bar: string;
1721
- bar: string;
1722
- progressbar: string;
1723
- };
1724
- $_default: {
1725
- progress_bar: string;
1726
- };
1727
1494
  };
1728
1495
  RADIO_BUTTON: {
1729
1496
  radio_button: string;
@@ -1738,11 +1505,6 @@ declare type ComponentsTypesComponents = {
1738
1505
  rowcontainer: string;
1739
1506
  speciallabel: string;
1740
1507
  sublabel: string;
1741
- $_default: {
1742
- radio_button: string;
1743
- errormessage: string;
1744
- sublabel: string;
1745
- };
1746
1508
  tooltip: {
1747
1509
  arrowcontainer: string;
1748
1510
  arrowposition: string;
@@ -1768,42 +1530,6 @@ declare type ComponentsTypesComponents = {
1768
1530
  labelclosed: string;
1769
1531
  labelopened: string;
1770
1532
  listoptionscontainer: string;
1771
- $_default: {
1772
- select: string;
1773
- buttonorlinkcontainer: string;
1774
- iconclosed: string;
1775
- iconopened: string;
1776
- labelclosed: string;
1777
- labelopened: string;
1778
- listoptionscontainer: string;
1779
- };
1780
- $_side_menu: {
1781
- select: string;
1782
- buttonorlinkcontainer: string;
1783
- iconclosed: string;
1784
- iconopened: string;
1785
- labelclosed: string;
1786
- labelopened: string;
1787
- listoptionscontainer: string;
1788
- };
1789
- $_topbar: {
1790
- select: string;
1791
- buttonorlinkcontainer: string;
1792
- iconclosed: string;
1793
- iconopened: string;
1794
- labelclosed: string;
1795
- labelopened: string;
1796
- listoptionscontainer: string;
1797
- };
1798
- $_topbar_tab: {
1799
- select: string;
1800
- buttonorlinkcontainer: string;
1801
- iconclosed: string;
1802
- iconopened: string;
1803
- labelclosed: string;
1804
- labelopened: string;
1805
- listoptionscontainer: string;
1806
- };
1807
1533
  };
1808
1534
  SELECTOR_BOX_FILE: {
1809
1535
  selector_box_file: string;
@@ -1823,23 +1549,17 @@ declare type ComponentsTypesComponents = {
1823
1549
  leftanimationcontainer: string;
1824
1550
  rightanimationcontainer: string;
1825
1551
  topanimationcontainer: string;
1826
- $_default: {
1827
- selector_box_file: string;
1828
- };
1829
1552
  };
1830
1553
  SKELETON: {
1831
1554
  skeleton: string;
1832
- $_circle: {
1833
- skeleton: string;
1834
- };
1835
- $_square: {
1836
- skeleton: string;
1837
- };
1838
- $_alternative: {
1839
- skeleton: string;
1840
- };
1841
- $_default: {
1842
- skeleton: string;
1555
+ dynamic_values: (styles: {
1556
+ $skeletonWidth: string;
1557
+ $skeletonHeight: string;
1558
+ $skeletonBorderRadius: string;
1559
+ $skeletonDuration: string;
1560
+ }) => {
1561
+ string: string;
1562
+ object: object;
1843
1563
  };
1844
1564
  };
1845
1565
  SLIDER: {
@@ -1861,15 +1581,6 @@ declare type ComponentsTypesComponents = {
1861
1581
  thumbicon: string;
1862
1582
  tracksthumbscontainer: string;
1863
1583
  tracksthumbsinnercontainer: string;
1864
- $_primary: {
1865
- slider: string;
1866
- activetrack: string;
1867
- inactivetrack: string;
1868
- thumb: string;
1869
- };
1870
- $_test_no_thumb_exceeds_track: {
1871
- slider: string;
1872
- };
1873
1584
  decrement_button_size: {
1874
1585
  icon: string;
1875
1586
  button: string;
@@ -1898,26 +1609,7 @@ declare type ComponentsTypesComponents = {
1898
1609
  };
1899
1610
  };
1900
1611
  SNACKBAR: {
1901
- $_error: {
1902
- snackbar: string;
1903
- container: string;
1904
- };
1905
- $_container: {
1906
- snackbar: string;
1907
- };
1908
1612
  container: string;
1909
- $_primary: {
1910
- snackbar: string;
1911
- container: string;
1912
- };
1913
- $_success: {
1914
- snackbar: string;
1915
- container: string;
1916
- };
1917
- $_warning: {
1918
- snackbar: string;
1919
- container: string;
1920
- };
1921
1613
  };
1922
1614
  STEPPER_NUMBER: {
1923
1615
  stepper_number: string;
@@ -1929,23 +1621,6 @@ declare type ComponentsTypesComponents = {
1929
1621
  stepindex: string;
1930
1622
  stepname: string;
1931
1623
  stepnamecontainer: string;
1932
- $_horizontal: {
1933
- stepper_number: string;
1934
- stepindex: string;
1935
- };
1936
- $_default: {
1937
- stepper_number: string;
1938
- iconselected: string;
1939
- stepbar: string;
1940
- stepcircle: string;
1941
- stepindex: string;
1942
- };
1943
- $_vertical: {
1944
- stepper_number: string;
1945
- stepcontainer: string;
1946
- stepname: string;
1947
- stepnamecontainer: string;
1948
- };
1949
1624
  };
1950
1625
  TABLE: {
1951
1626
  table: string;
@@ -1956,33 +1631,15 @@ declare type ComponentsTypesComponents = {
1956
1631
  rightboxshadow: string;
1957
1632
  rightboxshadowcontainer: string;
1958
1633
  scrollablecontainer: string;
1959
- $_default: {
1960
- table: string;
1961
- };
1962
1634
  };
1963
1635
  TABLE_BODY: {
1964
1636
  table_body: string;
1965
- $_default: {
1966
- table_body: string;
1967
- };
1968
1637
  };
1969
1638
  TABLE_CAPTION: {
1970
1639
  table_caption: string;
1971
- $_default: {
1972
- table_caption: string;
1973
- };
1974
1640
  };
1975
1641
  TABLE_CELL: {
1976
1642
  table_cell: string;
1977
- $_body_cell_default: {
1978
- table_cell: string;
1979
- };
1980
- $_header_cell_default: {
1981
- table_cell: string;
1982
- };
1983
- $_header_cell_secondary: {
1984
- table_cell: string;
1985
- };
1986
1643
  dynamic_values: (styles: {
1987
1644
  $tdWidth: string;
1988
1645
  $tdHeight: string;
@@ -2003,33 +1660,15 @@ declare type ComponentsTypesComponents = {
2003
1660
  };
2004
1661
  TABLE_DIVIDER: {
2005
1662
  table_divider: string;
2006
- $_default: {
2007
- table_divider: string;
2008
- };
2009
1663
  };
2010
1664
  TABLE_FOOT: {
2011
1665
  table_foot: string;
2012
- $_default: {
2013
- table_foot: string;
2014
- };
2015
1666
  };
2016
1667
  TABLE_HEAD: {
2017
1668
  table_head: string;
2018
- $_default: {
2019
- table_head: string;
2020
- };
2021
1669
  };
2022
1670
  TABLE_ROW: {
2023
1671
  table_row: string;
2024
- $_body_row_default: {
2025
- table_row: string;
2026
- };
2027
- $_header_row_default: {
2028
- table_row: string;
2029
- };
2030
- $_header_row_secondary: {
2031
- table_row: string;
2032
- };
2033
1672
  };
2034
1673
  TABS: {
2035
1674
  tabs: string;
@@ -2044,39 +1683,14 @@ declare type ComponentsTypesComponents = {
2044
1683
  tabbutton: string;
2045
1684
  tabbuttonscontainer: string;
2046
1685
  tabcontainer: string;
2047
- $_default: {
2048
- tabs: string;
2049
- };
2050
1686
  };
2051
1687
  TAG: {
2052
1688
  tag: string;
2053
1689
  icon: string;
2054
1690
  label: string;
2055
- $_code: {
2056
- tag: string;
2057
- label: string;
2058
- };
2059
- $_deprecated: {
2060
- tag: string;
2061
- };
2062
- $_dormant: {
2063
- tag: string;
2064
- };
2065
- $_healthy: {
2066
- tag: string;
2067
- };
2068
- $_informative: {
2069
- tag: string;
2070
- };
2071
- $_issue: {
2072
- tag: string;
2073
- };
2074
1691
  };
2075
1692
  TEXT: {
2076
1693
  text: string;
2077
- $_default: {
2078
- text: string;
2079
- };
2080
1694
  $_heading_display_1_expanded: {
2081
1695
  text: string;
2082
1696
  };
@@ -2122,33 +1736,6 @@ declare type ComponentsTypesComponents = {
2122
1736
  $_main_heading_h4_expanded: {
2123
1737
  text: string;
2124
1738
  };
2125
- $_paragraph_caption_expanded: {
2126
- text: string;
2127
- };
2128
- $_paragraph_caption_extended: {
2129
- text: string;
2130
- };
2131
- $_paragraph_large_expanded: {
2132
- text: string;
2133
- };
2134
- $_paragraph_large_extended: {
2135
- text: string;
2136
- };
2137
- $_paragraph_medium_expanded: {
2138
- text: string;
2139
- };
2140
- $_paragraph_medium_extended: {
2141
- text: string;
2142
- };
2143
- $_paragraph_medium_mono: {
2144
- text: string;
2145
- };
2146
- $_paragraph_small_expanded: {
2147
- text: string;
2148
- };
2149
- $_paragraph_small_extended: {
2150
- text: string;
2151
- };
2152
1739
  };
2153
1740
  TEXT_AREA: {
2154
1741
  text_area: string;
@@ -2168,29 +1755,17 @@ declare type ComponentsTypesComponents = {
2168
1755
  textarea: string;
2169
1756
  title: string;
2170
1757
  titlecontainer: string;
2171
- $_default: {
2172
- text_area: string;
2173
- };
2174
1758
  };
2175
1759
  TEXT_COUNT: {
2176
1760
  text_count: string;
2177
1761
  letftext: string;
2178
1762
  righttext: string;
2179
- $_default: {
2180
- text_count: string;
2181
- letftext: string;
2182
- righttext: string;
2183
- };
2184
1763
  };
2185
1764
  TOGGLE: {
2186
1765
  icon: string;
2187
1766
  iconwrapper: string;
2188
1767
  thumb: string;
2189
1768
  track: string;
2190
- $_regular: {
2191
- toggle: string;
2192
- track: string;
2193
- };
2194
1769
  };
2195
1770
  TOOLTIP: {
2196
1771
  arrow: string;
@@ -2203,16 +1778,6 @@ declare type ComponentsTypesComponents = {
2203
1778
  tooltipasmodal: string;
2204
1779
  tooltipexternalcontainer: string;
2205
1780
  tooltipinternalcontainer: string;
2206
- $_default: {
2207
- tooltip: string;
2208
- arrowcontainer: string;
2209
- arrowposition: string;
2210
- arrowsize: string;
2211
- paragraph: string;
2212
- paragraphcontainer: string;
2213
- tooltipexternalcontainer: string;
2214
- tooltipinternalcontainer: string;
2215
- };
2216
1781
  popover: {
2217
1782
  arrow: string;
2218
1783
  popover: string;
@@ -2225,11 +1790,6 @@ declare type ComponentsTypesComponents = {
2225
1790
  digitwrapper: string;
2226
1791
  iconcontainer: string;
2227
1792
  removebutton: string;
2228
- $_default: {
2229
- virtual_keyboard: string;
2230
- digitbuttons: string;
2231
- digittext: string;
2232
- };
2233
1793
  };
2234
1794
  };
2235
1795
 
@@ -2249,706 +1809,7 @@ export declare const createSpringAnimation: (direction: "up" | "down" | "left" |
2249
1809
  keyframesCSS: string;
2250
1810
  };
2251
1811
 
2252
- export declare type CssAdvancedSelectorsType = {
2253
- adjacent?: CssLibPropsType & {
2254
- $target?: string;
2255
- };
2256
- } | {
2257
- child?: CssLibPropsType & {
2258
- $target?: string;
2259
- };
2260
- } | {
2261
- descendant?: CssLibPropsType & {
2262
- $target?: string;
2263
- };
2264
- } | {
2265
- near?: CssLibPropsType & {
2266
- $target?: string;
2267
- };
2268
- } | {
2269
- concat?: CssLibPropsType & {
2270
- $target?: string;
2271
- };
2272
- } | {
2273
- column?: CssLibPropsType & {
2274
- $target?: string;
2275
- };
2276
- };
2277
-
2278
- export declare type CssDynamicValuesType = {
2279
- $dynamicValues?: string[];
2280
- };
2281
-
2282
- export declare type CssForeignLibType = {
2283
- $foreign?: CssForeignType;
2284
- };
2285
-
2286
- export declare type CssForeignType = {
2287
- [key: string]: {
2288
- component: object;
2289
- variant?: string | unknown;
2290
- name: string;
2291
- };
2292
- };
2293
-
2294
- export declare type CssLibAdvancedSelectorsType = {
2295
- $advancedSelectors?: CssAdvancedSelectorsType[];
2296
- };
2297
-
2298
- export declare type CssLibAttributesType = {
2299
- $attributes?: {
2300
- [key: string]: CssLibPropsType;
2301
- } | {
2302
- [key: string]: {
2303
- [key: string]: CssLibPropsType;
2304
- };
2305
- };
2306
- };
2307
-
2308
- export declare type CssLibMediaQueriesType = {
2309
- $mediaQueries?: {
2310
- [key: string]: CssMediaQueriesType;
2311
- } | {
2312
- mobile?: CssLibPropsType;
2313
- tablet?: CssLibPropsType;
2314
- desktop?: CssLibPropsType;
2315
- large_desktop?: CssLibPropsType;
2316
- };
2317
- };
2318
-
2319
- export declare type CssLibPropsType = CssPropsType & CssLibPseudoClassesType & CssLibPseudoElementsType & CssLibAdvancedSelectorsType & CssDynamicValuesType & CssLibAttributesType & CssLibMediaQueriesType & CssForeignLibType;
2320
-
2321
- export declare type CssLibPseudoClassesType = {
2322
- $pseudoClasses?: CssPseudoClassesType;
2323
- };
2324
-
2325
- export declare type CssLibPseudoElementsType = {
2326
- $pseudoElements?: CssPseudoElementsType;
2327
- };
2328
-
2329
- export declare type CssMediaQueriesType = CssPropsType & {
2330
- $type?: string;
2331
- $values?: {
2332
- [key: string]: string;
2333
- };
2334
- };
2335
-
2336
- export declare type CssPropsType = {
2337
- scrollbar_width?: string;
2338
- scrollbar_color?: string;
2339
- scrollbar_gutter?: string;
2340
- scroll_behavior?: string;
2341
- scroll_margin?: string;
2342
- scroll_padding?: string;
2343
- scroll_snap_align?: string;
2344
- scroll_snap_stop?: string;
2345
- scroll_snap_type?: string;
2346
- webkit_scrollbar?: string;
2347
- scroll_container?: string;
2348
- scrollbar_aria_role?: string;
2349
- background?: string;
2350
- background_color?: string;
2351
- background_image?: string;
2352
- background_position?: string;
2353
- background_repeat?: string;
2354
- background_size?: string;
2355
- background_attachment?: string;
2356
- background_blend_mode?: string;
2357
- background_clip?: string;
2358
- background_origin?: string;
2359
- border?: string;
2360
- border_top?: string;
2361
- border_right?: string;
2362
- border_bottom?: string;
2363
- border_left?: string;
2364
- border_radius?: string;
2365
- border_width?: string;
2366
- border_left_width?: string;
2367
- border_right_width?: string;
2368
- border_top_width?: string;
2369
- border_bottom_width?: string;
2370
- border_color?: string;
2371
- border_left_color?: string;
2372
- border_right_color?: string;
2373
- border_top_color?: string;
2374
- border_bottom_color?: string;
2375
- border_top_left_radius?: string;
2376
- border_top_right_radius?: string;
2377
- border_bottom_left_radius?: string;
2378
- border_bottom_right_radius?: string;
2379
- border_style?: string;
2380
- border_left_style?: string;
2381
- border_top_style?: string;
2382
- border_right_style?: string;
2383
- border_bottom_style?: string;
2384
- outline?: string;
2385
- outline_style?: string;
2386
- outline_color?: string;
2387
- outline_width?: string;
2388
- outline_offset?: string;
2389
- display?: string;
2390
- opacity?: string;
2391
- visibility?: string;
2392
- overflow?: string;
2393
- overflow_x?: string;
2394
- overflow_y?: string;
2395
- overflow_block?: string;
2396
- overflow_inline?: string;
2397
- overflow_clip_margin?: string;
2398
- flex?: string;
2399
- flex_direction?: string;
2400
- flex_wrap?: string;
2401
- flex_flow?: string;
2402
- flex_grow?: string;
2403
- flex_shrink?: string;
2404
- flex_basis?: string;
2405
- justify_content?: string;
2406
- justify_items?: string;
2407
- align_items?: string;
2408
- align_self?: string;
2409
- align_content?: string;
2410
- order?: string;
2411
- gap?: string;
2412
- row_gap?: string;
2413
- column_gap?: string;
2414
- grid?: string;
2415
- grid_area?: string;
2416
- grid_template?: string;
2417
- grid_template_areas?: string;
2418
- grid_template_rows?: string;
2419
- grid_template_columns?: string;
2420
- grid_row?: string;
2421
- grid_row_start?: string;
2422
- grid_row_end?: string;
2423
- grid_column?: string;
2424
- grid_column_start?: string;
2425
- grid_column_end?: string;
2426
- grid_gap?: string;
2427
- grid_row_gap?: string;
2428
- grid_column_gap?: string;
2429
- grid_auto_flow?: string;
2430
- grid_auto_rows?: string;
2431
- grid_auto_columns?: string;
2432
- margin?: string;
2433
- margin_left?: string;
2434
- margin_right?: string;
2435
- margin_top?: string;
2436
- margin_bottom?: string;
2437
- padding?: string;
2438
- padding_left?: string;
2439
- padding_right?: string;
2440
- padding_top?: string;
2441
- padding_bottom?: string;
2442
- box_sizing?: string;
2443
- box_shadow?: string;
2444
- width?: string;
2445
- min_width?: string;
2446
- max_width?: string;
2447
- height?: string;
2448
- min_height?: string;
2449
- max_height?: string;
2450
- position?: string;
2451
- top?: string;
2452
- right?: string;
2453
- bottom?: string;
2454
- left?: string;
2455
- z_index?: string;
2456
- float?: string;
2457
- clear?: string;
2458
- transform?: string;
2459
- transform_origin?: string;
2460
- transform_style?: string;
2461
- translate?: string;
2462
- font?: string;
2463
- font_family?: string;
2464
- font_size?: string;
2465
- font_weight?: string;
2466
- font_style?: string;
2467
- font_variant?: string;
2468
- font_stretch?: string;
2469
- font_size_adjust?: string;
2470
- font_synthesis?: string;
2471
- font_feature_settings?: string;
2472
- font_kerning?: string;
2473
- font_language_override?: string;
2474
- font_optical_sizing?: string;
2475
- font_variant_alternates?: string;
2476
- font_variant_caps?: string;
2477
- font_variant_east_asian?: string;
2478
- font_variant_ligatures?: string;
2479
- font_variant_numeric?: string;
2480
- font_variant_position?: string;
2481
- line_height?: string;
2482
- letter_spacing?: string;
2483
- text_align?: string;
2484
- text_decoration?: string;
2485
- text_transform?: string;
2486
- white_space?: string;
2487
- word_break?: string;
2488
- word_wrap?: string;
2489
- text_overflow?: string;
2490
- text_shadow?: string;
2491
- text_indent?: string;
2492
- text_justify?: string;
2493
- text_orientation?: string;
2494
- text_rendering?: string;
2495
- text_size_adjust?: string;
2496
- text_combine_upright?: string;
2497
- text_emphasis?: string;
2498
- text_emphasis_color?: string;
2499
- text_emphasis_position?: string;
2500
- text_emphasis_style?: string;
2501
- text_decoration_color?: string;
2502
- text_decoration_line?: string;
2503
- text_decoration_skip?: string;
2504
- text_decoration_skip_ink?: string;
2505
- text_decoration_style?: string;
2506
- text_underline_position?: string;
2507
- list_style?: string;
2508
- list_style_type?: string;
2509
- list_style_position?: string;
2510
- list_style_image?: string;
2511
- color?: string;
2512
- accent_color?: string;
2513
- cursor?: string;
2514
- pointer_events?: string;
2515
- vertical_align?: string;
2516
- inset?: string;
2517
- inset_block?: string;
2518
- inset_block_start?: string;
2519
- inset_block_end?: string;
2520
- inset_inline?: string;
2521
- inset_inline_start?: string;
2522
- inset_inline_end?: string;
2523
- transition?: string;
2524
- transition_property?: string;
2525
- transition_duration?: string;
2526
- transition_timing_function?: string;
2527
- transition_delay?: string;
2528
- animation?: string;
2529
- animation_name?: string;
2530
- animation_duration?: string;
2531
- animation_timing_function?: string;
2532
- animation_delay?: string;
2533
- animation_iteration_count?: string;
2534
- animation_direction?: string;
2535
- animation_fill_mode?: string;
2536
- animation_play_state?: string;
2537
- animation_timeline?: string;
2538
- appearance?: string;
2539
- user_select?: string;
2540
- aspect_ratio?: string;
2541
- resize?: string;
2542
- caret?: string;
2543
- caret_animation?: string;
2544
- caret_shape?: string;
2545
- caret_color?: string;
2546
- backdrop_filter?: string;
2547
- backface_visibility?: string;
2548
- block_size?: string;
2549
- writing_mode?: string;
2550
- break_before?: string;
2551
- break_after?: string;
2552
- break_inside?: string;
2553
- clip?: string;
2554
- clip_path?: string;
2555
- clip_rule?: string;
2556
- filter?: string;
2557
- float_offset?: string;
2558
- float_defer?: string;
2559
- hyphens?: string;
2560
- image_rendering?: string;
2561
- image_orientation?: string;
2562
- image_resolution?: string;
2563
- isolation?: string;
2564
- mix_blend_mode?: string;
2565
- object_fit?: string;
2566
- object_position?: string;
2567
- overscroll_behavior?: string;
2568
- overscroll_behavior_x?: string;
2569
- overscroll_behavior_y?: string;
2570
- perspective?: string;
2571
- perspective_origin?: string;
2572
- scroll_snap_margin?: string;
2573
- caption_side?: string;
2574
- empty_cells?: string;
2575
- fill?: string;
2576
- fill_rule?: string;
2577
- flood_color?: string;
2578
- flood_opacity?: string;
2579
- lighting_color?: string;
2580
- marker_end?: string;
2581
- marker_mid?: string;
2582
- marker_start?: string;
2583
- shape_rendering?: string;
2584
- stop_color?: string;
2585
- stop_opacity?: string;
2586
- stroke?: string;
2587
- stroke_dasharray?: string;
2588
- stroke_dashoffset?: string;
2589
- stroke_linecap?: string;
2590
- stroke_linejoin?: string;
2591
- stroke_miterlimit?: string;
2592
- stroke_opacity?: string;
2593
- mask?: string;
2594
- mask_type?: string;
2595
- mask_image?: string;
2596
- mask_mode?: string;
2597
- mask_repeat?: string;
2598
- mask_position?: string;
2599
- mask_clip?: string;
2600
- mask_origin?: string;
2601
- mask_size?: string;
2602
- mask_composite?: string;
2603
- mask_border?: string;
2604
- mask_border_source?: string;
2605
- mask_border_mode?: string;
2606
- mask_border_slice?: string;
2607
- mask_border_width?: string;
2608
- mask_border_outset?: string;
2609
- mask_border_repeat?: string;
2610
- $content?: string;
2611
- };
2612
-
2613
- export declare type CssPseudoClassesType = {
2614
- fullscreen?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2615
- $target?: string;
2616
- });
2617
- modal?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2618
- $target?: string;
2619
- });
2620
- picture_in_picture?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2621
- $target?: string;
2622
- });
2623
- autofill?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2624
- $target?: string;
2625
- });
2626
- enabled?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2627
- $target?: string;
2628
- });
2629
- disabled?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2630
- $target?: string;
2631
- });
2632
- read_only?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2633
- $target?: string;
2634
- });
2635
- read_write?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2636
- $target?: string;
2637
- });
2638
- placeholder_shown?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2639
- $target?: string;
2640
- });
2641
- default?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2642
- $target?: string;
2643
- });
2644
- checked?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2645
- $target?: string;
2646
- });
2647
- indeterminate?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2648
- $target?: string;
2649
- });
2650
- blank?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2651
- $target?: string;
2652
- });
2653
- valid?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2654
- $target?: string;
2655
- });
2656
- invalid?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2657
- $target?: string;
2658
- });
2659
- in_range?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2660
- $target?: string;
2661
- });
2662
- out_of_range?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2663
- $target?: string;
2664
- });
2665
- required?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2666
- $target?: string;
2667
- });
2668
- optional?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2669
- $target?: string;
2670
- });
2671
- user_valid?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2672
- $target?: string;
2673
- });
2674
- user_invalid?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2675
- $target?: string;
2676
- });
2677
- dir?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2678
- $target?: string;
2679
- });
2680
- lang?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2681
- $target?: string;
2682
- });
2683
- any_link?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2684
- $target?: string;
2685
- });
2686
- link?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2687
- $target?: string;
2688
- });
2689
- visited?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2690
- $target?: string;
2691
- });
2692
- local_link?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2693
- $target?: string;
2694
- });
2695
- target?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2696
- $target?: string;
2697
- });
2698
- target_within?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2699
- $target?: string;
2700
- });
2701
- scope?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2702
- $target?: string;
2703
- });
2704
- playing?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2705
- $target?: string;
2706
- });
2707
- paused?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2708
- $target?: string;
2709
- });
2710
- current?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2711
- $target?: string;
2712
- });
2713
- past?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2714
- $target?: string;
2715
- });
2716
- future?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2717
- $target?: string;
2718
- });
2719
- root?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2720
- $target?: string;
2721
- });
2722
- empty?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2723
- $target?: string;
2724
- });
2725
- nth_child?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2726
- $target?: string;
2727
- });
2728
- nth_last_child?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2729
- $target?: string;
2730
- });
2731
- first_child?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2732
- $target?: string;
2733
- });
2734
- last_child?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2735
- $target?: string;
2736
- });
2737
- only_child?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2738
- $target?: string;
2739
- });
2740
- nth_of_type?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2741
- $target?: string;
2742
- });
2743
- nth_last_of_type?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2744
- $target?: string;
2745
- });
2746
- first_of_type?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2747
- $target?: string;
2748
- });
2749
- last_of_type?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2750
- $target?: string;
2751
- });
2752
- only_of_type?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2753
- $target?: string;
2754
- });
2755
- active?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2756
- $target?: string;
2757
- });
2758
- focus?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2759
- $target?: string;
2760
- });
2761
- focus_visible?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2762
- $target?: string;
2763
- });
2764
- focus_within?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2765
- $target?: string;
2766
- });
2767
- hover?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2768
- $target?: string;
2769
- });
2770
- is?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2771
- $target?: string;
2772
- });
2773
- not?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2774
- $target?: string;
2775
- });
2776
- where?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2777
- $target?: string;
2778
- });
2779
- has?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2780
- $target?: string;
2781
- });
2782
- nth_col?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2783
- $target?: string;
2784
- });
2785
- nth_last_col?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2786
- $target?: string;
2787
- });
2788
- host?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2789
- $target?: string;
2790
- });
2791
- host_context?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2792
- $target?: string;
2793
- });
2794
- defined?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2795
- $target?: string;
2796
- });
2797
- moz_any?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2798
- $target?: string;
2799
- });
2800
- moz_any_link?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2801
- $target?: string;
2802
- });
2803
- moz_focusring?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2804
- $target?: string;
2805
- });
2806
- moz_full_screen?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2807
- $target?: string;
2808
- });
2809
- moz_full_screen_ancestor?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2810
- $target?: string;
2811
- });
2812
- moz_full_screen_document?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2813
- $target?: string;
2814
- });
2815
- moz_full_screen_element?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2816
- $target?: string;
2817
- });
2818
- moz_full_screen_root?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2819
- $target?: string;
2820
- });
2821
- moz_placeholder?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2822
- $target?: string;
2823
- });
2824
- moz_read_only?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2825
- $target?: string;
2826
- });
2827
- moz_read_write?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2828
- $target?: string;
2829
- });
2830
- moz_submit_invalid?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2831
- $target?: string;
2832
- });
2833
- moz_ui_invalid?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2834
- $target?: string;
2835
- });
2836
- moz_ui_valid?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2837
- $target?: string;
2838
- });
2839
- webkit_any?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2840
- $target?: string;
2841
- });
2842
- webkit_any_link?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2843
- $target?: string;
2844
- });
2845
- webkit_autofill?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2846
- $target?: string;
2847
- });
2848
- webkit_current?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2849
- $target?: string;
2850
- });
2851
- webkit_full_screen?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2852
- $target?: string;
2853
- });
2854
- webkit_full_screen_ancestor?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2855
- $target?: string;
2856
- });
2857
- webkit_full_screen_document?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2858
- $target?: string;
2859
- });
2860
- webkit_full_screen_element?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2861
- $target?: string;
2862
- });
2863
- webkit_full_screen_root?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2864
- $target?: string;
2865
- });
2866
- webkit_input_placeholder?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2867
- $target?: string;
2868
- });
2869
- webkit_read_only?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2870
- $target?: string;
2871
- });
2872
- webkit_read_write?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2873
- $target?: string;
2874
- });
2875
- webkit_scrollbar?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2876
- $target?: string;
2877
- });
2878
- webkit_scrollbar_button?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2879
- $target?: string;
2880
- });
2881
- webkit_scrollbar_thumb?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2882
- $target?: string;
2883
- });
2884
- webkit_scrollbar_track?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2885
- $target?: string;
2886
- });
2887
- webkit_scrollbar_track_piece?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2888
- $target?: string;
2889
- });
2890
- webkit_search_cancel_button?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2891
- $target?: string;
2892
- });
2893
- webkit_search_results_button?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2894
- $target?: string;
2895
- });
2896
- };
2897
-
2898
- export declare type CssPseudoElementsType = {
2899
- before?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2900
- after?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2901
- first_letter?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2902
- first_line?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2903
- selection?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2904
- backdrop?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2905
- placeholder?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2906
- marker?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2907
- spelling_error?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2908
- grammar_error?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2909
- cue?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2910
- cue_region?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2911
- part?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2912
- slotted?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2913
- file_selector_button?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2914
- target_text?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2915
- highlight?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2916
- moz_color_swatch?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2917
- moz_focus_inner?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2918
- moz_list_bullet?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2919
- moz_list_number?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2920
- moz_meter_bar?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2921
- moz_progress_bar?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2922
- moz_range_progress?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2923
- moz_range_thumb?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2924
- moz_range_track?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2925
- webkit_inner_spin_button?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2926
- webkit_meter_even_less_good_value?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2927
- webkit_meter_inner_element?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2928
- webkit_meter_optimum_value?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2929
- webkit_meter_suboptimum_value?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2930
- webkit_progress_bar?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2931
- webkit_progress_inner_element?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2932
- webkit_progress_value?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2933
- webkit_scrollbar?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2934
- webkit_scrollbar_button?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2935
- webkit_scrollbar_thumb?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2936
- webkit_scrollbar_track?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2937
- webkit_scrollbar_track_piece?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2938
- webkit_search_cancel_button?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2939
- webkit_search_results_button?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2940
- webkit_slider_runnable_track?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2941
- webkit_slider_thumb?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2942
- webkit_resizer?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2943
- webkit_input_placeholder?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2944
- placeholder_shown?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2945
- autofill?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2946
- progress_value?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2947
- progress_bar?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2948
- meter_optimum?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2949
- meter_suboptimum?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2950
- meter_sub_suboptimum?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2951
- };
1812
+ export declare type CssLibPropsType = CssGeneratorType<''>;
2952
1813
 
2953
1814
  export declare type DataAttributes = {
2954
1815
  [key in `data-${string}`]?: string;
@@ -5528,8 +4389,8 @@ declare type SkeletonCssClasses = ComponentSelected<ComponentsTypesComponents['S
5528
4389
  */
5529
4390
  export declare interface SkeletonProps<Variant = undefined extends string ? unknown : string> extends SkeletonStandAloneProps {
5530
4391
  variant?: Variant;
5531
- additionalClasses?: string;
5532
- additionalShapeClasses?: string;
4392
+ additionalClasses?: Partial<SkeletonCssClasses>;
4393
+ additionalShapeClasses?: Partial<SkeletonCssClasses>;
5533
4394
  }
5534
4395
 
5535
4396
  export declare type SkeletonShapeStyles<Shape extends string> = CssLibPropsType & {
@@ -5543,6 +4404,7 @@ export declare type SkeletonShapeStyles<Shape extends string> = CssLibPropsType
5543
4404
  export declare interface SkeletonStandAloneProps extends SkeletonAriaProps, DataAttributes {
5544
4405
  width?: string;
5545
4406
  height?: string;
4407
+ borderRadius?: string;
5546
4408
  duration?: string;
5547
4409
  cssClasses?: SkeletonCssClasses;
5548
4410
  shapeVariant?: string;