@rocket.chat/fuselage 0.6.3-dev.437 → 0.6.3-dev.440

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. package/dist/components/{Box/AnimatedVisibility → AnimatedVisibility}/AnimatedVisibility.d.ts +0 -0
  2. package/dist/components/AnimatedVisibility/AnimatedVisibility.d.ts.map +1 -0
  3. package/dist/components/{Box/AnimatedVisibility → AnimatedVisibility}/index.d.ts +0 -0
  4. package/dist/components/AnimatedVisibility/index.d.ts.map +1 -0
  5. package/dist/components/Box/BoxTransforms.d.ts.map +1 -1
  6. package/dist/components/Box/index.d.ts +2 -20
  7. package/dist/components/Button/ActionButton.d.ts +2 -240
  8. package/dist/components/Button/ActionButton.d.ts.map +1 -1
  9. package/dist/components/Button/Button.d.ts +2 -240
  10. package/dist/components/Button/Button.d.ts.map +1 -1
  11. package/dist/components/CheckBox/CheckBox.d.ts +2 -240
  12. package/dist/components/CheckBox/CheckBox.d.ts.map +1 -1
  13. package/dist/components/EmailInput/EmailInput.d.ts +2 -240
  14. package/dist/components/EmailInput/EmailInput.d.ts.map +1 -1
  15. package/dist/components/Field/index.d.ts +6 -1315
  16. package/dist/components/Field/index.d.ts.map +1 -1
  17. package/dist/components/{Box/Flex/Flex.d.ts → Flex/FlexContainer.d.ts} +3 -3
  18. package/dist/components/Flex/FlexContainer.d.ts.map +1 -0
  19. package/dist/components/{Box/Flex → Flex}/FlexItem.d.ts +2 -2
  20. package/dist/components/Flex/FlexItem.d.ts.map +1 -0
  21. package/dist/components/Flex/index.d.ts +8 -0
  22. package/dist/components/Flex/index.d.ts.map +1 -0
  23. package/dist/components/Grid/Grid.d.ts +1 -120
  24. package/dist/components/Grid/Grid.d.ts.map +1 -1
  25. package/dist/components/Icon/Icon.d.ts +1 -120
  26. package/dist/components/Icon/Icon.d.ts.map +1 -1
  27. package/dist/components/InputBox/Addon.d.ts +1 -239
  28. package/dist/components/InputBox/Addon.d.ts.map +1 -1
  29. package/dist/components/InputBox/Input.d.ts +1 -239
  30. package/dist/components/InputBox/Input.d.ts.map +1 -1
  31. package/dist/components/InputBox/Option.d.ts +1 -239
  32. package/dist/components/InputBox/Option.d.ts.map +1 -1
  33. package/dist/components/InputBox/Placeholder.d.ts +1 -239
  34. package/dist/components/InputBox/Placeholder.d.ts.map +1 -1
  35. package/dist/components/InputBox/index.d.ts +11 -2034
  36. package/dist/components/InputBox/index.d.ts.map +1 -1
  37. package/dist/components/Message/MessageMetrics/index.d.ts +2 -240
  38. package/dist/components/Message/MessageMetrics/index.d.ts.map +1 -1
  39. package/dist/components/Message/MessageReactions/index.d.ts +1 -120
  40. package/dist/components/Message/MessageReactions/index.d.ts.map +1 -1
  41. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts +4 -361
  42. package/dist/components/Message/MessageToolbox/MessageToolboxItem.d.ts.map +1 -1
  43. package/dist/components/Message/MessageToolbox/index.d.ts +5 -481
  44. package/dist/components/Message/MessageToolbox/index.d.ts.map +1 -1
  45. package/dist/components/Message/index.d.ts +8 -841
  46. package/dist/components/Message/index.d.ts.map +1 -1
  47. package/dist/components/Modal/Modal.d.ts +1 -239
  48. package/dist/components/Modal/Modal.d.ts.map +1 -1
  49. package/dist/components/Modal/index.d.ts +9 -961
  50. package/dist/components/Modal/index.d.ts.map +1 -1
  51. package/dist/components/MultiSelect/MultiSelect.d.ts +18 -1
  52. package/dist/components/MultiSelect/MultiSelectAnchor.d.ts +12 -0
  53. package/dist/components/MultiSelect/MultiSelectAnchor.d.ts.map +1 -0
  54. package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts +15 -0
  55. package/dist/components/MultiSelect/MultiSelectFilteredAnchor.d.ts.map +1 -0
  56. package/dist/components/NumberInput/NumberInput.d.ts +1 -120
  57. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -1
  58. package/dist/components/Options/CheckOption.d.ts +17 -5
  59. package/dist/components/Options/CheckOption.d.ts.map +1 -1
  60. package/dist/components/Options/Option/OptionHeader.d.ts +7 -0
  61. package/dist/components/Options/Option/OptionHeader.d.ts.map +1 -0
  62. package/dist/components/Options/Option/OptionIcon.d.ts +3 -2
  63. package/dist/components/Options/Option/OptionIcon.d.ts.map +1 -1
  64. package/dist/components/Options/Option/index.d.ts +15 -124
  65. package/dist/components/Options/Option/index.d.ts.map +1 -1
  66. package/dist/components/Options/Options.d.ts +2 -240
  67. package/dist/components/Options/Options.d.ts.map +1 -1
  68. package/dist/components/Options/index.d.ts +2 -240
  69. package/dist/components/Options/index.d.ts.map +1 -1
  70. package/dist/components/Options/useCursor.d.ts +1 -1
  71. package/dist/components/Options/useCursor.d.ts.map +1 -1
  72. package/dist/components/Options/useVisible.d.ts +2 -2
  73. package/dist/components/Options/useVisible.d.ts.map +1 -1
  74. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +4 -242
  75. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -1
  76. package/dist/components/PasswordInput/PasswordInput.d.ts +1 -120
  77. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  78. package/dist/components/{Box/Position → Position}/Position.d.ts +1 -1
  79. package/dist/components/Position/Position.d.ts.map +1 -0
  80. package/dist/components/Position/index.d.ts +2 -0
  81. package/dist/components/Position/index.d.ts.map +1 -0
  82. package/dist/components/{Box/Position → PositionAnimated}/PositionAnimated.d.ts +1 -1
  83. package/dist/components/PositionAnimated/PositionAnimated.d.ts.map +1 -0
  84. package/dist/components/PositionAnimated/index.d.ts +2 -0
  85. package/dist/components/PositionAnimated/index.d.ts.map +1 -0
  86. package/dist/components/ProgressBar/ProgressBar.d.ts +2 -240
  87. package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -1
  88. package/dist/components/RadioButton/RadioButton.d.ts +2 -240
  89. package/dist/components/RadioButton/RadioButton.d.ts.map +1 -1
  90. package/dist/components/{Box/Scrollable → Scrollable}/Scrollable.d.ts +0 -0
  91. package/dist/components/Scrollable/Scrollable.d.ts.map +1 -0
  92. package/dist/components/{Box/Scrollable → Scrollable}/index.d.ts +0 -0
  93. package/dist/components/Scrollable/index.d.ts.map +1 -0
  94. package/dist/components/SearchInput/SearchInput.d.ts +2 -240
  95. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
  96. package/dist/components/Select/Select.d.ts +3 -725
  97. package/dist/components/Select/Select.d.ts.map +1 -1
  98. package/dist/components/Select/SelectAddon.d.ts +8 -0
  99. package/dist/components/Select/SelectAddon.d.ts.map +1 -0
  100. package/dist/components/Select/SelectFiltered.d.ts +3 -360
  101. package/dist/components/Select/SelectFiltered.d.ts.map +1 -1
  102. package/dist/components/Select/SelectFocus.d.ts +8 -0
  103. package/dist/components/Select/SelectFocus.d.ts.map +1 -0
  104. package/dist/components/SelectInput/SelectInput.d.ts +2 -240
  105. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -1
  106. package/dist/components/SelectInput/index.d.ts +1 -239
  107. package/dist/components/SelectInput/index.d.ts.map +1 -1
  108. package/dist/components/SelectPaginated/PaginatedMultiSelect.d.ts.map +1 -1
  109. package/dist/components/SelectPaginated/PaginatedSelect.d.ts.map +1 -1
  110. package/dist/components/Sidebar/Item.d.ts +5 -481
  111. package/dist/components/Sidebar/Item.d.ts.map +1 -1
  112. package/dist/components/Sidebar/TopBar.d.ts +5 -481
  113. package/dist/components/Sidebar/TopBar.d.ts.map +1 -1
  114. package/dist/components/Sidebar/index.d.ts +10 -843
  115. package/dist/components/Sidebar/index.d.ts.map +1 -1
  116. package/dist/components/Table/Table.d.ts +2 -240
  117. package/dist/components/Table/Table.d.ts.map +1 -1
  118. package/dist/components/Table/index.d.ts +4 -480
  119. package/dist/components/Table/index.d.ts.map +1 -1
  120. package/dist/components/Tabs/Tabs.d.ts +2 -240
  121. package/dist/components/Tabs/TabsItem.d.ts +2 -240
  122. package/dist/components/Tabs/TabsItem.d.ts.map +1 -1
  123. package/dist/components/TelephoneInput/TelephoneInput.d.ts +2 -240
  124. package/dist/components/TelephoneInput/TelephoneInput.d.ts.map +1 -1
  125. package/dist/components/TextAreaInput/TextArea.d.ts +2 -240
  126. package/dist/components/TextAreaInput/TextArea.d.ts.map +1 -1
  127. package/dist/components/TextInput/TextInput.d.ts +2 -240
  128. package/dist/components/TextInput/TextInput.d.ts.map +1 -1
  129. package/dist/components/Throbber/Throbber.d.ts +2 -240
  130. package/dist/components/Throbber/Throbber.d.ts.map +1 -1
  131. package/dist/components/Tile/Tile.d.ts +2 -240
  132. package/dist/components/Tile/Tile.d.ts.map +1 -1
  133. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts +2 -240
  134. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts.map +1 -1
  135. package/dist/components/Tooltip/Tooltip.d.ts +3 -241
  136. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  137. package/dist/components/UrlInput/UrlInput.d.ts +1 -120
  138. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  139. package/dist/components/index.d.ts +7 -1
  140. package/dist/components/index.d.ts.map +1 -1
  141. package/dist/fuselage.development.js +1764 -1273
  142. package/dist/fuselage.development.js.map +1 -1
  143. package/dist/fuselage.production.js +1 -1
  144. package/dist/fuselage.production.js.LICENSE.txt +9 -0
  145. package/dist/hooks/useArrayLikeClassNameProp.d.ts +6 -0
  146. package/dist/hooks/useArrayLikeClassNameProp.d.ts.map +1 -0
  147. package/dist/hooks/useBoxOnlyProps.d.ts +8 -0
  148. package/dist/hooks/useBoxOnlyProps.d.ts.map +1 -0
  149. package/dist/hooks/useStyle.d.ts +1 -2
  150. package/dist/hooks/useStyle.d.ts.map +1 -1
  151. package/package.json +15 -19
  152. package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts.map +0 -1
  153. package/dist/components/Box/AnimatedVisibility/index.d.ts.map +0 -1
  154. package/dist/components/Box/Flex/Flex.d.ts.map +0 -1
  155. package/dist/components/Box/Flex/FlexItem.d.ts.map +0 -1
  156. package/dist/components/Box/Flex/index.d.ts +0 -10
  157. package/dist/components/Box/Flex/index.d.ts.map +0 -1
  158. package/dist/components/Box/Position/Position.d.ts.map +0 -1
  159. package/dist/components/Box/Position/PositionAnimated.d.ts.map +0 -1
  160. package/dist/components/Box/Position/index.d.ts +0 -3
  161. package/dist/components/Box/Position/index.d.ts.map +0 -1
  162. package/dist/components/Box/Scrollable/Scrollable.d.ts.map +0 -1
  163. package/dist/components/Box/Scrollable/index.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Field/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQhC,wBAOG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Field/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQhC,wBAOG"}
