@rocket.chat/fuselage 0.6.3-dev.434 → 0.6.3-dev.438

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 (147) 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/NumberInput/NumberInput.d.ts +1 -120
  52. package/dist/components/NumberInput/NumberInput.d.ts.map +1 -1
  53. package/dist/components/Options/Option/index.d.ts +4 -123
  54. package/dist/components/Options/Option/index.d.ts.map +1 -1
  55. package/dist/components/Options/Options.d.ts +2 -240
  56. package/dist/components/Options/Options.d.ts.map +1 -1
  57. package/dist/components/Options/index.d.ts +2 -240
  58. package/dist/components/Options/index.d.ts.map +1 -1
  59. package/dist/components/Options/useCursor.d.ts +1 -1
  60. package/dist/components/Options/useCursor.d.ts.map +1 -1
  61. package/dist/components/Options/useVisible.d.ts +2 -2
  62. package/dist/components/Options/useVisible.d.ts.map +1 -1
  63. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +4 -242
  64. package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -1
  65. package/dist/components/PasswordInput/PasswordInput.d.ts +1 -120
  66. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -1
  67. package/dist/components/{Box/Position → Position}/Position.d.ts +1 -1
  68. package/dist/components/Position/Position.d.ts.map +1 -0
  69. package/dist/components/Position/index.d.ts +2 -0
  70. package/dist/components/Position/index.d.ts.map +1 -0
  71. package/dist/components/{Box/Position → PositionAnimated}/PositionAnimated.d.ts +1 -1
  72. package/dist/components/PositionAnimated/PositionAnimated.d.ts.map +1 -0
  73. package/dist/components/PositionAnimated/index.d.ts +2 -0
  74. package/dist/components/PositionAnimated/index.d.ts.map +1 -0
  75. package/dist/components/ProgressBar/ProgressBar.d.ts +2 -240
  76. package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -1
  77. package/dist/components/RadioButton/RadioButton.d.ts +2 -240
  78. package/dist/components/RadioButton/RadioButton.d.ts.map +1 -1
  79. package/dist/components/{Box/Scrollable → Scrollable}/Scrollable.d.ts +0 -0
  80. package/dist/components/Scrollable/Scrollable.d.ts.map +1 -0
  81. package/dist/components/{Box/Scrollable → Scrollable}/index.d.ts +0 -0
  82. package/dist/components/Scrollable/index.d.ts.map +1 -0
  83. package/dist/components/SearchInput/SearchInput.d.ts +2 -240
  84. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
  85. package/dist/components/Select/Select.d.ts +7 -718
  86. package/dist/components/Select/Select.d.ts.map +1 -1
  87. package/dist/components/Select/SelectFiltered.d.ts +3 -359
  88. package/dist/components/Select/SelectFiltered.d.ts.map +1 -1
  89. package/dist/components/SelectInput/SelectInput.d.ts +2 -240
  90. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -1
  91. package/dist/components/SelectInput/index.d.ts +1 -239
  92. package/dist/components/SelectInput/index.d.ts.map +1 -1
  93. package/dist/components/SelectPaginated/PaginatedMultiSelect.d.ts.map +1 -1
  94. package/dist/components/SelectPaginated/PaginatedSelect.d.ts.map +1 -1
  95. package/dist/components/Sidebar/Item.d.ts +5 -481
  96. package/dist/components/Sidebar/Item.d.ts.map +1 -1
  97. package/dist/components/Sidebar/TopBar.d.ts +5 -481
  98. package/dist/components/Sidebar/TopBar.d.ts.map +1 -1
  99. package/dist/components/Sidebar/index.d.ts +10 -843
  100. package/dist/components/Sidebar/index.d.ts.map +1 -1
  101. package/dist/components/Table/Table.d.ts +2 -240
  102. package/dist/components/Table/Table.d.ts.map +1 -1
  103. package/dist/components/Table/index.d.ts +4 -480
  104. package/dist/components/Table/index.d.ts.map +1 -1
  105. package/dist/components/Tabs/Tabs.d.ts +2 -240
  106. package/dist/components/Tabs/TabsItem.d.ts +2 -240
  107. package/dist/components/Tabs/TabsItem.d.ts.map +1 -1
  108. package/dist/components/TelephoneInput/TelephoneInput.d.ts +2 -240
  109. package/dist/components/TelephoneInput/TelephoneInput.d.ts.map +1 -1
  110. package/dist/components/TextAreaInput/TextArea.d.ts +2 -240
  111. package/dist/components/TextAreaInput/TextArea.d.ts.map +1 -1
  112. package/dist/components/TextInput/TextInput.d.ts +2 -240
  113. package/dist/components/TextInput/TextInput.d.ts.map +1 -1
  114. package/dist/components/Throbber/Throbber.d.ts +2 -240
  115. package/dist/components/Throbber/Throbber.d.ts.map +1 -1
  116. package/dist/components/Tile/Tile.d.ts +2 -240
  117. package/dist/components/Tile/Tile.d.ts.map +1 -1
  118. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts +2 -240
  119. package/dist/components/ToggleSwitch/ToggleSwitch.d.ts.map +1 -1
  120. package/dist/components/Tooltip/Tooltip.d.ts +3 -241
  121. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  122. package/dist/components/UrlInput/UrlInput.d.ts +1 -120
  123. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -1
  124. package/dist/components/index.d.ts +7 -1
  125. package/dist/components/index.d.ts.map +1 -1
  126. package/dist/fuselage.development.js +1099 -1034
  127. package/dist/fuselage.development.js.map +1 -1
  128. package/dist/fuselage.production.js +1 -1
  129. package/dist/hooks/useArrayLikeClassNameProp.d.ts +6 -0
  130. package/dist/hooks/useArrayLikeClassNameProp.d.ts.map +1 -0
  131. package/dist/hooks/useBoxOnlyProps.d.ts +8 -0
  132. package/dist/hooks/useBoxOnlyProps.d.ts.map +1 -0
  133. package/dist/hooks/useStyle.d.ts +1 -2
  134. package/dist/hooks/useStyle.d.ts.map +1 -1
  135. package/package.json +13 -19
  136. package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts.map +0 -1
  137. package/dist/components/Box/AnimatedVisibility/index.d.ts.map +0 -1
  138. package/dist/components/Box/Flex/Flex.d.ts.map +0 -1
  139. package/dist/components/Box/Flex/FlexItem.d.ts.map +0 -1
  140. package/dist/components/Box/Flex/index.d.ts +0 -10
  141. package/dist/components/Box/Flex/index.d.ts.map +0 -1
  142. package/dist/components/Box/Position/Position.d.ts.map +0 -1
  143. package/dist/components/Box/Position/PositionAnimated.d.ts.map +0 -1
  144. package/dist/components/Box/Position/index.d.ts +0 -3
  145. package/dist/components/Box/Position/index.d.ts.map +0 -1
  146. package/dist/components/Box/Scrollable/Scrollable.d.ts.map +0 -1
  147. package/dist/components/Box/Scrollable/index.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,EAAE,GAAG,EAAE,MAAM,IAAI,CAAC;AAKzB,aAAK,YAAY,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC;AAE/C,eAAO,MAAM,OAAO,UAAW,YAAY,gBAAmC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE/E,wBAIG;AAEH,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,QAAQ,CAAC;AAChD,cAAc,QAAQ,CAAC;AACvB,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,WAAW,CAAC;AACtD,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,UAAU,CAAC;AACpD,cAAc,UAAU,CAAC;AAEzB,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,EAAE,GAAG,EAAE,MAAM,IAAI,CAAC;AAKzB,aAAK,YAAY,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC;AAE/C,eAAO,MAAM,OAAO,UAAW,YAAY,gBAAmC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE/E,wBAIG;AAEH,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,QAAQ,CAAC;AAChD,cAAc,QAAQ,CAAC;AACvB,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,WAAW,CAAC;AACtD,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,UAAU,CAAC;AACpD,cAAc,UAAU,CAAC;AAEzB,cAAc,iBAAiB,CAAC"}
