@vkzstudio/muza-ui 1.0.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 (206) hide show
  1. package/README.md +160 -0
  2. package/dist/components/Accordion/Accordion.d.ts +8 -0
  3. package/dist/components/Accordion/Accordion.d.ts.map +1 -0
  4. package/dist/components/Accordion/Accordion.stories.d.ts +16 -0
  5. package/dist/components/Accordion/Accordion.stories.d.ts.map +1 -0
  6. package/dist/components/Accordion/index.d.ts +2 -0
  7. package/dist/components/Accordion/index.d.ts.map +1 -0
  8. package/dist/components/Alert/Alert.d.ts +15 -0
  9. package/dist/components/Alert/Alert.d.ts.map +1 -0
  10. package/dist/components/Alert/Alert.stories.d.ts +12 -0
  11. package/dist/components/Alert/Alert.stories.d.ts.map +1 -0
  12. package/dist/components/Alert/index.d.ts +2 -0
  13. package/dist/components/Alert/index.d.ts.map +1 -0
  14. package/dist/components/Avatar/Avatar.d.ts +19 -0
  15. package/dist/components/Avatar/Avatar.d.ts.map +1 -0
  16. package/dist/components/Avatar/Avatar.stories.d.ts +13 -0
  17. package/dist/components/Avatar/Avatar.stories.d.ts.map +1 -0
  18. package/dist/components/Avatar/index.d.ts +2 -0
  19. package/dist/components/Avatar/index.d.ts.map +1 -0
  20. package/dist/components/Breadcrumb/Breadcrumb.d.ts +12 -0
  21. package/dist/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  22. package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts +7 -0
  23. package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts.map +1 -0
  24. package/dist/components/Breadcrumb/index.d.ts +2 -0
  25. package/dist/components/Breadcrumb/index.d.ts.map +1 -0
  26. package/dist/components/Button/Button.d.ts +12 -0
  27. package/dist/components/Button/Button.d.ts.map +1 -0
  28. package/dist/components/Button/Button.stories.d.ts +15 -0
  29. package/dist/components/Button/Button.stories.d.ts.map +1 -0
  30. package/dist/components/Button/buttonVariants.d.ts +17 -0
  31. package/dist/components/Button/buttonVariants.d.ts.map +1 -0
  32. package/dist/components/Button/index.d.ts +2 -0
  33. package/dist/components/Button/index.d.ts.map +1 -0
  34. package/dist/components/Checkbox/Checkbox.d.ts +10 -0
  35. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
  36. package/dist/components/Checkbox/Checkbox.stories.d.ts +16 -0
  37. package/dist/components/Checkbox/Checkbox.stories.d.ts.map +1 -0
  38. package/dist/components/Checkbox/index.d.ts +2 -0
  39. package/dist/components/Checkbox/index.d.ts.map +1 -0
  40. package/dist/components/EdgeButton/EdgeButton.d.ts +13 -0
  41. package/dist/components/EdgeButton/EdgeButton.d.ts.map +1 -0
  42. package/dist/components/EdgeButton/EdgeButton.stories.d.ts +12 -0
  43. package/dist/components/EdgeButton/EdgeButton.stories.d.ts.map +1 -0
  44. package/dist/components/EdgeButton/index.d.ts +2 -0
  45. package/dist/components/EdgeButton/index.d.ts.map +1 -0
  46. package/dist/components/Flex/Flex.d.ts +39 -0
  47. package/dist/components/Flex/Flex.d.ts.map +1 -0
  48. package/dist/components/Flex/Flex.stories.d.ts +25 -0
  49. package/dist/components/Flex/Flex.stories.d.ts.map +1 -0
  50. package/dist/components/Flex/index.d.ts +2 -0
  51. package/dist/components/Flex/index.d.ts.map +1 -0
  52. package/dist/components/Icons/CustomIcons.d.ts +25 -0
  53. package/dist/components/Icons/CustomIcons.d.ts.map +1 -0
  54. package/dist/components/Icons/Icons.stories.d.ts +13 -0
  55. package/dist/components/Icons/Icons.stories.d.ts.map +1 -0
  56. package/dist/components/Icons/index.d.ts +4 -0
  57. package/dist/components/Icons/index.d.ts.map +1 -0
  58. package/dist/components/Input/Input.d.ts +40 -0
  59. package/dist/components/Input/Input.d.ts.map +1 -0
  60. package/dist/components/Input/Input.stories.d.ts +15 -0
  61. package/dist/components/Input/Input.stories.d.ts.map +1 -0
  62. package/dist/components/Input/index.d.ts +2 -0
  63. package/dist/components/Input/index.d.ts.map +1 -0
  64. package/dist/components/Loader/Loader.d.ts +7 -0
  65. package/dist/components/Loader/Loader.d.ts.map +1 -0
  66. package/dist/components/Loader/Loader.stories.d.ts +7 -0
  67. package/dist/components/Loader/Loader.stories.d.ts.map +1 -0
  68. package/dist/components/Loader/index.d.ts +2 -0
  69. package/dist/components/Loader/index.d.ts.map +1 -0
  70. package/dist/components/PinIndicator/PinIndicator.d.ts +8 -0
  71. package/dist/components/PinIndicator/PinIndicator.d.ts.map +1 -0
  72. package/dist/components/PinIndicator/PinIndicator.stories.d.ts +9 -0
  73. package/dist/components/PinIndicator/PinIndicator.stories.d.ts.map +1 -0
  74. package/dist/components/PinIndicator/index.d.ts +2 -0
  75. package/dist/components/PinIndicator/index.d.ts.map +1 -0
  76. package/dist/components/Radio/Radio.d.ts +8 -0
  77. package/dist/components/Radio/Radio.d.ts.map +1 -0
  78. package/dist/components/Radio/Radio.stories.d.ts +8 -0
  79. package/dist/components/Radio/Radio.stories.d.ts.map +1 -0
  80. package/dist/components/Radio/index.d.ts +2 -0
  81. package/dist/components/Radio/index.d.ts.map +1 -0
  82. package/dist/components/SegmentedControl/SegmentedControl.d.ts +8 -0
  83. package/dist/components/SegmentedControl/SegmentedControl.d.ts.map +1 -0
  84. package/dist/components/SegmentedControl/SegmentedControl.stories.d.ts +12 -0
  85. package/dist/components/SegmentedControl/SegmentedControl.stories.d.ts.map +1 -0
  86. package/dist/components/SegmentedControl/index.d.ts +2 -0
  87. package/dist/components/SegmentedControl/index.d.ts.map +1 -0
  88. package/dist/components/SegmentedIconControl/SegmentedIconControl.d.ts +8 -0
  89. package/dist/components/SegmentedIconControl/SegmentedIconControl.d.ts.map +1 -0
  90. package/dist/components/SegmentedIconControl/SegmentedIconControl.stories.d.ts +12 -0
  91. package/dist/components/SegmentedIconControl/SegmentedIconControl.stories.d.ts.map +1 -0
  92. package/dist/components/SegmentedIconControl/index.d.ts +2 -0
  93. package/dist/components/SegmentedIconControl/index.d.ts.map +1 -0
  94. package/dist/components/SliderIndicators/SliderIndicators.d.ts +13 -0
  95. package/dist/components/SliderIndicators/SliderIndicators.d.ts.map +1 -0
  96. package/dist/components/SliderIndicators/SliderIndicators.stories.d.ts +9 -0
  97. package/dist/components/SliderIndicators/SliderIndicators.stories.d.ts.map +1 -0
  98. package/dist/components/SliderIndicators/index.d.ts +2 -0
  99. package/dist/components/SliderIndicators/index.d.ts.map +1 -0
  100. package/dist/components/Snackbar/Snackbar.d.ts +4 -0
  101. package/dist/components/Snackbar/Snackbar.d.ts.map +1 -0
  102. package/dist/components/Snackbar/Snackbar.stories.d.ts +10 -0
  103. package/dist/components/Snackbar/Snackbar.stories.d.ts.map +1 -0
  104. package/dist/components/Snackbar/Toast.d.ts +18 -0
  105. package/dist/components/Snackbar/Toast.d.ts.map +1 -0
  106. package/dist/components/Snackbar/index.d.ts +3 -0
  107. package/dist/components/Snackbar/index.d.ts.map +1 -0
  108. package/dist/components/Stepper/Stepper.d.ts +18 -0
  109. package/dist/components/Stepper/Stepper.d.ts.map +1 -0
  110. package/dist/components/Stepper/Stepper.stories.d.ts +12 -0
  111. package/dist/components/Stepper/Stepper.stories.d.ts.map +1 -0
  112. package/dist/components/Stepper/StepperButton.d.ts +10 -0
  113. package/dist/components/Stepper/StepperButton.d.ts.map +1 -0
  114. package/dist/components/Stepper/index.d.ts +2 -0
  115. package/dist/components/Stepper/index.d.ts.map +1 -0
  116. package/dist/components/SwipeButton/SwipeButton.d.ts +16 -0
  117. package/dist/components/SwipeButton/SwipeButton.d.ts.map +1 -0
  118. package/dist/components/SwipeButton/SwipeButton.stories.d.ts +104 -0
  119. package/dist/components/SwipeButton/SwipeButton.stories.d.ts.map +1 -0
  120. package/dist/components/SwipeButton/SwipeLoadingIcon.d.ts +2 -0
  121. package/dist/components/SwipeButton/SwipeLoadingIcon.d.ts.map +1 -0
  122. package/dist/components/SwipeButton/swipeButtonProgressVariants.d.ts +6 -0
  123. package/dist/components/SwipeButton/swipeButtonProgressVariants.d.ts.map +1 -0
  124. package/dist/components/SwipeButton/swipeButtonSliderVariants.d.ts +6 -0
  125. package/dist/components/SwipeButton/swipeButtonSliderVariants.d.ts.map +1 -0
  126. package/dist/components/SwipeButton/swipeButtonVariants.d.ts +9 -0
  127. package/dist/components/SwipeButton/swipeButtonVariants.d.ts.map +1 -0
  128. package/dist/components/Switch/Switch.d.ts +8 -0
  129. package/dist/components/Switch/Switch.d.ts.map +1 -0
  130. package/dist/components/Switch/Switch.stories.d.ts +10 -0
  131. package/dist/components/Switch/Switch.stories.d.ts.map +1 -0
  132. package/dist/components/Switch/index.d.ts +2 -0
  133. package/dist/components/Switch/index.d.ts.map +1 -0
  134. package/dist/components/Tag/Tag.d.ts +13 -0
  135. package/dist/components/Tag/Tag.d.ts.map +1 -0
  136. package/dist/components/Tag/Tag.stories.d.ts +20 -0
  137. package/dist/components/Tag/Tag.stories.d.ts.map +1 -0
  138. package/dist/components/Tag/index.d.ts +2 -0
  139. package/dist/components/Tag/index.d.ts.map +1 -0
  140. package/dist/components/Textarea/Textarea.d.ts +13 -0
  141. package/dist/components/Textarea/Textarea.d.ts.map +1 -0
  142. package/dist/components/Textarea/Textarea.stories.d.ts +13 -0
  143. package/dist/components/Textarea/Textarea.stories.d.ts.map +1 -0
  144. package/dist/components/Textarea/index.d.ts +2 -0
  145. package/dist/components/Textarea/index.d.ts.map +1 -0
  146. package/dist/components/Toggle/Toggle.d.ts +13 -0
  147. package/dist/components/Toggle/Toggle.d.ts.map +1 -0
  148. package/dist/components/Toggle/Toggle.stories.d.ts +12 -0
  149. package/dist/components/Toggle/Toggle.stories.d.ts.map +1 -0
  150. package/dist/components/Toggle/index.d.ts +2 -0
  151. package/dist/components/Toggle/index.d.ts.map +1 -0
  152. package/dist/components/ToggleGroup/ToggleGroup.d.ts +10 -0
  153. package/dist/components/ToggleGroup/ToggleGroup.d.ts.map +1 -0
  154. package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +14 -0
  155. package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts.map +1 -0
  156. package/dist/components/ToggleGroup/index.d.ts +2 -0
  157. package/dist/components/ToggleGroup/index.d.ts.map +1 -0
  158. package/dist/components/Typography/Typography.d.ts +15 -0
  159. package/dist/components/Typography/Typography.d.ts.map +1 -0
  160. package/dist/components/Typography/Typography.stories.d.ts +17 -0
  161. package/dist/components/Typography/Typography.stories.d.ts.map +1 -0
  162. package/dist/components/Typography/index.d.ts +2 -0
  163. package/dist/components/Typography/index.d.ts.map +1 -0
  164. package/dist/components/index.d.ts +24 -0
  165. package/dist/components/index.d.ts.map +1 -0
  166. package/dist/fonts/Objectivity/OFL.txt +92 -0
  167. package/dist/fonts/Objectivity/Objectivity-Black.otf +0 -0
  168. package/dist/fonts/Objectivity/Objectivity-Black.woff2 +0 -0
  169. package/dist/fonts/Objectivity/Objectivity-BlackSlanted.otf +0 -0
  170. package/dist/fonts/Objectivity/Objectivity-BlackSlanted.woff2 +0 -0
  171. package/dist/fonts/Objectivity/Objectivity-Bold.otf +0 -0
  172. package/dist/fonts/Objectivity/Objectivity-Bold.woff2 +0 -0
  173. package/dist/fonts/Objectivity/Objectivity-BoldSlanted.otf +0 -0
  174. package/dist/fonts/Objectivity/Objectivity-BoldSlanted.woff2 +0 -0
  175. package/dist/fonts/Objectivity/Objectivity-ExtraBold.otf +0 -0
  176. package/dist/fonts/Objectivity/Objectivity-ExtraBold.woff2 +0 -0
  177. package/dist/fonts/Objectivity/Objectivity-ExtraBoldSlanted.otf +0 -0
  178. package/dist/fonts/Objectivity/Objectivity-ExtraBoldSlanted.woff2 +0 -0
  179. package/dist/fonts/Objectivity/Objectivity-Light.otf +0 -0
  180. package/dist/fonts/Objectivity/Objectivity-Light.woff2 +0 -0
  181. package/dist/fonts/Objectivity/Objectivity-LightSlanted.otf +0 -0
  182. package/dist/fonts/Objectivity/Objectivity-LightSlanted.woff2 +0 -0
  183. package/dist/fonts/Objectivity/Objectivity-Medium.otf +0 -0
  184. package/dist/fonts/Objectivity/Objectivity-Medium.woff2 +0 -0
  185. package/dist/fonts/Objectivity/Objectivity-MediumSlanted.otf +0 -0
  186. package/dist/fonts/Objectivity/Objectivity-MediumSlanted.woff2 +0 -0
  187. package/dist/fonts/Objectivity/Objectivity-Regular.otf +0 -0
  188. package/dist/fonts/Objectivity/Objectivity-Regular.woff2 +0 -0
  189. package/dist/fonts/Objectivity/Objectivity-RegularSlanted.otf +0 -0
  190. package/dist/fonts/Objectivity/Objectivity-RegularSlanted.woff2 +0 -0
  191. package/dist/fonts/Objectivity/Objectivity-Super.otf +0 -0
  192. package/dist/fonts/Objectivity/Objectivity-Super.woff2 +0 -0
  193. package/dist/fonts/Objectivity/Objectivity-SuperSlanted.otf +0 -0
  194. package/dist/fonts/Objectivity/Objectivity-SuperSlanted.woff2 +0 -0
  195. package/dist/fonts/Objectivity/Objectivity-Thin.otf +0 -0
  196. package/dist/fonts/Objectivity/Objectivity-Thin.woff2 +0 -0
  197. package/dist/fonts/Objectivity/Objectivity-ThinSlanted.otf +0 -0
  198. package/dist/fonts/Objectivity/Objectivity-ThinSlanted.woff2 +0 -0
  199. package/dist/index.d.ts +3 -0
  200. package/dist/index.d.ts.map +1 -0
  201. package/dist/index.js +42253 -0
  202. package/dist/utils/cn.d.ts +3 -0
  203. package/dist/utils/cn.d.ts.map +1 -0
  204. package/dist/utils/index.d.ts +2 -0
  205. package/dist/utils/index.d.ts.map +1 -0
  206. package/package.json +102 -0