@@ -8,6 +8,6 @@ declare type FlexContainerProps = {
8
8
  alignContent?: 'start' | 'center' | 'end' | 'space-between' | 'space-around';
9
9
  justifyContent?: 'start' | 'center' | 'end' | 'space-between' | 'space-around';
10
10
  };
11
- export declare function FlexContainer({ inline, children, direction, wrap, alignItems, alignContent, justifyContent, }: FlexContainerProps): JSX.Element;
12
- export {};
13
- //# sourceMappingURL=Flex.d.ts.map
11
+ declare function FlexContainer({ inline, children, direction, wrap, alignItems, alignContent, justifyContent, }: FlexContainerProps): JSX.Element;
12
+ export default FlexContainer;
13
+ //# sourceMappingURL=FlexContainer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FlexContainer.d.ts","sourceRoot":"","sources":["../../../src/components/Flex/FlexContainer.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAe,MAAM,OAAO,CAAC;AAItD,aAAK,kBAAkB,GAAG;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,KAAK,GAAG,aAAa,GAAG,QAAQ,GAAG,gBAAgB,CAAC;IAChE,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,cAAc,CAAC;IAC3C,UAAU,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,UAAU,CAAC;IACjE,YAAY,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,eAAe,GAAG,cAAc,CAAC;IAC7E,cAAc,CAAC,EACX,OAAO,GACP,QAAQ,GACR,KAAK,GACL,eAAe,GACf,cAAc,CAAC;CACpB,CAAC;AAEF,iBAAS,aAAa,CAAC,EACrB,MAAc,EACd,QAAQ,EACR,SAAS,EACT,IAAI,EACJ,UAAU,EACV,YAAY,EACZ,cAAc,GACf,EAAE,kBAAkB,eA+CpB;AAED,eAAe,aAAa,CAAC"}
@@ -7,6 +7,6 @@ declare type FlexItemProps = {
7
7
  basis?: number | string | 'auto';
8
8
  align?: 'auto' | 'start' | 'end' | 'center' | 'stretch';
9
9
  };
