@wireapp/react-ui-kit 9.32.0 → 9.33.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 (151) hide show
  1. package/lib/Form/Button.stories.d.ts +26 -0
  2. package/lib/Form/Button.stories.d.ts.map +1 -0
  3. package/lib/Form/Button.stories.js +63 -0
  4. package/lib/Form/ButtonLink.stories.d.ts +15 -0
  5. package/lib/Form/ButtonLink.stories.d.ts.map +1 -0
  6. package/lib/Form/ButtonLink.stories.js +52 -0
  7. package/lib/Form/Checkbox.d.ts +1 -2
  8. package/lib/Form/Checkbox.d.ts.map +1 -1
  9. package/lib/Form/Checkbox.stories.d.ts +16 -0
  10. package/lib/Form/Checkbox.stories.d.ts.map +1 -0
  11. package/lib/Form/Checkbox.stories.js +35 -0
  12. package/lib/Form/CodeInput.d.ts +1 -0
  13. package/lib/Form/CodeInput.d.ts.map +1 -1
  14. package/lib/Form/CodeInput.stories.d.ts +15 -0
  15. package/lib/Form/CodeInput.stories.d.ts.map +1 -0
  16. package/lib/Form/CodeInput.stories.js +51 -0
  17. package/lib/Form/DropFileInput.stories.d.ts +13 -0
  18. package/lib/Form/DropFileInput.stories.d.ts.map +1 -0
  19. package/lib/Form/DropFileInput.stories.js +43 -0
  20. package/lib/Form/ErrorMessage.stories.d.ts +14 -0
  21. package/lib/Form/ErrorMessage.stories.d.ts.map +1 -0
  22. package/lib/Form/ErrorMessage.stories.js +23 -0
  23. package/lib/Form/Form.stories.d.ts +13 -0
  24. package/lib/Form/Form.stories.d.ts.map +1 -0
  25. package/lib/Form/Form.stories.js +23 -0
  26. package/lib/Form/IndicatorRangeInput.stories.d.ts +13 -0
  27. package/lib/Form/IndicatorRangeInput.stories.d.ts.map +1 -0
  28. package/lib/Form/IndicatorRangeInput.stories.js +51 -0
  29. package/lib/Form/Input.stories.d.ts +18 -0
  30. package/lib/Form/Input.stories.d.ts.map +1 -0
  31. package/lib/Form/Input.stories.js +56 -0
  32. package/lib/Form/InputBlock.stories.d.ts +15 -0
  33. package/lib/Form/InputBlock.stories.d.ts.map +1 -0
  34. package/lib/Form/InputBlock.stories.js +27 -0
  35. package/lib/Form/InputLabel.stories.d.ts +15 -0
  36. package/lib/Form/InputLabel.stories.d.ts.map +1 -0
  37. package/lib/Form/InputLabel.stories.js +35 -0
  38. package/lib/Form/InputSubmitCombo.stories.d.ts +15 -0
  39. package/lib/Form/InputSubmitCombo.stories.d.ts.map +1 -0
  40. package/lib/Form/InputSubmitCombo.stories.js +26 -0
  41. package/lib/Form/RangeInput.stories.d.ts +16 -0
  42. package/lib/Form/RangeInput.stories.d.ts.map +1 -0
  43. package/lib/Form/RangeInput.stories.js +62 -0
  44. package/lib/Form/RoundIconButton.stories.d.ts +15 -0
  45. package/lib/Form/RoundIconButton.stories.d.ts.map +1 -0
  46. package/lib/Form/RoundIconButton.stories.js +30 -0
  47. package/lib/Form/Select.d.ts +1 -2
  48. package/lib/Form/Select.d.ts.map +1 -1
  49. package/lib/Form/Select.stories.d.ts +16 -0
  50. package/lib/Form/Select.stories.d.ts.map +1 -0
  51. package/lib/Form/Select.stories.js +68 -0
  52. package/lib/Form/ShakeBox.stories.d.ts +15 -0
  53. package/lib/Form/ShakeBox.stories.d.ts.map +1 -0
  54. package/lib/Form/ShakeBox.stories.js +54 -0
  55. package/lib/Form/Switch.stories.d.ts +17 -0
  56. package/lib/Form/Switch.stories.d.ts.map +1 -0
  57. package/lib/Form/Switch.stories.js +66 -0
  58. package/lib/Form/TextArea.stories.d.ts +16 -0
  59. package/lib/Form/TextArea.stories.d.ts.map +1 -0
  60. package/lib/Form/TextArea.stories.js +35 -0
  61. package/lib/Form/Tooltip.d.ts +1 -2
  62. package/lib/Form/Tooltip.d.ts.map +1 -1
  63. package/lib/Form/Tooltip.stories.d.ts +17 -0
  64. package/lib/Form/Tooltip.stories.d.ts.map +1 -0
  65. package/lib/Form/Tooltip.stories.js +46 -0
  66. package/lib/Icon/SVGIcon.stories.d.ts +12 -0
  67. package/lib/Icon/SVGIcon.stories.d.ts.map +1 -0
  68. package/lib/Icon/SVGIcon.stories.js +60 -0
  69. package/lib/Identity/Animation.d.ts +8 -8
  70. package/lib/Identity/Animation.d.ts.map +1 -1
  71. package/lib/Identity/Animation.js +7 -30
  72. package/lib/Identity/Animation.stories.d.ts +6 -0
  73. package/lib/Identity/Animation.stories.d.ts.map +1 -0
  74. package/lib/Identity/Animation.stories.js +73 -0
  75. package/lib/Identity/Avatar.stories.d.ts +13 -0
  76. package/lib/Identity/Avatar.stories.d.ts.map +1 -0
  77. package/lib/Identity/Avatar.stories.js +64 -0
  78. package/lib/Identity/AvatarGrid.stories.d.ts +12 -0
  79. package/lib/Identity/AvatarGrid.stories.d.ts.map +1 -0
  80. package/lib/Identity/AvatarGrid.stories.js +90 -0
  81. package/lib/Identity/Logo.stories.d.ts +12 -0
  82. package/lib/Identity/Logo.stories.d.ts.map +1 -0
  83. package/lib/Identity/Logo.stories.js +62 -0
  84. package/lib/Identity/colors-v2.stories.d.ts +12 -0
  85. package/lib/Identity/colors-v2.stories.d.ts.map +1 -0
  86. package/lib/Identity/colors-v2.stories.js +78 -0
  87. package/lib/Identity/colors.stories.d.ts +10 -0
  88. package/lib/Identity/colors.stories.d.ts.map +1 -0
  89. package/lib/Identity/colors.stories.js +75 -0
  90. package/lib/Layout/Box.stories.d.ts +12 -0
  91. package/lib/Layout/Box.stories.d.ts.map +1 -0
  92. package/lib/Layout/Box.stories.js +58 -0
  93. package/lib/Layout/Column.stories.d.ts +10 -0
  94. package/lib/Layout/Column.stories.d.ts.map +1 -0
  95. package/lib/Layout/Column.stories.js +40 -0
  96. package/lib/Layout/Container.stories.d.ts +10 -0
  97. package/lib/Layout/Container.stories.d.ts.map +1 -0
  98. package/lib/Layout/Container.stories.js +38 -0
  99. package/lib/Layout/headerMenu/HeaderMenu.stories.d.ts +10 -0
  100. package/lib/Layout/headerMenu/HeaderMenu.stories.d.ts.map +1 -0
  101. package/lib/Layout/headerMenu/HeaderMenu.stories.js +49 -0
  102. package/lib/Menu/TabBar.stories.d.ts +11 -0
  103. package/lib/Menu/TabBar.stories.d.ts.map +1 -0
  104. package/lib/Menu/TabBar.stories.js +66 -0
  105. package/lib/Misc/ButtonGroup.stories.d.ts +10 -0
  106. package/lib/Misc/ButtonGroup.stories.d.ts.map +1 -0
  107. package/lib/Misc/ButtonGroup.stories.js +28 -0
  108. package/lib/Misc/IconButton.stories.d.ts +14 -0
  109. package/lib/Misc/IconButton.stories.d.ts.map +1 -0
  110. package/lib/Misc/IconButton.stories.js +59 -0
  111. package/lib/Misc/Loading.stories.d.ts +15 -0
  112. package/lib/Misc/Loading.stories.d.ts.map +1 -0
  113. package/lib/Misc/Loading.stories.js +47 -0
  114. package/lib/Misc/Pagination.stories.d.ts +14 -0
  115. package/lib/Misc/Pagination.stories.d.ts.map +1 -0
  116. package/lib/Misc/Pagination.stories.js +97 -0
  117. package/lib/Misc/Pill.stories.d.ts +15 -0
  118. package/lib/Misc/Pill.stories.d.ts.map +1 -0
  119. package/lib/Misc/Pill.stories.js +59 -0
  120. package/lib/Modal/Modal.stories.d.ts +12 -0
  121. package/lib/Modal/Modal.stories.d.ts.map +1 -0
  122. package/lib/Modal/Modal.stories.js +63 -0
  123. package/lib/Text/Heading.d.ts +1 -2
  124. package/lib/Text/Heading.d.ts.map +1 -1
  125. package/lib/Text/Heading.stories.d.ts +38 -0
  126. package/lib/Text/Heading.stories.d.ts.map +1 -0
  127. package/lib/Text/Heading.stories.js +67 -0
  128. package/lib/Text/Label.d.ts.map +1 -1
  129. package/lib/Text/Label.js +6 -2
  130. package/lib/Text/Label.stories.d.ts +403 -0
  131. package/lib/Text/Label.stories.d.ts.map +1 -0
  132. package/lib/Text/Label.stories.js +37 -0
  133. package/lib/Text/Line.stories.d.ts +19 -0
  134. package/lib/Text/Line.stories.d.ts.map +1 -0
  135. package/lib/Text/Line.stories.js +43 -0
  136. package/lib/Text/Link.stories.d.ts +27 -0
  137. package/lib/Text/Link.stories.d.ts.map +1 -0
  138. package/lib/Text/Link.stories.js +75 -0
  139. package/lib/Text/Paragraph.stories.d.ts +15 -0
  140. package/lib/Text/Paragraph.stories.d.ts.map +1 -0
  141. package/lib/Text/Paragraph.stories.js +30 -0
  142. package/lib/Text/Text.stories.d.ts +32 -0
  143. package/lib/Text/Text.stories.d.ts.map +1 -0
  144. package/lib/Text/Text.stories.js +59 -0
  145. package/lib/Text/TextLink.stories.d.ts +20 -0
  146. package/lib/Text/TextLink.stories.d.ts.map +1 -0
  147. package/lib/Text/TextLink.stories.js +37 -0
  148. package/lib/Text/Title.stories.d.ts +24 -0
  149. package/lib/Text/Title.stories.d.ts.map +1 -0
  150. package/lib/Text/Title.stories.js +63 -0
  151. package/package.json +17 -9
