@dmsi/wedgekit-react 0.0.2

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 (263) hide show
  1. package/README.md +35 -0
  2. package/dist/chunk-27KIIUAR.js +59 -0
  3. package/dist/chunk-2G2E2JMA.js +123 -0
  4. package/dist/chunk-4C66DLIJ.js +51 -0
  5. package/dist/chunk-4RD5ZF2V.js +55 -0
  6. package/dist/chunk-4RJKB7LC.js +14 -0
  7. package/dist/chunk-4T7F5BZZ.js +26 -0
  8. package/dist/chunk-5GOBP2JS.js +53 -0
  9. package/dist/chunk-6ZY524ID.js +42 -0
  10. package/dist/chunk-AWQSSKCK.js +32 -0
  11. package/dist/chunk-BNHSAFMP.js +93 -0
  12. package/dist/chunk-BWRHL2AG.js +439 -0
  13. package/dist/chunk-DKKYR6DS.js +132 -0
  14. package/dist/chunk-E5ALT5W7.js +182 -0
  15. package/dist/chunk-FY7PTP6E.js +322 -0
  16. package/dist/chunk-GTCSRHPF.js +119 -0
  17. package/dist/chunk-I2UVVKQI.js +12 -0
  18. package/dist/chunk-IGQVA7SC.js +41 -0
  19. package/dist/chunk-K3IKUSZW.js +59 -0
  20. package/dist/chunk-KENSVWOY.js +151 -0
  21. package/dist/chunk-KX3O6GJ6.js +138 -0
  22. package/dist/chunk-L4UM372R.js +253 -0
  23. package/dist/chunk-ORMEWXMH.js +37 -0
  24. package/dist/chunk-Q3FKEKIN.js +23 -0
  25. package/dist/chunk-SEKKGFM6.js +28 -0
  26. package/dist/chunk-SY3HT54E.js +91 -0
  27. package/dist/chunk-TAW5ZZ4Z.js +346 -0
  28. package/dist/chunk-TRUPPHBQ.js +109 -0
  29. package/dist/chunk-TU55CHXU.js +30 -0
  30. package/dist/chunk-TWZZB4WO.js +114 -0
  31. package/dist/chunk-TYI74BSP.js +62 -0
  32. package/dist/chunk-U42SKNR6.js +104 -0
  33. package/dist/chunk-UU3FA6LV.js +72 -0
  34. package/dist/chunk-WVUIIBRR.js +51 -0
  35. package/dist/chunk-XUIPGYP5.js +39 -0
  36. package/dist/chunk-Z4UCFUF7.js +299 -0
  37. package/dist/components/Breadcrumbs.cjs +376 -0
  38. package/dist/components/Breadcrumbs.js +90 -0
  39. package/dist/components/Button.cjs +319 -0
  40. package/dist/components/Button.js +8 -0
  41. package/dist/components/CalendarRange.cjs +520 -0
  42. package/dist/components/CalendarRange.js +13 -0
  43. package/dist/components/Caption.cjs +283 -0
  44. package/dist/components/Caption.js +80 -0
  45. package/dist/components/Checkbox.cjs +378 -0
  46. package/dist/components/Checkbox.js +11 -0
  47. package/dist/components/ContentTab.cjs +382 -0
  48. package/dist/components/ContentTab.js +10 -0
  49. package/dist/components/ContentTabs.cjs +472 -0
  50. package/dist/components/ContentTabs.js +98 -0
  51. package/dist/components/DMSiLogo.cjs +79 -0
  52. package/dist/components/DMSiLogo.js +56 -0
  53. package/dist/components/DataGrid.cjs +3113 -0
  54. package/dist/components/DataGrid.js +758 -0
  55. package/dist/components/DataGridCell.cjs +1907 -0
  56. package/dist/components/DataGridCell.js +24 -0
  57. package/dist/components/DataTable.cjs +791 -0
  58. package/dist/components/DataTable.js +720 -0
  59. package/dist/components/DateInput.cjs +1130 -0
  60. package/dist/components/DateInput.js +170 -0
  61. package/dist/components/DateRangeInput.cjs +1131 -0
  62. package/dist/components/DateRangeInput.js +171 -0
  63. package/dist/components/DebugJson.cjs +50 -0
  64. package/dist/components/DebugJson.js +27 -0
  65. package/dist/components/Display.cjs +234 -0
  66. package/dist/components/Display.js +12 -0
  67. package/dist/components/EditingContext.cjs +73 -0
  68. package/dist/components/EditingContext.js +35 -0
  69. package/dist/components/FilterGroup.cjs +1431 -0
  70. package/dist/components/FilterGroup.js +231 -0
  71. package/dist/components/FullViewportBox.cjs +35 -0
  72. package/dist/components/FullViewportBox.js +12 -0
  73. package/dist/components/Grid.cjs +69 -0
  74. package/dist/components/Grid.js +36 -0
  75. package/dist/components/GridContainer.cjs +125 -0
  76. package/dist/components/GridContainer.js +92 -0
  77. package/dist/components/Heading.cjs +238 -0
  78. package/dist/components/Heading.js +14 -0
  79. package/dist/components/HorizontalDivider.cjs +33 -0
  80. package/dist/components/HorizontalDivider.js +10 -0
  81. package/dist/components/Icon.cjs +98 -0
  82. package/dist/components/Icon.js +7 -0
  83. package/dist/components/Input.cjs +672 -0
  84. package/dist/components/Input.js +21 -0
  85. package/dist/components/InputGroup.cjs +270 -0
  86. package/dist/components/InputGroup.js +60 -0
  87. package/dist/components/Label.cjs +223 -0
  88. package/dist/components/Label.js +8 -0
  89. package/dist/components/Link.cjs +262 -0
  90. package/dist/components/Link.js +8 -0
  91. package/dist/components/List.cjs +37 -0
  92. package/dist/components/List.js +14 -0
  93. package/dist/components/LiveChatComponent.cjs +63 -0
  94. package/dist/components/LiveChatComponent.js +40 -0
  95. package/dist/components/LogoAgilityTopBar.cjs +115 -0
  96. package/dist/components/LogoAgilityTopBar.js +92 -0
  97. package/dist/components/LogoDMSiTopBar.cjs +79 -0
  98. package/dist/components/LogoDMSiTopBar.js +7 -0
  99. package/dist/components/LogoMillworkTopBar.cjs +221 -0
  100. package/dist/components/LogoMillworkTopBar.js +198 -0
  101. package/dist/components/MainBar.cjs +211 -0
  102. package/dist/components/MainBar.js +65 -0
  103. package/dist/components/Menu.cjs +437 -0
  104. package/dist/components/Menu.js +11 -0
  105. package/dist/components/MenuOption.cjs +483 -0
  106. package/dist/components/MenuOption.js +13 -0
  107. package/dist/components/MobileDataGrid.cjs +658 -0
  108. package/dist/components/MobileDataGrid.js +125 -0
  109. package/dist/components/Modal.cjs +783 -0
  110. package/dist/components/Modal.js +245 -0
  111. package/dist/components/ModalButtons.cjs +385 -0
  112. package/dist/components/ModalButtons.js +10 -0
  113. package/dist/components/ModalContent.cjs +57 -0
  114. package/dist/components/ModalContent.js +7 -0
  115. package/dist/components/ModalHeader.cjs +426 -0
  116. package/dist/components/ModalHeader.js +11 -0
  117. package/dist/components/ModalScrim.cjs +64 -0
  118. package/dist/components/ModalScrim.js +7 -0
  119. package/dist/components/NavigationTab.cjs +431 -0
  120. package/dist/components/NavigationTab.js +10 -0
  121. package/dist/components/NavigationTabs.cjs +477 -0
  122. package/dist/components/NavigationTabs.js +56 -0
  123. package/dist/components/Notification.cjs +640 -0
  124. package/dist/components/Notification.js +117 -0
  125. package/dist/components/OptionPill.cjs +478 -0
  126. package/dist/components/OptionPill.js +11 -0
  127. package/dist/components/Paragraph.cjs +231 -0
  128. package/dist/components/Paragraph.js +8 -0
  129. package/dist/components/Password.cjs +700 -0
  130. package/dist/components/Password.js +53 -0
  131. package/dist/components/ProjectBar.cjs +242 -0
  132. package/dist/components/ProjectBar.js +63 -0
  133. package/dist/components/Radio.cjs +349 -0
  134. package/dist/components/Radio.js +131 -0
  135. package/dist/components/Search.cjs +767 -0
  136. package/dist/components/Search.js +12 -0
  137. package/dist/components/Select.cjs +758 -0
  138. package/dist/components/Select.js +12 -0
  139. package/dist/components/SideMenu.cjs +54 -0
  140. package/dist/components/SideMenu.js +21 -0
  141. package/dist/components/SideMenuGroup.cjs +422 -0
  142. package/dist/components/SideMenuGroup.js +83 -0
  143. package/dist/components/SideMenuItem.cjs +388 -0
  144. package/dist/components/SideMenuItem.js +70 -0
  145. package/dist/components/Stack.cjs +138 -0
  146. package/dist/components/Stack.js +7 -0
  147. package/dist/components/StatusPill.cjs +265 -0
  148. package/dist/components/StatusPill.js +52 -0
  149. package/dist/components/Stepper.cjs +885 -0
  150. package/dist/components/Stepper.js +105 -0
  151. package/dist/components/Subheader.cjs +226 -0
  152. package/dist/components/Subheader.js +8 -0
  153. package/dist/components/Surface.cjs +98 -0
  154. package/dist/components/Surface.js +40 -0
  155. package/dist/components/Swatch.cjs +1728 -0
  156. package/dist/components/Swatch.js +1319 -0
  157. package/dist/components/Textarea.cjs +269 -0
  158. package/dist/components/Textarea.js +96 -0
  159. package/dist/components/Theme.cjs +36 -0
  160. package/dist/components/Theme.js +7 -0
  161. package/dist/components/Time.cjs +1118 -0
  162. package/dist/components/Time.js +353 -0
  163. package/dist/components/Toast.cjs +644 -0
  164. package/dist/components/Toast.js +218 -0
  165. package/dist/components/Tooltip.cjs +273 -0
  166. package/dist/components/Tooltip.js +9 -0
  167. package/dist/components/TopBar.cjs +352 -0
  168. package/dist/components/TopBar.js +132 -0
  169. package/dist/components/useInfiniteScroll.cjs +57 -0
  170. package/dist/components/useInfiniteScroll.js +8 -0
  171. package/dist/components/useMatchesMedia.cjs +53 -0
  172. package/dist/components/useMatchesMedia.js +9 -0
  173. package/dist/components/useMenuSystem.cjs +358 -0
  174. package/dist/components/useMenuSystem.js +11 -0
  175. package/dist/components/useMounted.cjs +39 -0
  176. package/dist/components/useMounted.js +8 -0
  177. package/dist/fonts.css +21 -0
  178. package/dist/icons-light[FILL]-PPZXOLWS.woff2 +0 -0
  179. package/dist/icons-normal[FILL]-PPZXOLWS.woff2 +0 -0
  180. package/dist/index.css +4401 -0
  181. package/dist/open-sans-55T6A4JE.woff2 +0 -0
  182. package/dist/types.cjs +18 -0
  183. package/dist/types.js +0 -0
  184. package/package.json +66 -0
  185. package/src/brand.css +125 -0
  186. package/src/classNames.ts +144 -0
  187. package/src/components/Breadcrumbs.tsx +116 -0
  188. package/src/components/Button.tsx +210 -0
  189. package/src/components/CalendarRange.tsx +429 -0
  190. package/src/components/Caption.tsx +101 -0
  191. package/src/components/Checkbox.tsx +196 -0
  192. package/src/components/ContentTab.tsx +66 -0
  193. package/src/components/ContentTabs.tsx +103 -0
  194. package/src/components/DMSiLogo.tsx +32 -0
  195. package/src/components/DataGrid.tsx +948 -0
  196. package/src/components/DataGridCell.tsx +384 -0
  197. package/src/components/DataTable.tsx +835 -0
  198. package/src/components/DateInput.tsx +188 -0
  199. package/src/components/DateRangeInput.tsx +179 -0
  200. package/src/components/DebugJson.tsx +24 -0
  201. package/src/components/Display.tsx +60 -0
  202. package/src/components/EditingContext.tsx +40 -0
  203. package/src/components/FilterGroup.tsx +234 -0
  204. package/src/components/FullViewportBox.tsx +11 -0
  205. package/src/components/Grid.tsx +75 -0
  206. package/src/components/GridContainer.tsx +124 -0
  207. package/src/components/Heading.tsx +66 -0
  208. package/src/components/HorizontalDivider.tsx +3 -0
  209. package/src/components/Icon.tsx +36 -0
  210. package/src/components/Input.tsx +511 -0
  211. package/src/components/InputGroup.tsx +51 -0
  212. package/src/components/Label.tsx +40 -0
  213. package/src/components/Link.tsx +106 -0
  214. package/src/components/List.tsx +10 -0
  215. package/src/components/LiveChatComponent.tsx +56 -0
  216. package/src/components/LogoAgilityTopBar.tsx +53 -0
  217. package/src/components/LogoDMSiTopBar.tsx +32 -0
  218. package/src/components/LogoMillworkTopBar.tsx +118 -0
  219. package/src/components/MainBar.tsx +83 -0
  220. package/src/components/Menu.tsx +286 -0
  221. package/src/components/MenuOption.tsx +275 -0
  222. package/src/components/MobileDataGrid.tsx +135 -0
  223. package/src/components/Modal.tsx +271 -0
  224. package/src/components/ModalButtons.tsx +44 -0
  225. package/src/components/ModalContent.tsx +23 -0
  226. package/src/components/ModalHeader.tsx +41 -0
  227. package/src/components/ModalScrim.tsx +35 -0
  228. package/src/components/NavigationTab.tsx +89 -0
  229. package/src/components/NavigationTabs.tsx +63 -0
  230. package/src/components/Notification.tsx +120 -0
  231. package/src/components/OptionPill.tsx +114 -0
  232. package/src/components/Paragraph.tsx +49 -0
  233. package/src/components/Password.tsx +46 -0
  234. package/src/components/ProjectBar.tsx +76 -0
  235. package/src/components/Radio.tsx +140 -0
  236. package/src/components/Search.tsx +129 -0
  237. package/src/components/Select.tsx +104 -0
  238. package/src/components/SideMenu.tsx +21 -0
  239. package/src/components/SideMenuGroup.tsx +81 -0
  240. package/src/components/SideMenuItem.tsx +90 -0
  241. package/src/components/Stack.tsx +179 -0
  242. package/src/components/StatusPill.tsx +51 -0
  243. package/src/components/Stepper.tsx +91 -0
  244. package/src/components/Subheader.tsx +44 -0
  245. package/src/components/Surface.tsx +34 -0
  246. package/src/components/Swatch.tsx +1066 -0
  247. package/src/components/Textarea.tsx +101 -0
  248. package/src/components/Theme.tsx +13 -0
  249. package/src/components/Time.tsx +438 -0
  250. package/src/components/Toast.tsx +244 -0
  251. package/src/components/Tooltip.tsx +137 -0
  252. package/src/components/TopBar.tsx +124 -0
  253. package/src/components/useInfiniteScroll.tsx +40 -0
  254. package/src/components/useMatchesMedia.tsx +28 -0
  255. package/src/components/useMenuSystem.tsx +367 -0
  256. package/src/components/useMounted.tsx +14 -0
  257. package/src/darkmode.css +140 -0
  258. package/src/fonts.css +23 -0
  259. package/src/index.css +509 -0
  260. package/src/index.tsx +2 -0
  261. package/src/types.ts +149 -0
  262. package/src/utils/formatting.tsx +81 -0
  263. package/src/utils.ts +23 -0