10
- export declare function FlexItem({ children, order, grow, shrink, basis, align, }: FlexItemProps): JSX.Element;
11
- export {};
10
+ declare function FlexItem({ children, order, grow, shrink, basis, align, }: FlexItemProps): JSX.Element;
11
+ export default FlexItem;
12
12
  //# sourceMappingURL=FlexItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FlexItem.d.ts","sourceRoot":"","sources":["../../../src/components/Flex/FlexItem.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAe,MAAM,OAAO,CAAC;AAItD,aAAK,aAAa,GAAG;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,GAAG,SAAS,CAAC;CACzD,CAAC;AAEF,iBAAS,QAAQ,CAAC,EAChB,QAAQ,EACR,KAAK,EACL,IAAI,EACJ,MAAM,EACN,KAAK,EACL,KAAK,GACN,EAAE,aAAa,eAqCf;AAED,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,8 @@
1
+ import FlexContainer from './FlexContainer';
2
+ import FlexItem from './FlexItem';
3
+ declare const _default: {
4
+ Container: typeof FlexContainer;
5
+ Item: typeof FlexItem;
6
+ };
7
+ export default _default;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Flex/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,QAAQ,MAAM,YAAY,CAAC;;;;;AAElC,wBAGE"}
@@ -12,126 +12,7 @@ export declare const Grid: {
12
12
  Item: ({ xs, sm, md, lg, xl, ...props }: {
13
13
  is?: React.ElementType<any> | undefined;
14
14
  htmlSize?: number | undefined;
15
- } & {
16
- border?: import("csstype").Property.Border<string | number> | undefined;
17
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
18
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
19
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
20
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
21
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
22
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
23
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
24
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
25
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
26
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
27
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
28
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
29
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
30
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
31
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
32
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
33
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
34
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
35
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
36
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
37
- borderColor?: import("csstype").Property.BorderColor | undefined;
38
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
39
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
40
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
41
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
42
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
43
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
44
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
45
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
46
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
47
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
48
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
49
- color?: import("csstype").Property.Color | undefined;
50
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
51
- bg?: import("csstype").Property.BackgroundColor | undefined;
52
- opacity?: import("csstype").Property.Opacity | undefined;
53
- alignItems?: import("csstype").Property.AlignItems | undefined;
54
- alignContent?: import("csstype").Property.AlignContent | undefined;
55
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
56
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
57
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
58
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
59
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
60
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
61
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
62
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
63
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
64
- order?: import("csstype").Property.Order | undefined;
65
- w?: import("csstype").Property.Width<string | number> | undefined;
66
- width?: import("csstype").Property.Width<string | number> | undefined;
67
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
68
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
69
- h?: import("csstype").Property.Height<string | number> | undefined;
70
- height?: import("csstype").Property.Height<string | number> | undefined;
71
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
72
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
73
- display?: import("csstype").Property.Display | undefined;
74
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
75
- overflow?: import("csstype").Property.Overflow | undefined;
76
- overflowX?: import("csstype").Property.OverflowX | undefined;
77
- overflowY?: import("csstype").Property.OverflowY | undefined;
78
- position?: import("csstype").Property.Position | undefined;
79
- zIndex?: import("csstype").Property.ZIndex | undefined;
80
- inset?: import("csstype").Property.Inset<string | number> | undefined;
81
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
82
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
83
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
84
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
85
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
86
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
87
- m?: import("csstype").Property.Margin<string | number> | undefined;
88
- margin?: import("csstype").Property.Margin<string | number> | undefined;
89
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
90
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
91
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
92
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
93
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
94
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
95
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
96
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
97
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
98
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
99
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
100
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
101
- p?: import("csstype").Property.Padding<string | number> | undefined;
102
- padding?: import("csstype").Property.Padding<string | number> | undefined;
103
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
104
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
105
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
106
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
107
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
108
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
109
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
110
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
111
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
112
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
113
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
114
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
115
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
116
- fontSize?: string | number | (string & {}) | undefined;
117
- fontStyle?: import("csstype").Property.FontStyle | undefined;
118
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
119
- letterSpacing?: string | number | undefined;
120
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
121
- textAlign?: import("csstype").Property.TextAlign | undefined;
122
- textTransform?: import("csstype").Property.TextTransform | undefined;
123
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
124
- animated?: boolean | undefined;
125
- elevation?: "0" | "1" | "2" | undefined;
126
- invisible?: boolean | undefined;
127
- withRichContent?: string | boolean | undefined;
128
- withTruncatedText?: boolean | undefined;
129
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
130
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
131
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
132
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
133
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
134
- } & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any> & {
15
+ } & import("../Box").BoxStylingProps & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any> & {
135
16
  xs?: 2 | 1 | 3 | 4 | undefined;
136
17
  sm?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | undefined;
137
18
  md?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAG7B,aAAK,SAAS,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IAC5C,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,EAAE,CAAC,EAAE,OAAO,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,IAAI;uCAAsC,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAY/D,CAAC"}
1
+ {"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAG7B,aAAK,SAAS,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IAC5C,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,EAAE,CAAC,EAAE,OAAO,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,IAAI;uCAAsC,SAAS;;;;;;;;;;;CAY/D,CAAC"}
@@ -8,126 +8,7 @@ export declare type IconProps = Omit<ComponentProps<typeof Box>, 'name' | 'size'
8
8
  export declare const Icon: React.ForwardRefExoticComponent<Pick<Omit<{
9
9
  is?: React.ElementType<any> | undefined;
10
10
  htmlSize?: number | undefined;
11
- } & {
12
- border?: import("csstype").Property.Border<string | number> | undefined;
13
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
14
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
15
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
16
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
17
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
18
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
19
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
20
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
21
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
22
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
23
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
24
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
25
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
26
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
27
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
28
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
29
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
30
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
31
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
32
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
33
- borderColor?: import("csstype").Property.BorderColor | undefined;
34
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
35
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
36
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
37
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
38
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
39
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
40
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
41
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
42
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
43
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
44
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
45
- color?: import("csstype").Property.Color | undefined;
46
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
47
- bg?: import("csstype").Property.BackgroundColor | undefined;
48
- opacity?: import("csstype").Property.Opacity | undefined;
49
- alignItems?: import("csstype").Property.AlignItems | undefined;
50
- alignContent?: import("csstype").Property.AlignContent | undefined;
51
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
52
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
53
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
54
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
55
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
56
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
57
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
58
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
59
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
60
- order?: import("csstype").Property.Order | undefined;
61
- w?: import("csstype").Property.Width<string | number> | undefined;
62
- width?: import("csstype").Property.Width<string | number> | undefined;
63
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
64
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
65
- h?: import("csstype").Property.Height<string | number> | undefined;
66
- height?: import("csstype").Property.Height<string | number> | undefined;
67
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
68
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
69
- display?: import("csstype").Property.Display | undefined;
70
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
71
- overflow?: import("csstype").Property.Overflow | undefined;
72
- overflowX?: import("csstype").Property.OverflowX | undefined;
73
- overflowY?: import("csstype").Property.OverflowY | undefined;
74
- position?: import("csstype").Property.Position | undefined;
75
- zIndex?: import("csstype").Property.ZIndex | undefined;
76
- inset?: import("csstype").Property.Inset<string | number> | undefined;
77
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
78
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
79
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
80
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
81
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
82
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
83
- m?: import("csstype").Property.Margin<string | number> | undefined;
84
- margin?: import("csstype").Property.Margin<string | number> | undefined;
85
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
86
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
87
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
88
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
89
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
90
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
91
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
92
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
93
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
94
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
95
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
96
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
97
- p?: import("csstype").Property.Padding<string | number> | undefined;
98
- padding?: import("csstype").Property.Padding<string | number> | undefined;
99
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
100
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
101
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
102
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
103
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
104
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
105
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
106
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
107
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
108
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
109
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
110
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
111
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
112
- fontSize?: string | number | (string & {}) | undefined;
113
- fontStyle?: import("csstype").Property.FontStyle | undefined;
114
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
115
- letterSpacing?: string | number | undefined;
116
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
117
- textAlign?: import("csstype").Property.TextAlign | undefined;
118
- textTransform?: import("csstype").Property.TextTransform | undefined;
119
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
120
- animated?: boolean | undefined;
121
- elevation?: "0" | "1" | "2" | undefined;
122
- invisible?: boolean | undefined;
123
- withRichContent?: string | boolean | undefined;
124
- withTruncatedText?: boolean | undefined;
125
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
126
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
127
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
128
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
129
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
130
- } & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any>, "size" | "name"> & {
11
+ } & import("../Box").BoxStylingProps & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any>, "size" | "name"> & {
131
12
  name: Keys;
132
13
  size?: ComponentProps<typeof Box>['width'];
133
14
  }, "string" | "y" | "r" | "default" | "disabled" | "type" | "color" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "is" | "className" | "size" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "width" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "htmlSize" | "border" | "borderBlock" | "borderBlockStart" | "borderBlockEnd" | "borderInline" | "borderInlineStart" | "borderInlineEnd" | "borderWidth" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderStyle" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "borderColor" | "borderBlockColor" | "borderBlockStartColor" | "borderBlockEndColor" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderRadius" | "borderStartStartRadius" | "borderStartEndRadius" | "borderEndStartRadius" | "borderEndEndRadius" | "backgroundColor" | "bg" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "w" | "minWidth" | "maxWidth" | "h" | "minHeight" | "maxHeight" | "verticalAlign" | "overflowX" | "overflowY" | "position" | "zIndex" | "inset" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "m" | "margin" | "mb" | "marginBlock" | "mbs" | "marginBlockStart" | "mbe" | "marginBlockEnd" | "mi" | "marginInline" | "mis" | "marginInlineStart" | "mie" | "marginInlineEnd" | "p" | "padding" | "pb" | "paddingBlock" | "pbs" | "paddingBlockStart" | "pbe" | "paddingBlockEnd" | "pi" | "paddingInline" | "pis" | "paddingInlineStart" | "pie" | "paddingInlineEnd" | "textAlign" | "textTransform" | "textDecorationLine" | "animated" | "invisible" | "withRichContent" | "withTruncatedText" | "minSize" | "maxSize" | "fontScale" | "key"> & React.RefAttributes<HTMLElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAAA,OAA+B,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAClE,OAAO,KAAK,EAAE,EAAE,cAAc,EAAmB,MAAM,OAAO,CAAC;AAE/D,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAE7B,oBAAY,SAAS,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,GAAG;IAC1E,IAAI,EAAE,IAAI,CAAC;IACX,IAAI,CAAC,EAAE,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAJT,IAAI;WACH,eAAe,UAAU,CAAC,CAAC,OAAO,CAAC;o1VAmB1C,CAAC"}
1
+ {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAAA,OAA+B,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAClE,OAAO,KAAK,EAAE,EAAE,cAAc,EAAmB,MAAM,OAAO,CAAC;AAE/D,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAE7B,oBAAY,SAAS,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,GAAG;IAC1E,IAAI,EAAE,IAAI,CAAC;IACX,IAAI,CAAC,EAAE,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,IAAI;;;;UAJT,IAAI;WACH,eAAe,UAAU,CAAC,CAAC,OAAO,CAAC;o1VAmB1C,CAAC"}