@nextui-org/react 1.0.0-beta.6 → 1.0.0-beta.9-dbg1

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 (278) hide show
  1. package/cjs/avatar/avatar.js +1 -1
  2. package/cjs/avatar/avatar.styles.js +1 -1
  3. package/cjs/backdrop/backdrop.styles.js +1 -1
  4. package/cjs/button/button-icon.js +1 -1
  5. package/cjs/button/button.js +1 -1
  6. package/cjs/button/button.styles.js +1 -1
  7. package/cjs/button/utils.js +1 -1
  8. package/cjs/card/card.js +1 -1
  9. package/cjs/card/card.styles.js +1 -1
  10. package/cjs/card/index.js +1 -1
  11. package/cjs/card/use-card.js +1 -0
  12. package/cjs/checkbox/checkbox-context.js +1 -1
  13. package/cjs/checkbox/checkbox-group.js +1 -1
  14. package/cjs/checkbox/checkbox.js +1 -1
  15. package/cjs/checkbox/checkbox.styles.js +1 -1
  16. package/cjs/checkbox/use-checkbox-group.js +1 -0
  17. package/cjs/checkbox/use-checkbox.js +1 -0
  18. package/cjs/collapse/collapse.styles.js +1 -1
  19. package/cjs/css-baseline/css-baseline.js +1 -1
  20. package/cjs/dropdown/base/dropdown-item-base.js +1 -0
  21. package/cjs/dropdown/dropdown-button.js +1 -0
  22. package/cjs/dropdown/dropdown-context.js +1 -0
  23. package/cjs/dropdown/dropdown-icon.js +1 -0
  24. package/cjs/dropdown/dropdown-item.js +1 -0
  25. package/cjs/dropdown/dropdown-menu.js +1 -0
  26. package/cjs/dropdown/dropdown-section.js +1 -0
  27. package/cjs/dropdown/dropdown-trigger.js +1 -0
  28. package/cjs/dropdown/dropdown-types.js +1 -0
  29. package/cjs/dropdown/dropdown.js +1 -0
  30. package/cjs/dropdown/dropdown.styles.js +1 -0
  31. package/cjs/dropdown/index.js +1 -0
  32. package/cjs/dropdown/use-dropdown.js +1 -0
  33. package/cjs/grid/grid-container.js +1 -1
  34. package/cjs/image/image.js +1 -1
  35. package/cjs/image/image.styles.js +1 -1
  36. package/cjs/index.js +1 -1
  37. package/cjs/input/input.styles.js +1 -1
  38. package/cjs/link/link.js +1 -1
  39. package/cjs/link/link.styles.js +1 -1
  40. package/cjs/modal/modal.styles.js +1 -1
  41. package/cjs/pagination/pagination.styles.js +1 -1
  42. package/cjs/popover/popover-content.js +1 -1
  43. package/cjs/popover/popover-trigger.js +1 -1
  44. package/cjs/popover/popover.js +1 -1
  45. package/cjs/popover/popover.styles.js +1 -1
  46. package/cjs/popover/use-popover.js +1 -1
  47. package/cjs/popover/utils.js +1 -1
  48. package/cjs/radio/index.js +1 -1
  49. package/cjs/radio/radio-context.js +1 -1
  50. package/cjs/radio/radio-group.js +1 -1
  51. package/cjs/radio/radio.js +1 -1
  52. package/cjs/radio/radio.styles.js +1 -1
  53. package/cjs/radio/use-radio-group.js +1 -0
  54. package/cjs/radio/use-radio.js +1 -0
  55. package/cjs/snippet/snippet.styles.js +1 -1
  56. package/cjs/switch/switch.styles.js +1 -1
  57. package/cjs/table/table-checkbox-cell.js +1 -1
  58. package/cjs/table/table-context.js +1 -1
  59. package/cjs/table/table-select-all-checkbox.js +1 -1
  60. package/cjs/table/table.js +1 -1
  61. package/cjs/table/table.styles.js +1 -1
  62. package/cjs/table/utils.js +1 -1
  63. package/cjs/theme/colors/blue.js +1 -0
  64. package/cjs/theme/colors/cyan.js +1 -0
  65. package/cjs/theme/colors/gray.js +1 -0
  66. package/cjs/theme/colors/green.js +1 -0
  67. package/cjs/theme/colors/index.js +1 -0
  68. package/cjs/theme/colors/pink.js +1 -0
  69. package/cjs/theme/colors/purple.js +1 -0
  70. package/cjs/theme/colors/red.js +1 -0
  71. package/cjs/theme/colors/yellow.js +1 -0
  72. package/cjs/theme/common.js +1 -1
  73. package/cjs/theme/dark-theme.js +1 -1
  74. package/cjs/theme/index.js +1 -1
  75. package/cjs/theme/light-theme.js +1 -1
  76. package/cjs/theme/shared-css.js +1 -0
  77. package/cjs/theme/stitches.config.js +1 -1
  78. package/cjs/tooltip/tooltip.styles.js +1 -1
  79. package/cjs/user/index.js +1 -1
  80. package/cjs/user/user-link.js +1 -1
  81. package/cjs/user/user.js +1 -1
  82. package/cjs/user/user.styles.js +1 -1
  83. package/cjs/utils/checkmark.js +1 -0
  84. package/cjs/utils/color.js +1 -1
  85. package/cjs/utils/dom.js +1 -1
  86. package/cjs/utils/icons.js +1 -1
  87. package/cjs/utils/prop-types.js +1 -1
  88. package/dropdown/package.json +6 -0
  89. package/esm/avatar/avatar.js +1 -1
  90. package/esm/avatar/avatar.styles.js +1 -1
  91. package/esm/backdrop/backdrop.styles.js +1 -1
  92. package/esm/button/button-icon.js +1 -1
  93. package/esm/button/button.js +1 -1
  94. package/esm/button/button.styles.js +1 -1
  95. package/esm/button/utils.js +1 -1
  96. package/esm/card/card.js +1 -1
  97. package/esm/card/card.styles.js +1 -1
  98. package/esm/card/index.js +1 -1
  99. package/esm/card/use-card.js +1 -0
  100. package/esm/checkbox/checkbox-context.js +1 -1
  101. package/esm/checkbox/checkbox-group.js +1 -1
  102. package/esm/checkbox/checkbox.js +1 -1
  103. package/esm/checkbox/checkbox.styles.js +1 -1
  104. package/esm/checkbox/use-checkbox-group.js +1 -0
  105. package/esm/checkbox/use-checkbox.js +1 -0
  106. package/esm/collapse/collapse.styles.js +1 -1
  107. package/esm/css-baseline/css-baseline.js +1 -1
  108. package/esm/dropdown/base/dropdown-item-base.js +1 -0
  109. package/esm/dropdown/dropdown-button.js +1 -0
  110. package/esm/dropdown/dropdown-context.js +1 -0
  111. package/esm/dropdown/dropdown-icon.js +1 -0
  112. package/esm/dropdown/dropdown-item.js +1 -0
  113. package/esm/dropdown/dropdown-menu.js +1 -0
  114. package/esm/dropdown/dropdown-section.js +1 -0
  115. package/esm/dropdown/dropdown-trigger.js +1 -0
  116. package/esm/dropdown/dropdown-types.js +1 -0
  117. package/esm/dropdown/dropdown.js +1 -0
  118. package/esm/dropdown/dropdown.styles.js +1 -0
  119. package/esm/dropdown/index.js +1 -0
  120. package/esm/dropdown/use-dropdown.js +1 -0
  121. package/esm/grid/grid-container.js +1 -1
  122. package/esm/image/image.js +1 -1
  123. package/esm/image/image.styles.js +1 -1
  124. package/esm/index.js +1 -1
  125. package/esm/input/input.styles.js +1 -1
  126. package/esm/link/link.js +1 -1
  127. package/esm/link/link.styles.js +1 -1
  128. package/esm/modal/modal.styles.js +1 -1
  129. package/esm/pagination/pagination.styles.js +1 -1
  130. package/esm/popover/popover-content.js +1 -1
  131. package/esm/popover/popover-trigger.js +1 -1
  132. package/esm/popover/popover.js +1 -1
  133. package/esm/popover/popover.styles.js +1 -1
  134. package/esm/popover/use-popover.js +1 -1
  135. package/esm/popover/utils.js +1 -1
  136. package/esm/radio/index.js +1 -1
  137. package/esm/radio/radio-context.js +1 -1
  138. package/esm/radio/radio-group.js +1 -1
  139. package/esm/radio/radio.js +1 -1
  140. package/esm/radio/radio.styles.js +1 -1
  141. package/esm/radio/use-radio-group.js +1 -0
  142. package/esm/radio/use-radio.js +1 -0
  143. package/esm/snippet/snippet.styles.js +1 -1
  144. package/esm/switch/switch.styles.js +1 -1
  145. package/esm/table/table-checkbox-cell.js +1 -1
  146. package/esm/table/table-context.js +1 -1
  147. package/esm/table/table-select-all-checkbox.js +1 -1
  148. package/esm/table/table.js +1 -1
  149. package/esm/table/table.styles.js +1 -1
  150. package/esm/table/utils.js +1 -1
  151. package/esm/theme/colors/blue.js +1 -0
  152. package/esm/theme/colors/cyan.js +1 -0
  153. package/esm/theme/colors/gray.js +1 -0
  154. package/esm/theme/colors/green.js +1 -0
  155. package/esm/theme/colors/index.js +1 -0
  156. package/esm/theme/colors/pink.js +1 -0
  157. package/esm/theme/colors/purple.js +1 -0
  158. package/esm/theme/colors/red.js +1 -0
  159. package/esm/theme/colors/yellow.js +1 -0
  160. package/esm/theme/common.js +1 -1
  161. package/esm/theme/dark-theme.js +1 -1
  162. package/esm/theme/index.js +1 -1
  163. package/esm/theme/light-theme.js +1 -1
  164. package/esm/theme/shared-css.js +1 -0
  165. package/esm/theme/stitches.config.js +1 -1
  166. package/esm/tooltip/tooltip.styles.js +1 -1
  167. package/esm/user/index.js +1 -1
  168. package/esm/user/user-link.js +1 -1
  169. package/esm/user/user.js +1 -1
  170. package/esm/user/user.styles.js +1 -1
  171. package/esm/utils/checkmark.js +1 -0
  172. package/esm/utils/color.js +1 -1
  173. package/esm/utils/dom.js +1 -1
  174. package/esm/utils/icons.js +1 -1
  175. package/esm/utils/prop-types.js +1 -1
  176. package/package.json +29 -24
  177. package/types/avatar/avatar-group.styles.d.ts +396 -174
  178. package/types/avatar/avatar.d.ts +2372 -11
  179. package/types/avatar/avatar.styles.d.ts +2570 -98
  180. package/types/backdrop/backdrop.styles.d.ts +594 -261
  181. package/types/button/button-group.styles.d.ts +198 -87
  182. package/types/button/button-icon.d.ts +202 -89
  183. package/types/button/button.d.ts +5 -3
  184. package/types/button/button.styles.d.ts +1636 -189
  185. package/types/card/card.d.ts +8 -9
  186. package/types/card/card.styles.d.ts +3103 -350
  187. package/types/card/use-card.d.ts +301 -0
  188. package/types/checkbox/checkbox-context.d.ts +3 -11
  189. package/types/checkbox/checkbox-group.d.ts +9 -28
  190. package/types/checkbox/checkbox.d.ts +8 -40
  191. package/types/checkbox/checkbox.styles.d.ts +2193 -2021
  192. package/types/checkbox/use-checkbox-group.d.ts +30 -0
  193. package/types/checkbox/use-checkbox.d.ts +26 -0
  194. package/types/code/code.styles.d.ts +396 -174
  195. package/types/col/col.styles.d.ts +198 -87
  196. package/types/collapse/collapse.styles.d.ts +1199 -533
  197. package/types/container/container.styles.d.ts +198 -87
  198. package/types/divider/divider.styles.d.ts +396 -174
  199. package/types/dropdown/base/dropdown-item-base.d.ts +19 -0
  200. package/types/dropdown/dropdown-button.d.ts +3689 -0
  201. package/types/dropdown/dropdown-context.d.ts +728 -0
  202. package/types/dropdown/dropdown-icon.d.ts +9 -0
  203. package/types/dropdown/dropdown-item.d.ts +31 -0
  204. package/types/dropdown/dropdown-menu.d.ts +30 -0
  205. package/types/dropdown/dropdown-section.d.ts +29 -0
  206. package/types/dropdown/dropdown-trigger.d.ts +11 -0
  207. package/types/dropdown/dropdown-types.d.ts +24 -0
  208. package/types/dropdown/dropdown.d.ts +24 -0
  209. package/types/dropdown/dropdown.styles.d.ts +11869 -0
  210. package/types/dropdown/index.d.ts +9 -0
  211. package/types/dropdown/use-dropdown.d.ts +389 -0
  212. package/types/grid/grid.styles.d.ts +396 -174
  213. package/types/image/image.d.ts +5 -18
  214. package/types/image/image.styles.d.ts +594 -261
  215. package/types/index.d.ts +5 -1
  216. package/types/input/input-password.d.ts +1 -1
  217. package/types/input/input-props.d.ts +2 -2
  218. package/types/input/input.styles.d.ts +2367 -1146
  219. package/types/link/link.styles.d.ts +396 -174
  220. package/types/loading/loading.styles.d.ts +1199 -533
  221. package/types/modal/modal.styles.d.ts +1199 -533
  222. package/types/pagination/pagination.styles.d.ts +1199 -533
  223. package/types/popover/popover-content.d.ts +1147 -2
  224. package/types/popover/popover-context.d.ts +120 -0
  225. package/types/popover/popover.d.ts +4 -4
  226. package/types/popover/popover.styles.d.ts +2374 -88
  227. package/types/popover/use-popover.d.ts +83 -4
  228. package/types/popover/utils.d.ts +3 -1
  229. package/types/progress/progress.d.ts +1 -1
  230. package/types/progress/progress.styles.d.ts +396 -174
  231. package/types/radio/index.d.ts +2 -2
  232. package/types/radio/radio-context.d.ts +22 -13
  233. package/types/radio/radio-group.d.ts +9 -78
  234. package/types/radio/radio.d.ts +10 -66
  235. package/types/radio/radio.styles.d.ts +3335 -562
  236. package/types/radio/use-radio-group.d.ts +26 -0
  237. package/types/radio/use-radio.d.ts +31 -0
  238. package/types/row/row.styles.d.ts +198 -87
  239. package/types/snippet/snippet.styles.d.ts +803 -359
  240. package/types/spacer/spacer.styles.d.ts +198 -87
  241. package/types/switch/switch.d.ts +1 -1
  242. package/types/switch/switch.styles.d.ts +803 -359
  243. package/types/table/table-column-header.d.ts +198 -87
  244. package/types/table/table-sort-icon.d.ts +198 -87
  245. package/types/table/table.styles.d.ts +3745 -1856
  246. package/types/table/utils.d.ts +5 -29
  247. package/types/text/text.styles.d.ts +198 -87
  248. package/types/textarea/textarea.d.ts +1 -1
  249. package/types/theme/colors/blue.d.ts +24 -0
  250. package/types/theme/colors/cyan.d.ts +24 -0
  251. package/types/theme/colors/gray.d.ts +24 -0
  252. package/types/theme/colors/green.d.ts +24 -0
  253. package/types/theme/colors/index.d.ts +8 -0
  254. package/types/theme/colors/pink.d.ts +24 -0
  255. package/types/theme/colors/purple.d.ts +24 -0
  256. package/types/theme/colors/red.d.ts +24 -0
  257. package/types/theme/colors/yellow.d.ts +24 -0
  258. package/types/theme/common.d.ts +449 -392
  259. package/types/theme/dark-theme.d.ts +112 -22
  260. package/types/theme/light-theme.d.ts +91 -13
  261. package/types/theme/shared-css.d.ts +5237 -0
  262. package/types/theme/stitches.config.d.ts +3120 -4934
  263. package/types/theme/types.d.ts +3 -0
  264. package/types/tooltip/tooltip.d.ts +1 -1
  265. package/types/tooltip/tooltip.styles.d.ts +803 -359
  266. package/types/user/index.d.ts +1 -1
  267. package/types/user/user-link.d.ts +4 -11
  268. package/types/user/user.styles.d.ts +787 -1277
  269. package/types/utils/checkmark.d.ts +19 -0
  270. package/types/utils/color.d.ts +1 -0
  271. package/types/utils/dom.d.ts +5 -2
  272. package/types/utils/drip.d.ts +199 -88
  273. package/types/utils/prop-types.d.ts +4 -0
  274. package/umd/nextui.js +14191 -17827
  275. package/umd/nextui.min.js +1 -1
  276. package/cjs/checkbox/utils.js +0 -1
  277. package/esm/checkbox/utils.js +0 -1
  278. package/types/checkbox/utils.d.ts +0 -288
