@usefragments/ui 1.0.2 → 1.2.0

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 (326) hide show
  1. package/README.md +16 -16
  2. package/dist/assets/fragments-wordmark.cjs +30 -0
  3. package/dist/assets/fragments-wordmark.d.ts +13 -0
  4. package/dist/assets/fragments-wordmark.d.ts.map +1 -0
  5. package/dist/assets/fragments-wordmark.js +30 -0
  6. package/dist/assets/ui.css +3234 -3116
  7. package/dist/components/Accordion/Accordion.module.scss.cjs +8 -8
  8. package/dist/components/Accordion/Accordion.module.scss.js +8 -8
  9. package/dist/components/Accordion/index.cjs +22 -10
  10. package/dist/components/Accordion/index.d.ts.map +1 -1
  11. package/dist/components/Accordion/index.js +22 -10
  12. package/dist/components/Alert/Alert.module.scss.cjs +13 -13
  13. package/dist/components/Alert/Alert.module.scss.js +13 -13
  14. package/dist/components/AppShell/AppShell.module.scss.cjs +22 -10
  15. package/dist/components/AppShell/AppShell.module.scss.js +22 -10
  16. package/dist/components/AppShell/index.cjs +1 -1
  17. package/dist/components/AppShell/index.js +1 -1
  18. package/dist/components/Avatar/Avatar.module.scss.cjs +13 -13
  19. package/dist/components/Avatar/Avatar.module.scss.js +13 -13
  20. package/dist/components/Badge/Badge.module.scss.cjs +16 -16
  21. package/dist/components/Badge/Badge.module.scss.js +16 -16
  22. package/dist/components/BentoGrid/BentoGrid.module.scss.cjs +14 -14
  23. package/dist/components/BentoGrid/BentoGrid.module.scss.js +14 -14
  24. package/dist/components/Box/Box.module.scss.cjs +152 -152
  25. package/dist/components/Box/Box.module.scss.js +152 -152
  26. package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.cjs +8 -8
  27. package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.js +8 -8
  28. package/dist/components/Button/Button.module.scss.cjs +13 -13
  29. package/dist/components/Button/Button.module.scss.js +13 -13
  30. package/dist/components/Card/Card.module.scss.cjs +17 -17
  31. package/dist/components/Card/Card.module.scss.js +17 -17
  32. package/dist/components/Card/index.d.ts +3 -3
  33. package/dist/components/Card/index.d.ts.map +1 -1
  34. package/dist/components/Chart/Chart.module.scss.cjs +15 -15
  35. package/dist/components/Chart/Chart.module.scss.js +15 -15
  36. package/dist/components/Checkbox/Checkbox.module.scss.cjs +11 -11
  37. package/dist/components/Checkbox/Checkbox.module.scss.js +11 -11
  38. package/dist/components/Chip/Chip.module.scss.cjs +15 -15
  39. package/dist/components/Chip/Chip.module.scss.js +15 -15
  40. package/dist/components/CodeBlock/CodeBlock.module.scss.cjs +21 -21
  41. package/dist/components/CodeBlock/CodeBlock.module.scss.js +21 -21
  42. package/dist/components/Collapsible/Collapsible.module.scss.cjs +10 -10
  43. package/dist/components/Collapsible/Collapsible.module.scss.js +10 -10
  44. package/dist/components/ColorPicker/ColorPicker.module.scss.cjs +14 -14
  45. package/dist/components/ColorPicker/ColorPicker.module.scss.js +14 -14
  46. package/dist/components/Combobox/Combobox.module.scss.cjs +23 -23
  47. package/dist/components/Combobox/Combobox.module.scss.js +23 -23
  48. package/dist/components/Combobox/index.cjs +106 -9
  49. package/dist/components/Combobox/index.d.ts.map +1 -1
  50. package/dist/components/Combobox/index.js +106 -9
  51. package/dist/components/Command/Command.module.scss.cjs +11 -11
  52. package/dist/components/Command/Command.module.scss.js +11 -11
  53. package/dist/components/ConversationList/ConversationList.module.scss.cjs +10 -10
  54. package/dist/components/ConversationList/ConversationList.module.scss.js +10 -10
  55. package/dist/components/DataTable/DataTable.module.scss.cjs +37 -34
  56. package/dist/components/DataTable/DataTable.module.scss.js +37 -34
  57. package/dist/components/DataTable/index.d.ts +3 -1
  58. package/dist/components/DataTable/index.d.ts.map +1 -1
  59. package/dist/components/DatePicker/DatePicker.module.scss.cjs +33 -33
  60. package/dist/components/DatePicker/DatePicker.module.scss.js +33 -33
  61. package/dist/components/DatePicker/index.d.ts +1 -1
  62. package/dist/components/DatePicker/index.d.ts.map +1 -1
  63. package/dist/components/Dialog/Dialog.module.scss.cjs +14 -14
  64. package/dist/components/Dialog/Dialog.module.scss.js +14 -14
  65. package/dist/components/Drawer/Drawer.module.scss.cjs +28 -28
  66. package/dist/components/Drawer/Drawer.module.scss.js +28 -28
  67. package/dist/components/Drawer/index.cjs +20 -3
  68. package/dist/components/Drawer/index.d.ts.map +1 -1
  69. package/dist/components/Drawer/index.js +20 -3
  70. package/dist/components/Editor/Editor.module.scss.cjs +17 -17
  71. package/dist/components/Editor/Editor.module.scss.js +17 -17
  72. package/dist/components/EmptyState/EmptyState.module.scss.cjs +8 -8
  73. package/dist/components/EmptyState/EmptyState.module.scss.js +8 -8
  74. package/dist/components/Field/Field.module.scss.cjs +4 -4
  75. package/dist/components/Field/Field.module.scss.js +4 -4
  76. package/dist/components/Field/index.cjs +10 -9
  77. package/dist/components/Field/index.d.ts +7 -7
  78. package/dist/components/Field/index.d.ts.map +1 -1
  79. package/dist/components/Field/index.js +10 -9
  80. package/dist/components/Fieldset/Fieldset.module.scss.cjs +3 -3
  81. package/dist/components/Fieldset/Fieldset.module.scss.js +3 -3
  82. package/dist/components/Header/Header.module.scss.cjs +44 -29
  83. package/dist/components/Header/Header.module.scss.js +44 -29
  84. package/dist/components/Header/index.cjs +56 -3
  85. package/dist/components/Header/index.d.ts +25 -3
  86. package/dist/components/Header/index.d.ts.map +1 -1
  87. package/dist/components/Header/index.js +56 -3
  88. package/dist/components/Icon/Icon.module.scss.cjs +8 -8
  89. package/dist/components/Icon/Icon.module.scss.js +8 -8
  90. package/dist/components/IconButton/IconButton.module.scss.cjs +8 -8
  91. package/dist/components/IconButton/IconButton.module.scss.js +8 -8
  92. package/dist/components/Image/Image.module.scss.cjs +27 -27
  93. package/dist/components/Image/Image.module.scss.js +27 -27
  94. package/dist/components/Input/Input.module.scss.cjs +19 -19
  95. package/dist/components/Input/Input.module.scss.js +19 -19
  96. package/dist/components/Link/Link.module.scss.cjs +10 -10
  97. package/dist/components/Link/Link.module.scss.js +10 -10
  98. package/dist/components/List/List.module.scss.cjs +19 -19
  99. package/dist/components/List/List.module.scss.js +19 -19
  100. package/dist/components/Listbox/Listbox.module.scss.cjs +8 -8
  101. package/dist/components/Listbox/Listbox.module.scss.js +8 -8
  102. package/dist/components/Loading/Loading.module.scss.cjs +30 -30
  103. package/dist/components/Loading/Loading.module.scss.js +30 -30
  104. package/dist/components/Main/Main.module.scss.cjs +26 -0
  105. package/dist/components/Main/Main.module.scss.js +26 -0
  106. package/dist/components/Main/index.cjs +128 -0
  107. package/dist/components/Main/index.d.ts +22 -0
  108. package/dist/components/Main/index.d.ts.map +1 -0
  109. package/dist/components/Main/index.js +111 -0
  110. package/dist/components/Markdown/Markdown.module.scss.cjs +1 -1
  111. package/dist/components/Markdown/Markdown.module.scss.js +1 -1
  112. package/dist/components/Menu/Menu.module.scss.cjs +14 -14
  113. package/dist/components/Menu/Menu.module.scss.js +14 -14
  114. package/dist/components/Message/Message.module.scss.cjs +18 -18
  115. package/dist/components/Message/Message.module.scss.js +18 -18
  116. package/dist/components/NavigationMenu/NavigationMenu.module.scss.cjs +28 -28
  117. package/dist/components/NavigationMenu/NavigationMenu.module.scss.js +28 -28
  118. package/dist/components/Pagination/Pagination.module.scss.cjs +7 -7
  119. package/dist/components/Pagination/Pagination.module.scss.js +7 -7
  120. package/dist/components/Popover/Popover.module.scss.cjs +10 -10
  121. package/dist/components/Popover/Popover.module.scss.js +10 -10
  122. package/dist/components/Popover/index.cjs +27 -2
  123. package/dist/components/Popover/index.d.ts.map +1 -1
  124. package/dist/components/Popover/index.js +27 -2
  125. package/dist/components/Progress/Progress.module.scss.cjs +25 -25
  126. package/dist/components/Progress/Progress.module.scss.js +25 -25
  127. package/dist/components/Prompt/Prompt.module.scss.cjs +18 -18
  128. package/dist/components/Prompt/Prompt.module.scss.js +18 -18
  129. package/dist/components/RadioGroup/RadioGroup.module.scss.cjs +17 -17
  130. package/dist/components/RadioGroup/RadioGroup.module.scss.js +17 -17
  131. package/dist/components/RadioGroup/index.cjs +2 -0
  132. package/dist/components/RadioGroup/index.d.ts +2 -0
  133. package/dist/components/RadioGroup/index.d.ts.map +1 -1
  134. package/dist/components/RadioGroup/index.js +2 -0
  135. package/dist/components/ScrollArea/ScrollArea.module.scss.cjs +10 -10
  136. package/dist/components/ScrollArea/ScrollArea.module.scss.js +10 -10
  137. package/dist/components/Select/Select.module.scss.cjs +17 -17
  138. package/dist/components/Select/Select.module.scss.js +17 -17
  139. package/dist/components/Separator/Separator.module.scss.cjs +10 -10
  140. package/dist/components/Separator/Separator.module.scss.js +10 -10
  141. package/dist/components/Sidebar/Sidebar.module.scss.cjs +42 -42
  142. package/dist/components/Sidebar/Sidebar.module.scss.js +42 -42
  143. package/dist/components/Skeleton/Skeleton.module.scss.cjs +38 -38
  144. package/dist/components/Skeleton/Skeleton.module.scss.js +38 -38
  145. package/dist/components/Slider/Slider.module.scss.cjs +12 -12
  146. package/dist/components/Slider/Slider.module.scss.js +12 -12
  147. package/dist/components/Table/Table.module.scss.cjs +19 -19
  148. package/dist/components/Table/Table.module.scss.js +19 -19
  149. package/dist/components/TableOfContents/TableOfContents.module.scss.cjs +15 -15
  150. package/dist/components/TableOfContents/TableOfContents.module.scss.js +15 -15
  151. package/dist/components/TableOfContents/index.cjs +22 -42
  152. package/dist/components/TableOfContents/index.d.ts +3 -3
  153. package/dist/components/TableOfContents/index.d.ts.map +1 -1
  154. package/dist/components/TableOfContents/index.js +22 -42
  155. package/dist/components/Tabs/Tabs.module.scss.cjs +12 -12
  156. package/dist/components/Tabs/Tabs.module.scss.js +12 -12
  157. package/dist/components/Text/Text.module.scss.cjs +51 -51
  158. package/dist/components/Text/Text.module.scss.js +51 -51
  159. package/dist/components/Textarea/Textarea.module.scss.cjs +23 -23
  160. package/dist/components/Textarea/Textarea.module.scss.js +23 -23
  161. package/dist/components/Theme/ThemeToggle.module.scss.cjs +6 -6
  162. package/dist/components/Theme/ThemeToggle.module.scss.js +6 -6
  163. package/dist/components/ThinkingIndicator/ThinkingIndicator.module.scss.cjs +13 -13
  164. package/dist/components/ThinkingIndicator/ThinkingIndicator.module.scss.js +13 -13
  165. package/dist/components/Toast/Toast.module.scss.cjs +21 -21
  166. package/dist/components/Toast/Toast.module.scss.js +21 -21
  167. package/dist/components/Toggle/Toggle.module.scss.cjs +13 -13
  168. package/dist/components/Toggle/Toggle.module.scss.js +13 -13
  169. package/dist/components/ToggleGroup/ToggleGroup.module.scss.cjs +17 -17
  170. package/dist/components/ToggleGroup/ToggleGroup.module.scss.js +17 -17
  171. package/dist/components/Tooltip/Tooltip.module.scss.cjs +3 -3
  172. package/dist/components/Tooltip/Tooltip.module.scss.js +3 -3
  173. package/dist/data-table.cjs +58 -41
  174. package/dist/data-table.js +59 -41
  175. package/dist/datepicker.cjs +32 -72
  176. package/dist/datepicker.js +32 -72
  177. package/dist/index.cjs +89 -85
  178. package/dist/index.d.ts +2 -0
  179. package/dist/index.d.ts.map +1 -1
  180. package/dist/index.js +4 -0
  181. package/fragments.json +1 -1
  182. package/package.json +9 -8
  183. package/src/assets/fragments-wordmark.tsx +47 -0
  184. package/src/components/Accordion/index.tsx +13 -3
  185. package/src/components/Alert/Alert.module.scss +15 -2
  186. package/src/components/AppShell/AppShell.module.scss +73 -15
  187. package/src/components/AppShell/index.tsx +1 -1
  188. package/src/components/Button/Button.module.scss +19 -20
  189. package/src/components/Card/Card.module.scss +3 -3
  190. package/src/components/Card/index.tsx +3 -3
  191. package/src/components/Checkbox/Checkbox.contract.json +5 -24
  192. package/src/components/Checkbox/Checkbox.module.scss +4 -2
  193. package/src/components/Chip/Chip.contract.json +11 -28
  194. package/src/components/Chip/Chip.module.scss +21 -45
  195. package/src/components/CodeBlock/CodeBlock.module.scss +2 -7
  196. package/src/components/Combobox/Combobox.contract.json +6 -24
  197. package/src/components/Combobox/Combobox.module.scss +3 -2
  198. package/src/components/Combobox/index.tsx +132 -6
  199. package/src/components/DataTable/DataTable.contract.json +16 -23
  200. package/src/components/DataTable/DataTable.module.scss +31 -8
  201. package/src/components/DataTable/index.tsx +25 -4
  202. package/src/components/DatePicker/index.tsx +32 -84
  203. package/src/components/Drawer/index.tsx +38 -12
  204. package/src/components/Field/index.tsx +35 -35
  205. package/src/components/Header/Header.contract.json +41 -1
  206. package/src/components/Header/Header.module.scss +40 -0
  207. package/src/components/Header/index.tsx +88 -2
  208. package/src/components/IconButton/IconButton.contract.json +120 -0
  209. package/src/components/Listbox/Listbox.module.scss +5 -4
  210. package/src/components/Main/Main.contract.json +79 -0
  211. package/src/components/Main/Main.module.scss +31 -0
  212. package/src/components/Main/index.tsx +124 -0
  213. package/src/components/Menu/Menu.module.scss +8 -10
  214. package/src/components/Popover/index.tsx +34 -2
  215. package/src/components/RadioGroup/RadioGroup.contract.json +13 -27
  216. package/src/components/RadioGroup/index.tsx +4 -0
  217. package/src/components/Select/Select.module.scss +13 -12
  218. package/src/components/Table/Table.module.scss +22 -5
  219. package/src/components/TableOfContents/TableOfContents.contract.json +6 -16
  220. package/src/components/TableOfContents/TableOfContents.module.scss +20 -14
  221. package/src/components/TableOfContents/index.tsx +27 -38
  222. package/src/components/Toast/Toast.module.scss +15 -2
  223. package/src/components/ToggleGroup/ToggleGroup.module.scss +4 -1
  224. package/src/index.ts +4 -0
  225. package/src/styles/globals.scss +13 -10
  226. package/src/tokens/_component-properties.scss +26 -0
  227. package/src/tokens/_computed.scss +22 -4
  228. package/src/tokens/_derive.scss +55 -6
  229. package/src/tokens/_palettes.scss +24 -0
  230. package/src/tokens/_seeds.scss +20 -12
  231. package/src/tokens/_variables.scss +110 -63
  232. package/dist/components/Cloud/DashboardLayoutPrototypes.shared.d.ts +0 -33
  233. package/dist/components/Cloud/DashboardLayoutPrototypes.shared.d.ts.map +0 -1
  234. package/dist/components/Cloud/DashboardLayoutPrototypes.shell.d.ts +0 -11
  235. package/dist/components/Cloud/DashboardLayoutPrototypes.shell.d.ts.map +0 -1
  236. package/dist/components/Cloud/PullRequestsPrototypes.content.d.ts +0 -5
  237. package/dist/components/Cloud/PullRequestsPrototypes.content.d.ts.map +0 -1
  238. package/dist/components/Cloud/PullRequestsPrototypes.detail-panels.d.ts +0 -4
  239. package/dist/components/Cloud/PullRequestsPrototypes.detail-panels.d.ts.map +0 -1
  240. package/dist/components/Cloud/PullRequestsPrototypes.detail.d.ts +0 -3
  241. package/dist/components/Cloud/PullRequestsPrototypes.detail.d.ts.map +0 -1
  242. package/dist/components/Cloud/PullRequestsPrototypes.id-data.d.ts +0 -86
  243. package/dist/components/Cloud/PullRequestsPrototypes.id-data.d.ts.map +0 -1
  244. package/dist/components/Cloud/PullRequestsPrototypes.id-page.d.ts +0 -2
  245. package/dist/components/Cloud/PullRequestsPrototypes.id-page.d.ts.map +0 -1
  246. package/src/components/Accordion/Accordion.stories.tsx +0 -106
  247. package/src/components/Alert/Alert.stories.tsx +0 -119
  248. package/src/components/AppShell/AppShell.stories.tsx +0 -156
  249. package/src/components/Avatar/Avatar.stories.tsx +0 -74
  250. package/src/components/Badge/Badge.stories.tsx +0 -92
  251. package/src/components/BentoGrid/BentoGrid.stories.tsx +0 -98
  252. package/src/components/Box/Box.stories.tsx +0 -150
  253. package/src/components/Breadcrumbs/Breadcrumbs.stories.tsx +0 -87
  254. package/src/components/Button/Button.stories.tsx +0 -103
  255. package/src/components/ButtonGroup/ButtonGroup.stories.tsx +0 -97
  256. package/src/components/Card/Card.stories.tsx +0 -144
  257. package/src/components/Chart/Chart.stories.tsx +0 -119
  258. package/src/components/Checkbox/Checkbox.stories.tsx +0 -68
  259. package/src/components/Chip/Chip.stories.tsx +0 -70
  260. package/src/components/Cloud/CloudGovernanceShell.module.scss +0 -88
  261. package/src/components/Cloud/CloudGovernanceShell.stories.tsx +0 -446
  262. package/src/components/Cloud/ControlSizing.module.scss +0 -49
  263. package/src/components/Cloud/ControlSizing.stories.tsx +0 -238
  264. package/src/components/Cloud/DashboardLayoutPrototypes.module.scss +0 -462
  265. package/src/components/Cloud/DashboardLayoutPrototypes.shared.tsx +0 -375
  266. package/src/components/Cloud/DashboardLayoutPrototypes.shell.tsx +0 -147
  267. package/src/components/Cloud/DashboardLayoutPrototypes.stories.tsx +0 -328
  268. package/src/components/Cloud/PullRequestsPrototypes.content.tsx +0 -283
  269. package/src/components/Cloud/PullRequestsPrototypes.detail-panels.tsx +0 -381
  270. package/src/components/Cloud/PullRequestsPrototypes.detail.tsx +0 -204
  271. package/src/components/Cloud/PullRequestsPrototypes.id-data.ts +0 -395
  272. package/src/components/Cloud/PullRequestsPrototypes.id-page.tsx +0 -349
  273. package/src/components/Cloud/PullRequestsPrototypes.stories.tsx +0 -81
  274. package/src/components/CodeBlock/CodeBlock.stories.tsx +0 -147
  275. package/src/components/Collapsible/Collapsible.stories.tsx +0 -94
  276. package/src/components/ColorPicker/ColorPicker.stories.tsx +0 -74
  277. package/src/components/Combobox/Combobox.stories.tsx +0 -133
  278. package/src/components/Command/Command.stories.tsx +0 -102
  279. package/src/components/ConversationList/ConversationList.stories.tsx +0 -93
  280. package/src/components/DataTable/DataTable.stories.tsx +0 -129
  281. package/src/components/DatePicker/DatePicker.stories.tsx +0 -129
  282. package/src/components/Dialog/Dialog.stories.tsx +0 -154
  283. package/src/components/Drawer/Drawer.stories.tsx +0 -144
  284. package/src/components/Editor/Editor.stories.tsx +0 -99
  285. package/src/components/EmptyState/EmptyState.stories.tsx +0 -97
  286. package/src/components/Field/Field.stories.tsx +0 -109
  287. package/src/components/Fieldset/Fieldset.stories.tsx +0 -116
  288. package/src/components/Form/Form.stories.tsx +0 -142
  289. package/src/components/Grid/Grid.stories.tsx +0 -125
  290. package/src/components/Header/Header.stories.tsx +0 -133
  291. package/src/components/Icon/Icon.stories.tsx +0 -80
  292. package/src/components/IconButton/IconButton.stories.tsx +0 -78
  293. package/src/components/Image/Image.stories.tsx +0 -109
  294. package/src/components/Input/Input.stories.tsx +0 -104
  295. package/src/components/Link/Link.stories.tsx +0 -67
  296. package/src/components/List/List.stories.tsx +0 -95
  297. package/src/components/Listbox/Listbox.stories.tsx +0 -81
  298. package/src/components/Loading/Loading.stories.tsx +0 -69
  299. package/src/components/Markdown/Markdown.stories.tsx +0 -75
  300. package/src/components/Menu/Menu.stories.tsx +0 -113
  301. package/src/components/Message/Message.stories.tsx +0 -85
  302. package/src/components/NavigationMenu/NavigationMenu.stories.tsx +0 -161
  303. package/src/components/Pagination/Pagination.stories.tsx +0 -81
  304. package/src/components/Popover/Popover.stories.tsx +0 -152
  305. package/src/components/Progress/Progress.stories.tsx +0 -64
  306. package/src/components/Prompt/Prompt.stories.tsx +0 -93
  307. package/src/components/RadioGroup/RadioGroup.stories.tsx +0 -107
  308. package/src/components/ScrollArea/ScrollArea.stories.tsx +0 -97
  309. package/src/components/Select/Select.stories.tsx +0 -127
  310. package/src/components/Separator/Separator.stories.tsx +0 -84
  311. package/src/components/Sidebar/Sidebar.stories.tsx +0 -122
  312. package/src/components/Skeleton/Skeleton.stories.tsx +0 -80
  313. package/src/components/Slider/Slider.stories.tsx +0 -73
  314. package/src/components/Stack/Stack.stories.tsx +0 -73
  315. package/src/components/Switch/Switch.stories.tsx +0 -59
  316. package/src/components/Table/Table.stories.tsx +0 -219
  317. package/src/components/TableOfContents/TableOfContents.stories.tsx +0 -120
  318. package/src/components/Tabs/Tabs.stories.tsx +0 -136
  319. package/src/components/Text/Text.stories.tsx +0 -133
  320. package/src/components/Textarea/Textarea.stories.tsx +0 -107
  321. package/src/components/Theme/Theme.stories.tsx +0 -95
  322. package/src/components/ThinkingIndicator/ThinkingIndicator.stories.tsx +0 -85
  323. package/src/components/Toast/Toast.stories.tsx +0 -91
  324. package/src/components/ToggleGroup/ToggleGroup.stories.tsx +0 -114
  325. package/src/components/Tooltip/Tooltip.stories.tsx +0 -95
  326. package/src/components/VisuallyHidden/VisuallyHidden.stories.tsx +0 -78