@@ -0,0 +1,26 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import { ButtonVariant } from './Button';
3
+ declare const meta: {
4
+ title: string;
5
+ component: ({ showLoading, children, loadingColor, ...props }: import("./Button").ButtonProps) => import("@emotion/react/jsx-runtime").JSX.Element;
6
+ parameters: {
7
+ layout: string;
8
+ };
9
+ tags: string[];
10
+ argTypes: {
11
+ variant: {
12
+ control: "select";
13
+ options: ButtonVariant[];
14
+ };
15
+ };
16
+ };
17
+ export default meta;
18
+ type Story = StoryObj<typeof meta>;
19
+ export declare const Primary: Story;
20
+ export declare const Secondary: Story;
21
+ export declare const Tertiary: Story;
22
+ export declare const Send: Story;
23
+ export declare const Disabled: Story;
24
+ export declare const Loading: Story;
25
+ export declare const Block: Story;
26
+ //# sourceMappingURL=Button.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.stories.d.ts","sourceRoot":"","sources":["../../src/Form/Button.stories.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAO,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAErD,OAAO,EAAS,aAAa,EAAC,MAAM,UAAU,CAAC;AAK/C,QAAA,MAAM,IAAI;;;;;;;;;;;;;CAaqB,CAAC;AAEhC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAKvB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAKlB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAC"}
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Block = exports.Loading = exports.Disabled = exports.Send = exports.Tertiary = exports.Secondary = exports.Primary = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ const Button_1 = require("./Button");
6
+ const Icon_1 = require("../Icon");
7
+ const Identity_1 = require("../Identity");
8
+ const meta = {
9
+ title: 'Form/Button',
10
+ component: Button_1.Button,
11
+ parameters: {
12
+ layout: 'centered',
13
+ },
14
+ tags: ['autodocs'],
15
+ argTypes: {
16
+ variant: {
17
+ control: 'select',
18
+ options: Object.values(Button_1.ButtonVariant),
19
+ },
20
+ },
21
+ };
22
+ exports.default = meta;
23
+ exports.Primary = {
24
+ args: {
25
+ children: 'Primary Button',
26
+ },
27
+ };
28
+ exports.Secondary = {
29
+ args: {
30
+ children: 'Secondary Button',
31
+ variant: Button_1.ButtonVariant.SECONDARY,
32
+ },
33
+ };
34
+ exports.Tertiary = {
35
+ args: {
36
+ children: 'Tertiary Button',
37
+ variant: Button_1.ButtonVariant.TERTIARY,
38
+ },
39
+ };
40
+ exports.Send = {
41
+ args: {
42
+ children: (0, jsx_runtime_1.jsx)(Icon_1.PlaneIcon, { color: Identity_1.COLOR_V2.WHITE }),
43
+ variant: Button_1.ButtonVariant.SEND,
44
+ },
45
+ };
46
+ exports.Disabled = {
47
+ args: {
48
+ children: 'Disabled Button',
49
+ disabled: true,
50
+ },
51
+ };
52
+ exports.Loading = {
53
+ args: {
54
+ children: 'Loading Button',
55
+ showLoading: true,
56
+ },
57
+ };
58
+ exports.Block = {
59
+ args: {
60
+ children: 'Full Width Button',
61
+ block: true,
62
+ },
63
+ };
@@ -0,0 +1,15 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ declare const meta: {
3
+ title: string;
4
+ component: ({ children, showLoading, loadingColor, ...props }: import("./Button").ButtonProps<HTMLAnchorElement>) => import("@emotion/react/jsx-runtime").JSX.Element;
5
+ parameters: {
6
+ layout: string;
7
+ };
8
+ tags: string[];
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ export declare const Default: Story;
13
+ export declare const CustomColor: Story;
14
+ export declare const Loading: Story;
15
+ //# sourceMappingURL=ButtonLink.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonLink.stories.d.ts","sourceRoot":"","sources":["../../src/Form/ButtonLink.stories.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAO,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAMrD,QAAA,MAAM,IAAI;;;;;;;CAOyB,CAAC;AAEpC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAMzB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2025 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.Loading = exports.CustomColor = exports.Default = void 0;
22
+ const ButtonLink_1 = require("./ButtonLink");
23
+ const Identity_1 = require("../Identity");
24
+ const meta = {
25
+ title: 'Form/ButtonLink',
26
+ component: ButtonLink_1.ButtonLink,
27
+ parameters: {
28
+ layout: 'centered',
29
+ },
30
+ tags: ['autodocs'],
31
+ };
32
+ exports.default = meta;
33
+ exports.Default = {
34
+ args: {
35
+ children: 'Button Link',
36
+ href: '#',
37
+ },
38
+ };
39
+ exports.CustomColor = {
40
+ args: {
41
+ children: 'Colored Button Link',
42
+ backgroundColor: Identity_1.COLOR.GREEN,
43
+ href: '#',
44
+ },
45
+ };
46
+ exports.Loading = {
47
+ args: {
48
+ children: 'Loading Button Link',
49
+ showLoading: true,
50
+ href: '#',
51
+ },
52
+ };
@@ -7,7 +7,7 @@ export interface StyledLabelProps<T = HTMLLabelElement> extends React.HTMLProps<
7
7
  aligncenter?: boolean;
8
8
  labelBeforeCheckbox?: boolean;
9
9
  }