package/README.md ADDED
@@ -0,0 +1,160 @@
1
+ # Muza UI
2
+
3
+ A modern React component library built with Vite, shadcn/ui, and Tailwind CSS 4.
4
+
5
+ ## Prerequisites
6
+
7
+ - Node.js 22 or higher
8
+ - npm or yarn
9
+
10
+ ## Quick Start
11
+
12
+ 1. **Clone and install dependencies:**
13
+
14
+ ```bash
15
+ npm install
16
+ ```
17
+
18
+ 2. **Start development server:**
19
+ ```bash
20
+ npm run dev
21
+ ```
22
+ This starts Storybook at [http://localhost:6006](http://localhost:6006)
23
+
24
+ ## Development
25
+
26
+ ### Node.js Version Management
27
+
28
+ This project requires Node.js 22+. If you're using nvm:
29
+
30
+ ```bash
31
+ nvm use
32
+ ```
33
+
34
+ ### Available Scripts
35
+
36
+ | Script | Description |
37
+ | ---------------------------------- | ----------------------------------------------- |
38
+ | `npm run dev` | Start Storybook development server on port 6006 |
39
+ | `npm run build` | Build the component library for production |
40
+ | `npm run build-storybook` | Build Storybook for deployment |
41
+ | `npm run typecheck` | Run TypeScript type checking |
42
+ | `npm run lint` | Run ESLint |
43
+ | `npm run lint:fix` | Run ESLint with auto-fix |
44
+ | `npm run add-component <name>` | Add shadcn/ui component (macOS/Linux) |
45
+ | `npm run add-component:win <name>` | Add shadcn/ui component (Windows) |
46
+ | `npm run format` | Run prettier |
47
+
48
+ ### Project Structure
49
+
50
+ ```
51
+ src/
52
+ ├── components/ # React components
53
+ │ ├── Button/ # Example component
54
+ │ │ ├── Button.tsx
55
+ │ │ ├── Button.stories.tsx
56
+ │ │ └── index.ts
57
+ │ └── index.ts # Component exports
58
+ ├── utils/ # Utility functions
59
+ │ ├── cn.ts # Class name utility
60
+ │ └── index.ts # Utility exports
61
+ ├── globals.css # Global Tailwind styles
62
+ └── index.ts # Main library export
63
+ ```
64
+
65
+ ### Adding Components
66
+
67
+ For automated component installation using shadcn/ui, see: **[Component Installation Guide](docs/components.md)**
68
+
69
+ #### Manual Component Creation
70
+
71
+ 1. **Create component directory:**
72
+
73
+ ```bash
74
+ mkdir src/components/YourComponent
75
+ ```
76
+
77
+ 2. **Create component files:**
78
+ - `YourComponent.tsx` - Main component
79
+ - `YourComponent.stories.tsx` - Storybook stories
80
+ - `index.ts` - Export file
81
+
82
+ 3. **Export from main index:**
83
+ Add to `src/components/index.ts`:
84
+ ```typescript
85
+ export * from './YourComponent'
86
+ ```
87
+
88
+ ### Storybook Development
89
+
90
+ Components are showcased and developed using Storybook:
91
+
92
+ - **View components:** `npm run dev` → [http://localhost:6006](http://localhost:6006)
93
+ - **Create stories:** Follow the pattern in `Button.stories.tsx`
94
+ - **Auto-docs:** Stories are automatically documented
95
+
96
+ ## Build Process
97
+
98
+ ### Library Build
99
+
100
+ ```bash
101
+ npm run build
102
+ ```
103
+
104
+ This creates:
105
+
106
+ - `dist/index.js` - ES module bundle
107
+ - `dist/index.d.ts` - TypeScript declarations
108
+ - `dist/style.css` - Compiled CSS
109
+
110
+ ### Storybook Build
111
+
112
+ ```bash
113
+ npm run build-storybook
114
+ ```
115
+
116
+ Creates `storybook-static/` directory for deployment.
117
+
118
+ ## Technologies
119
+
120
+ - **React 18** - UI framework
121
+ - **Vite** - Build tool and dev server
122
+ - **TypeScript** - Type safety
123
+ - **Tailwind CSS 4** - Utility-first CSS framework
124
+ - **shadcn/ui** - Component patterns and utilities
125
+ - **Storybook** - Component development and documentation
126
+ - **class-variance-authority** - Component variant management
127
+
128
+ ## Library Usage
129
+
130
+ After building, the library can be consumed:
131
+
132
+ ```typescript
133
+ import { Button } from 'muza-ui'
134
+ import 'muza-ui/styles'
135
+
136
+ function App() {
137
+ return <Button variant="primary">Click me</Button>
138
+ }
139
+ ```
140
+
141
+ ## Styling
142
+
143
+ - Uses Tailwind CSS 4 with CSS variables
144
+ - Follows shadcn/ui design system patterns
145
+ - Custom utility function `cn()` for class merging
146
+ - Dark mode support built-in
147
+
148
+ ## Quality Assurance
149
+
150
+ - **TypeScript** - Static type checking
151
+ - **ESLint** - Code linting
152
+ - **Prettier** - Code formating
153
+ - **Storybook** - Visual testing and documentation
154
+
155
+ ## Contributing
156
+
157
+ 1. Create components following the established patterns
158
+ 2. Include comprehensive Storybook stories
159
+ 3. Run type checking and linting before committing
160
+ 4. Test components in Storybook
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ import * as AccordionPrimitive from '@radix-ui/react-accordion';
3
+ declare function Accordion({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function AccordionItem({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
5
+ declare function AccordionHeader({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Header>): import("react/jsx-runtime").JSX.Element;
6
+ declare function AccordionContent({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
7
+ export { Accordion, AccordionItem, AccordionHeader, AccordionContent };
8
+ //# sourceMappingURL=Accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/components/Accordion/Accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAA;AAa/D,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,2CAUtD;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,2CA2BtD;AAED,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,MAAM,CAAC,2CA4BxD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,2CAoBzD;AAED,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,eAAe,EAAE,gBAAgB,EAAE,CAAA"}
@@ -0,0 +1,16 @@
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
+ import { Accordion } from './Accordion';
3
+ declare const meta: Meta<typeof Accordion>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Accordion>;
6
+ export declare const Multiple: Story;
7
+ export declare const Single: Story;
8
+ type PlaygroundProps = {
9
+ headline1: string;
10
+ body1?: string;
11
+ headline2: string;
12
+ body2?: string;
13
+ };
14
+ export declare const PlaygroundMultiple: StoryObj<PlaygroundProps>;
15
+ export declare const PlaygroundSingle: StoryObj<PlaygroundProps>;
16
+ //# sourceMappingURL=Accordion.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accordion.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Accordion/Accordion.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EACL,SAAS,EAIV,MAAM,aAAa,CAAA;AAIpB,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,SAAS,CA4BhC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,SAAS,CAAC,CAAA;AAEvC,eAAO,MAAM,QAAQ,EAAE,KA+BtB,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KA8CpB,CAAA;AAED,KAAK,eAAe,GAAG;IACrB,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAED,eAAO,MAAM,kBAAkB,EAAE,QAAQ,CAAC,eAAe,CAqCxD,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,QAAQ,CAAC,eAAe,CAoDtD,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './Accordion';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Accordion/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}
@@ -0,0 +1,15 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as React from 'react';
3
+ declare const alertVariants: (props?: ({
4
+ type?: "info" | "success" | "warning" | "error" | null | undefined;
5
+ size?: "small" | "large" | null | undefined;
6
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
7
+ export interface AlertProps extends React.ComponentProps<'div'>, VariantProps<typeof alertVariants> {
8
+ isClosable?: boolean;
9
+ textWeight?: 'regular' | 'medium';
10
+ onClose?: () => void;
11
+ className?: string;
12
+ }
13
+ declare function Alert({ className, type, size, textWeight, isClosable, children, onClose, ...props }: AlertProps): import("react/jsx-runtime").JSX.Element | null;
14
+ export { Alert };
15
+ //# sourceMappingURL=Alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAMjE,QAAA,MAAM,aAAa;;;8EAiBjB,CAAA;AAEF,MAAM,WAAW,UACf,SAAQ,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EACjC,YAAY,CAAC,OAAO,aAAa,CAAC;IACpC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAA;IACjC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,IAAI,EACJ,IAAI,EACJ,UAAsB,EACtB,UAAU,EACV,QAAQ,EACR,OAAO,EACP,GAAG,KAAK,EACT,EAAE,UAAU,kDAqDZ;AAED,OAAO,EAAE,KAAK,EAAE,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
+ import { Alert } from './Alert';
3
+ declare const meta: Meta<typeof Alert>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Alert>;
6
+ export declare const Info: Story;
7
+ export declare const Warning: Story;
8
+ export declare const Success: Story;
9
+ export declare const Error: Story;
10
+ export declare const AllVariants: Story;
11
+ export declare const AllVariantsLongText: Story;
12
+ //# sourceMappingURL=Alert.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/Alert.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAE/B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CA4D5B,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAA;AAEnC,eAAO,MAAM,IAAI,EAAE,KAelB,CAAA;AACD,eAAO,MAAM,OAAO,EAAE,KAerB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAerB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAenB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAwHzB,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,KAwHjC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './Alert';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Alert/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
@@ -0,0 +1,19 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as React from 'react';
3
+ import * as AvatarPrimitive from '@radix-ui/react-avatar';
4
+ declare const avatarVariants: (props?: ({
5
+ interactive?: boolean | null | undefined;
6
+ pressed?: boolean | null | undefined;
7
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
8
+ export interface AvatarProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof avatarVariants> {
9
+ src?: string;
10
+ alt?: string;
11
+ disabled?: boolean;
12
+ onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
13
+ className?: string;
14
+ }
15
+ declare function Avatar({ className, onClick, src, alt, pressed, ...props }: AvatarProps): import("react/jsx-runtime").JSX.Element;
16
+ declare function AvatarImage({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>): import("react/jsx-runtime").JSX.Element;
17
+ declare function AvatarFallback({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>): import("react/jsx-runtime").JSX.Element;
18
+ export { Avatar, AvatarImage, AvatarFallback };
19
+ //# sourceMappingURL=Avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/Avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AAGzD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAGjE,QAAA,MAAM,cAAc;;;8EAkCnB,CAAA;AAED,MAAM,WAAW,WACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACnD,YAAY,CAAC,OAAO,cAAc,CAAC;IACrC,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAA;IAC9D,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,OAAO,EACP,GAAG,EACH,GAAG,EACH,OAAO,EACP,GAAG,KAAK,EACT,EAAE,WAAW,2CA6Bb;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQpD;AAED,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,QAAQ,CAAC,2CAWvD;AAED,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc,EAAE,CAAA"}
@@ -0,0 +1,13 @@
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
+ import { Avatar } from './Avatar';
3
+ declare const meta: Meta<typeof Avatar>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Avatar>;
6
+ export declare const AvatarButtonDefault: Story;
7
+ export declare const AvatarButtonDisabled: Story;
8
+ export declare const AvatarButtonPressed: Story;
9
+ export declare const AvatarButtonWithImage: Story;
10
+ export declare const AvatarButtonWithImageDisabled: Story;
11
+ export declare const AvatarButtonWithImagePressed: Story;
12
+ export declare const AvatarButtonWithoutOnClick: Story;
13
+ //# sourceMappingURL=Avatar.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Avatar.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/Avatar.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AAIjC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,MAAM,CAuD7B,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,MAAM,CAAC,CAAA;AAEpC,eAAO,MAAM,mBAAmB,EAAE,KAUjC,CAAA;AAED,eAAO,MAAM,oBAAoB,EAAE,KAWlC,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,KAWjC,CAAA;AAED,eAAO,MAAM,qBAAqB,EAAE,KAYnC,CAAA;AAED,eAAO,MAAM,6BAA6B,EAAE,KAa3C,CAAA;AAED,eAAO,MAAM,4BAA4B,EAAE,KAc1C,CAAA;AAED,eAAO,MAAM,0BAA0B,EAAE,KAYxC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './Avatar';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Avatar/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA"}
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ declare function Breadcrumb({ ...props }: React.ComponentProps<'nav'>): import("react/jsx-runtime").JSX.Element;
3
+ declare function BreadcrumbList({ className, ...props }: React.ComponentProps<'ol'>): import("react/jsx-runtime").JSX.Element;
4
+ declare function BreadcrumbItem({ className, ...props }: React.ComponentProps<'li'>): import("react/jsx-runtime").JSX.Element;
5
+ declare function BreadcrumbLink({ asChild, className, ...props }: React.ComponentProps<'a'> & {
6
+ asChild?: boolean;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ declare function BreadcrumbPage({ className, ...props }: React.ComponentProps<'span'>): import("react/jsx-runtime").JSX.Element;
9
+ declare function BreadcrumbSeparator({ children, className, ...props }: React.ComponentProps<'li'>): import("react/jsx-runtime").JSX.Element;
10
+ declare function BreadcrumbEllipsis({ className, ...props }: React.ComponentProps<'span'>): import("react/jsx-runtime").JSX.Element;
11
+ export { Breadcrumb, BreadcrumbList, BreadcrumbItem, BreadcrumbLink, BreadcrumbPage, BreadcrumbSeparator, BreadcrumbEllipsis, };
12
+ //# sourceMappingURL=Breadcrumb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumb/Breadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAQ9B,iBAAS,UAAU,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAE5D;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAW1E;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAQ1E;AAED,iBAAS,cAAc,CAAC,EACtB,OAAO,EACP,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,GAAG;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,2CAgBA;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAe5E;AAED,iBAAS,mBAAmB,CAAC,EAC3B,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAe5B;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAuB9B;AAED,OAAO,EACL,UAAU,EACV,cAAc,EACd,cAAc,EACd,cAAc,EACd,cAAc,EACd,mBAAmB,EACnB,kBAAkB,GACnB,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
+ import { Breadcrumb } from './Breadcrumb';
3
+ declare const meta: Meta<typeof Breadcrumb>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Breadcrumb>;
6
+ export declare const Default: Story;
7
+ //# sourceMappingURL=Breadcrumb.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Breadcrumb.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumb/Breadcrumb.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EACL,UAAU,EAOX,MAAM,cAAc,CAAA;AAErB,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAkBjC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAA;AAExC,eAAO,MAAM,OAAO,EAAE,KA8BrB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './Breadcrumb';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Breadcrumb/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { buttonVariants } from './buttonVariants';
3
+ import * as React from 'react';
4
+ export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, Omit<VariantProps<typeof buttonVariants>, 'iconOnly'> {
5
+ asChild?: boolean;
6
+ icon?: React.ReactNode;
7
+ iconPosition?: 'start' | 'end';
8
+ ghost?: boolean;
9
+ }
10
+ declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
11
+ export { Button, buttonVariants };
12
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAG5D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAGjD,MAAM,WAAW,WACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACnD,IAAI,CAAC,YAAY,CAAC,OAAO,cAAc,CAAC,EAAE,UAAU,CAAC;IACvD,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACtB,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,CAAA;IAC9B,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB;AAED,QAAA,MAAM,MAAM,uFA8DX,CAAA;AAGD,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAA"}
@@ -0,0 +1,15 @@
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
+ import { Button } from './Button';
3
+ declare const meta: Meta<typeof Button>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Button>;
6
+ export declare const Default: Story;
7
+ export declare const WithIcon: Story;
8
+ export declare const IconOnly: Story;
9
+ export declare const FullWidth: Story;
10
+ export declare const AllVariants: Story;
11
+ export declare const AllSizes: Story;
12
+ export declare const InteractiveStates: Story;
13
+ export declare const IconExamples: Story;
14
+ export declare const ResponsiveExample: Story;
15
+ //# sourceMappingURL=Button.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,MAAM,EAAoB,MAAM,UAAU,CAAA;AA6BnD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,MAAM,CAkF7B,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,MAAM,CAAC,CAAA;AAEpC,eAAO,MAAM,OAAO,EAAE,KAYrB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAatB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KActB,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAcvB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAyCzB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAgDtB,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAkF/B,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KA4D1B,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KA+B/B,CAAA"}
@@ -0,0 +1,17 @@
1
+ export declare const sharedButtonVariants: {
2
+ primary: string[];
3
+ secondary: string[];
4
+ tertiary: string[];
5
+ invert: string[];
6
+ dashed: string[];
7
+ };
8
+ export declare const buttonVariants: (props?: ({
9
+ size?: "lg" | "md" | "sm" | "xs" | null | undefined;
10
+ variant?: "link" | "linkInvert" | "primary" | "secondary" | "tertiary" | "invert" | "dashed" | null | undefined;
11
+ iconOnly?: boolean | null | undefined;
12
+ fullWidth?: boolean | null | undefined;
13
+ ghost?: boolean | null | undefined;
14
+ danger?: boolean | null | undefined;
15
+ loading?: boolean | null | undefined;
16
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
17
+ //# sourceMappingURL=buttonVariants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buttonVariants.d.ts","sourceRoot":"","sources":["../../../src/components/Button/buttonVariants.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;CA0RhC,CAAA;AAED,eAAO,MAAM,cAAc;;;;;;;;8EAwF1B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { Button, buttonVariants, type ButtonProps } from './Button';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,KAAK,WAAW,EAAE,MAAM,UAAU,CAAA"}
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
3
+ declare function Checkbox({ isIndeterminate, label, className, id, disabled, error, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root> & {
4
+ isIndeterminate?: boolean;
5
+ label?: string;
6
+ id?: string;
7
+ error?: boolean;
8
+ }): import("react/jsx-runtime").JSX.Element;
9
+ export { Checkbox };
10
+ //# sourceMappingURL=Checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAA;AAM7D,iBAAS,QAAQ,CAAC,EAChB,eAAuB,EACvB,KAAK,EACL,SAAS,EACT,EAAE,EACF,QAAQ,EACR,KAAK,EACL,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,GAAG;IACvD,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB,2CAwDA;AAED,OAAO,EAAE,QAAQ,EAAE,CAAA"}
@@ -0,0 +1,16 @@
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
+ import { Checkbox } from './Checkbox';
3
+ declare const meta: Meta<typeof Checkbox>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Checkbox>;
6
+ export declare const Default: Story;
7
+ export declare const DefaultWithLabel: Story;
8
+ export declare const Checked: Story;
9
+ export declare const CheckedWithLabel: Story;
10
+ export declare const Indeterminate: Story;
11
+ export declare const IndeterminateWithLabel: Story;
12
+ export declare const Disabled: Story;
13
+ export declare const DisabledWithLabel: Story;
14
+ export declare const Error: Story;
15
+ export declare const ErrorWithLabel: Story;
16
+ //# sourceMappingURL=Checkbox.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AAErC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,QAAQ,CAgF/B,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,QAAQ,CAAC,CAAA;AAEtC,eAAO,MAAM,OAAO,EAAE,KAarB,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAgB9B,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAWrB,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAY9B,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAY3B,CAAA;AAED,eAAO,MAAM,sBAAsB,EAAE,KAapC,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAYtB,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAa/B,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAYnB,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,KAa5B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './Checkbox';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
@@ -0,0 +1,13 @@
1
+ import { default as React } from 'react';
2
+ declare const edgeButtonVariants: (props?: ({
3
+ disabled?: boolean | null | undefined;
4
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
5
+ export interface EdgeButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
6
+ text?: string;
7
+ disabled?: boolean;
8
+ asChild?: boolean;
9
+ icon?: React.ReactNode;
10
+ }
11
+ declare const EdgeButton: React.ForwardRefExoticComponent<EdgeButtonProps & React.RefAttributes<HTMLButtonElement>>;
12
+ export { EdgeButton, edgeButtonVariants };
13
+ //# sourceMappingURL=EdgeButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EdgeButton.d.ts","sourceRoot":"","sources":["../../../src/components/EdgeButton/EdgeButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,QAAA,MAAM,kBAAkB;;8EA0BvB,CAAA;AAED,MAAM,WAAW,eACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IACrD,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CACvB;AAED,QAAA,MAAM,UAAU,2FA8Bf,CAAA;AAID,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
+ import { EdgeButton } from './EdgeButton';
3
+ declare const meta: Meta<typeof EdgeButton>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof EdgeButton>;
6
+ export declare const Default: Story;
7
+ export declare const WithIcon: Story;
8
+ export declare const InteractiveStates: Story;
9
+ export declare const EventHandlers: Story;
10
+ export declare const Accessibility: Story;
11
+ export declare const Playground: Story;
12
+ //# sourceMappingURL=EdgeButton.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EdgeButton.stories.d.ts","sourceRoot":"","sources":["../../../src/components/EdgeButton/EdgeButton.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAKzC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAuEjC,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAA;AAExC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAqD/B,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAmD3B,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAkD3B,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAOxB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { EdgeButton, edgeButtonVariants, type EdgeButtonProps, } from './EdgeButton';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/EdgeButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,kBAAkB,EAClB,KAAK,eAAe,GACrB,MAAM,cAAc,CAAA"}
@@ -0,0 +1,39 @@
1
+ import * as React from 'react';
2
+ type SpacingValue = 'none' | '3xs' | '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl' | '7xl' | '8xl' | '9xl' | '10xl';
3
+ type PaddingObject = {
4
+ pl?: SpacingValue;
5
+ pr?: SpacingValue;
6
+ pt?: SpacingValue;
7
+ pb?: SpacingValue;
8
+ };
9
+ type MarginObject = {
10
+ ml?: SpacingValue;
11
+ mr?: SpacingValue;
12
+ mt?: SpacingValue;
13
+ mb?: SpacingValue;
14
+ };
15
+ declare const flexVariants: (props?: ({
16
+ direction?: "horizontal" | "vertical" | null | undefined;
17
+ wrap?: "wrap" | "nowrap" | "wrap-reverse" | null | undefined;
18
+ justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | "stretch" | null | undefined;
19
+ align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
20
+ flex?: 1 | "none" | "auto" | "initial" | null | undefined;
21
+ gap?: "7xl" | "6xl" | "5xl" | "4xl" | "3xl" | "2xl" | "xl" | "lg" | "md" | "sm" | "none" | "xs" | "3xs" | "2xs" | "8xl" | "9xl" | "10xl" | null | undefined;
22
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
23
+ export interface FlexProps {
24
+ children?: React.ReactNode;
25
+ className?: string;
26
+ asChild?: boolean;
27
+ component?: keyof JSX.IntrinsicElements;
28
+ direction?: 'horizontal' | 'vertical';
29
+ wrap?: 'nowrap' | 'wrap' | 'wrap-reverse';
30
+ justify?: 'start' | 'end' | 'center' | 'between' | 'around' | 'evenly' | 'stretch';
31
+ align?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
32
+ flex?: 1 | 'auto' | 'initial' | 'none';
33
+ gap?: SpacingValue;
34
+ padding?: SpacingValue | PaddingObject;
35
+ margin?: SpacingValue | MarginObject;
36
+ }
37
+ declare const Flex: ({ children, className, direction, wrap, justify, align, flex, gap, asChild, component, padding, margin, ...props }: FlexProps) => import("react/jsx-runtime").JSX.Element;
38
+ export { Flex, flexVariants };
39
+ //# sourceMappingURL=Flex.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Flex.d.ts","sourceRoot":"","sources":["../../../src/components/Flex/Flex.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAI9B,KAAK,YAAY,GACb,MAAM,GACN,KAAK,GACL,KAAK,GACL,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,MAAM,CAAA;AAEV,KAAK,aAAa,GAAG;IACnB,EAAE,CAAC,EAAE,YAAY,CAAA;IACjB,EAAE,CAAC,EAAE,YAAY,CAAA;IACjB,EAAE,CAAC,EAAE,YAAY,CAAA;IACjB,EAAE,CAAC,EAAE,YAAY,CAAA;CAClB,CAAA;AAED,KAAK,YAAY,GAAG;IAClB,EAAE,CAAC,EAAE,YAAY,CAAA;IACjB,EAAE,CAAC,EAAE,YAAY,CAAA;IACjB,EAAE,CAAC,EAAE,YAAY,CAAA;IACjB,EAAE,CAAC,EAAE,YAAY,CAAA;CAClB,CAAA;AAuOD,QAAA,MAAM,YAAY;;;;;;;8EA+DjB,CAAA;AAED,MAAM,WAAW,SAAS;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,GAAG,CAAC,iBAAiB,CAAA;IACvC,SAAS,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IACrC,IAAI,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,cAAc,CAAA;IACzC,OAAO,CAAC,EACJ,OAAO,GACP,KAAK,GACL,QAAQ,GACR,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,SAAS,CAAA;IACb,KAAK,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,CAAA;IAC3D,IAAI,CAAC,EAAE,CAAC,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,CAAA;IACtC,GAAG,CAAC,EAAE,YAAY,CAAA;IAClB,OAAO,CAAC,EAAE,YAAY,GAAG,aAAa,CAAA;IACtC,MAAM,CAAC,EAAE,YAAY,GAAG,YAAY,CAAA;CACrC;AAED,QAAA,MAAM,IAAI,GAAI,oHAcX,SAAS,4CAmBX,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,CAAA"}
@@ -0,0 +1,25 @@
1
+ import { Meta, StoryObj } from '@storybook/react-vite';
2
+ import { Flex } from './Flex';
3
+ declare const meta: Meta<typeof Flex>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Flex>;
6
+ export declare const Horizontal: Story;
7
+ export declare const Vertical: Story;
8
+ export declare const JustifyStart: Story;
9
+ export declare const JustifyCenter: Story;
10
+ export declare const JustifyBetween: Story;
11
+ export declare const JustifyEvenly: Story;
12
+ export declare const AlignStart: Story;
13
+ export declare const AlignCenter: Story;
14
+ export declare const AlignStretch: Story;
15
+ export declare const NoWrap: Story;
16
+ export declare const Wrap: Story;
17
+ export declare const GapSmall: Story;
18
+ export declare const GapLarge: Story;
19
+ export declare const FlexGrow: Story;
20
+ export declare const WithPadding: Story;
21
+ export declare const WithMargin: Story;
22
+ export declare const WithComplexSpacing: Story;
23
+ export declare const AsSection: Story;
24
+ export declare const Playground: Story;
25
+ //# sourceMappingURL=Flex.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Flex.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Flex/Flex.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAiB7B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,IAAI,CAmJ3B,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAGlC,eAAO,MAAM,UAAU,EAAE,KAmBxB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAmBtB,CAAA;AAGD,eAAO,MAAM,YAAY,EAAE,KAoB1B,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAoB3B,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,KAmB5B,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAmB3B,CAAA;AAGD,eAAO,MAAM,UAAU,EAAE,KAoBxB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,KAoBzB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,KAoB1B,CAAA;AAGD,eAAO,MAAM,MAAM,EAAE,KAsBpB,CAAA;AAED,eAAO,MAAM,IAAI,EAAE,KAqBlB,CAAA;AAGD,eAAO,MAAM,QAAQ,EAAE,KAkBtB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAkBtB,CAAA;AAGD,eAAO,MAAM,QAAQ,EAAE,KAmBtB,CAAA;AAGD,eAAO,MAAM,WAAW,EAAE,KAoBzB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,KAoBxB,CAAA;AAED,eAAO,MAAM,kBAAkB,EAAE,KAsBhC,CAAA;AAGD,eAAO,MAAM,SAAS,EAAE,KAoBvB,CAAA;AAGD,eAAO,MAAM,UAAU,EAAE,KA2BxB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { Flex, flexVariants, type FlexProps } from './Flex';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Flex/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAA"}
@@ -0,0 +1,25 @@
1
+ import { Icon } from '@solar-icons/react-perf/lib/types';
2
+ export declare const EyeClosed: Icon;
3
+ export declare const Barcode: Icon;
4
+ export declare const Coins2Bold: Icon;
5
+ export declare const Cutlery: Icon;
6
+ export declare const MuzaIcon: Icon;
7
+ export declare const ArrowsSorting: Icon;
8
+ export declare const SKMap: Icon;
9
+ export declare const LayoutVertical: Icon;
10
+ export declare const LayoutHorizontal: Icon;
11
+ export declare const CZK: Icon;
12
+ export declare const EUR: Icon;
13
+ export declare const CheckboxFrame: Icon;
14
+ export declare const Checked: Icon;
15
+ export declare const CheckMinus: Icon;
16
+ export declare const DoubleArrowRight: Icon;
17
+ export declare const ExternalLink: Icon;
18
+ export declare const XClose: Icon;
19
+ export declare const Scan: Icon;
20
+ export declare const Plus: Icon;
21
+ export declare const Fingerprint: Icon;
22
+ export declare const Coins: Icon;
23
+ export declare const Coins2Outline: Icon;
24
+ export declare const Coins3: Icon;
25
+ //# sourceMappingURL=CustomIcons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomIcons.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/CustomIcons.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,mCAAmC,CAAA;AAI7D,eAAO,MAAM,SAAS,EAAE,IAiBvB,CAAA;AAGD,eAAO,MAAM,OAAO,EAAE,IASrB,CAAA;AAGD,eAAO,MAAM,UAAU,EAAE,IAexB,CAAA;AAGD,eAAO,MAAM,OAAO,EAAE,IASrB,CAAA;AAGD,eAAO,MAAM,QAAQ,EAAE,IAStB,CAAA;AAGD,eAAO,MAAM,aAAa,EAAE,IAa3B,CAAA;AAGD,eAAO,MAAM,KAAK,EAAE,IAUnB,CAAA;AAGD,eAAO,MAAM,cAAc,EAAE,IAS5B,CAAA;AAGD,eAAO,MAAM,gBAAgB,EAAE,IAS9B,CAAA;AAGD,eAAO,MAAM,GAAG,EAAE,IAOhB,CAAA;AAGF,eAAO,MAAM,GAAG,EAAE,IAOhB,CAAA;AAGF,eAAO,MAAM,aAAa,EAAE,IAkB3B,CAAA;AAGD,eAAO,MAAM,OAAO,EAAE,IAkBrB,CAAA;AAGD,eAAO,MAAM,UAAU,EAAE,IAkBxB,CAAA;AAKD,eAAO,MAAM,gBAAgB,EAAE,IAW9B,CAAA;AAGD,eAAO,MAAM,YAAY,EAAE,IAiB1B,CAAA;AAGD,eAAO,MAAM,MAAM,EAAE,IASpB,CAAA;AAGD,eAAO,MAAM,IAAI,EAAE,IA2BjB,CAAA;AAGF,eAAO,MAAM,IAAI,EAAE,IAOjB,CAAA;AAGF,eAAO,MAAM,WAAW,EAAE,IAmCzB,CAAA;AAGD,eAAO,MAAM,KAAK,EAAE,IASnB,CAAA;AAGD,eAAO,MAAM,aAAa,EAAE,IAiB3B,CAAA;AAGD,eAAO,MAAM,MAAM,EAAE,IAapB,CAAA"}