@@ -1,18 +1,18 @@
1
- const container = "_container_1fj9x_1";
2
- const srOnly = "_srOnly_1fj9x_24";
3
- const tooltip = "_tooltip_1fj9x_36";
4
- const tooltipLabel = "_tooltipLabel_1fj9x_45";
5
- const tooltipItems = "_tooltipItems_1fj9x_52";
6
- const tooltipItem = "_tooltipItem_1fj9x_52";
7
- const tooltipIndicator = "_tooltipIndicator_1fj9x_66";
8
- const tooltipIndicatorLine = "_tooltipIndicatorLine_1fj9x_72";
9
- const tooltipIndicatorDashed = "_tooltipIndicatorDashed_1fj9x_77";
10
- const tooltipItemLabel = "_tooltipItemLabel_1fj9x_84";
11
- const tooltipItemValue = "_tooltipItemValue_1fj9x_89";
12
- const legend = "_legend_1fj9x_97";
13
- const legendItem = "_legendItem_1fj9x_106";
14
- const legendDot = "_legendDot_1fj9x_112";
15
- const legendLabel = "_legendLabel_1fj9x_119";
1
+ const container = "_container_1up7w_1";
2
+ const srOnly = "_srOnly_1up7w_24";
3
+ const tooltip = "_tooltip_1up7w_36";
4
+ const tooltipLabel = "_tooltipLabel_1up7w_45";
5
+ const tooltipItems = "_tooltipItems_1up7w_52";
6
+ const tooltipItem = "_tooltipItem_1up7w_52";
7
+ const tooltipIndicator = "_tooltipIndicator_1up7w_66";
8
+ const tooltipIndicatorLine = "_tooltipIndicatorLine_1up7w_72";
9
+ const tooltipIndicatorDashed = "_tooltipIndicatorDashed_1up7w_77";
10
+ const tooltipItemLabel = "_tooltipItemLabel_1up7w_84";
11
+ const tooltipItemValue = "_tooltipItemValue_1up7w_89";
12
+ const legend = "_legend_1up7w_97";
13
+ const legendItem = "_legendItem_1up7w_106";
14
+ const legendDot = "_legendDot_1up7w_112";
15
+ const legendLabel = "_legendLabel_1up7w_119";
16
16
  const styles = {
17
17
  container,
18
18
  srOnly,
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const wrapper = "_wrapper_4kyjp_1";
4
- const checkbox = "_checkbox_4kyjp_16";
5
- const sm = "_sm_4kyjp_72";
6
- const lg = "_lg_4kyjp_78";
7
- const indicator = "_indicator_4kyjp_83";
8
- const content = "_content_4kyjp_116";
9
- const label = "_label_4kyjp_122";
10
- const labelSm = "_labelSm_4kyjp_130";
11
- const labelLg = "_labelLg_4kyjp_134";
12
- const helper = "_helper_4kyjp_138";
13
- const wrapperCard = "_wrapperCard_4kyjp_144";
3
+ const wrapper = "_wrapper_11gr0_1";
4
+ const checkbox = "_checkbox_11gr0_16";
5
+ const sm = "_sm_11gr0_72";
6
+ const lg = "_lg_11gr0_78";
7
+ const indicator = "_indicator_11gr0_83";
8
+ const content = "_content_11gr0_116";
9
+ const label = "_label_11gr0_122";
10
+ const labelSm = "_labelSm_11gr0_130";
11
+ const labelLg = "_labelLg_11gr0_134";
12
+ const helper = "_helper_11gr0_138";
13
+ const wrapperCard = "_wrapperCard_11gr0_144";
14
14
  const styles = {
15
15
  wrapper,
16
16
  checkbox,
@@ -1,14 +1,14 @@
1
- const wrapper = "_wrapper_4kyjp_1";
2
- const checkbox = "_checkbox_4kyjp_16";
3
- const sm = "_sm_4kyjp_72";
4
- const lg = "_lg_4kyjp_78";
5
- const indicator = "_indicator_4kyjp_83";
6
- const content = "_content_4kyjp_116";
7
- const label = "_label_4kyjp_122";
8
- const labelSm = "_labelSm_4kyjp_130";
9
- const labelLg = "_labelLg_4kyjp_134";
10
- const helper = "_helper_4kyjp_138";
11
- const wrapperCard = "_wrapperCard_4kyjp_144";
1
+ const wrapper = "_wrapper_11gr0_1";
2
+ const checkbox = "_checkbox_11gr0_16";
3
+ const sm = "_sm_11gr0_72";
4
+ const lg = "_lg_11gr0_78";
5
+ const indicator = "_indicator_11gr0_83";
6
+ const content = "_content_11gr0_116";
7
+ const label = "_label_11gr0_122";
8
+ const labelSm = "_labelSm_11gr0_130";
9
+ const labelLg = "_labelLg_11gr0_134";
10
+ const helper = "_helper_11gr0_138";
11
+ const wrapperCard = "_wrapperCard_11gr0_144";
12
12
  const styles = {
13
13
  wrapper,
14
14
  checkbox,
@@ -1,20 +1,20 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const chip = "_chip_4zcva_1";
4
- const withRemove = "_withRemove_4zcva_37";
5
- const xs = "_xs_4zcva_42";
6
- const sm = "_sm_4zcva_49";
7
- const md = "_md_4zcva_55";
8
- const lg = "_lg_4zcva_61";
9
- const filled = "_filled_4zcva_67";
10
- const selected = "_selected_4zcva_77";
11
- const outlined = "_outlined_4zcva_88";
12
- const soft = "_soft_4zcva_114";
13
- const avatar = "_avatar_4zcva_135";
14
- const icon = "_icon_4zcva_155";
15
- const removableChip = "_removableChip_4zcva_160";
16
- const remove = "_remove_4zcva_165";
17
- const group = "_group_4zcva_259";
3
+ const chip = "_chip_1kr0c_1";
4
+ const withRemove = "_withRemove_1kr0c_37";
5
+ const xs = "_xs_1kr0c_42";
6
+ const sm = "_sm_1kr0c_49";
7
+ const md = "_md_1kr0c_55";
8
+ const lg = "_lg_1kr0c_61";
9
+ const filled = "_filled_1kr0c_67";
10
+ const selected = "_selected_1kr0c_77";
11
+ const outlined = "_outlined_1kr0c_89";
12
+ const soft = "_soft_1kr0c_116";
13
+ const avatar = "_avatar_1kr0c_138";
14
+ const icon = "_icon_1kr0c_158";
15
+ const removableChip = "_removableChip_1kr0c_163";
16
+ const remove = "_remove_1kr0c_168";
17
+ const group = "_group_1kr0c_265";
18
18
  const styles = {
19
19
  chip,
20
20
  withRemove,
@@ -1,18 +1,18 @@
1
- const chip = "_chip_4zcva_1";
2
- const withRemove = "_withRemove_4zcva_37";
3
- const xs = "_xs_4zcva_42";
4
- const sm = "_sm_4zcva_49";
5
- const md = "_md_4zcva_55";
6
- const lg = "_lg_4zcva_61";
7
- const filled = "_filled_4zcva_67";
8
- const selected = "_selected_4zcva_77";
9
- const outlined = "_outlined_4zcva_88";
10
- const soft = "_soft_4zcva_114";
11
- const avatar = "_avatar_4zcva_135";
12
- const icon = "_icon_4zcva_155";
13
- const removableChip = "_removableChip_4zcva_160";
14
- const remove = "_remove_4zcva_165";
15
- const group = "_group_4zcva_259";
1
+ const chip = "_chip_1kr0c_1";
2
+ const withRemove = "_withRemove_1kr0c_37";
3
+ const xs = "_xs_1kr0c_42";
4
+ const sm = "_sm_1kr0c_49";
5
+ const md = "_md_1kr0c_55";
6
+ const lg = "_lg_1kr0c_61";
7
+ const filled = "_filled_1kr0c_67";
8
+ const selected = "_selected_1kr0c_77";
9
+ const outlined = "_outlined_1kr0c_89";
10
+ const soft = "_soft_1kr0c_116";
11
+ const avatar = "_avatar_1kr0c_138";
12
+ const icon = "_icon_1kr0c_158";
13
+ const removableChip = "_removableChip_1kr0c_163";
14
+ const remove = "_remove_1kr0c_168";
15
+ const group = "_group_1kr0c_265";
16
16
  const styles = {
17
17
  chip,
18
18
  withRemove,
@@ -1,26 +1,26 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const container = "_container_yztif_1";
4
- const title = "_title_yztif_5";
5
- const wrapper = "_wrapper_yztif_14";
6
- const header = "_header_yztif_21";
7
- const filename = "_filename_yztif_31";
8
- const copyButton = "_copyButton_yztif_39";
9
- const copied = "_copied_yztif_77";
10
- const copyOverlay = "_copyOverlay_yztif_82";
11
- const withCopyOverlay = "_withCopyOverlay_yztif_93";
12
- const codeContainer = "_codeContainer_yztif_100";
13
- const loading = "_loading_yztif_101";
14
- const icon = "_icon_yztif_105";
15
- const persistentCopy = "_persistentCopy_yztif_109";
16
- const persistentCopyWrapper = "_persistentCopyWrapper_yztif_115";
17
- const withLineNumbers = "_withLineNumbers_yztif_199";
18
- const withDiff = "_withDiff_yztif_203";
19
- const compact = "_compact_yztif_227";
20
- const wordWrap = "_wordWrap_yztif_244";
21
- const caption = "_caption_yztif_254";
22
- const collapseButton = "_collapseButton_yztif_260";
23
- const tabbedPanel = "_tabbedPanel_yztif_303";
3
+ const container = "_container_zhu06_1";
4
+ const title = "_title_zhu06_5";
5
+ const wrapper = "_wrapper_zhu06_14";
6
+ const header = "_header_zhu06_21";
7
+ const filename = "_filename_zhu06_31";
8
+ const copyButton = "_copyButton_zhu06_39";
9
+ const copied = "_copied_zhu06_77";
10
+ const copyOverlay = "_copyOverlay_zhu06_82";
11
+ const withCopyOverlay = "_withCopyOverlay_zhu06_93";
12
+ const codeContainer = "_codeContainer_zhu06_100";
13
+ const loading = "_loading_zhu06_101";
14
+ const icon = "_icon_zhu06_105";
15
+ const persistentCopy = "_persistentCopy_zhu06_109";
16
+ const persistentCopyWrapper = "_persistentCopyWrapper_zhu06_115";
17
+ const withLineNumbers = "_withLineNumbers_zhu06_199";
18
+ const withDiff = "_withDiff_zhu06_203";
19
+ const compact = "_compact_zhu06_227";
20
+ const wordWrap = "_wordWrap_zhu06_244";
21
+ const caption = "_caption_zhu06_254";
22
+ const collapseButton = "_collapseButton_zhu06_260";
23
+ const tabbedPanel = "_tabbedPanel_zhu06_303";
24
24
  const styles = {
25
25
  container,
26
26
  title,
@@ -1,24 +1,24 @@
1
- const container = "_container_yztif_1";
2
- const title = "_title_yztif_5";
3
- const wrapper = "_wrapper_yztif_14";
4
- const header = "_header_yztif_21";
5
- const filename = "_filename_yztif_31";
6
- const copyButton = "_copyButton_yztif_39";
7
- const copied = "_copied_yztif_77";
8
- const copyOverlay = "_copyOverlay_yztif_82";
9
- const withCopyOverlay = "_withCopyOverlay_yztif_93";
10
- const codeContainer = "_codeContainer_yztif_100";
11
- const loading = "_loading_yztif_101";
12
- const icon = "_icon_yztif_105";
13
- const persistentCopy = "_persistentCopy_yztif_109";
14
- const persistentCopyWrapper = "_persistentCopyWrapper_yztif_115";
15
- const withLineNumbers = "_withLineNumbers_yztif_199";
16
- const withDiff = "_withDiff_yztif_203";
17
- const compact = "_compact_yztif_227";
18
- const wordWrap = "_wordWrap_yztif_244";
19
- const caption = "_caption_yztif_254";
20
- const collapseButton = "_collapseButton_yztif_260";
21
- const tabbedPanel = "_tabbedPanel_yztif_303";
1
+ const container = "_container_zhu06_1";
2
+ const title = "_title_zhu06_5";
3
+ const wrapper = "_wrapper_zhu06_14";
4
+ const header = "_header_zhu06_21";
5
+ const filename = "_filename_zhu06_31";
6
+ const copyButton = "_copyButton_zhu06_39";
7
+ const copied = "_copied_zhu06_77";
8
+ const copyOverlay = "_copyOverlay_zhu06_82";
9
+ const withCopyOverlay = "_withCopyOverlay_zhu06_93";
10
+ const codeContainer = "_codeContainer_zhu06_100";
11
+ const loading = "_loading_zhu06_101";
12
+ const icon = "_icon_zhu06_105";
13
+ const persistentCopy = "_persistentCopy_zhu06_109";
14
+ const persistentCopyWrapper = "_persistentCopyWrapper_zhu06_115";
15
+ const withLineNumbers = "_withLineNumbers_zhu06_199";
16
+ const withDiff = "_withDiff_zhu06_203";
17
+ const compact = "_compact_zhu06_227";
18
+ const wordWrap = "_wordWrap_zhu06_244";
19
+ const caption = "_caption_zhu06_254";
20
+ const collapseButton = "_collapseButton_zhu06_260";
21
+ const tabbedPanel = "_tabbedPanel_zhu06_303";
22
22
  const styles = {
23
23
  container,
24
24
  title,
@@ -1,15 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const root = "_root_u32xz_1";
4
- const trigger = "_trigger_u32xz_5";
5
- const triggerContent = "_triggerContent_u32xz_33";
6
- const chevron = "_chevron_u32xz_38";
7
- const chevronOpen = "_chevronOpen_u32xz_46";
8
- const content = "_content_u32xz_50";
9
- const contentOpen = "_contentOpen_u32xz_55";
10
- const contentClosed = "_contentClosed_u32xz_60";
11
- const contentInner = "_contentInner_u32xz_65";
12
- const disabled = "_disabled_u32xz_69";
3
+ const root = "_root_1wt3m_1";
4
+ const trigger = "_trigger_1wt3m_5";
5
+ const triggerContent = "_triggerContent_1wt3m_33";
6
+ const chevron = "_chevron_1wt3m_38";
7
+ const chevronOpen = "_chevronOpen_1wt3m_46";
8
+ const content = "_content_1wt3m_50";
9
+ const contentOpen = "_contentOpen_1wt3m_55";
10
+ const contentClosed = "_contentClosed_1wt3m_60";
11
+ const contentInner = "_contentInner_1wt3m_65";
12
+ const disabled = "_disabled_1wt3m_69";
13
13
  const styles = {
14
14
  root,
15
15
  trigger,
@@ -1,13 +1,13 @@
1
- const root = "_root_u32xz_1";
2
- const trigger = "_trigger_u32xz_5";
3
- const triggerContent = "_triggerContent_u32xz_33";
4
- const chevron = "_chevron_u32xz_38";
5
- const chevronOpen = "_chevronOpen_u32xz_46";
6
- const content = "_content_u32xz_50";
7
- const contentOpen = "_contentOpen_u32xz_55";
8
- const contentClosed = "_contentClosed_u32xz_60";
9
- const contentInner = "_contentInner_u32xz_65";
10
- const disabled = "_disabled_u32xz_69";
1
+ const root = "_root_1wt3m_1";
2
+ const trigger = "_trigger_1wt3m_5";
3
+ const triggerContent = "_triggerContent_1wt3m_33";
4
+ const chevron = "_chevron_1wt3m_38";
5
+ const chevronOpen = "_chevronOpen_1wt3m_46";
6
+ const content = "_content_1wt3m_50";
7
+ const contentOpen = "_contentOpen_1wt3m_55";
8
+ const contentClosed = "_contentClosed_1wt3m_60";
9
+ const contentInner = "_contentInner_1wt3m_65";
10
+ const disabled = "_disabled_1wt3m_69";
11
11
  const styles = {
12
12
  root,
13
13
  trigger,
@@ -1,19 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const wrapper = "_wrapper_1f94s_1";
4
- const label = "_label_1f94s_6";
5
- const required = "_required_1f94s_14";
6
- const helper = "_helper_1f94s_19";
7
- const helperError = "_helperError_1f94s_26";
8
- const errorMessage = "_errorMessage_1f94s_30";
9
- const sizeSm = "_sizeSm_1f94s_36";
10
- const inputWrapper = "_inputWrapper_1f94s_36";
11
- const swatch = "_swatch_1f94s_39";
12
- const hexInput = "_hexInput_1f94s_43";
13
- const sizeLg = "_sizeLg_1f94s_51";
14
- const hexInputField = "_hexInputField_1f94s_124";
15
- const positioner = "_positioner_1f94s_129";
16
- const popup = "_popup_1f94s_134";
3
+ const wrapper = "_wrapper_1saup_1";
4
+ const label = "_label_1saup_6";
5
+ const required = "_required_1saup_14";
6
+ const helper = "_helper_1saup_19";
7
+ const helperError = "_helperError_1saup_26";
8
+ const errorMessage = "_errorMessage_1saup_30";
9
+ const sizeSm = "_sizeSm_1saup_36";
10
+ const inputWrapper = "_inputWrapper_1saup_36";
11
+ const swatch = "_swatch_1saup_39";
12
+ const hexInput = "_hexInput_1saup_43";
13
+ const sizeLg = "_sizeLg_1saup_51";
14
+ const hexInputField = "_hexInputField_1saup_124";
15
+ const positioner = "_positioner_1saup_129";
16
+ const popup = "_popup_1saup_134";
17
17
  const styles = {
18
18
  wrapper,
19
19
  label,
@@ -1,17 +1,17 @@
1
- const wrapper = "_wrapper_1f94s_1";
2
- const label = "_label_1f94s_6";
3
- const required = "_required_1f94s_14";
4
- const helper = "_helper_1f94s_19";
5
- const helperError = "_helperError_1f94s_26";
6
- const errorMessage = "_errorMessage_1f94s_30";
7
- const sizeSm = "_sizeSm_1f94s_36";
8
- const inputWrapper = "_inputWrapper_1f94s_36";
9
- const swatch = "_swatch_1f94s_39";
10
- const hexInput = "_hexInput_1f94s_43";
11
- const sizeLg = "_sizeLg_1f94s_51";
12
- const hexInputField = "_hexInputField_1f94s_124";
13
- const positioner = "_positioner_1f94s_129";
14
- const popup = "_popup_1f94s_134";
1
+ const wrapper = "_wrapper_1saup_1";
2
+ const label = "_label_1saup_6";
3
+ const required = "_required_1saup_14";
4
+ const helper = "_helper_1saup_19";
5
+ const helperError = "_helperError_1saup_26";
6
+ const errorMessage = "_errorMessage_1saup_30";
7
+ const sizeSm = "_sizeSm_1saup_36";
8
+ const inputWrapper = "_inputWrapper_1saup_36";
9
+ const swatch = "_swatch_1saup_39";
10
+ const hexInput = "_hexInput_1saup_43";
11
+ const sizeLg = "_sizeLg_1saup_51";
12
+ const hexInputField = "_hexInputField_1saup_124";
13
+ const positioner = "_positioner_1saup_129";
14
+ const popup = "_popup_1saup_134";
15
15
  const styles = {
16
16
  wrapper,
17
17
  label,
@@ -1,28 +1,28 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const wrapper = "_wrapper_hv58p_1";
4
- const label = "_label_hv58p_6";
5
- const helper = "_helper_hv58p_19";
6
- const helperError = "_helperError_hv58p_26";
7
- const errorMessage = "_errorMessage_hv58p_30";
8
- const inputWrapper = "_inputWrapper_hv58p_36";
9
- const inputWrapperSm = "_inputWrapperSm_hv58p_74";
10
- const inputWrapperLg = "_inputWrapperLg_hv58p_78";
11
- const inputSm = "_inputSm_hv58p_82";
12
- const inputLg = "_inputLg_hv58p_86";
13
- const input = "_input_hv58p_36";
14
- const chips = "_chips_hv58p_119";
15
- const chip = "_chip_hv58p_119";
16
- const chipLabel = "_chipLabel_hv58p_139";
17
- const chipRemove = "_chipRemove_hv58p_145";
18
- const trigger = "_trigger_hv58p_180";
19
- const positioner = "_positioner_hv58p_226";
20
- const popup = "_popup_hv58p_231";
21
- const item = "_item_hv58p_263";
22
- const itemIndicator = "_itemIndicator_hv58p_311";
23
- const empty = "_empty_hv58p_325";
24
- const group = "_group_hv58p_340";
25
- const groupLabel = "_groupLabel_hv58p_346";
3
+ const wrapper = "_wrapper_1r1rc_1";
4
+ const label = "_label_1r1rc_6";
5
+ const helper = "_helper_1r1rc_19";
6
+ const helperError = "_helperError_1r1rc_26";
7
+ const errorMessage = "_errorMessage_1r1rc_30";
8
+ const inputWrapper = "_inputWrapper_1r1rc_36";
9
+ const inputWrapperSm = "_inputWrapperSm_1r1rc_74";
10
+ const inputWrapperLg = "_inputWrapperLg_1r1rc_78";
11
+ const inputSm = "_inputSm_1r1rc_82";
12
+ const inputLg = "_inputLg_1r1rc_86";
13
+ const input = "_input_1r1rc_36";
14
+ const chips = "_chips_1r1rc_119";
15
+ const chip = "_chip_1r1rc_119";
16
+ const chipLabel = "_chipLabel_1r1rc_139";
17
+ const chipRemove = "_chipRemove_1r1rc_145";
18
+ const trigger = "_trigger_1r1rc_180";
19
+ const positioner = "_positioner_1r1rc_226";
20
+ const popup = "_popup_1r1rc_231";
21
+ const item = "_item_1r1rc_263";
22
+ const itemIndicator = "_itemIndicator_1r1rc_311";
23
+ const empty = "_empty_1r1rc_325";
24
+ const group = "_group_1r1rc_340";
25
+ const groupLabel = "_groupLabel_1r1rc_346";
26
26
  const styles = {
27
27
  wrapper,
28
28
  label,
@@ -1,26 +1,26 @@
1
- const wrapper = "_wrapper_hv58p_1";
2
- const label = "_label_hv58p_6";
3
- const helper = "_helper_hv58p_19";
4
- const helperError = "_helperError_hv58p_26";
5
- const errorMessage = "_errorMessage_hv58p_30";
6
- const inputWrapper = "_inputWrapper_hv58p_36";
7
- const inputWrapperSm = "_inputWrapperSm_hv58p_74";
8
- const inputWrapperLg = "_inputWrapperLg_hv58p_78";
9
- const inputSm = "_inputSm_hv58p_82";
10
- const inputLg = "_inputLg_hv58p_86";
11
- const input = "_input_hv58p_36";
12
- const chips = "_chips_hv58p_119";
13
- const chip = "_chip_hv58p_119";
14
- const chipLabel = "_chipLabel_hv58p_139";
15
- const chipRemove = "_chipRemove_hv58p_145";
16
- const trigger = "_trigger_hv58p_180";
17
- const positioner = "_positioner_hv58p_226";
18
- const popup = "_popup_hv58p_231";
19
- const item = "_item_hv58p_263";
20
- const itemIndicator = "_itemIndicator_hv58p_311";
21
- const empty = "_empty_hv58p_325";
22
- const group = "_group_hv58p_340";
23
- const groupLabel = "_groupLabel_hv58p_346";
1
+ const wrapper = "_wrapper_1r1rc_1";
2
+ const label = "_label_1r1rc_6";
3
+ const helper = "_helper_1r1rc_19";
4
+ const helperError = "_helperError_1r1rc_26";
5
+ const errorMessage = "_errorMessage_1r1rc_30";
6
+ const inputWrapper = "_inputWrapper_1r1rc_36";
7
+ const inputWrapperSm = "_inputWrapperSm_1r1rc_74";
8
+ const inputWrapperLg = "_inputWrapperLg_1r1rc_78";
9
+ const inputSm = "_inputSm_1r1rc_82";
10
+ const inputLg = "_inputLg_1r1rc_86";
11
+ const input = "_input_1r1rc_36";
12
+ const chips = "_chips_1r1rc_119";
13
+ const chip = "_chip_1r1rc_119";
14
+ const chipLabel = "_chipLabel_1r1rc_139";
15
+ const chipRemove = "_chipRemove_1r1rc_145";
16
+ const trigger = "_trigger_1r1rc_180";
17
+ const positioner = "_positioner_1r1rc_226";
18
+ const popup = "_popup_1r1rc_231";
19
+ const item = "_item_1r1rc_263";
20
+ const itemIndicator = "_itemIndicator_1r1rc_311";
21
+ const empty = "_empty_1r1rc_325";
22
+ const group = "_group_1r1rc_340";
23
+ const groupLabel = "_groupLabel_1r1rc_346";
24
24
  const styles = {
25
25
  wrapper,
26
26
  label,