10
- interface CheckboxProps<T = HTMLInputElement> extends InputProps<T> {
10
+ export interface CheckboxProps<T = HTMLInputElement> extends InputProps<T> {
11
11
  id?: string;
12
12
  aligncenter?: boolean;
13
13
  labelBeforeCheckbox?: boolean;
@@ -16,5 +16,4 @@ interface CheckboxProps<T = HTMLInputElement> extends InputProps<T> {
16
16
  export declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxProps<HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
17
17
  export type CheckboxLabelProps<T = HTMLSpanElement> = TextProps<T>;
18
18
  export declare const CheckboxLabel: ({ ...props }: CheckboxLabelProps) => import("@emotion/react/jsx-runtime").JSX.Element;
19
- export {};
20
19
  //# sourceMappingURL=Checkbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../src/Form/Checkbox.tsx"],"names":[],"mappings":"AAoBA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAkB,UAAU,EAAC,MAAM,SAAS,CAAC;AAGpD,OAAO,EAAO,SAAS,EAAY,MAAM,SAAS,CAAC;AAEnD,MAAM,WAAW,gBAAgB,CAAC,CAAC,GAAG,gBAAgB,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC;IAChF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAmFD,UAAU,aAAa,CAAC,CAAC,GAAG,gBAAgB,CAAE,SAAQ,UAAU,CAAC,CAAC,CAAC;IACjE,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,QAAQ,uHA8DpB,CAAC;AAGF,MAAM,MAAM,kBAAkB,CAAC,CAAC,GAAG,eAAe,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC;AAEnE,eAAO,MAAM,aAAa,iBAAgB,kBAAkB,qDAS3D,CAAC"}
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../src/Form/Checkbox.tsx"],"names":[],"mappings":"AAoBA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAkB,UAAU,EAAC,MAAM,SAAS,CAAC;AAGpD,OAAO,EAAO,SAAS,EAAY,MAAM,SAAS,CAAC;AAEnD,MAAM,WAAW,gBAAgB,CAAC,CAAC,GAAG,gBAAgB,CAAE,SAAQ,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC;IAChF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAmFD,MAAM,WAAW,aAAa,CAAC,CAAC,GAAG,gBAAgB,CAAE,SAAQ,UAAU,CAAC,CAAC,CAAC;IACxE,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,QAAQ,uHA8DpB,CAAC;AAGF,MAAM,MAAM,kBAAkB,CAAC,CAAC,GAAG,eAAe,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC;AAEnE,eAAO,MAAM,aAAa,iBAAgB,kBAAkB,qDAS3D,CAAC"}
@@ -0,0 +1,16 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ declare const meta: {
3
+ title: string;
4
+ component: import("react").ForwardRefExoticComponent<Omit<import("./Checkbox").CheckboxProps<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
5
+ parameters: {
6
+ layout: string;
7
+ };
8
+ tags: string[];
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ export declare const Default: Story;
13
+ export declare const WithLink: Story;
14
+ export declare const Invalid: Story;
15
+ export declare const Disabled: Story;
16
+ //# sourceMappingURL=Checkbox.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.stories.d.ts","sourceRoot":"","sources":["../../src/Form/Checkbox.stories.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAO,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAMrD,QAAA,MAAM,IAAI;;;;;;;CAOuB,CAAC;AAElC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAQtB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Disabled = exports.Invalid = exports.WithLink = exports.Default = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ const Checkbox_1 = require("./Checkbox");
6
+ const Text_1 = require("../Text");
7
+ const meta = {
8
+ title: 'Form/Checkbox',
9
+ component: Checkbox_1.Checkbox,
10
+ parameters: {
11
+ layout: 'centered',
12
+ },
13
+ tags: ['autodocs'],
14
+ };
15
+ exports.default = meta;
16
+ exports.Default = {
17
+ args: {
18
+ children: (0, jsx_runtime_1.jsx)(Checkbox_1.CheckboxLabel, { children: "Default Checkbox" }),
19
+ },
20
+ };
21
+ exports.WithLink = {
22
+ render: () => ((0, jsx_runtime_1.jsx)(Checkbox_1.Checkbox, { children: (0, jsx_runtime_1.jsxs)(Checkbox_1.CheckboxLabel, { children: ["I accept the ", (0, jsx_runtime_1.jsx)(Text_1.Link, { href: "#", children: "Terms and Conditions" })] }) })),
23
+ };
24
+ exports.Invalid = {
25
+ args: {
26
+ children: (0, jsx_runtime_1.jsx)(Checkbox_1.CheckboxLabel, { children: "Invalid Checkbox" }),
27
+ markInvalid: true,
28
+ },
29
+ };
30
+ exports.Disabled = {
31
+ args: {
32
+ children: (0, jsx_runtime_1.jsx)(Checkbox_1.CheckboxLabel, { children: "Disabled Checkbox" }),
33
+ disabled: true,
34
+ },
35
+ };
@@ -1,4 +1,5 @@
1
1
  import { InputProps } from './Input';
2
+ export type DigitInputProps<T = HTMLInputElement> = InputProps<T>;
2
3
  export interface CodeInputProps<T = HTMLInputElement> extends InputProps<T> {
3
4
  autoFocus?: boolean;
4
5
  digits?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"CodeInput.d.ts","sourceRoot":"","sources":["../../src/Form/CodeInput.tsx"],"names":[],"mappings":"AAwBA,OAAO,EAAC,UAAU,EAAa,MAAM,SAAS,CAAC;AAuC/C,MAAM,WAAW,cAAc,CAAC,CAAC,GAAG,gBAAgB,CAAE,SAAQ,UAAU,CAAC,CAAC,CAAC;IACzE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,CAAC,YAAY,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAClD;AAED,eAAO,MAAM,SAAS,yEAOnB,cAAc,qDAqGhB,CAAC"}
1
+ {"version":3,"file":"CodeInput.d.ts","sourceRoot":"","sources":["../../src/Form/CodeInput.tsx"],"names":[],"mappings":"AAwBA,OAAO,EAAC,UAAU,EAAa,MAAM,SAAS,CAAC;AAgB/C,MAAM,MAAM,eAAe,CAAC,CAAC,GAAG,gBAAgB,IAAI,UAAU,CAAC,CAAC,CAAC,CAAC;AAuBlE,MAAM,WAAW,cAAc,CAAC,CAAC,GAAG,gBAAgB,CAAE,SAAQ,UAAU,CAAC,CAAC,CAAC;IACzE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,CAAC,YAAY,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAClD;AAED,eAAO,MAAM,SAAS,yEAOnB,cAAc,qDAqGhB,CAAC"}
@@ -0,0 +1,15 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ declare const meta: {
3
+ title: string;
4
+ component: ({ style, digits, autoFocus, markInvalid, onCodeComplete, disabled, }: import("./CodeInput").CodeInputProps) => import("@emotion/react/jsx-runtime").JSX.Element;
5
+ parameters: {
6
+ layout: string;
7
+ };
8
+ tags: string[];
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ export declare const Default: Story;
13
+ export declare const Invalid: Story;
14
+ export declare const CustomLength: Story;
15
+ //# sourceMappingURL=CodeInput.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeInput.stories.d.ts","sourceRoot":"","sources":["../../src/Form/CodeInput.stories.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAO,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAIrD,QAAA,MAAM,IAAI;;;;;;;CAOwB,CAAC;AAEnC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAM1B,CAAC"}
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2025 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.CustomLength = exports.Invalid = exports.Default = void 0;
22
+ const CodeInput_1 = require("./CodeInput");
23
+ const meta = {
24
+ title: 'Form/CodeInput',
25
+ component: CodeInput_1.CodeInput,
26
+ parameters: {
27
+ layout: 'centered',
28
+ },
29
+ tags: ['autodocs'],
30
+ };
31
+ exports.default = meta;
32
+ exports.Default = {
33
+ args: {
34
+ // eslint-disable-next-line no-console
35
+ onCodeComplete: code => console.log('Code entered:', code),
36
+ },
37
+ };
38
+ exports.Invalid = {
39
+ args: {
40
+ markInvalid: true,
41
+ // eslint-disable-next-line no-console
42
+ onCodeComplete: code => console.log('Code entered:', code),
43
+ },
44
+ };
45
+ exports.CustomLength = {
46
+ args: {
47
+ digits: 4,
48
+ // eslint-disable-next-line no-console
49
+ onCodeComplete: code => console.log('Code entered:', code),
50
+ },
51
+ };
@@ -0,0 +1,13 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ declare const meta: {
3
+ title: string;
4
+ component: import("react").ForwardRefExoticComponent<Omit<import("./DropFileInput").DropFileInputProps<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
5
+ parameters: {
6
+ layout: string;
7
+ };
8
+ tags: string[];
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ export declare const Default: Story;
13
+ //# sourceMappingURL=DropFileInput.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DropFileInput.stories.d.ts","sourceRoot":"","sources":["../../src/Form/DropFileInput.stories.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAO,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAIrD,QAAA,MAAM,IAAI;;;;;;;CAO4B,CAAC;AAEvC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAWrB,CAAC"}
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2025 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.Default = void 0;
22
+ const DropFileInput_1 = require("./DropFileInput");
23
+ const meta = {
24
+ title: 'Form/DropFileInput',
25
+ component: DropFileInput_1.DropFileInput,
26
+ parameters: {
27
+ layout: 'centered',
28
+ },
29
+ tags: ['autodocs'],
30
+ };
31
+ exports.default = meta;
32
+ exports.Default = {
33
+ args: {
34
+ headingText: 'Drag & Drop an image \nor',
35
+ labelText: 'select one from your device',
36
+ accept: 'image/png, image/jpeg',
37
+ description: 'Image (JPG/PNG) size up to 1 MB, minimum 200 x 600 px',
38
+ // eslint-disable-next-line no-console
39
+ onFilesUploaded: files => console.log('Files uploaded:', files),
40
+ // eslint-disable-next-line no-console
41
+ onInvalidFilesDropError: () => console.log('Invalid file type'),
42
+ },
43
+ };
@@ -0,0 +1,14 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ declare const meta: {
3
+ title: string;
4
+ component: ({ children, ...props }: import("..").FlexBoxProps<HTMLDivElement>) => import("@emotion/react/jsx-runtime").JSX.Element;
5
+ parameters: {
6
+ layout: string;
7
+ };
8
+ tags: string[];
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ export declare const Default: Story;
13
+ export declare const WithLink: Story;
14
+ //# sourceMappingURL=ErrorMessage.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ErrorMessage.stories.d.ts","sourceRoot":"","sources":["../../src/Form/ErrorMessage.stories.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAO,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAMrD,QAAA,MAAM,IAAI;;;;;;;CAO2B,CAAC;AAEtC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAC"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WithLink = exports.Default = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ const ErrorMessage_1 = require("./ErrorMessage");
6
+ const Text_1 = require("../Text");
7
+ const meta = {
8
+ title: 'Form/ErrorMessage',
9
+ component: ErrorMessage_1.ErrorMessage,
10
+ parameters: {
11
+ layout: 'centered',
12
+ },
13
+ tags: ['autodocs'],
14
+ };
15
+ exports.default = meta;
16
+ exports.Default = {
17
+ args: {
18
+ children: 'This is an error message',
19
+ },
20
+ };
21
+ exports.WithLink = {
22
+ render: () => ((0, jsx_runtime_1.jsxs)(ErrorMessage_1.ErrorMessage, { children: ["This is an error message with a ", (0, jsx_runtime_1.jsx)(Text_1.Link, { href: "#", children: "link" })] })),
23
+ };
@@ -0,0 +1,13 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ declare const meta: {
3
+ title: string;
4
+ component: (props: React.HTMLProps<HTMLFormElement>) => import("@emotion/react/jsx-runtime").JSX.Element;
5
+ parameters: {
6
+ layout: string;
7
+ };
8
+ tags: string[];
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ export declare const Default: Story;
13
+ //# sourceMappingURL=Form.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Form.stories.d.ts","sourceRoot":"","sources":["../../src/Form/Form.stories.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAO,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAMrD,QAAA,MAAM,IAAI;;uBAJL,MAAO,SAAS;;;;;CAWQ,CAAC;AAE9B,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAarB,CAAC"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Default = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ const Button_1 = require("./Button");
6
+ const Form_1 = require("./Form");
7
+ const Input_1 = require("./Input");
8
+ const meta = {
9
+ title: 'Form/Form',
10
+ component: Form_1.Form,
11
+ parameters: {
12
+ layout: 'centered',
13
+ },
14
+ tags: ['autodocs'],
15
+ };
16
+ exports.default = meta;
17
+ exports.Default = {
18
+ render: () => ((0, jsx_runtime_1.jsxs)(Form_1.Form, { onSubmit: event => {
19
+ event.preventDefault();
20
+ // eslint-disable-next-line no-console
21
+ console.log('Form submitted');
22
+ }, children: [(0, jsx_runtime_1.jsx)(Input_1.Input, { placeholder: "Email", type: "email", required: true }), (0, jsx_runtime_1.jsx)(Button_1.Button, { type: "submit", children: "Submit" })] })),
23
+ };
@@ -0,0 +1,13 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ declare const meta: {
3
+ title: string;
4
+ component: import("react").ForwardRefExoticComponent<Omit<import("./IndicatorRangeInput").IndicatorRangeInputProps<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
5
+ parameters: {
6
+ layout: string;
7
+ };
8
+ tags: string[];
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ export declare const Default: Story;
13
+ //# sourceMappingURL=IndicatorRangeInput.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IndicatorRangeInput.stories.d.ts","sourceRoot":"","sources":["../../src/Form/IndicatorRangeInput.stories.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAO,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAcrD,QAAA,MAAM,IAAI;;;;;;;CAOkC,CAAC;AAE7C,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAUrB,CAAC"}
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /*
3
+ * Wire
4
+ * Copyright (C) 2025 Wire Swiss GmbH
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program. If not, see http://www.gnu.org/licenses/.
18
+ *
19
+ */
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.Default = void 0;
22
+ const IndicatorRangeInput_1 = require("./IndicatorRangeInput");
23
+ const dataListOptions = [
24
+ { value: 10, label: '10px', heading: 'Small' },
25
+ { value: 12, label: '12px' },
26
+ { value: 14, label: '14px' },
27
+ { value: 16, label: '16px', heading: 'Default' },
28
+ { value: 18, label: '18px' },
29
+ { value: 20, label: '20px' },
30
+ { value: 24, label: '24px', heading: 'Large' },
31
+ ];
32
+ const meta = {
33
+ title: 'Form/IndicatorRangeInput',
34
+ component: IndicatorRangeInput_1.IndicatorRangeInput,
35
+ parameters: {
36
+ layout: 'centered',
37
+ },
38
+ tags: ['autodocs'],
39
+ };
40
+ exports.default = meta;
41
+ exports.Default = {
42
+ args: {
43
+ label: 'Font size',
44
+ value: 3,
45
+ dataListOptions,
46
+ // eslint-disable-next-line no-console
47
+ onChange: event => console.log('Value changed:', event.currentTarget.value),
48
+ // eslint-disable-next-line no-console
49
+ onOptionClick: value => console.log('Option clicked:', value),
50
+ },
51
+ };
@@ -0,0 +1,18 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ declare const meta: {
3
+ title: string;
4
+ component: import("react").ForwardRefExoticComponent<Omit<import("./Input").InputProps<HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
5
+ parameters: {
6
+ layout: string;
7
+ };
8
+ tags: string[];
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ export declare const Default: Story;
13
+ export declare const WithLabel: Story;
14
+ export declare const Password: Story;
15
+ export declare const Invalid: Story;
16
+ export declare const Required: Story;
17
+ export declare const Disabled: Story;
18
+ //# sourceMappingURL=Input.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.stories.d.ts","sourceRoot":"","sources":["../../src/Form/Input.stories.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAO,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AAKrD,QAAA,MAAM,IAAI;;;;;;;CAOoB,CAAC;AAE/B,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAKvB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAOtB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAC"}
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Disabled = exports.Required = exports.Invalid = exports.Password = exports.WithLabel = exports.Default = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ const ErrorMessage_1 = require("./ErrorMessage");
6
+ const Input_1 = require("./Input");
7
+ const meta = {
8
+ title: 'Form/Input',
9
+ component: Input_1.Input,
10
+ parameters: {
11
+ layout: 'centered',
12
+ },
13
+ tags: ['autodocs'],
14
+ };
15
+ exports.default = meta;
16
+ exports.Default = {
17
+ args: {
18
+ placeholder: 'Enter text...',
19
+ },
20
+ };
21
+ exports.WithLabel = {
22
+ args: {
23
+ label: 'Username',
24
+ placeholder: 'Enter username',
25
+ },
26
+ };
27
+ exports.Password = {
28
+ args: {
29
+ type: 'password',
30
+ label: 'Password',
31
+ placeholder: 'Enter password',
32
+ helperText: 'Must have at least one: uppercase letter, lowercase letter, number, symbol',
33
+ },
34
+ };
35
+ exports.Invalid = {
36
+ args: {
37
+ label: 'Email',
38
+ placeholder: 'Enter email',
39
+ markInvalid: true,
40
+ error: (0, jsx_runtime_1.jsx)(ErrorMessage_1.ErrorMessage, { children: "Please enter a valid email address" }),
41
+ },
42
+ };
43
+ exports.Required = {
44
+ args: {
45
+ label: 'Required Field',
46
+ placeholder: 'This field is required',
47
+ required: true,
48
+ },
49
+ };
50
+ exports.Disabled = {
51
+ args: {
52
+ label: 'Disabled Input',
53
+ placeholder: 'Cannot edit this field',
54
+ disabled: true,
55
+ },
56
+ };
@@ -0,0 +1,15 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ declare const meta: {
3
+ title: string;
4
+ component: (props: import("./InputBlock").InputBlockProps) => import("@emotion/react/jsx-runtime").JSX.Element;
5
+ parameters: {
6
+ layout: string;
7
+ };
8
+ tags: string[];
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ export declare const Default: Story;
13
+ export declare const WithSubmitCombo: Story;
14
+ export declare const Invalid: Story;
15
+ //# sourceMappingURL=InputBlock.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputBlock.stories.d.ts","sourceRoot":"","sources":["../../src/Form/InputBlock.stories.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAO,QAAQ,EAAC,MAAM,kBAAkB,CAAC;AASrD,QAAA,MAAM,IAAI;;;;;;;CAOyB,CAAC;AAEpC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAY7B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC"}