@@ -0,0 +1,117 @@
1
+ "use client";
2
+ import {
3
+ Stack
4
+ } from "../chunk-U42SKNR6.js";
5
+ import {
6
+ Heading3
7
+ } from "../chunk-TYI74BSP.js";
8
+ import {
9
+ Button
10
+ } from "../chunk-KENSVWOY.js";
11
+ import {
12
+ Paragraph
13
+ } from "../chunk-K3IKUSZW.js";
14
+ import {
15
+ Icon
16
+ } from "../chunk-IGQVA7SC.js";
17
+ import "../chunk-KX3O6GJ6.js";
18
+ import {
19
+ __objRest,
20
+ __spreadProps,
21
+ __spreadValues
22
+ } from "../chunk-ORMEWXMH.js";
23
+
24
+ // src/components/Notification.tsx
25
+ import clsx from "clsx";
26
+ import { useState } from "react";
27
+ import { jsx, jsxs } from "react/jsx-runtime";
28
+ var variants = {
29
+ success: {
30
+ className: "border-success-400",
31
+ icon: /* @__PURE__ */ jsx("span", { className: "text-icon-success-normal contents", children: /* @__PURE__ */ jsx(Icon, { name: "check_circle", size: 24 }) })
32
+ },
33
+ warning: {
34
+ className: "border-warning-400",
35
+ icon: /* @__PURE__ */ jsx("span", { className: "text-icon-warning-normal contents", children: /* @__PURE__ */ jsx(Icon, { name: "warning", size: 24 }) })
36
+ },
37
+ error: {
38
+ className: "border-critical-400",
39
+ icon: /* @__PURE__ */ jsx("span", { className: "text-icon-critical-normal contents", children: /* @__PURE__ */ jsx(Icon, { name: "error", size: 24 }) })
40
+ },
41
+ info: {
42
+ className: "border-action-400",
43
+ icon: /* @__PURE__ */ jsx("span", { className: "text-icon-on-action-secondary-normal contents", children: /* @__PURE__ */ jsx(Icon, { name: "info", size: 24 }) })
44
+ }
45
+ };
46
+ var Notification = (_a) => {
47
+ var _b = _a, {
48
+ variant = "success",
49
+ title,
50
+ message,
51
+ enableMessage = true,
52
+ description,
53
+ enableDescription = false,
54
+ disclaimer,
55
+ enableDisclaimer = false,
56
+ card = false
57
+ } = _b, props = __objRest(_b, [
58
+ "variant",
59
+ "title",
60
+ "message",
61
+ "enableMessage",
62
+ "description",
63
+ "enableDescription",
64
+ "disclaimer",
65
+ "enableDisclaimer",
66
+ "card"
67
+ ]);
68
+ var _a2;
69
+ const [visible, setVisible] = useState(true);
70
+ const { className, icon: iconElement } = (_a2 = variants[variant]) != null ? _a2 : variants.success;
71
+ if (!visible) return null;
72
+ return /* @__PURE__ */ jsxs(
73
+ "div",
74
+ __spreadProps(__spreadValues({
75
+ className: clsx(
76
+ "flex gap-mobile-layout-gap desktop:gap-desktop-layout-gap compact:gap-desktop-compact-layout-gap justify-between items-center border-2 rounded-sm w-full p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding bg-white max-w-240",
77
+ className,
78
+ card && "shadow-4"
79
+ )
80
+ }, props), {
81
+ children: [
82
+ /* @__PURE__ */ jsxs(
83
+ Stack,
84
+ {
85
+ horizontal: true,
86
+ horizontalMobile: true,
87
+ items: "start",
88
+ justify: "start",
89
+ sizing: "layout",
90
+ children: [
91
+ iconElement,
92
+ /* @__PURE__ */ jsxs(Stack, { elevation: 0, items: "start", justify: "start", sizing: "component", children: [
93
+ title && /* @__PURE__ */ jsx(Heading3, { as: "h3", children: title }),
94
+ message && enableMessage && /* @__PURE__ */ jsx(Paragraph, { as: "p", children: message }),
95
+ description && enableDescription && /* @__PURE__ */ jsx(Paragraph, { as: "p", children: description }),
96
+ disclaimer && enableDisclaimer && /* @__PURE__ */ jsx(Paragraph, { as: "p", children: disclaimer })
97
+ ] })
98
+ ]
99
+ }
100
+ ),
101
+ /* @__PURE__ */ jsx(
102
+ Button,
103
+ {
104
+ iconOnly: true,
105
+ variant: "tertiary",
106
+ onClick: () => setVisible(false),
107
+ leftIcon: /* @__PURE__ */ jsx(Icon, { name: "close", size: 24 })
108
+ }
109
+ )
110
+ ]
111
+ })
112
+ );
113
+ };
114
+ Notification.displayName = "Notification";
115
+ export {
116
+ Notification
117
+ };
@@ -0,0 +1,478 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __defProps = Object.defineProperties;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
7
+ var __getOwnPropNames = Object.getOwnPropertyNames;
8
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
9
+ var __getProtoOf = Object.getPrototypeOf;
10
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
11
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
12
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
13
+ var __spreadValues = (a, b) => {
14
+ for (var prop in b || (b = {}))
15
+ if (__hasOwnProp.call(b, prop))
16
+ __defNormalProp(a, prop, b[prop]);
17
+ if (__getOwnPropSymbols)
18
+ for (var prop of __getOwnPropSymbols(b)) {
19
+ if (__propIsEnum.call(b, prop))
20
+ __defNormalProp(a, prop, b[prop]);
21
+ }
22
+ return a;
23
+ };
24
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
25
+ var __objRest = (source, exclude) => {
26
+ var target = {};
27
+ for (var prop in source)
28
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
29
+ target[prop] = source[prop];
30
+ if (source != null && __getOwnPropSymbols)
31
+ for (var prop of __getOwnPropSymbols(source)) {
32
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
33
+ target[prop] = source[prop];
34
+ }
35
+ return target;
36
+ };
37
+ var __export = (target, all) => {
38
+ for (var name in all)
39
+ __defProp(target, name, { get: all[name], enumerable: true });
40
+ };
41
+ var __copyProps = (to, from, except, desc) => {
42
+ if (from && typeof from === "object" || typeof from === "function") {
43
+ for (let key of __getOwnPropNames(from))
44
+ if (!__hasOwnProp.call(to, key) && key !== except)
45
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
46
+ }
47
+ return to;
48
+ };
49
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
50
+ // If the importer is in node compatibility mode or this is not an ESM
51
+ // file that has been converted to a CommonJS file using a Babel-
52
+ // compatible transform (i.e. "__esModule" has not been set), then set
53
+ // "default" to the CommonJS "module.exports" for node compatibility.
54
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
55
+ mod
56
+ ));
57
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
58
+
59
+ // src/components/OptionPill.tsx
60
+ var OptionPill_exports = {};
61
+ __export(OptionPill_exports, {
62
+ OptionPill: () => OptionPill
63
+ });
64
+ module.exports = __toCommonJS(OptionPill_exports);
65
+ var import_clsx5 = __toESM(require("clsx"), 1);
66
+
67
+ // src/classNames.ts
68
+ var import_clsx = __toESM(require("clsx"), 1);
69
+ var typography = {
70
+ display1: (0, import_clsx.default)(
71
+ "font-sans font-semibold",
72
+ "text-display-1-mobile desktop:text-display-1-desktop compact:text-display-1-desktop-compact",
73
+ "leading-display-1-mobile desktop:leading-display-1-desktop"
74
+ ),
75
+ display2: (0, import_clsx.default)(
76
+ "font-sans font-bold",
77
+ "text-display-2-mobile desktop:text-display-2-desktop compact:text-display-2-desktop-compact",
78
+ "leading-display-2-mobile desktop:leading-display-2-desktop"
79
+ ),
80
+ heading1: (0, import_clsx.default)(
81
+ "font-sans font-semibold",
82
+ "text-heading-1-mobile desktop:text-heading-1-desktop compact:text-heading-1-desktop-compact",
83
+ "leading-heading-1-mobile desktop:leading-heading-1-desktop"
84
+ ),
85
+ heading2: (0, import_clsx.default)(
86
+ "font-sans font-normal",
87
+ "text-heading-2-mobile desktop:text-heading-2-desktop compact:text-heading-2-desktop-compact",
88
+ "leading-heading-2-mobile desktop:leading-heading-2-desktop"
89
+ ),
90
+ heading3: (0, import_clsx.default)(
91
+ "font-sans font-semibold",
92
+ "text-heading-3-mobile desktop:text-heading-3-desktop compact:text-heading-3-desktop-compact",
93
+ "leading-heading-3-mobile desktop:leading-heading-3-desktop"
94
+ ),
95
+ subheader: (0, import_clsx.default)(
96
+ "font-sans font-semibold",
97
+ "text-subheader-mobile desktop:text-subheader-desktop compact:text-subheader-desktop-compact",
98
+ "leading-subheader-mobile desktop:leading-subheader-desktop"
99
+ ),
100
+ link: (0, import_clsx.default)(
101
+ "font-sans font-normal",
102
+ "text-link-mobile desktop:text-link-desktop compact:text-link-desktop-compact",
103
+ "leading-link-mobile desktop:leading-link-desktop"
104
+ ),
105
+ buttonLabel: (0, import_clsx.default)(
106
+ "font-sans font-semibold",
107
+ "text-label-mobile desktop:text-label-desktop compact:text-label-desktop-compact",
108
+ "leading-label-mobile desktop:leading-label-desktop"
109
+ ),
110
+ label: (0, import_clsx.default)(
111
+ "font-sans font-semibold",
112
+ "text-label-mobile desktop:text-label-desktop compact:text-label-desktop-compact",
113
+ "leading-label-mobile desktop:leading-label-desktop"
114
+ ),
115
+ paragraph: (0, import_clsx.default)(
116
+ "font-sans font-normal",
117
+ "text-paragraph-mobile desktop:text-paragraph-desktop compact:text-paragraph-desktop-compact",
118
+ "leading-paragraph-mobile desktop:leading-paragraph-desktop"
119
+ ),
120
+ caption: (0, import_clsx.default)(
121
+ "font-sans font-normal",
122
+ "text-caption-mobile desktop:text-caption-desktop compact:text-caption-desktop-compact",
123
+ "leading-caption-mobile desktop:leading-caption-desktop"
124
+ )
125
+ };
126
+ var baseTransition = (0, import_clsx.default)(
127
+ "transition-colors duration-100 ease-in-out"
128
+ );
129
+ var componentGap = (0, import_clsx.default)(
130
+ "gap-mobile-component-gap desktop:gap-desktop-component-gap compact:gap-desktop-compact-component-gap"
131
+ );
132
+ var paddingUsingComponentGap = (0, import_clsx.default)(
133
+ "p-mobile-component-gap desktop:p-desktop-component-gap compact:p-desktop-compact-component-gap"
134
+ );
135
+ var paddingYUsingLayoutGroupGap = (0, import_clsx.default)(
136
+ "py-mobile-layout-group-gap desktop:py-desktop-layout-group-gap compact:py-desktop-compact-layout-group-gap"
137
+ );
138
+ var componentPadding = (0, import_clsx.default)(
139
+ "p-mobile-component-padding desktop:p-desktop-component-padding compact:p-desktop-compact-component-padding"
140
+ );
141
+ var componentPaddingBottom = (0, import_clsx.default)(
142
+ "pb-mobile-component-padding desktop:pb-desktop-component-padding compact:pb-desktop-compact-component-padding"
143
+ );
144
+ var componentPaddingY = (0, import_clsx.default)(
145
+ "py-mobile-component-padding desktop:py-desktop-component-padding compact:py-desktop-compact-component-padding"
146
+ );
147
+ var componentPaddingXUsingComponentGap = (0, import_clsx.default)(
148
+ "px-mobile-component-gap desktop:px-desktop-component-gap compact:px-desktop-compact-component-gap"
149
+ );
150
+ var componentPaddingYUsingComponentGap = (0, import_clsx.default)(
151
+ "py-mobile-component-gap desktop:py-desktop-component-gap compact:py-desktop-compact-component-gap"
152
+ );
153
+ var componentPaddingMinusBorder = (0, import_clsx.default)(
154
+ "p-[calc(var(--spacing-mobile-component-padding)_-_1px)] desktop:p-[calc(var(--spacing-desktop-component-padding)_-_1px)] compact:p-[calc(var(--spacing-desktop-compact-component-padding)_-_1px)]"
155
+ );
156
+ var componentPaddingMinus2pxBorder = (0, import_clsx.default)(
157
+ "p-[calc(var(--spacing-mobile-component-padding)_-_2px)] desktop:p-[calc(var(--spacing-desktop-component-padding)_-_2px)] compact:p-[calc(var(--spacing-desktop-compact-component-padding)_-_2px)]"
158
+ );
159
+ var layoutPaddingBottom = (0, import_clsx.default)(
160
+ "pb-mobile-layout-padding desktop:pb-desktop-layout-padding compact:pb-desktop-compact-layout-padding"
161
+ );
162
+ var layoutPaddingY = (0, import_clsx.default)(
163
+ "py-mobile-layout-padding desktop:py-desktop-layout-padding compact:py-desktop-compact-layout-padding"
164
+ );
165
+ var containerPaddingX = (0, import_clsx.default)(
166
+ "px-mobile-container-padding desktop:px-desktop-container-padding compact:px-desktop-compact-container-padding"
167
+ );
168
+ var containerPaddingY = (0, import_clsx.default)(
169
+ "py-mobile-container-padding desktop:py-desktop-container-padding compact:py-desktop-compact-container-padding"
170
+ );
171
+ var layoutGroupGapPaddingY = (0, import_clsx.default)(
172
+ "py-mobile-layout-group-gap desktop:py-desktop-layout-group-gap compact:py-desktop-compact-layout-group-gap"
173
+ );
174
+ var layoutGroupGap = (0, import_clsx.default)(
175
+ "gap-mobile-layout-group-gap desktop:gap-desktop-layout-group-gap compact:gap-desktop-compact-layout-group-gap"
176
+ );
177
+ var layoutGap = (0, import_clsx.default)(
178
+ "gap-mobile-layout-gap desktop:gap-desktop-layout-gap compact:gap-desktop-compact-layout-gap"
179
+ );
180
+ var gapUsingContainerPadding = (0, import_clsx.default)(
181
+ "gap-mobile-container-padding desktop:gap-desktop-container-padding compact:gap-desktop-compact-container-padding"
182
+ );
183
+
184
+ // src/components/Button.tsx
185
+ var import_clsx2 = __toESM(require("clsx"), 1);
186
+ var import_jsx_runtime = require("react/jsx-runtime");
187
+ var Button = (_a) => {
188
+ var _b = _a, {
189
+ variant = "primary",
190
+ as = "button",
191
+ block,
192
+ leftIcon,
193
+ rightIcon,
194
+ className,
195
+ classNameLabel,
196
+ disabled = false,
197
+ children,
198
+ iconOnly = false,
199
+ colorClassName,
200
+ href
201
+ } = _b, props = __objRest(_b, [
202
+ "variant",
203
+ "as",
204
+ "block",
205
+ "leftIcon",
206
+ "rightIcon",
207
+ "className",
208
+ "classNameLabel",
209
+ "disabled",
210
+ "children",
211
+ "iconOnly",
212
+ "colorClassName",
213
+ "href"
214
+ ]);
215
+ const primaryVariantStyles = variant === "primary" && (0, import_clsx2.default)(
216
+ (colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-on-action-primary-normal",
217
+ "bg-background-action-primary-normal border-background-action-primary-normal",
218
+ "hover:bg-background-action-primary-hover hover:border-background-action-primary-hover",
219
+ "focus:bg-background-action-primary-hover focus:border-background-action-primary-hover focus:outline-0",
220
+ "active:bg-background-action-primary-active active:border-background-action-primary-active",
221
+ "disabled:bg-background-action-primary-disabled disabled:border-background-action-primary-disabled disabled:text-text-on-action-primary-disabled"
222
+ );
223
+ const secondaryVariantStyles = variant === "secondary" && (0, import_clsx2.default)(
224
+ (colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-action-primary-normal",
225
+ "bg-background-action-secondary-normal border-border-action-normal",
226
+ "hover:bg-background-action-secondary-hover hover:border-border-action-hover hover:text-text-action-primary-hover",
227
+ "focus:bg-background-action-secondary-hover focus:border-border-action-hover focus:text-text-action-primary-hover focus:outline-0",
228
+ "active:bg-background-action-secondary-active active:border-border-action-active active:text-text-action-primary-active",
229
+ "disabled:bg-background-action-primary-disabled disabled:border-border-action-disabled disabled:text-text-action-primary-disabled"
230
+ );
231
+ const tertiaryVariantStyles = variant === "tertiary" && (0, import_clsx2.default)(
232
+ "bg-transparent border-transparent",
233
+ iconOnly ? (colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-icon-action-primary-normal" : (colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-action-primary-normal",
234
+ "bg-transparent border-transparent",
235
+ "hover:bg-background-action-secondary-hover hover:border-background-action-secondary-hover hover:text-text-action-primary-hover",
236
+ "focus:bg-background-action-secondary-hover focus:border-background-action-secondary-hover focus:text-text-action-primary-hover focus:outline-0",
237
+ "active:bg-background-action-secondary-active active:border-transparent active:text-text-action-primary-active",
238
+ "disabled:bg-transparent disabled:border-transparent disabled:text-text-action-primary-disabled"
239
+ );
240
+ const primaryCriticalVariantStyles = variant === "primary-critical" && (0, import_clsx2.default)(
241
+ (colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-on-action-primary-normal",
242
+ "bg-background-action-critical-primary-normal border-background-action-critical-primary-normal",
243
+ "hover:bg-background-action-critical-primary-hover hover:border-background-action-critical-primary-hover",
244
+ "focus:bg-background-action-critical-primary-hover focus:border-background-action-critical-primary-hover focus:outline-0",
245
+ "active:bg-background-action-critical-primary-active active:border-background-action-critical-primary-active",
246
+ "disabled:bg-background-action-critical-primary-disabled disabled:border-background-action-critical-primary-disabled disabled:text-text-on-action-primary-disabled"
247
+ );
248
+ const secondaryCriticalVariantStyles = variant === "secondary-critical" && (0, import_clsx2.default)(
249
+ (colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-action-critical-normal",
250
+ "bg-background-action-critical-secondary-normal border-border-action-critical-normal",
251
+ "hover:bg-background-action-critical-secondary-hover hover:border-border-action-critical-hover hover:text-text-action-critical-hover",
252
+ "focus:bg-background-action-critical-secondary-hover focus:border-border-action-critical-hover focus:text-text-action-critical-hover focus:outline-0",
253
+ "active:bg-background-action-critical-secondary-active active:border-border-action-critical-active active:text-text-action-critical-active",
254
+ "disabled:bg-background-action-critical-disabled disabled:border-border-action-critical-disabled disabled:text-text-action-critical-disabled"
255
+ );
256
+ const tertiaryCriticalVariantStyles = variant === "tertiary-critical" && (0, import_clsx2.default)(
257
+ (colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-action-critical-normal",
258
+ "bg-transparent border-transparent text-text-action-critical-normal",
259
+ "hover:bg-background-action-critical-secondary-hover hover:border-background-action-critical-secondary-hover hover:text-text-action-critical-hover",
260
+ "focus:bg-background-action-critical-secondary-hover focus:border-background-action-critical-secondary-hover focus:text-text-action-critical-hover focus:outline-0",
261
+ "active:bg-background-action-critical-secondary-active active:border-background-action-critical-secondary-active active:text-text-action-critical-active",
262
+ "disabled:bg-transparent disabled:border-transparent disabled:text-text-action-critical-disabled"
263
+ );
264
+ const navigationVarianStyles = variant === "navigation" && (0, import_clsx2.default)(
265
+ (colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-on-action-primary-normal",
266
+ "bg-transparent",
267
+ "hover:bg-background-on-action-secondary-hover hover:text-brand-text-action-primary-hover",
268
+ // "hover:bg-background-action-secondary-hover hover:text-text-action-primary-hover", // Will use this once colors are finalized
269
+ "focus:bg-background-on-action-secondary-hover focus:text-brand-text-action-primary-hover focus:outline-0",
270
+ // "focus:bg-background-action-secondary-hover focus:text-text-action-primary-hover", // Will use this once colors are finalized
271
+ "active:bg-background-on-action-secondary-active active:text-brand-text-action-primary-active",
272
+ // "active:bg-background-action-secondary-active active:text-text-action-primary-active", // Will use this once colors are finalized
273
+ "disabled:bg-transparent disabled:text-text-on-action-primary-disabled",
274
+ "flex-col",
275
+ paddingUsingComponentGap
276
+ );
277
+ const notNavigationVariantStyles = variant !== "navigation" && (0, import_clsx2.default)("border-2 flex-row", componentPaddingMinus2pxBorder, componentGap);
278
+ const buttonClasses = (0, import_clsx2.default)(
279
+ disabled ? "cursor-default" : "cursor-pointer",
280
+ block ? "w-full" : "w-fit",
281
+ baseTransition,
282
+ "rounded-sm whitespace-nowrap inline-flex items-center justify-center group/btn",
283
+ primaryVariantStyles,
284
+ secondaryVariantStyles,
285
+ tertiaryVariantStyles,
286
+ primaryCriticalVariantStyles,
287
+ secondaryCriticalVariantStyles,
288
+ tertiaryCriticalVariantStyles,
289
+ navigationVarianStyles,
290
+ notNavigationVariantStyles,
291
+ className
292
+ );
293
+ const labelClasses = (0, import_clsx2.default)(
294
+ "min-h-6 flex items-center justify-center",
295
+ classNameLabel,
296
+ componentPaddingXUsingComponentGap,
297
+ typography.buttonLabel
298
+ );
299
+ const Element = href ? "a" : as;
300
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
301
+ Element,
302
+ __spreadProps(__spreadValues({
303
+ type: Element === "button" ? "button" : void 0,
304
+ className: buttonClasses
305
+ }, props), {
306
+ disabled,
307
+ href,
308
+ children: [
309
+ leftIcon && leftIcon,
310
+ !iconOnly && children && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: labelClasses, children }),
311
+ rightIcon && rightIcon
312
+ ]
313
+ })
314
+ );
315
+ };
316
+ Button.displayName = "Button";
317
+
318
+ // src/components/Label.tsx
319
+ var import_clsx3 = __toESM(require("clsx"), 1);
320
+ var import_jsx_runtime2 = require("react/jsx-runtime");
321
+ var Label = (_a) => {
322
+ var _b = _a, {
323
+ as = "span",
324
+ padded,
325
+ className,
326
+ color,
327
+ align
328
+ } = _b, props = __objRest(_b, [
329
+ "as",
330
+ "padded",
331
+ "className",
332
+ "color",
333
+ "align"
334
+ ]);
335
+ const Element = as;
336
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
337
+ Element,
338
+ __spreadProps(__spreadValues({
339
+ className: (0, import_clsx3.default)(
340
+ typography.label,
341
+ align === "left" && "text-left",
342
+ align === "center" && "text-center",
343
+ align === "right" && "text-right",
344
+ className,
345
+ padded && componentPaddingXUsingComponentGap
346
+ )
347
+ }, props), {
348
+ style: __spreadProps(__spreadValues({}, props.style), {
349
+ color: color ? `var(--color-${color})` : void 0
350
+ })
351
+ })
352
+ );
353
+ };
354
+ Label.displayName = "Label";
355
+
356
+ // src/components/Icon.tsx
357
+ var import_clsx4 = __toESM(require("clsx"), 1);
358
+ var import_jsx_runtime3 = require("react/jsx-runtime");
359
+ function Icon(_a) {
360
+ var _b = _a, {
361
+ name,
362
+ size = 24,
363
+ variant = "outline"
364
+ } = _b, props = __objRest(_b, [
365
+ "name",
366
+ "size",
367
+ "variant"
368
+ ]);
369
+ const variantStyle = variant === "filled" ? '"FILL" 1' : '"FILL" 0';
370
+ const weightStyle = size === 16 ? '"wght" 400' : '"wght" 300';
371
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
372
+ "span",
373
+ __spreadProps(__spreadValues({}, props), {
374
+ className: (0, import_clsx4.default)(
375
+ "icon",
376
+ `icon-${size}`,
377
+ // size === 16 ? "font-normal" : "font-light", // size 16 font weight is not working as normal from before
378
+ props.className
379
+ ),
380
+ style: __spreadValues({
381
+ fontVariationSettings: variantStyle + `, ${weightStyle}`
382
+ }, props.style),
383
+ children: name
384
+ })
385
+ );
386
+ }
387
+
388
+ // src/components/OptionPill.tsx
389
+ var import_jsx_runtime4 = require("react/jsx-runtime");
390
+ var OptionPill = (_a) => {
391
+ var _b = _a, {
392
+ selected = false,
393
+ onClick,
394
+ onRemove,
395
+ removable = false,
396
+ disabled = false,
397
+ children,
398
+ className
399
+ } = _b, props = __objRest(_b, [
400
+ "selected",
401
+ "onClick",
402
+ "onRemove",
403
+ "removable",
404
+ "disabled",
405
+ "children",
406
+ "className"
407
+ ]);
408
+ const additionalAttributes = {
409
+ "data-disabled": disabled || null,
410
+ "data-selected": selected || null
411
+ };
412
+ const classNames = (0, import_clsx5.default)(
413
+ {
414
+ "hover:border-border-action-hover active:border-border-action-active": !disabled,
415
+ "data-disabled:cursor-default data-disabled:border-border-primary-normal": disabled,
416
+ "data-selected:border-transparent data-selected:bg-background-action-secondary-hover data-selected:outline-border-action-normal data-selected:hover:outline-border-action-hover data-selected:active:outline-border-action-active": selected,
417
+ "data-selected:data-disabled:bg-background-action-secondary-disabled data-selected:data-disabled:border-border-action-disabled data-selected:data-disabled:outline-transparent": disabled && selected
418
+ },
419
+ !removable && componentPadding,
420
+ removable && "pl-mobile-component-padding desktop:pl-desktop-component-padding compact:pl-desktop-compact-component-padding"
421
+ );
422
+ const textColor = (0, import_clsx5.default)(
423
+ !disabled && "text-text-primary-normal",
424
+ disabled && !selected && "text-text-primary-disabled",
425
+ disabled && selected && "text-text-on-action-primary-disabled"
426
+ );
427
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
428
+ "div",
429
+ __spreadProps(__spreadValues(__spreadValues({
430
+ onClick: handleOnClick
431
+ }, props), additionalAttributes), {
432
+ className: (0, import_clsx5.default)(
433
+ "flex items-center justify-between cursor-pointer w-max",
434
+ "border border-border-primary-normal rounded-base",
435
+ "outline-2 outline-transparent -outline-offset-2",
436
+ componentGap,
437
+ baseTransition,
438
+ classNames,
439
+ className,
440
+ textColor
441
+ ),
442
+ children: [
443
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Label, { padded: true, className: componentPaddingYUsingComponentGap, children }),
444
+ removable && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
445
+ Button,
446
+ {
447
+ onClick: handleOnRemove,
448
+ disabled,
449
+ className: (0, import_clsx5.default)(
450
+ "mx-0 h-full w-10 !border-0",
451
+ componentPaddingMinusBorder
452
+ ),
453
+ iconOnly: true,
454
+ variant: "tertiary",
455
+ leftIcon: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { name: "close" })
456
+ }
457
+ )
458
+ ]
459
+ })
460
+ );
461
+ function handleOnClick() {
462
+ if (disabled) {
463
+ return;
464
+ }
465
+ onClick == null ? void 0 : onClick();
466
+ }
467
+ function handleOnRemove() {
468
+ if (!removable || !onRemove) {
469
+ return;
470
+ }
471
+ onRemove();
472
+ }
473
+ };
474
+ OptionPill.displayName = "OptionPill";
475
+ // Annotate the CommonJS export names for ESM import in node:
476
+ 0 && (module.exports = {
477
+ OptionPill
478
+ });
@@ -0,0 +1,11 @@
1
+ import {
2
+ OptionPill
3
+ } from "../chunk-TWZZB4WO.js";
4
+ import "../chunk-4C66DLIJ.js";
5
+ import "../chunk-KENSVWOY.js";
6
+ import "../chunk-IGQVA7SC.js";
7
+ import "../chunk-KX3O6GJ6.js";
8
+ import "../chunk-ORMEWXMH.js";
9
+ export {
10
+ OptionPill
11
+ };