@@ -0,0 +1,19 @@
1
+ import React, { HTMLAttributes } from 'react';
2
+ import type { CSS } from '../theme/stitches.config';
3
+ interface Props {
4
+ css?: CSS;
5
+ width?: number;
6
+ height?: number;
7
+ size?: number;
8
+ strokeWidth?: number;
9
+ fill?: string;
10
+ className?: string;
11
+ }
12
+ declare type NativeAttrs = Omit<HTMLAttributes<HTMLElement>, keyof Props>;
13
+ export declare type CheckmarkProps = Props & NativeAttrs;
14
+ export declare const stroke: {
15
+ (): string;
16
+ name: string;
17
+ };
18
+ declare const Checkmark: React.FC<CheckmarkProps>;
19
+ export default Checkmark;
@@ -15,6 +15,7 @@ export declare const isHex: (str: string) => boolean;
15
15
  */
16
16
  export declare const hexToRGBA: (hex: string, alpha?: number) => string;
17
17
  export declare const isNormalColor: (color: string) => boolean;
18
+ export declare const isSimpleColor: (color: string) => boolean;
18
19
  /**
19
20
  * Function that checks color name support in the current browser
20
21
  * @param strColor
@@ -1,5 +1,5 @@
1
1
  import { DOMRefValue, FocusableRef, FocusableRefValue } from '@react-types/shared';
2
- import { Ref, RefObject } from 'react';
2
+ import { Ref, RefObject, MutableRefObject } from 'react';
3
3
  export declare function canUseDOM(): boolean;
4
4
  export declare const isBrowser: boolean;
5
5
  declare function getUserAgentBrowser(navigator: Navigator): "Chrome for iOS" | "Edge" | "Silk" | "Chrome" | "Firefox" | "AOSP" | "IE" | "Safari" | "WebKit" | null;
@@ -15,5 +15,8 @@ export declare function createDOMRef<T extends HTMLElement = HTMLElement>(ref: R
15
15
  export declare function createFocusableRef<T extends HTMLElement = HTMLElement>(domRef: RefObject<T>, focusableRef?: RefObject<HTMLElement>): FocusableRefValue<T>;
16
16
  export declare function useDOMRef<T extends HTMLElement = HTMLElement>(ref: RefObject<T | null> | Ref<T | null>): RefObject<T>;
17
17
  export declare function useFocusableRef<T extends HTMLElement = HTMLElement>(ref: FocusableRef<T>, focusableRef?: RefObject<HTMLElement>): RefObject<T>;
18
- export declare function unwrapDOMRef<T extends HTMLElement>(ref: RefObject<DOMRefValue<T>>): RefObject<T>;
18
+ export interface ContextValue<T> {
19
+ ref?: MutableRefObject<T>;
20
+ }
21
+ export declare function useSyncRef<T>(context: ContextValue<T | null>, ref: RefObject<T>): void;
19
22
  export {};
@@ -54,89 +54,20 @@ export declare const StyledDrip: import("@stitches/react/types/styled-component"
54
54
  lg: string;
55
55
  xl: string;
56
56
  };
57
+ dropShadows: {
58
+ xs: string;
59
+ sm: string;
60
+ md: string;
61
+ lg: string;
62
+ xl: string;
63
+ };
57
64
  colors: {
58
- accents1: string;
59
- accents2: string;
60
- accents3: string;
61
- accents4: string;
62
- accents5: string;
63
- accents6: string;
64
- accents7: string;
65
- accents8: string;
66
- accents9: string;
67
- background: string;
68
- foreground: string;
69
- backgroundContrast: string;
70
65
  text: string;
66
+ link: string;
71
67
  codeLight: string;
72
68
  code: string;
73
- border: string;
74
69
  selection: string;
75
- white: string;
76
- black: string;
77
- blue100: string;
78
- blue200: string;
79
- blue300: string;
80
- blue400: string;
81
- blue500: string;
82
- blue600: string;
83
- blue700: string;
84
- blue800: string;
85
- blue900: string;
86
- purple100: string;
87
- purple200: string;
88
- purple300: string;
89
- purple400: string;
90
- purple500: string;
91
- purple600: string;
92
- purple700: string;
93
- purple800: string;
94
- purple900: string;
95
- green100: string;
96
- green200: string;
97
- green300: string;
98
- green400: string;
99
- green500: string;
100
- green600: string;
101
- green700: string;
102
- green800: string;
103
- green900: string;
104
- yellow100: string;
105
- yellow200: string;
106
- yellow300: string;
107
- yellow400: string;
108
- yellow500: string;
109
- yellow600: string;
110
- yellow700: string;
111
- yellow800: string;
112
- yellow900: string;
113
- red100: string;
114
- red200: string;
115
- red300: string;
116
- red400: string;
117
- red500: string;
118
- red600: string;
119
- red700: string;
120
- red800: string;
121
- red900: string;
122
- cyan100: string;
123
- cyan200: string;
124
- cyan300: string;
125
- cyan400: string;
126
- cyan500: string;
127
- cyan600: string;
128
- cyan700: string;
129
- cyan800: string;
130
- cyan900: string;
131
- pink100: string;
132
- pink200: string;
133
- pink300: string;
134
- pink400: string;
135
- pink500: string;
136
- pink600: string;
137
- pink700: string;
138
- pink800: string;
139
- pink900: string;
70
+ gray50: string;
140
71
  gray100: string;
141
72
  gray200: string;
142
73
  gray300: string;
@@ -146,41 +77,173 @@ export declare const StyledDrip: import("@stitches/react/types/styled-component"
146
77
  gray700: string;
147
78
  gray800: string;
148
79
  gray900: string;
80
+ pink50: string;
81
+ pink100: string;
82
+ pink200: string;
83
+ pink300: string;
84
+ pink400: string;
85
+ pink500: string;
86
+ pink600: string;
87
+ pink700: string;
88
+ pink800: string;
89
+ pink900: string;
90
+ cyan50: string;
91
+ cyan100: string;
92
+ cyan200: string;
93
+ cyan300: string;
94
+ cyan400: string;
95
+ cyan500: string;
96
+ cyan600: string;
97
+ cyan700: string;
98
+ cyan800: string;
99
+ cyan900: string;
100
+ red50: string;
101
+ red100: string;
102
+ red200: string;
103
+ red300: string;
104
+ red400: string;
105
+ red500: string;
106
+ red600: string;
107
+ red700: string;
108
+ red800: string;
109
+ red900: string;
110
+ yellow50: string;
111
+ yellow100: string;
112
+ yellow200: string;
113
+ yellow300: string;
114
+ yellow400: string;
115
+ yellow500: string;
116
+ yellow600: string;
117
+ yellow700: string;
118
+ yellow800: string;
119
+ yellow900: string;
120
+ green50: string;
121
+ green100: string;
122
+ green200: string;
123
+ green300: string;
124
+ green400: string;
125
+ green500: string;
126
+ green600: string;
127
+ green700: string;
128
+ green800: string;
129
+ green900: string;
130
+ purple50: string;
131
+ purple100: string;
132
+ purple200: string;
133
+ purple300: string;
134
+ purple400: string;
135
+ purple500: string;
136
+ purple600: string;
137
+ purple700: string;
138
+ purple800: string;
139
+ purple900: string;
140
+ blue50: string;
141
+ blue100: string;
142
+ blue200: string;
143
+ blue300: string;
144
+ blue400: string;
145
+ blue500: string;
146
+ blue600: string;
147
+ blue700: string;
148
+ blue800: string;
149
+ blue900: string;
150
+ background: string;
151
+ foreground: string;
152
+ backgroundContrast: string;
153
+ white: string;
154
+ black: string;
149
155
  primaryLight: string;
156
+ primaryLightHover: string;
157
+ primaryLightActive: string;
158
+ primaryLightContrast: string;
150
159
  primary: string;
151
- primaryDark: string;
160
+ primaryBorder: string;
161
+ primaryBorderHover: string;
162
+ primarySolidHover: string;
163
+ primarySolidContrast: string;
152
164
  primaryShadow: string;
153
165
  secondaryLight: string;
166
+ secondaryLightHover: string;
167
+ secondaryLightActive: string;
168
+ secondaryLightContrast: string;
154
169
  secondary: string;
155
- secondaryDark: string;
170
+ secondaryBorder: string;
171
+ secondaryBorderHover: string;
172
+ secondarySolidHover: string;
173
+ secondarySolidContrast: string;
156
174
  secondaryShadow: string;
157
175
  successLight: string;
176
+ successLightHover: string;
177
+ successLightActive: string;
178
+ successLightContrast: string;
158
179
  success: string;
159
- successDark: string;
180
+ successBorder: string;
181
+ successBorderHover: string;
182
+ successSolidHover: string;
183
+ successSolidContrast: string;
160
184
  successShadow: string;
161
185
  warningLight: string;
186
+ warningLightHover: string;
187
+ warningLightActive: string;
188
+ warningLightContrast: string;
162
189
  warning: string;
163
- warningDark: string;
190
+ warningBorder: string;
191
+ warningBorderHover: string;
192
+ warningSolidHover: string;
193
+ warningSolidContrast: string;
164
194
  warningShadow: string;
165
195
  errorLight: string;
196
+ errorLightHover: string;
197
+ errorLightActive: string;
198
+ errorLightContrast: string;
166
199
  error: string;
167
- errorDark: string;
200
+ errorBorder: string;
201
+ errorBorderHover: string;
202
+ errorSolidHover: string;
203
+ errorSolidContrast: string;
168
204
  errorShadow: string;
205
+ neutralLight: string;
206
+ neutralLightHover: string;
207
+ neutralLightActive: string;
208
+ neutralLightContrast: string;
209
+ neutral: string;
210
+ neutralBorder: string;
211
+ neutralBorderHover: string;
212
+ neutralSolidHover: string;
213
+ neutralSolidContrast: string;
214
+ neutralShadow: string;
169
215
  gradient: string;
170
- link: string;
216
+ accents0: string;
217
+ accents1: string;
218
+ accents2: string;
219
+ accents3: string;
220
+ accents4: string;
221
+ accents5: string;
222
+ accents6: string;
223
+ accents7: string;
224
+ accents8: string;
225
+ accents9: string;
226
+ border: string;
171
227
  };
172
228
  fonts: {
173
229
  sans: string;
174
230
  mono: string;
175
231
  };
176
232
  fontSizes: {
177
- tiny: string;
178
233
  xs: string;
179
- base: string;
180
234
  sm: string;
235
+ base: string;
181
236
  md: string;
182
237
  lg: string;
183
238
  xl: string;
239
+ xl2: string;
240
+ xl3: string;
241
+ xl4: string;
242
+ xl5: string;
243
+ xl6: string;
244
+ xl7: string;
245
+ xl8: string;
246
+ xl9: string;
184
247
  };
185
248
  fontWeights: {
186
249
  hairline: number;
@@ -196,9 +259,18 @@ export declare const StyledDrip: import("@stitches/react/types/styled-component"
196
259
  lineHeights: {
197
260
  xs: number;
198
261
  sm: number;
262
+ base: number;
199
263
  md: number;
200
264
  lg: number;
201
265
  xl: number;
266
+ xl2: number;
267
+ xl3: number;
268
+ xl4: number;
269
+ xl5: number;
270
+ xl6: number;
271
+ xl7: number;
272
+ xl8: number;
273
+ xl9: number;
202
274
  };
203
275
  letterSpacings: {
204
276
  tighter: string;
@@ -283,6 +355,7 @@ export declare const StyledDrip: import("@stitches/react/types/styled-component"
283
355
  avatar: string;
284
356
  link: string;
285
357
  card: string;
358
+ dropdownItem: string;
286
359
  };
287
360
  breakpoints: {
288
361
  xs: string;
@@ -658,7 +731,9 @@ export declare const StyledDrip: import("@stitches/react/types/styled-component"
658
731
  readonly [$$PropertyValue]: "backgroundColor";
659
732
  }) => {
660
733
  bf: string;
661
- bg: string;
734
+ bg: {
735
+ readonly [$$PropertyValue]: "backgroundColor";
736
+ };
662
737
  };
663
738
  bgColor: (value: {
664
739
  readonly [$$PropertyValue]: "backgroundColor";
@@ -736,6 +811,32 @@ export declare const StyledDrip: import("@stitches/react/types/styled-component"
736
811
  readonly [$$PropertyValue]: "boxShadow";
737
812
  };
738
813
  };
814
+ ds: (value: {
815
+ readonly [$$PropertyValue]: "boxShadow";
816
+ }) => {
817
+ dropShadow: {
818
+ readonly [$$PropertyValue]: "boxShadow";
819
+ };
820
+ };
821
+ shadow: (value: {
822
+ readonly [$$PropertyValue]: "boxShadow";
823
+ }) => {
824
+ boxShadow: {
825
+ readonly [$$PropertyValue]: "boxShadow";
826
+ };
827
+ };
828
+ dshadow: (value: {
829
+ readonly [$$PropertyValue]: "boxShadow";
830
+ }) => {
831
+ dropShadow: {
832
+ readonly [$$PropertyValue]: "boxShadow";
833
+ };
834
+ };
835
+ dropShadow: (value: {
836
+ readonly [$$PropertyValue]: "boxShadow";
837
+ }) => {
838
+ filter: string;
839
+ };
739
840
  normalShadow: (value: {
740
841
  readonly [$$PropertyValue]: "backgroundColor";
741
842
  }) => {
@@ -939,6 +1040,16 @@ export declare const StyledDrip: import("@stitches/react/types/styled-component"
939
1040
  readonly [$$PropertyValue]: "textDecorationLine";
940
1041
  };
941
1042
  };
1043
+ truncateText: (value: {
1044
+ readonly [$$PropertyValue]: "width";
1045
+ }) => {
1046
+ maxWidth: {
1047
+ readonly [$$PropertyValue]: "width";
1048
+ };
1049
+ whiteSpace: string;
1050
+ overflow: string;
1051
+ textOverflow: string;
1052
+ };
942
1053
  textGradient: (value: {
943
1054
  readonly [$$PropertyValue]: "backgroundImage";
944
1055
  }) => {
@@ -978,5 +1089,5 @@ declare const _default: React.ComponentType<Partial<{
978
1089
  hover: string;
979
1090
  dark: string;
980
1091
  light: string;
981
- }>, "visible" | "x" | "y" | "className">>;
1092
+ }>, "visible" | "className" | "x" | "y">>;
982
1093
  export default _default;
@@ -28,6 +28,8 @@ export declare const excludedInputPropsForTextarea: ["clearable", "as", "rounded
28
28
  export declare const excludedTableProps: ["items", "disabledKeys", "allowDuplicateSelectionEvents", "disallowEmptySelection", "defaultSelectedKeys", "sortDescriptor", "onSortChange"];
29
29
  declare const selectionBehavior: ["toggle", "replace"];
30
30
  declare const selectionMode: ["none", "single", "multiple"];
31
+ declare const dropdownVariants: ["flat", "light", "solid", "shadow"];
32
+ declare const cardVariants: ["flat", "bordered", "shadow"];
31
33
  export declare type Display = typeof display[number];
32
34
  export declare type Justify = typeof justify[number];
33
35
  export declare type AlignItems = typeof alignItems[number];
@@ -53,6 +55,8 @@ export declare type DividerAlign = typeof dividerAlign[number];
53
55
  export declare type ContentPosition = typeof contentPosition[number];
54
56
  export declare type BreakpointsValue = number | boolean;
55
57
  export declare type ExcludedInputProps = typeof excludedInputPropsForTextarea[number];
58
+ export declare type DropdownVariants = typeof dropdownVariants[number];
59
+ export declare type CardVariants = typeof cardVariants[number];
56
60
  export interface AsProp<As extends ElementType = ElementType> {
57
61
  as?: As;
58
62
  }