@kubit-ui-web/react-components 2.0.0-beta.53 → 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,24 +1549,9 @@ 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;
1843
- };
1844
1555
  dynamic_values: (styles: {
1845
1556
  $skeletonWidth: string;
1846
1557
  $skeletonHeight: string;
@@ -1870,15 +1581,6 @@ declare type ComponentsTypesComponents = {
1870
1581
  thumbicon: string;
1871
1582
  tracksthumbscontainer: string;
1872
1583
  tracksthumbsinnercontainer: string;
1873
- $_primary: {
1874
- slider: string;
1875
- activetrack: string;
1876
- inactivetrack: string;
1877
- thumb: string;
1878
- };
1879
- $_test_no_thumb_exceeds_track: {
1880
- slider: string;
1881
- };
1882
1584
  decrement_button_size: {
1883
1585
  icon: string;
1884
1586
  button: string;
@@ -1907,26 +1609,7 @@ declare type ComponentsTypesComponents = {
1907
1609
  };
1908
1610
  };
1909
1611
  SNACKBAR: {
1910
- $_error: {
1911
- snackbar: string;
1912
- container: string;
1913
- };
1914
- $_container: {
1915
- snackbar: string;
1916
- };
1917
1612
  container: string;
1918
- $_primary: {
1919
- snackbar: string;
1920
- container: string;
1921
- };
1922
- $_success: {
1923
- snackbar: string;
1924
- container: string;
1925
- };
1926
- $_warning: {
1927
- snackbar: string;
1928
- container: string;
1929
- };
1930
1613
  };
1931
1614
  STEPPER_NUMBER: {
1932
1615
  stepper_number: string;
@@ -1938,23 +1621,6 @@ declare type ComponentsTypesComponents = {
1938
1621
  stepindex: string;
1939
1622
  stepname: string;
1940
1623
  stepnamecontainer: string;
1941
- $_horizontal: {
1942
- stepper_number: string;
1943
- stepindex: string;
1944
- };
1945
- $_default: {
1946
- stepper_number: string;
1947
- iconselected: string;
1948
- stepbar: string;
1949
- stepcircle: string;
1950
- stepindex: string;
1951
- };
1952
- $_vertical: {
1953
- stepper_number: string;
1954
- stepcontainer: string;
1955
- stepname: string;
1956
- stepnamecontainer: string;
1957
- };
1958
1624
  };
1959
1625
  TABLE: {
1960
1626
  table: string;
@@ -1965,33 +1631,15 @@ declare type ComponentsTypesComponents = {
1965
1631
  rightboxshadow: string;
1966
1632
  rightboxshadowcontainer: string;
1967
1633
  scrollablecontainer: string;
1968
- $_default: {
1969
- table: string;
1970
- };
1971
1634
  };
1972
1635
  TABLE_BODY: {
1973
1636
  table_body: string;
1974
- $_default: {
1975
- table_body: string;
1976
- };
1977
1637
  };
1978
1638
  TABLE_CAPTION: {
1979
1639
  table_caption: string;
1980
- $_default: {
1981
- table_caption: string;
1982
- };
1983
1640
  };
1984
1641
  TABLE_CELL: {
1985
1642
  table_cell: string;
1986
- $_body_cell_default: {
1987
- table_cell: string;
1988
- };
1989
- $_header_cell_default: {
1990
- table_cell: string;
1991
- };
1992
- $_header_cell_secondary: {
1993
- table_cell: string;
1994
- };
1995
1643
  dynamic_values: (styles: {
1996
1644
  $tdWidth: string;
1997
1645
  $tdHeight: string;
@@ -2012,33 +1660,15 @@ declare type ComponentsTypesComponents = {
2012
1660
  };
2013
1661
  TABLE_DIVIDER: {
2014
1662
  table_divider: string;
2015
- $_default: {
2016
- table_divider: string;
2017
- };
2018
1663
  };
2019
1664
  TABLE_FOOT: {
2020
1665
  table_foot: string;
2021
- $_default: {
2022
- table_foot: string;
2023
- };
2024
1666
  };
2025
1667
  TABLE_HEAD: {
2026
1668
  table_head: string;
2027
- $_default: {
2028
- table_head: string;
2029
- };
2030
1669
  };
2031
1670
  TABLE_ROW: {
2032
1671
  table_row: string;
2033
- $_body_row_default: {
2034
- table_row: string;
2035
- };
2036
- $_header_row_default: {
2037
- table_row: string;
2038
- };
2039
- $_header_row_secondary: {
2040
- table_row: string;
2041
- };
2042
1672
  };
2043
1673
  TABS: {
2044
1674
  tabs: string;
@@ -2053,39 +1683,14 @@ declare type ComponentsTypesComponents = {
2053
1683
  tabbutton: string;
2054
1684
  tabbuttonscontainer: string;
2055
1685
  tabcontainer: string;
2056
- $_default: {
2057
- tabs: string;
2058
- };
2059
1686
  };
2060
1687
  TAG: {
2061
1688
  tag: string;
2062
1689
  icon: string;
2063
1690
  label: string;
2064
- $_code: {
2065
- tag: string;
2066
- label: string;
2067
- };
2068
- $_deprecated: {
2069
- tag: string;
2070
- };
2071
- $_dormant: {
2072
- tag: string;
2073
- };
2074
- $_healthy: {
2075
- tag: string;
2076
- };
2077
- $_informative: {
2078
- tag: string;
2079
- };
2080
- $_issue: {
2081
- tag: string;
2082
- };
2083
1691
  };
2084
1692
  TEXT: {
2085
1693
  text: string;
2086
- $_default: {
2087
- text: string;
2088
- };
2089
1694
  $_heading_display_1_expanded: {
2090
1695
  text: string;
2091
1696
  };
@@ -2131,33 +1736,6 @@ declare type ComponentsTypesComponents = {
2131
1736
  $_main_heading_h4_expanded: {
2132
1737
  text: string;
2133
1738
  };
2134
- $_paragraph_caption_expanded: {
2135
- text: string;
2136
- };
2137
- $_paragraph_caption_extended: {
2138
- text: string;
2139
- };
2140
- $_paragraph_large_expanded: {
2141
- text: string;
2142
- };
2143
- $_paragraph_large_extended: {
2144
- text: string;
2145
- };
2146
- $_paragraph_medium_expanded: {
2147
- text: string;
2148
- };
2149
- $_paragraph_medium_extended: {
2150
- text: string;
2151
- };
2152
- $_paragraph_medium_mono: {
2153
- text: string;
2154
- };
2155
- $_paragraph_small_expanded: {
2156
- text: string;
2157
- };
2158
- $_paragraph_small_extended: {
2159
- text: string;
2160
- };
2161
1739
  };
2162
1740
  TEXT_AREA: {
2163
1741
  text_area: string;
@@ -2177,29 +1755,17 @@ declare type ComponentsTypesComponents = {
2177
1755
  textarea: string;
2178
1756
  title: string;
2179
1757
  titlecontainer: string;
2180
- $_default: {
2181
- text_area: string;
2182
- };
2183
1758
  };
2184
1759
  TEXT_COUNT: {
2185
1760
  text_count: string;
2186
1761
  letftext: string;
2187
1762
  righttext: string;
2188
- $_default: {
2189
- text_count: string;
2190
- letftext: string;
2191
- righttext: string;
2192
- };
2193
1763
  };
2194
1764
  TOGGLE: {
2195
1765
  icon: string;
2196
1766
  iconwrapper: string;
2197
1767
  thumb: string;
2198
1768
  track: string;
2199
- $_regular: {
2200
- toggle: string;
2201
- track: string;
2202
- };
2203
1769
  };
2204
1770
  TOOLTIP: {
2205
1771
  arrow: string;
@@ -2212,16 +1778,6 @@ declare type ComponentsTypesComponents = {
2212
1778
  tooltipasmodal: string;
2213
1779
  tooltipexternalcontainer: string;
2214
1780
  tooltipinternalcontainer: string;
2215
- $_default: {
2216
- tooltip: string;
2217
- arrowcontainer: string;
2218
- arrowposition: string;
2219
- arrowsize: string;
2220
- paragraph: string;
2221
- paragraphcontainer: string;
2222
- tooltipexternalcontainer: string;
2223
- tooltipinternalcontainer: string;
2224
- };
2225
1781
  popover: {
2226
1782
  arrow: string;
2227
1783
  popover: string;
@@ -2234,11 +1790,6 @@ declare type ComponentsTypesComponents = {
2234
1790
  digitwrapper: string;
2235
1791
  iconcontainer: string;
2236
1792
  removebutton: string;
2237
- $_default: {
2238
- virtual_keyboard: string;
2239
- digitbuttons: string;
2240
- digittext: string;
2241
- };
2242
1793
  };
2243
1794
  };
2244
1795
 
@@ -2258,706 +1809,7 @@ export declare const createSpringAnimation: (direction: "up" | "down" | "left" |
2258
1809
  keyframesCSS: string;
2259
1810
  };
2260
1811
 
2261
- export declare type CssAdvancedSelectorsType = {
2262
- adjacent?: CssLibPropsType & {
2263
- $target?: string;
2264
- };
2265
- } | {
2266
- child?: CssLibPropsType & {
2267
- $target?: string;
2268
- };
2269
- } | {
2270
- descendant?: CssLibPropsType & {
2271
- $target?: string;
2272
- };
2273
- } | {
2274
- near?: CssLibPropsType & {
2275
- $target?: string;
2276
- };
2277
- } | {
2278
- concat?: CssLibPropsType & {
2279
- $target?: string;
2280
- };
2281
- } | {
2282
- column?: CssLibPropsType & {
2283
- $target?: string;
2284
- };
2285
- };
2286
-
2287
- export declare type CssDynamicValuesType = {
2288
- $dynamicValues?: string[];
2289
- };
2290
-
2291
- export declare type CssForeignLibType = {
2292
- $foreign?: CssForeignType;
2293
- };
2294
-
2295
- export declare type CssForeignType = {
2296
- [key: string]: {
2297
- component: object;
2298
- variant?: string | unknown;
2299
- name: string;
2300
- };
2301
- };
2302
-
2303
- export declare type CssLibAdvancedSelectorsType = {
2304
- $advancedSelectors?: CssAdvancedSelectorsType[];
2305
- };
2306
-
2307
- export declare type CssLibAttributesType = {
2308
- $attributes?: {
2309
- [key: string]: CssLibPropsType;
2310
- } | {
2311
- [key: string]: {
2312
- [key: string]: CssLibPropsType;
2313
- };
2314
- };
2315
- };
2316
-
2317
- export declare type CssLibMediaQueriesType = {
2318
- $mediaQueries?: {
2319
- [key: string]: CssMediaQueriesType;
2320
- } | {
2321
- mobile?: CssLibPropsType;
2322
- tablet?: CssLibPropsType;
2323
- desktop?: CssLibPropsType;
2324
- large_desktop?: CssLibPropsType;
2325
- };
2326
- };
2327
-
2328
- export declare type CssLibPropsType = CssPropsType & CssLibPseudoClassesType & CssLibPseudoElementsType & CssLibAdvancedSelectorsType & CssDynamicValuesType & CssLibAttributesType & CssLibMediaQueriesType & CssForeignLibType;
2329
-
2330
- export declare type CssLibPseudoClassesType = {
2331
- $pseudoClasses?: CssPseudoClassesType;
2332
- };
2333
-
2334
- export declare type CssLibPseudoElementsType = {
2335
- $pseudoElements?: CssPseudoElementsType;
2336
- };
2337
-
2338
- export declare type CssMediaQueriesType = CssPropsType & {
2339
- $type?: string;
2340
- $values?: {
2341
- [key: string]: string;
2342
- };
2343
- };
2344
-
2345
- export declare type CssPropsType = {
2346
- scrollbar_width?: string;
2347
- scrollbar_color?: string;
2348
- scrollbar_gutter?: string;
2349
- scroll_behavior?: string;
2350
- scroll_margin?: string;
2351
- scroll_padding?: string;
2352
- scroll_snap_align?: string;
2353
- scroll_snap_stop?: string;
2354
- scroll_snap_type?: string;
2355
- webkit_scrollbar?: string;
2356
- scroll_container?: string;
2357
- scrollbar_aria_role?: string;
2358
- background?: string;
2359
- background_color?: string;
2360
- background_image?: string;
2361
- background_position?: string;
2362
- background_repeat?: string;
2363
- background_size?: string;
2364
- background_attachment?: string;
2365
- background_blend_mode?: string;
2366
- background_clip?: string;
2367
- background_origin?: string;
2368
- border?: string;
2369
- border_top?: string;
2370
- border_right?: string;
2371
- border_bottom?: string;
2372
- border_left?: string;
2373
- border_radius?: string;
2374
- border_width?: string;
2375
- border_left_width?: string;
2376
- border_right_width?: string;
2377
- border_top_width?: string;
2378
- border_bottom_width?: string;
2379
- border_color?: string;
2380
- border_left_color?: string;
2381
- border_right_color?: string;
2382
- border_top_color?: string;
2383
- border_bottom_color?: string;
2384
- border_top_left_radius?: string;
2385
- border_top_right_radius?: string;
2386
- border_bottom_left_radius?: string;
2387
- border_bottom_right_radius?: string;
2388
- border_style?: string;
2389
- border_left_style?: string;
2390
- border_top_style?: string;
2391
- border_right_style?: string;
2392
- border_bottom_style?: string;
2393
- outline?: string;
2394
- outline_style?: string;
2395
- outline_color?: string;
2396
- outline_width?: string;
2397
- outline_offset?: string;
2398
- display?: string;
2399
- opacity?: string;
2400
- visibility?: string;
2401
- overflow?: string;
2402
- overflow_x?: string;
2403
- overflow_y?: string;
2404
- overflow_block?: string;
2405
- overflow_inline?: string;
2406
- overflow_clip_margin?: string;
2407
- flex?: string;
2408
- flex_direction?: string;
2409
- flex_wrap?: string;
2410
- flex_flow?: string;
2411
- flex_grow?: string;
2412
- flex_shrink?: string;
2413
- flex_basis?: string;
2414
- justify_content?: string;
2415
- justify_items?: string;
2416
- align_items?: string;
2417
- align_self?: string;
2418
- align_content?: string;
2419
- order?: string;
2420
- gap?: string;
2421
- row_gap?: string;
2422
- column_gap?: string;
2423
- grid?: string;
2424
- grid_area?: string;
2425
- grid_template?: string;
2426
- grid_template_areas?: string;
2427
- grid_template_rows?: string;
2428
- grid_template_columns?: string;
2429
- grid_row?: string;
2430
- grid_row_start?: string;
2431
- grid_row_end?: string;
2432
- grid_column?: string;
2433
- grid_column_start?: string;
2434
- grid_column_end?: string;
2435
- grid_gap?: string;
2436
- grid_row_gap?: string;
2437
- grid_column_gap?: string;
2438
- grid_auto_flow?: string;
2439
- grid_auto_rows?: string;
2440
- grid_auto_columns?: string;
2441
- margin?: string;
2442
- margin_left?: string;
2443
- margin_right?: string;
2444
- margin_top?: string;
2445
- margin_bottom?: string;
2446
- padding?: string;
2447
- padding_left?: string;
2448
- padding_right?: string;
2449
- padding_top?: string;
2450
- padding_bottom?: string;
2451
- box_sizing?: string;
2452
- box_shadow?: string;
2453
- width?: string;
2454
- min_width?: string;
2455
- max_width?: string;
2456
- height?: string;
2457
- min_height?: string;
2458
- max_height?: string;
2459
- position?: string;
2460
- top?: string;
2461
- right?: string;
2462
- bottom?: string;
2463
- left?: string;
2464
- z_index?: string;
2465
- float?: string;
2466
- clear?: string;
2467
- transform?: string;
2468
- transform_origin?: string;
2469
- transform_style?: string;
2470
- translate?: string;
2471
- font?: string;
2472
- font_family?: string;
2473
- font_size?: string;
2474
- font_weight?: string;
2475
- font_style?: string;
2476
- font_variant?: string;
2477
- font_stretch?: string;
2478
- font_size_adjust?: string;
2479
- font_synthesis?: string;
2480
- font_feature_settings?: string;
2481
- font_kerning?: string;
2482
- font_language_override?: string;
2483
- font_optical_sizing?: string;
2484
- font_variant_alternates?: string;
2485
- font_variant_caps?: string;
2486
- font_variant_east_asian?: string;
2487
- font_variant_ligatures?: string;
2488
- font_variant_numeric?: string;
2489
- font_variant_position?: string;
2490
- line_height?: string;
2491
- letter_spacing?: string;
2492
- text_align?: string;
2493
- text_decoration?: string;
2494
- text_transform?: string;
2495
- white_space?: string;
2496
- word_break?: string;
2497
- word_wrap?: string;
2498
- text_overflow?: string;
2499
- text_shadow?: string;
2500
- text_indent?: string;
2501
- text_justify?: string;
2502
- text_orientation?: string;
2503
- text_rendering?: string;
2504
- text_size_adjust?: string;
2505
- text_combine_upright?: string;
2506
- text_emphasis?: string;
2507
- text_emphasis_color?: string;
2508
- text_emphasis_position?: string;
2509
- text_emphasis_style?: string;
2510
- text_decoration_color?: string;
2511
- text_decoration_line?: string;
2512
- text_decoration_skip?: string;
2513
- text_decoration_skip_ink?: string;
2514
- text_decoration_style?: string;
2515
- text_underline_position?: string;
2516
- list_style?: string;
2517
- list_style_type?: string;
2518
- list_style_position?: string;
2519
- list_style_image?: string;
2520
- color?: string;
2521
- accent_color?: string;
2522
- cursor?: string;
2523
- pointer_events?: string;
2524
- vertical_align?: string;
2525
- inset?: string;
2526
- inset_block?: string;
2527
- inset_block_start?: string;
2528
- inset_block_end?: string;
2529
- inset_inline?: string;
2530
- inset_inline_start?: string;
2531
- inset_inline_end?: string;
2532
- transition?: string;
2533
- transition_property?: string;
2534
- transition_duration?: string;
2535
- transition_timing_function?: string;
2536
- transition_delay?: string;
2537
- animation?: string;
2538
- animation_name?: string;
2539
- animation_duration?: string;
2540
- animation_timing_function?: string;
2541
- animation_delay?: string;
2542
- animation_iteration_count?: string;
2543
- animation_direction?: string;
2544
- animation_fill_mode?: string;
2545
- animation_play_state?: string;
2546
- animation_timeline?: string;
2547
- appearance?: string;
2548
- user_select?: string;
2549
- aspect_ratio?: string;
2550
- resize?: string;
2551
- caret?: string;
2552
- caret_animation?: string;
2553
- caret_shape?: string;
2554
- caret_color?: string;
2555
- backdrop_filter?: string;
2556
- backface_visibility?: string;
2557
- block_size?: string;
2558
- writing_mode?: string;
2559
- break_before?: string;
2560
- break_after?: string;
2561
- break_inside?: string;
2562
- clip?: string;
2563
- clip_path?: string;
2564
- clip_rule?: string;
2565
- filter?: string;
2566
- float_offset?: string;
2567
- float_defer?: string;
2568
- hyphens?: string;
2569
- image_rendering?: string;
2570
- image_orientation?: string;
2571
- image_resolution?: string;
2572
- isolation?: string;
2573
- mix_blend_mode?: string;
2574
- object_fit?: string;
2575
- object_position?: string;
2576
- overscroll_behavior?: string;
2577
- overscroll_behavior_x?: string;
2578
- overscroll_behavior_y?: string;
2579
- perspective?: string;
2580
- perspective_origin?: string;
2581
- scroll_snap_margin?: string;
2582
- caption_side?: string;
2583
- empty_cells?: string;
2584
- fill?: string;
2585
- fill_rule?: string;
2586
- flood_color?: string;
2587
- flood_opacity?: string;
2588
- lighting_color?: string;
2589
- marker_end?: string;
2590
- marker_mid?: string;
2591
- marker_start?: string;
2592
- shape_rendering?: string;
2593
- stop_color?: string;
2594
- stop_opacity?: string;
2595
- stroke?: string;
2596
- stroke_dasharray?: string;
2597
- stroke_dashoffset?: string;
2598
- stroke_linecap?: string;
2599
- stroke_linejoin?: string;
2600
- stroke_miterlimit?: string;
2601
- stroke_opacity?: string;
2602
- mask?: string;
2603
- mask_type?: string;
2604
- mask_image?: string;
2605
- mask_mode?: string;
2606
- mask_repeat?: string;
2607
- mask_position?: string;
2608
- mask_clip?: string;
2609
- mask_origin?: string;
2610
- mask_size?: string;
2611
- mask_composite?: string;
2612
- mask_border?: string;
2613
- mask_border_source?: string;
2614
- mask_border_mode?: string;
2615
- mask_border_slice?: string;
2616
- mask_border_width?: string;
2617
- mask_border_outset?: string;
2618
- mask_border_repeat?: string;
2619
- $content?: string;
2620
- };
2621
-
2622
- export declare type CssPseudoClassesType = {
2623
- fullscreen?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2624
- $target?: string;
2625
- });
2626
- modal?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2627
- $target?: string;
2628
- });
2629
- picture_in_picture?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2630
- $target?: string;
2631
- });
2632
- autofill?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2633
- $target?: string;
2634
- });
2635
- enabled?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2636
- $target?: string;
2637
- });
2638
- disabled?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2639
- $target?: string;
2640
- });
2641
- read_only?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2642
- $target?: string;
2643
- });
2644
- read_write?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2645
- $target?: string;
2646
- });
2647
- placeholder_shown?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2648
- $target?: string;
2649
- });
2650
- default?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2651
- $target?: string;
2652
- });
2653
- checked?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2654
- $target?: string;
2655
- });
2656
- indeterminate?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2657
- $target?: string;
2658
- });
2659
- blank?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2660
- $target?: string;
2661
- });
2662
- valid?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2663
- $target?: string;
2664
- });
2665
- invalid?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2666
- $target?: string;
2667
- });
2668
- in_range?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2669
- $target?: string;
2670
- });
2671
- out_of_range?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2672
- $target?: string;
2673
- });
2674
- required?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2675
- $target?: string;
2676
- });
2677
- optional?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2678
- $target?: string;
2679
- });
2680
- user_valid?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2681
- $target?: string;
2682
- });
2683
- user_invalid?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2684
- $target?: string;
2685
- });
2686
- dir?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2687
- $target?: string;
2688
- });
2689
- lang?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2690
- $target?: string;
2691
- });
2692
- any_link?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2693
- $target?: string;
2694
- });
2695
- link?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2696
- $target?: string;
2697
- });
2698
- visited?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2699
- $target?: string;
2700
- });
2701
- local_link?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2702
- $target?: string;
2703
- });
2704
- target?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2705
- $target?: string;
2706
- });
2707
- target_within?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2708
- $target?: string;
2709
- });
2710
- scope?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2711
- $target?: string;
2712
- });
2713
- playing?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2714
- $target?: string;
2715
- });
2716
- paused?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2717
- $target?: string;
2718
- });
2719
- current?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2720
- $target?: string;
2721
- });
2722
- past?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2723
- $target?: string;
2724
- });
2725
- future?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2726
- $target?: string;
2727
- });
2728
- root?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2729
- $target?: string;
2730
- });
2731
- empty?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2732
- $target?: string;
2733
- });
2734
- nth_child?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2735
- $target?: string;
2736
- });
2737
- nth_last_child?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2738
- $target?: string;
2739
- });
2740
- first_child?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2741
- $target?: string;
2742
- });
2743
- last_child?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2744
- $target?: string;
2745
- });
2746
- only_child?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2747
- $target?: string;
2748
- });
2749
- nth_of_type?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2750
- $target?: string;
2751
- });
2752
- nth_last_of_type?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2753
- $target?: string;
2754
- });
2755
- first_of_type?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2756
- $target?: string;
2757
- });
2758
- last_of_type?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2759
- $target?: string;
2760
- });
2761
- only_of_type?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2762
- $target?: string;
2763
- });
2764
- active?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2765
- $target?: string;
2766
- });
2767
- focus?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2768
- $target?: string;
2769
- });
2770
- focus_visible?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2771
- $target?: string;
2772
- });
2773
- focus_within?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2774
- $target?: string;
2775
- });
2776
- hover?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2777
- $target?: string;
2778
- });
2779
- is?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2780
- $target?: string;
2781
- });
2782
- not?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2783
- $target?: string;
2784
- });
2785
- where?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2786
- $target?: string;
2787
- });
2788
- has?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2789
- $target?: string;
2790
- });
2791
- nth_col?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2792
- $target?: string;
2793
- });
2794
- nth_last_col?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2795
- $target?: string;
2796
- });
2797
- host?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2798
- $target?: string;
2799
- });
2800
- host_context?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2801
- $target?: string;
2802
- });
2803
- defined?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2804
- $target?: string;
2805
- });
2806
- moz_any?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2807
- $target?: string;
2808
- });
2809
- moz_any_link?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2810
- $target?: string;
2811
- });
2812
- moz_focusring?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2813
- $target?: string;
2814
- });
2815
- moz_full_screen?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2816
- $target?: string;
2817
- });
2818
- moz_full_screen_ancestor?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2819
- $target?: string;
2820
- });
2821
- moz_full_screen_document?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2822
- $target?: string;
2823
- });
2824
- moz_full_screen_element?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2825
- $target?: string;
2826
- });
2827
- moz_full_screen_root?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2828
- $target?: string;
2829
- });
2830
- moz_placeholder?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2831
- $target?: string;
2832
- });
2833
- moz_read_only?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2834
- $target?: string;
2835
- });
2836
- moz_read_write?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2837
- $target?: string;
2838
- });
2839
- moz_submit_invalid?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2840
- $target?: string;
2841
- });
2842
- moz_ui_invalid?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2843
- $target?: string;
2844
- });
2845
- moz_ui_valid?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2846
- $target?: string;
2847
- });
2848
- webkit_any?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2849
- $target?: string;
2850
- });
2851
- webkit_any_link?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2852
- $target?: string;
2853
- });
2854
- webkit_autofill?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2855
- $target?: string;
2856
- });
2857
- webkit_current?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2858
- $target?: string;
2859
- });
2860
- webkit_full_screen?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2861
- $target?: string;
2862
- });
2863
- webkit_full_screen_ancestor?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2864
- $target?: string;
2865
- });
2866
- webkit_full_screen_document?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2867
- $target?: string;
2868
- });
2869
- webkit_full_screen_element?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2870
- $target?: string;
2871
- });
2872
- webkit_full_screen_root?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2873
- $target?: string;
2874
- });
2875
- webkit_input_placeholder?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2876
- $target?: string;
2877
- });
2878
- webkit_read_only?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2879
- $target?: string;
2880
- });
2881
- webkit_read_write?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2882
- $target?: string;
2883
- });
2884
- webkit_scrollbar?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2885
- $target?: string;
2886
- });
2887
- webkit_scrollbar_button?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2888
- $target?: string;
2889
- });
2890
- webkit_scrollbar_thumb?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2891
- $target?: string;
2892
- });
2893
- webkit_scrollbar_track?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2894
- $target?: string;
2895
- });
2896
- webkit_scrollbar_track_piece?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2897
- $target?: string;
2898
- });
2899
- webkit_search_cancel_button?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2900
- $target?: string;
2901
- });
2902
- webkit_search_results_button?: CssPseudoClassesType | CssPseudoElementsType | (CssLibPropsType & {
2903
- $target?: string;
2904
- });
2905
- };
2906
-
2907
- export declare type CssPseudoElementsType = {
2908
- before?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2909
- after?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2910
- first_letter?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2911
- first_line?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2912
- selection?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2913
- backdrop?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2914
- placeholder?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2915
- marker?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2916
- spelling_error?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2917
- grammar_error?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2918
- cue?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2919
- cue_region?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2920
- part?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2921
- slotted?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2922
- file_selector_button?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2923
- target_text?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2924
- highlight?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2925
- moz_color_swatch?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2926
- moz_focus_inner?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2927
- moz_list_bullet?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2928
- moz_list_number?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2929
- moz_meter_bar?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2930
- moz_progress_bar?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2931
- moz_range_progress?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2932
- moz_range_thumb?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2933
- moz_range_track?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2934
- webkit_inner_spin_button?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2935
- webkit_meter_even_less_good_value?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2936
- webkit_meter_inner_element?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2937
- webkit_meter_optimum_value?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2938
- webkit_meter_suboptimum_value?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2939
- webkit_progress_bar?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2940
- webkit_progress_inner_element?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2941
- webkit_progress_value?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2942
- webkit_scrollbar?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2943
- webkit_scrollbar_button?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2944
- webkit_scrollbar_thumb?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2945
- webkit_scrollbar_track?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2946
- webkit_scrollbar_track_piece?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2947
- webkit_search_cancel_button?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2948
- webkit_search_results_button?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2949
- webkit_slider_runnable_track?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2950
- webkit_slider_thumb?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2951
- webkit_resizer?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2952
- webkit_input_placeholder?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2953
- placeholder_shown?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2954
- autofill?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2955
- progress_value?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2956
- progress_bar?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2957
- meter_optimum?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2958
- meter_suboptimum?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2959
- meter_sub_suboptimum?: CssPseudoElementsType | CssPseudoClassesType | CssLibPropsType;
2960
- };
1812
+ export declare type CssLibPropsType = CssGeneratorType<''>;
2961
1813
 
2962
1814
  export declare type DataAttributes = {
2963
1815
  [key in `data-${string}`]?: string;