@@ -11,250 +11,12 @@ export declare const Table: {
11
11
  Selection: ({ children, text, ...props }: {
12
12
  is?: React.ElementType<any> | undefined;
13
13
  htmlSize?: number | undefined;
14
- } & {
15
- border?: import("csstype").Property.Border<string | number> | undefined;
16
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
17
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
18
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
19
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
20
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
21
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
22
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
23
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
24
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
25
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
26
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
27
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
28
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
29
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
30
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
31
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
32
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
33
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
34
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
35
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
36
- borderColor?: import("csstype").Property.BorderColor | undefined;
37
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
38
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
39
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
40
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
41
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
42
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
43
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
44
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
45
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
46
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
47
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
48
- color?: import("csstype").Property.Color | undefined;
49
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
50
- bg?: import("csstype").Property.BackgroundColor | undefined;
51
- opacity?: import("csstype").Property.Opacity | undefined;
52
- alignItems?: import("csstype").Property.AlignItems | undefined;
53
- alignContent?: import("csstype").Property.AlignContent | undefined;
54
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
55
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
56
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
57
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
58
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
59
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
60
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
61
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
62
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
63
- order?: import("csstype").Property.Order | undefined;
64
- w?: import("csstype").Property.Width<string | number> | undefined;
65
- width?: import("csstype").Property.Width<string | number> | undefined;
66
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
67
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
68
- h?: import("csstype").Property.Height<string | number> | undefined;
69
- height?: import("csstype").Property.Height<string | number> | undefined;
70
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
71
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
72
- display?: import("csstype").Property.Display | undefined;
73
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
74
- overflow?: import("csstype").Property.Overflow | undefined;
75
- overflowX?: import("csstype").Property.OverflowX | undefined;
76
- overflowY?: import("csstype").Property.OverflowY | undefined;
77
- position?: import("csstype").Property.Position | undefined;
78
- zIndex?: import("csstype").Property.ZIndex | undefined;
79
- inset?: import("csstype").Property.Inset<string | number> | undefined;
80
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
81
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
82
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
83
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
84
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
85
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
86
- m?: import("csstype").Property.Margin<string | number> | undefined;
87
- margin?: import("csstype").Property.Margin<string | number> | undefined;
88
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
89
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
90
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
91
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
92
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
93
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
94
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
95
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
96
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
97
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
98
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
99
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
100
- p?: import("csstype").Property.Padding<string | number> | undefined;
101
- padding?: import("csstype").Property.Padding<string | number> | undefined;
102
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
103
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
104
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
105
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
106
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
107
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
108
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
109
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
110
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
111
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
112
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
113
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
114
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
115
- fontSize?: string | number | (string & {}) | undefined;
116
- fontStyle?: import("csstype").Property.FontStyle | undefined;
117
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
118
- letterSpacing?: string | number | undefined;
119
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
120
- textAlign?: import("csstype").Property.TextAlign | undefined;
121
- textTransform?: import("csstype").Property.TextTransform | undefined;
122
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
123
- animated?: boolean | undefined;
124
- elevation?: "0" | "1" | "2" | undefined;
125
- invisible?: boolean | undefined;
126
- withRichContent?: string | boolean | undefined;
127
- withTruncatedText?: boolean | undefined;
128
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
129
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
130
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
131
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
132
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
133
- } & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any> & {
14
+ } & import("../Box").BoxStylingProps & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any> & {
134
15
  text?: string | undefined;
135
16
  }) => JSX.Element;
136
17
  Button: (props: {
137
18
  is?: React.ElementType<any> | undefined;
138
19
  htmlSize?: number | undefined;
139
- } & {
140
- border?: import("csstype").Property.Border<string | number> | undefined;
141
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
142
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
143
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
144
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
145
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
146
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
147
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
148
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
149
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
150
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
151
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
152
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
153
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
154
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
155
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
156
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
157
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
158
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
159
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
160
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
161
- borderColor?: import("csstype").Property.BorderColor | undefined;
162
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
163
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
164
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
165
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
166
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
167
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
168
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
169
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
170
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
171
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
172
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
173
- color?: import("csstype").Property.Color | undefined;
174
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
175
- bg?: import("csstype").Property.BackgroundColor | undefined;
176
- opacity?: import("csstype").Property.Opacity | undefined;
177
- alignItems?: import("csstype").Property.AlignItems | undefined;
178
- alignContent?: import("csstype").Property.AlignContent | undefined;
179
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
180
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
181
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
182
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
183
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
184
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
185
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
186
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
187
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
188
- order?: import("csstype").Property.Order | undefined;
189
- w?: import("csstype").Property.Width<string | number> | undefined;
190
- width?: import("csstype").Property.Width<string | number> | undefined;
191
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
192
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
193
- h?: import("csstype").Property.Height<string | number> | undefined;
194
- height?: import("csstype").Property.Height<string | number> | undefined;
195
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
196
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
197
- display?: import("csstype").Property.Display | undefined;
198
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
199
- overflow?: import("csstype").Property.Overflow | undefined;
200
- overflowX?: import("csstype").Property.OverflowX | undefined;
201
- overflowY?: import("csstype").Property.OverflowY | undefined;
202
- position?: import("csstype").Property.Position | undefined;
203
- zIndex?: import("csstype").Property.ZIndex | undefined;
204
- inset?: import("csstype").Property.Inset<string | number> | undefined;
205
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
206
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
207
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
208
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
209
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
210
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
211
- m?: import("csstype").Property.Margin<string | number> | undefined;
212
- margin?: import("csstype").Property.Margin<string | number> | undefined;
213
- mb?: import("csstype").Property.MarginBlock<string | number> | undefined;
214
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
215
- mbs?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
216
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
217
- mbe?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
218
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
219
- mi?: import("csstype").Property.MarginInline<string | number> | undefined;
220
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
221
- mis?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
222
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
223
- mie?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
224
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
225
- p?: import("csstype").Property.Padding<string | number> | undefined;
226
- padding?: import("csstype").Property.Padding<string | number> | undefined;
227
- pb?: import("csstype").Property.PaddingBlock<string | number> | undefined;
228
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
229
- pbs?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
230
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
231
- pbe?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
232
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
233
- pi?: import("csstype").Property.PaddingInline<string | number> | undefined;
234
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
235
- pis?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
236
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
237
- pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
238
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
239
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
240
- fontSize?: string | number | (string & {}) | undefined;
241
- fontStyle?: import("csstype").Property.FontStyle | undefined;
242
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
243
- letterSpacing?: string | number | undefined;
244
- lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
245
- textAlign?: import("csstype").Property.TextAlign | undefined;
246
- textTransform?: import("csstype").Property.TextTransform | undefined;
247
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
248
- animated?: boolean | undefined;
249
- elevation?: "0" | "1" | "2" | undefined;
250
- invisible?: boolean | undefined;
251
- withRichContent?: string | boolean | undefined;
252
- withTruncatedText?: boolean | undefined;
253
- size?: import("csstype").Property.BlockSize<string | number> | undefined;
254
- minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
255
- maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
256
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
257
- className?: string | (<T extends readonly unknown[]>(...args: T) => string) | (string | false | 0 | (<T extends readonly unknown[]>(...args: T) => string) | null | undefined)[] | undefined;
258
- } & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any>) => JSX.Element;
20
+ } & import("../Box").BoxStylingProps & Omit<React.AllHTMLAttributes<HTMLElement>, "ref" | "is" | "className" | "size"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLElement>> & React.RefAttributes<any>) => JSX.Element;
259
21
  };
260
22
  //# sourceMappingURL=Table.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE7D,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAI7B,eAAO,MAAM,KAAK,EAAE,aAInB,CAAC;AAEF,oBAAY,UAAU,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IACpD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,KAAK;2CAKf,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWZ,CAAC"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE7D,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAI7B,eAAO,MAAM,KAAK,EAAE,aAInB,CAAC;AAEF,oBAAY,UAAU,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IACpD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,KAAK;2CAKf,UAAU;;;;;;;;;;;CAWZ,CAAC"}