@resq-sw/ui 0.2.2 → 0.2.3

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 (125) hide show
  1. package/README.md +141 -118
  2. package/lib/components/accordion/accordion.d.ts +0 -1
  3. package/lib/components/accordion/accordion.d.ts.map +1 -1
  4. package/lib/components/alert/alert.d.ts +5 -6
  5. package/lib/components/alert/alert.d.ts.map +1 -1
  6. package/lib/components/alert-dialog/alert-dialog.d.ts +13 -13
  7. package/lib/components/alert-dialog/alert-dialog.d.ts.map +1 -1
  8. package/lib/components/aspect-ratio/aspect-ratio.d.ts +2 -3
  9. package/lib/components/aspect-ratio/aspect-ratio.d.ts.map +1 -1
  10. package/lib/components/avatar/avatar.d.ts +7 -8
  11. package/lib/components/avatar/avatar.d.ts.map +1 -1
  12. package/lib/components/badge/badge.d.ts +2 -3
  13. package/lib/components/badge/badge.d.ts.map +1 -1
  14. package/lib/components/breadcrumb/breadcrumb.d.ts +8 -9
  15. package/lib/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  16. package/lib/components/button/button.d.ts +5 -6
  17. package/lib/components/button/button.d.ts.map +1 -1
  18. package/lib/components/button-group/button-group.d.ts +6 -7
  19. package/lib/components/button-group/button-group.d.ts.map +1 -1
  20. package/lib/components/calendar/calendar.d.ts +3 -4
  21. package/lib/components/calendar/calendar.d.ts.map +1 -1
  22. package/lib/components/card/card.d.ts +8 -9
  23. package/lib/components/card/card.d.ts.map +1 -1
  24. package/lib/components/carousel/carousel.d.ts +6 -7
  25. package/lib/components/carousel/carousel.d.ts.map +1 -1
  26. package/lib/components/chart/chart.d.ts +5 -6
  27. package/lib/components/chart/chart.d.ts.map +1 -1
  28. package/lib/components/checkbox/checkbox.d.ts +2 -3
  29. package/lib/components/checkbox/checkbox.d.ts.map +1 -1
  30. package/lib/components/collapsible/collapsible.d.ts +4 -5
  31. package/lib/components/collapsible/collapsible.d.ts.map +1 -1
  32. package/lib/components/combobox/combobox.d.ts +15 -16
  33. package/lib/components/combobox/combobox.d.ts.map +1 -1
  34. package/lib/components/command/command.d.ts +10 -11
  35. package/lib/components/command/command.d.ts.map +1 -1
  36. package/lib/components/context-menu/context-menu.d.ts +16 -17
  37. package/lib/components/context-menu/context-menu.d.ts.map +1 -1
  38. package/lib/components/dialog/dialog.d.ts +11 -11
  39. package/lib/components/dialog/dialog.d.ts.map +1 -1
  40. package/lib/components/direction/direction.d.ts +2 -3
  41. package/lib/components/direction/direction.d.ts.map +1 -1
  42. package/lib/components/drawer/drawer.d.ts +11 -12
  43. package/lib/components/drawer/drawer.d.ts.map +1 -1
  44. package/lib/components/dropdown-menu/dropdown-menu.d.ts +16 -17
  45. package/lib/components/dropdown-menu/dropdown-menu.d.ts.map +1 -1
  46. package/lib/components/empty/empty.d.ts +9 -10
  47. package/lib/components/empty/empty.d.ts.map +1 -1
  48. package/lib/components/field/field.d.ts +13 -14
  49. package/lib/components/field/field.d.ts.map +1 -1
  50. package/lib/components/hover-card/hover-card.d.ts +4 -5
  51. package/lib/components/hover-card/hover-card.d.ts.map +1 -1
  52. package/lib/components/input/input.d.ts +2 -3
  53. package/lib/components/input/input.d.ts.map +1 -1
  54. package/lib/components/input-group/input-group.d.ts +11 -12
  55. package/lib/components/input-group/input-group.d.ts.map +1 -1
  56. package/lib/components/input-otp/input-otp.d.ts +5 -6
  57. package/lib/components/input-otp/input-otp.d.ts.map +1 -1
  58. package/lib/components/item/item.d.ts +15 -16
  59. package/lib/components/item/item.d.ts.map +1 -1
  60. package/lib/components/kbd/kbd.d.ts +3 -4
  61. package/lib/components/kbd/kbd.d.ts.map +1 -1
  62. package/lib/components/label/label.d.ts +2 -3
  63. package/lib/components/label/label.d.ts.map +1 -1
  64. package/lib/components/menubar/menubar.d.ts +17 -18
  65. package/lib/components/menubar/menubar.d.ts.map +1 -1
  66. package/lib/components/native-select/native-select.d.ts +4 -5
  67. package/lib/components/native-select/native-select.d.ts.map +1 -1
  68. package/lib/components/navigation-menu/navigation-menu.d.ts +11 -12
  69. package/lib/components/navigation-menu/navigation-menu.d.ts.map +1 -1
  70. package/lib/components/pagination/pagination.d.ts +8 -9
  71. package/lib/components/pagination/pagination.d.ts.map +1 -1
  72. package/lib/components/picture/index.d.ts +3 -0
  73. package/lib/components/picture/index.js +2 -0
  74. package/lib/components/picture/picture.d.ts +86 -0
  75. package/lib/components/picture/picture.d.ts.map +1 -0
  76. package/lib/components/picture/picture.js +139 -0
  77. package/lib/components/picture/picture.js.map +1 -0
  78. package/lib/components/picture/types.d.ts +21 -0
  79. package/lib/components/picture/types.d.ts.map +1 -0
  80. package/lib/components/picture/types.js +0 -0
  81. package/lib/components/popover/popover.d.ts +8 -9
  82. package/lib/components/popover/popover.d.ts.map +1 -1
  83. package/lib/components/progress/progress.d.ts +2 -3
  84. package/lib/components/progress/progress.d.ts.map +1 -1
  85. package/lib/components/radio-group/radio-group.d.ts +3 -4
  86. package/lib/components/radio-group/radio-group.d.ts.map +1 -1
  87. package/lib/components/resizable/resizable.d.ts +4 -5
  88. package/lib/components/resizable/resizable.d.ts.map +1 -1
  89. package/lib/components/scroll-area/scroll-area.d.ts +3 -4
  90. package/lib/components/scroll-area/scroll-area.d.ts.map +1 -1
  91. package/lib/components/select/select.d.ts +11 -12
  92. package/lib/components/select/select.d.ts.map +1 -1
  93. package/lib/components/separator/separator.d.ts +2 -3
  94. package/lib/components/separator/separator.d.ts.map +1 -1
  95. package/lib/components/sheet/sheet.d.ts +9 -10
  96. package/lib/components/sheet/sheet.d.ts.map +1 -1
  97. package/lib/components/sidebar/sidebar.d.ts +27 -28
  98. package/lib/components/sidebar/sidebar.d.ts.map +1 -1
  99. package/lib/components/skeleton/skeleton.d.ts +2 -3
  100. package/lib/components/skeleton/skeleton.d.ts.map +1 -1
  101. package/lib/components/slider/slider.d.ts +2 -3
  102. package/lib/components/slider/slider.d.ts.map +1 -1
  103. package/lib/components/sonner/sonner.d.ts +2 -3
  104. package/lib/components/sonner/sonner.d.ts.map +1 -1
  105. package/lib/components/spinner/spinner.d.ts +2 -3
  106. package/lib/components/spinner/spinner.d.ts.map +1 -1
  107. package/lib/components/switch/switch.d.ts +2 -3
  108. package/lib/components/switch/switch.d.ts.map +1 -1
  109. package/lib/components/table/table.d.ts +9 -10
  110. package/lib/components/table/table.d.ts.map +1 -1
  111. package/lib/components/tabs/tabs.d.ts +7 -8
  112. package/lib/components/tabs/tabs.d.ts.map +1 -1
  113. package/lib/components/textarea/textarea.d.ts +2 -3
  114. package/lib/components/textarea/textarea.d.ts.map +1 -1
  115. package/lib/components/toggle/toggle.d.ts +5 -6
  116. package/lib/components/toggle/toggle.d.ts.map +1 -1
  117. package/lib/components/toggle-group/toggle-group.d.ts +3 -4
  118. package/lib/components/toggle-group/toggle-group.d.ts.map +1 -1
  119. package/lib/components/tooltip/tooltip.d.ts +5 -6
  120. package/lib/components/tooltip/tooltip.d.ts.map +1 -1
  121. package/lib/hooks/use-mobile.d.ts.map +1 -1
  122. package/lib/index.d.ts +3 -1
  123. package/lib/index.js +3 -1
  124. package/lib/lib/utils.d.ts.map +1 -1
  125. package/package.json +400 -394
package/README.md CHANGED
@@ -1,158 +1,181 @@
1
- <h1 align="center">@resq-sw/ui</h1>
1
+ # @resq-sw/ui Documentation
2
2
 
3
- <p align="center">
4
- shadcn-based design system for the ResQ platform
5
- </p>
3
+ A comprehensive, production-ready React component library for the ResQ platform, built on modern web standards with strict type safety and performance at its core.
6
4
 
7
- <p align="center">
8
- <a href="https://www.npmjs.com/package/@resq-sw/ui" target="_blank"><img alt="📦 npm version" src="https://img.shields.io/npm/v/@resq-sw/ui?color=21bb42&label=%F0%9F%93%A6%20npm" /></a>
9
- <a href="https://master--69b2711843dac80a70e4ca83.chromatic.com" target="_blank"><img alt="Storybook" src="https://img.shields.io/badge/storybook-chromatic-FF4785?logo=storybook&logoColor=white" /></a>
10
- <a href="https://github.com/resq-software/ui/blob/master/LICENSE" target="_blank"><img alt="📝 License: Apache-2.0" src="https://img.shields.io/badge/license-Apache--2.0-21bb42.svg" /></a>
11
- <img alt="💪 TypeScript: Strict" src="https://img.shields.io/badge/typescript-strict-21bb42.svg?logo=typescript&logoColor=white" />
12
- </p>
5
+ ---
6
+
7
+ ## Table of Contents
8
+
9
+ 1. [Overview](#overview)
10
+ 2. [Features](#features)
11
+ 3. [Architecture](#architecture)
12
+ 4. [Quick Start](#quick-start)
13
+ 5. [Usage](#usage)
14
+ 6. [Configuration](#configuration)
15
+ 7. [API Overview](#api-overview)
16
+ 8. [Development](#development)
17
+ 9. [Contributing](#contributing)
18
+ 10. [Roadmap](#roadmap)
19
+ 11. [License](#license)
20
+
21
+ ---
13
22
 
14
23
  ## Overview
15
24
 
16
- `@resq-sw/ui` is a shared React component library built on [shadcn/ui](https://ui.shadcn.com) primitives with [Radix UI](https://www.radix-ui.com), styled via [Tailwind CSS v4](https://tailwindcss.com), and distributed as a fully tree-shakeable ESM package.
25
+ `@resq-sw/ui` is a centralized, high-performance UI library designed for ResQ-ecosystem front-end applications. By leveraging **shadcn/ui** primitives and **Radix UI** under the hood, we ensure accessibility and composability while maintaining strict **Tailwind CSS v4** styling.
17
26
 
18
- - **55 components** — accordion, alert, avatar, badge, button, calendar, card, chart, combobox, dialog, drawer, dropdown, input, select, sidebar, table, tabs, tooltip, and more
19
- - **Tree-shakeable subpath exports** — import only what you use
20
- - **Strict TypeScript** — full type definitions included
21
- - **Storybook** — visual testing via Chromatic on every PR
27
+ ---
22
28
 
23
- ## Install
29
+ ## Features
24
30
 
25
- ```sh
26
- bun add @resq-sw/ui
31
+ - **Tree-Shakeable:** Modular architecture allows importing only the components you need.
32
+ - **Strictly Typed:** Full TypeScript support with explicit `.d.ts` definitions.
33
+ - **React 19 Ready:** Optimized for the latest concurrent React features.
34
+ - **Consistent Styling:** Unified design tokens via Tailwind CSS.
35
+ - **Production-Ready:** Rigorous testing, Chromatic visual regression, and automated CI/CD.
36
+ - **Developer Experience:** Includes custom scaffolding scripts and AI-assisted development tools.
37
+
38
+ ---
39
+
40
+ ## Architecture
41
+
42
+ The library is designed for modularity, using a clean subpath-export structure to ensure minimal bundle sizes.
43
+
44
+ ```mermaid
45
+ graph TD
46
+ A[App Implementation] --> B[Subpath Exports: @resq-sw/ui/component]
47
+ B --> C[Radix UI Primitives]
48
+ B --> D[Tailwind CSS v4 Classes]
49
+ B --> E[Utils / Hooks]
50
+ F[Chromatic / Storybook] -->|Visual Tests| B
51
+ G[GitHub Actions] -->|CI Pipeline| B
27
52
  ```
28
53
 
29
- Peer dependencies:
54
+ ---
55
+
56
+ ## Quick Start
57
+
58
+ ### 1. Installation
30
59
 
31
- ```sh
60
+ ```bash
61
+ bun add @resq-sw/ui
62
+ # Peer dependencies
32
63
  bun add react@^19 react-dom@^19 tailwindcss@^4
33
64
  ```
34
65
 
35
- ## Usage
66
+ ### 2. Global Setup
36
67
 
37
- Import components via subpath exports:
68
+ Include the global styles in your root layout/entry file:
38
69
 
39
70
  ```tsx
40
- import { Button } from "@resq-sw/ui/button";
41
- import { Card, CardContent, CardHeader, CardTitle } from "@resq-sw/ui/card";
42
- import { Input } from "@resq-sw/ui/input";
71
+ import "@resq-sw/ui/styles/globals.css";
43
72
  ```
44
73
 
45
- Include the global stylesheet in your app entry point:
74
+ ### 3. Usage Example
46
75
 
47
76
  ```tsx
48
- import "@resq-sw/ui/styles/globals.css";
77
+ import { Button } from "@resq-sw/ui/button";
78
+ import { Card } from "@resq-sw/ui/card";
79
+
80
+ export const App = () => (
81
+ <Card>
82
+ <Button onClick={() => alert("Ready!")}>Click Me</Button>
83
+ </Card>
84
+ );
49
85
  ```
50
86
 
51
- Or use the `cn` utility directly:
87
+ ---
88
+
89
+ ## Usage
90
+
91
+ ### Using the `cn` Utility
92
+ Our library exports a standard tailwind-merge and clsx wrapper to handle conditional class name conflicts:
52
93
 
53
94
  ```tsx
54
95
  import { cn } from "@resq-sw/ui/lib/utils";
96
+
97
+ const MyComponent = ({ className, active }) => (
98
+ <div className={cn("base-styles", active && "bg-blue-500", className)} />
99
+ );
100
+ ```
101
+
102
+ ### Mobile Hooks
103
+ Leverage our internal hooks for responsive logic:
104
+
105
+ ```tsx
106
+ import { useIsMobile } from "@resq-sw/ui/hooks/use-mobile";
107
+
108
+ const Sidebar = () => {
109
+ const isMobile = useIsMobile();
110
+ return isMobile ? <MobileNav /> : <DesktopNav />;
111
+ };
55
112
  ```
56
113
 
57
- ## Components
58
-
59
- | Component | Import |
60
- |---|---|
61
- | Accordion | `@resq-sw/ui/accordion` |
62
- | Alert | `@resq-sw/ui/alert` |
63
- | Alert Dialog | `@resq-sw/ui/alert-dialog` |
64
- | Avatar | `@resq-sw/ui/avatar` |
65
- | Badge | `@resq-sw/ui/badge` |
66
- | Breadcrumb | `@resq-sw/ui/breadcrumb` |
67
- | Button | `@resq-sw/ui/button` |
68
- | Button Group | `@resq-sw/ui/button-group` |
69
- | Calendar | `@resq-sw/ui/calendar` |
70
- | Card | `@resq-sw/ui/card` |
71
- | Carousel | `@resq-sw/ui/carousel` |
72
- | Chart | `@resq-sw/ui/chart` |
73
- | Checkbox | `@resq-sw/ui/checkbox` |
74
- | Collapsible | `@resq-sw/ui/collapsible` |
75
- | Combobox | `@resq-sw/ui/combobox` |
76
- | Command | `@resq-sw/ui/command` |
77
- | Context Menu | `@resq-sw/ui/context-menu` |
78
- | Dialog | `@resq-sw/ui/dialog` |
79
- | Drawer | `@resq-sw/ui/drawer` |
80
- | Dropdown Menu | `@resq-sw/ui/dropdown-menu` |
81
- | Empty | `@resq-sw/ui/empty` |
82
- | Field | `@resq-sw/ui/field` |
83
- | Hover Card | `@resq-sw/ui/hover-card` |
84
- | Input | `@resq-sw/ui/input` |
85
- | Input Group | `@resq-sw/ui/input-group` |
86
- | Input OTP | `@resq-sw/ui/input-otp` |
87
- | Item | `@resq-sw/ui/item` |
88
- | Kbd | `@resq-sw/ui/kbd` |
89
- | Label | `@resq-sw/ui/label` |
90
- | Menubar | `@resq-sw/ui/menubar` |
91
- | Native Select | `@resq-sw/ui/native-select` |
92
- | Navigation Menu | `@resq-sw/ui/navigation-menu` |
93
- | Pagination | `@resq-sw/ui/pagination` |
94
- | Popover | `@resq-sw/ui/popover` |
95
- | Progress | `@resq-sw/ui/progress` |
96
- | Radio Group | `@resq-sw/ui/radio-group` |
97
- | Resizable | `@resq-sw/ui/resizable` |
98
- | Scroll Area | `@resq-sw/ui/scroll-area` |
99
- | Select | `@resq-sw/ui/select` |
100
- | Separator | `@resq-sw/ui/separator` |
101
- | Sheet | `@resq-sw/ui/sheet` |
102
- | Sidebar | `@resq-sw/ui/sidebar` |
103
- | Skeleton | `@resq-sw/ui/skeleton` |
104
- | Slider | `@resq-sw/ui/slider` |
105
- | Sonner (Toast) | `@resq-sw/ui/sonner` |
106
- | Spinner | `@resq-sw/ui/spinner` |
107
- | Switch | `@resq-sw/ui/switch` |
108
- | Table | `@resq-sw/ui/table` |
109
- | Tabs | `@resq-sw/ui/tabs` |
110
- | Textarea | `@resq-sw/ui/textarea` |
111
- | Toggle | `@resq-sw/ui/toggle` |
112
- | Toggle Group | `@resq-sw/ui/toggle-group` |
113
- | Tooltip | `@resq-sw/ui/tooltip` |
114
-
115
- ## Storybook
116
-
117
- Browse and interact with all components:
118
-
119
- - **Latest (master):** [master--69b2711843dac80a70e4ca83.chromatic.com](https://master--69b2711843dac80a70e4ca83.chromatic.com)
120
- - **Component library:** [chromatic.com/library?appId=69b2711843dac80a70e4ca83&branch=master](https://www.chromatic.com/library?appId=69b2711843dac80a70e4ca83&branch=master)
121
-
122
- PR branches are published automatically — swap `master` for any branch name in the URLs above.
114
+ ---
115
+
116
+ ## Configuration
117
+
118
+ ### Tailwind Integration
119
+ Ensure your `tailwind.config.ts` incorporates the plugin or base styles provided in the package if customizing the theme.
120
+
121
+ ### TypeScript
122
+ This project uses `tsconfig.json` with strict mode enabled. When consuming in your project, ensure `moduleResolution` is set to `bundler` or `node16` to correctly resolve subpath exports.
123
+
124
+ ---
125
+
126
+ ## API Overview
127
+
128
+ The library features 50+ components, categorized into common interface groups:
129
+
130
+ | Category | Key Components |
131
+ | :--- | :--- |
132
+ | **Input** | `Button`, `Input`, `Select`, `Checkbox`, `RadioGroup`, `Textarea` |
133
+ | **Layout** | `Card`, `Accordion`, `Sidebar`, `Separator`, `Resizable` |
134
+ | **Feedback** | `Alert`, `Spinner`, `Progress`, `Skeleton`, `Sonner` |
135
+ | **Overlay** | `Dialog`, `Drawer`, `Popover`, `Tooltip`, `ContextMenu` |
136
+
137
+ *Consult the individual `src/components/[name]/index.ts` files for specific prop interfaces.*
138
+
139
+ ---
123
140
 
124
141
  ## Development
125
142
 
126
- See [`.github/CONTRIBUTING.md`](./.github/CONTRIBUTING.md) and [`.github/DEVELOPMENT.md`](./.github/DEVELOPMENT.md).
143
+ ### Environment Setup
144
+ We utilize [Nix](https://nixos.org/) for development environment parity.
127
145
 
128
- ```sh
129
- bun install
130
- bun run dev # watch mode build
131
- bun run storybook # local storybook at :6006
132
- bun run test # vitest
133
- bun run build # production build → lib/
146
+ ```bash
147
+ git clone https://github.com/resq-software/ui.git
148
+ cd ui
149
+ nix develop
134
150
  ```
135
151
 
136
- ## Contributors
152
+ ### Workflow Scripts
153
+ - `bun storybook`: Runs Storybook for component preview.
154
+ - `bun test`: Executes Vitest suites.
155
+ - `bun lint`: Runs Biome for code consistency.
156
+ - `bun tsc`: Validates type safety across the library.
157
+
158
+ ---
159
+
160
+ ## Contributing
161
+
162
+ We strictly follow Conventional Commits. Please refer to `.github/CONTRIBUTING.md` for the full guidelines.
163
+
164
+ 1. **Branching**: Use `feat/`, `fix/`, `docs/`, or `chore/` prefixes.
165
+ 2. **Issue Templates**: Use the provided YAML templates for bugs and feature requests.
166
+ 3. **Commit Hooks**: Husky is configured to run linting and tests automatically before pushes.
167
+
168
+ ---
137
169
 
138
- <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
139
- <!-- prettier-ignore-start -->
140
- <!-- markdownlint-disable -->
141
- <table>
142
- <tbody>
143
- <tr>
144
- <td align="center"><a href="https://linktr.ee/mikeodnis"><img src="https://avatars.githubusercontent.com/u/95197809?v=4?s=100" width="100px;" alt="Mike Odnis"/><br /><sub><b>Mike Odnis</b></sub></a><br /><a href="https://github.com/resq-software/ui/commits?author=WomB0ComB0" title="Code">💻</a> <a href="#content-WomB0ComB0" title="Content">🖋</a> <a href="https://github.com/resq-software/ui/commits?author=WomB0ComB0" title="Documentation">📖</a> <a href="#ideas-WomB0ComB0" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-WomB0ComB0" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-WomB0ComB0" title="Maintenance">🚧</a> <a href="#projectManagement-WomB0ComB0" title="Project Management">📆</a> <a href="#tool-WomB0ComB0" title="Tools">🔧</a></td>
145
- </tr>
146
- </tbody>
147
- </table>
148
- <!-- markdownlint-restore -->
149
- <!-- prettier-ignore-end -->
150
- <!-- ALL-CONTRIBUTORS-LIST:END -->
170
+ ## Roadmap
151
171
 
152
- ## Star History
172
+ - [ ] **Phase 1**: Complete migration of legacy components.
173
+ - [ ] **Phase 2**: Enhance charting library integration (d3/recharts).
174
+ - [ ] **Phase 3**: Support for custom theme generation utility.
175
+ - [ ] **Phase 4**: Expanded support for RTL languages (Direction API).
153
176
 
154
- [![Star History Chart](https://api.star-history.com/svg?repos=resq-software/ui&type=Date)](https://star-history.com/#resq-software/ui&Date)
177
+ ---
155
178
 
156
179
  ## License
157
180
 
158
- [Apache-2.0](./LICENSE)
181
+ This project is licensed under the Apache-2.0 License. See the [LICENSE.md](./LICENSE.md) file for details.
@@ -3,7 +3,6 @@ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
  import * as React from "react";
4
4
 
5
5
  //#region src/components/accordion/accordion.d.ts
6
-
7
6
  declare function Accordion({
8
7
  className,
9
8
  ...props
@@ -1 +1 @@
1
- {"version":3,"file":"accordion.d.ts","names":[],"sources":["../../../src/components/accordion/accordion.tsx"],"sourcesContent":[],"mappings":";;;;;;iBAwBS,SAAA,CAciD;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAdd,KAAA,CAAM,cAcQ,CAAA,OAdc,WAAA,CAAmB,IAcjC,CAAA,CAAA,EAdsC,kBAAA,CAAA,GAAA,CAAA,OActC;AAAA,iBAJjD,gBAAA,CAuBa;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAnBnB,KAAA,CAAM,cAmBa,CAAA,OAnBS,WAAA,CAAmB,OAmB5B,CAAA,CAAA,EAnBoC,kBAAA,CAAA,GAAA,CAAA,OAmBpC;iBAAb,aAAA,CACR;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAEE,KAAA,CAAM,cAFR,CAAA,OAE8B,WAAA,CAAmB,IAFjD,CAAA,CAAA,EAEsD,kBAAA,CAAA,GAAA,CAAA,OAFtD;iBAYQ,gBAAA,CAVyC;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAc/C,KAAA,CAAM,cAdyC,CAAA,OAcnB,WAAA,CAAmB,OAdA,CAAA,CAAA,EAcQ,kBAAA,CAAA,GAAA,CAAA,OAdR"}
1
+ {"version":3,"file":"accordion.d.ts","names":[],"sources":["../../../src/components/accordion/accordion.tsx"],"mappings":";;;;;iBAwBS,SAAA,CAAA;EAAY,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,QAAsB,WAAA,CAAmB,IAAA,IAAK,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAUvF,gBAAA,CAAA;EACR,QAAA;EACA,SAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,WAAA,CAAmB,OAAA,IAAQ,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAmBjD,aAAA,CAAA;EACR,SAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,WAAA,CAAmB,IAAA,IAAK,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAU9C,gBAAA,CAAA;EACR,QAAA;EACA,SAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,WAAA,CAAmB,OAAA,IAAQ,kBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,10 +1,9 @@
1
- import * as react_jsx_runtime3 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
2
  import { VariantProps } from "class-variance-authority";
3
3
  import * as React from "react";
4
4
  import * as class_variance_authority_types0 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/alert/alert.d.ts
7
-
8
7
  declare const alertVariants: (props?: ({
9
8
  variant?: "default" | "destructive" | null | undefined;
10
9
  } & class_variance_authority_types0.ClassProp) | undefined) => string;
@@ -12,19 +11,19 @@ declare function Alert({
12
11
  className,
13
12
  variant,
14
13
  ...props
15
- }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>): react_jsx_runtime3.JSX.Element;
14
+ }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>): react_jsx_runtime0.JSX.Element;
16
15
  declare function AlertAction({
17
16
  className,
18
17
  ...props
19
- }: React.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
18
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
20
19
  declare function AlertDescription({
21
20
  className,
22
21
  ...props
23
- }: React.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
22
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
24
23
  declare function AlertTitle({
25
24
  className,
26
25
  ...props
27
- }: React.ComponentProps<"div">): react_jsx_runtime3.JSX.Element;
26
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
28
27
  //#endregion
29
28
  export { Alert, AlertAction, AlertDescription, AlertTitle };
30
29
  //# sourceMappingURL=alert.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"alert.d.ts","names":[],"sources":["../../../src/components/alert/alert.tsx"],"sourcesContent":[],"mappings":";;;;;;;cAqBM,aA+B8C,EAAA,CAAA,KAAqB,CAArB,EAAA,CAAA;EAAqB,OAAA,CAAA,EAAA,SAAA,GAAA,aAAA,GAAA,IAAA,GAAA,SAAA;CAAA,GAjBxE,+BAAA,CAAA,SAiBwE,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA;AAAA,iBAfhE,KAAA,CAqBgB;EAAA,SAAA;EAAA,OAAA;EAAA,GAAA;AAAA,CAAA,EAjBtB,KAAA,CAAM,cAiBgB,CAAA,KAAA,CAAA,GAjBQ,YAiBR,CAAA,OAjB4B,aAiB5B,CAAA,CAAA,EAjB0C,kBAAA,CAAA,GAAA,CAAA,OAiB1C;iBANhB,WAAA,CAMmB;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EANkB,KAAA,CAAM,cAMxB,CAAA,KAAA,CAAA,CAAA,EAN6C,kBAAA,CAAA,GAAA,CAAA,OAM7C;iBAAnB,gBAAA,CAAgD;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAAN,KAAA,CAAM,cAAA,CAAA,KAAA,CAAA,CAAA,EAAqB,kBAAA,CAAA,GAAA,CAAA,OAArB;iBAahD,UAAA,CAbqE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAajC,KAAA,CAAM,cAb2B,CAAA,KAAA,CAAA,CAAA,EAaN,kBAAA,CAAA,GAAA,CAAA,OAbM"}
1
+ {"version":3,"file":"alert.d.ts","names":[],"sources":["../../../src/components/alert/alert.tsx"],"mappings":";;;;;;cAqBM,aAAA,GAAa,KAAA;;IAclB,+BAAA,CAAA,SAAA;AAAA,iBAEQ,KAAA,CAAA;EACR,SAAA;EACA,OAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,UAAwB,YAAA,QAAoB,aAAA,IAAc,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAW1D,WAAA,CAAA;EAAc,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAMhE,gBAAA,CAAA;EAAmB,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAarE,UAAA,CAAA;EAAa,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,61 +1,61 @@
1
1
  import { Button } from "../button/button.js";
2
2
  import { AlertDialog as AlertDialog$1 } from "radix-ui";
3
- import * as react_jsx_runtime7 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
4
4
  import * as React from "react";
5
5
 
6
6
  //#region src/components/alert-dialog/alert-dialog.d.ts
7
7
  declare function AlertDialog({
8
8
  ...props
9
- }: Readonly<React.ComponentProps<typeof AlertDialog$1.Root>>): react_jsx_runtime7.JSX.Element;
9
+ }: Readonly<React.ComponentProps<typeof AlertDialog$1.Root>>): react_jsx_runtime0.JSX.Element;
10
10
  declare function AlertDialogAction({
11
11
  className,
12
12
  size,
13
13
  variant,
14
14
  ...props
15
- }: Pick<React.ComponentProps<typeof Button>, "size" | "variant"> & React.ComponentProps<typeof AlertDialog$1.Action>): react_jsx_runtime7.JSX.Element;
15
+ }: Pick<React.ComponentProps<typeof Button>, "size" | "variant"> & React.ComponentProps<typeof AlertDialog$1.Action>): react_jsx_runtime0.JSX.Element;
16
16
  declare function AlertDialogCancel({
17
17
  className,
18
18
  size,
19
19
  variant,
20
20
  ...props
21
- }: Pick<React.ComponentProps<typeof Button>, "size" | "variant"> & React.ComponentProps<typeof AlertDialog$1.Cancel>): react_jsx_runtime7.JSX.Element;
21
+ }: Pick<React.ComponentProps<typeof Button>, "size" | "variant"> & React.ComponentProps<typeof AlertDialog$1.Cancel>): react_jsx_runtime0.JSX.Element;
22
22
  declare function AlertDialogContent({
23
23
  className,
24
24
  size,
25
25
  ...props
26
26
  }: React.ComponentProps<typeof AlertDialog$1.Content> & {
27
27
  size?: "default" | "sm";
28
- }): react_jsx_runtime7.JSX.Element;
28
+ }): react_jsx_runtime0.JSX.Element;
29
29
  declare function AlertDialogDescription({
30
30
  className,
31
31
  ...props
32
- }: React.ComponentProps<typeof AlertDialog$1.Description>): react_jsx_runtime7.JSX.Element;
32
+ }: React.ComponentProps<typeof AlertDialog$1.Description>): react_jsx_runtime0.JSX.Element;
33
33
  declare function AlertDialogFooter({
34
34
  className,
35
35
  ...props
36
- }: React.ComponentProps<"div">): react_jsx_runtime7.JSX.Element;
36
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
37
37
  declare function AlertDialogHeader({
38
38
  className,
39
39
  ...props
40
- }: React.ComponentProps<"div">): react_jsx_runtime7.JSX.Element;
40
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
41
41
  declare function AlertDialogMedia({
42
42
  className,
43
43
  ...props
44
- }: React.ComponentProps<"div">): react_jsx_runtime7.JSX.Element;
44
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
45
45
  declare function AlertDialogOverlay({
46
46
  className,
47
47
  ...props
48
- }: React.ComponentProps<typeof AlertDialog$1.Overlay>): react_jsx_runtime7.JSX.Element;
48
+ }: React.ComponentProps<typeof AlertDialog$1.Overlay>): react_jsx_runtime0.JSX.Element;
49
49
  declare function AlertDialogPortal({
50
50
  ...props
51
- }: Readonly<React.ComponentProps<typeof AlertDialog$1.Portal>>): react_jsx_runtime7.JSX.Element;
51
+ }: Readonly<React.ComponentProps<typeof AlertDialog$1.Portal>>): react_jsx_runtime0.JSX.Element;
52
52
  declare function AlertDialogTitle({
53
53
  className,
54
54
  ...props
55
- }: React.ComponentProps<typeof AlertDialog$1.Title>): react_jsx_runtime7.JSX.Element;
55
+ }: React.ComponentProps<typeof AlertDialog$1.Title>): react_jsx_runtime0.JSX.Element;
56
56
  declare function AlertDialogTrigger({
57
57
  ...props
58
- }: React.ComponentProps<typeof AlertDialog$1.Trigger>): react_jsx_runtime7.JSX.Element;
58
+ }: React.ComponentProps<typeof AlertDialog$1.Trigger>): react_jsx_runtime0.JSX.Element;
59
59
  //#endregion
60
60
  export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
61
61
  //# sourceMappingURL=alert-dialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"alert-dialog.d.ts","names":[],"sources":["../../../src/components/alert-dialog/alert-dialog.tsx"],"sourcesContent":[],"mappings":";;;;;;iBAwBS,WAAA;;GAEN,SAAS,KAAA,CAAM,sBAAsB,aAAA,CAAqB,SAAM,kBAAA,CAAA,GAAA,CAAA;iBAI1D,iBAAA;;;;;GAKN,KAAK,KAAA,CAAM,sBAAsB,+BACnC,KAAA,CAAM,sBAAsB,aAAA,CAAqB,UAAO,kBAAA,CAAA,GAAA,CAAA;iBAYhD,iBAAA;;;;;GAKN,KAAK,KAAA,CAAM,sBAAsB,+BACnC,KAAA,CAAM,sBAAsB,aAAA,CAAqB,UAAO,kBAAA,CAAA,GAAA,CAAA;AAhCZ,iBA4CpC,kBAAA,CA1CW;EAAA,SAAA;EAAA,IAAA;EAAA,GAAA;CAAA,EA8CjB,KAAA,CAAM,cA9CW,CAAA,OA8CW,aAAA,CAAqB,OA9ChC,CAAA,GAAA;EAEoB,IAAA,CAAA,EAAA,SAAqB,GAAA,IAAA;CAAjD,CAAA,EA8CX,kBAAA,CAAA,GAAA,CAAA,OA9CiB;iBA+DT,sBAAA,CA/DN;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAkEA,KAAA,CAAM,cAlEN,CAAA,OAkE4B,aAAA,CAAqB,WAlEjD,CAAA,CAAA,EAkE6D,kBAAA,CAAA,GAAA,CAAA,OAlE7D;iBA+EM,iBAAA,CA/E0D;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA+Ef,KAAA,CAAM,cA/ES,CAAA,KAAA,CAAA,CAAA,EA+EY,kBAAA,CAAA,GAAA,CAAA,OA/EZ;iBA4F1D,iBAAA,CA5F0D;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA4Ff,KAAA,CAAM,cA5FS,CAAA,KAAA,CAAA,CAAA,EA4FY,kBAAA,CAAA,GAAA,CAAA,OA5FZ;AAAA,iBAyG1D,gBAAA,CArGiB;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAqGyB,KAAA,CAAM,cArG/B,CAAA,KAAA,CAAA,CAAA,EAqGoD,kBAAA,CAAA,GAAA,CAAA,OArGpD;iBAkHjB,kBAAA,CAjHR;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAoHE,KAAA,CAAM,cApHR,CAAA,OAoH8B,aAAA,CAAqB,OApHnD,CAAA,CAAA,EAoH2D,kBAAA,CAAA,GAAA,CAAA,OApH3D;iBAiIQ,iBAAA,CAhIR;EAAA,GAAA;AAAA,CAAA,EAkIE,QAlIF,CAkIW,KAAA,CAAM,cAlIjB,CAAA,OAkIuC,aAAA,CAAqB,MAlI5D,CAAA,CAAA,CAAA,EAkIoE,kBAAA,CAAA,GAAA,CAAA,OAlIpE;iBAsIQ,gBAAA,CArIR;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAwIE,KAAA,CAAM,cAxIR,CAAA,OAwI8B,aAAA,CAAqB,KAxInD,CAAA,CAAA,EAwIyD,kBAAA,CAAA,GAAA,CAAA,OAxIzD;iBAqJQ,kBAAA,CAnJ2B;EAAA,GAAA;AAAA,CAAA,EAqJjC,KAAA,CAAM,cArJ2B,CAAA,OAqJL,aAAA,CAAqB,OArJhB,CAAA,CAAA,EAqJwB,kBAAA,CAAA,GAAA,CAAA,OArJxB"}
1
+ {"version":3,"file":"alert-dialog.d.ts","names":[],"sources":["../../../src/components/alert-dialog/alert-dialog.tsx"],"mappings":";;;;;;iBAwBS,WAAA,CAAA;EAAA,GACL;AAAA,GACD,QAAA,CAAS,KAAA,CAAM,cAAA,QAAsB,aAAA,CAAqB,IAAA,KAAM,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAI1D,iBAAA,CAAA;EACR,SAAA;EACA,IAAA;EACA,OAAA;EAAA,GACG;AAAA,GACD,IAAA,CAAK,KAAA,CAAM,cAAA,QAAsB,MAAA,yBACnC,KAAA,CAAM,cAAA,QAAsB,aAAA,CAAqB,MAAA,IAAO,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAYhD,iBAAA,CAAA;EACR,SAAA;EACA,IAAA;EACA,OAAA;EAAA,GACG;AAAA,GACD,IAAA,CAAK,KAAA,CAAM,cAAA,QAAsB,MAAA,yBACnC,KAAA,CAAM,cAAA,QAAsB,aAAA,CAAqB,MAAA,IAAO,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAYhD,kBAAA,CAAA;EACR,SAAA;EACA,IAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,aAAA,CAAqB,OAAA;EACnD,IAAA;AAAA,IACA,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAiBQ,sBAAA,CAAA;EACR,SAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,aAAA,CAAqB,WAAA,IAAY,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAavD,iBAAA,CAAA;EAAoB,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAatE,iBAAA,CAAA;EAAoB,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAatE,gBAAA,CAAA;EAAmB,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAarE,kBAAA,CAAA;EACR,SAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,aAAA,CAAqB,OAAA,IAAQ,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAanD,iBAAA,CAAA;EAAA,GACL;AAAA,GACD,QAAA,CAAS,KAAA,CAAM,cAAA,QAAsB,aAAA,CAAqB,MAAA,KAAQ,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAI5D,gBAAA,CAAA;EACR,SAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,aAAA,CAAqB,KAAA,IAAM,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAajD,kBAAA,CAAA;EAAA,GACL;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,aAAA,CAAqB,OAAA,IAAQ,kBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,11 +1,10 @@
1
1
  import { AspectRatio as AspectRatio$1 } from "radix-ui";
2
- import * as react_jsx_runtime25 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/aspect-ratio/aspect-ratio.d.ts
5
-
6
5
  declare function AspectRatio({
7
6
  ...props
8
- }: React.ComponentProps<typeof AspectRatio$1.Root>): react_jsx_runtime25.JSX.Element;
7
+ }: React.ComponentProps<typeof AspectRatio$1.Root>): react_jsx_runtime0.JSX.Element;
9
8
  //#endregion
10
9
  export { AspectRatio };
11
10
  //# sourceMappingURL=aspect-ratio.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"aspect-ratio.d.ts","names":[],"sources":["../../../src/components/aspect-ratio/aspect-ratio.tsx"],"sourcesContent":[],"mappings":";;;;;iBAoBS,WAAA;;GAA0B,KAAA,CAAM,sBAAsB,aAAA,CAAqB,QAAK,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"aspect-ratio.d.ts","names":[],"sources":["../../../src/components/aspect-ratio/aspect-ratio.tsx"],"mappings":";;;;iBAoBS,WAAA,CAAA;EAAA,GAAiB;AAAA,GAAS,KAAA,CAAM,cAAA,QAAsB,aAAA,CAAqB,IAAA,IAAK,kBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,36 +1,35 @@
1
1
  import { Avatar as Avatar$1 } from "radix-ui";
2
- import * as react_jsx_runtime19 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
  import * as React from "react";
4
4
 
5
5
  //#region src/components/avatar/avatar.d.ts
6
-
7
6
  declare function Avatar({
8
7
  className,
9
8
  size,
10
9
  ...props
11
10
  }: React.ComponentProps<typeof Avatar$1.Root> & {
12
11
  size?: "default" | "lg" | "sm";
13
- }): react_jsx_runtime19.JSX.Element;
12
+ }): react_jsx_runtime0.JSX.Element;
14
13
  declare function AvatarBadge({
15
14
  className,
16
15
  ...props
17
- }: React.ComponentProps<"span">): react_jsx_runtime19.JSX.Element;
16
+ }: React.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
18
17
  declare function AvatarFallback({
19
18
  className,
20
19
  ...props
21
- }: React.ComponentProps<typeof Avatar$1.Fallback>): react_jsx_runtime19.JSX.Element;
20
+ }: React.ComponentProps<typeof Avatar$1.Fallback>): react_jsx_runtime0.JSX.Element;
22
21
  declare function AvatarGroup({
23
22
  className,
24
23
  ...props
25
- }: React.ComponentProps<"div">): react_jsx_runtime19.JSX.Element;
24
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
26
25
  declare function AvatarGroupCount({
27
26
  className,
28
27
  ...props
29
- }: React.ComponentProps<"div">): react_jsx_runtime19.JSX.Element;
28
+ }: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
30
29
  declare function AvatarImage({
31
30
  className,
32
31
  ...props
33
- }: React.ComponentProps<typeof Avatar$1.Image>): react_jsx_runtime19.JSX.Element;
32
+ }: React.ComponentProps<typeof Avatar$1.Image>): react_jsx_runtime0.JSX.Element;
34
33
  //#endregion
35
34
  export { Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage };
36
35
  //# sourceMappingURL=avatar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"avatar.d.ts","names":[],"sources":["../../../src/components/avatar/avatar.tsx"],"sourcesContent":[],"mappings":";;;;;;AA2C0E,iBApBjE,MAAA,CAoCc;EAAA,SAAA;EAAA,IAAA;EAAA,GAAA;CAAA,EAhCpB,KAAA,CAAM,cAgCc,CAAA,OAhCQ,QAAA,CAAgB,IAgCxB,CAAA,GAAA;EACtB,IAAA,CAAA,EAAA,SAAA,GAAA,IAAA,GAAA,IAAA;CAE8B,CAAA,EAjC9B,mBAAA,CAAA,GAAA,CAAA,OAiC8C;iBAnBtC,WAAA,CAmBA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAnBqC,KAAA,CAAM,cAmB3C,CAAA,MAAA,CAAA,CAAA,EAnBiE,mBAAA,CAAA,GAAA,CAAA,OAmBjE;iBAHA,cAAA,CAG+C;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAArD,KAAA,CAAM,cAA+C,CAAA,OAAzB,QAAA,CAAgB,QAAS,CAAA,CAAA,EAAA,mBAAA,CAAA,GAAA,CAAA,OAAA;iBAa/C,WAAA,CAb+C;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAaV,KAAA,CAAM,cAbI,CAAA,KAAA,CAAA,CAAA,EAaiB,mBAAA,CAAA,GAAA,CAAA,OAbjB;AAAA,iBA0B/C,gBAAA,CAbW;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAa+B,KAAA,CAAM,cAbrC,CAAA,KAAA,CAAA,CAAA,EAa0D,mBAAA,CAAA,GAAA,CAAA,OAb1D;iBA0BX,WAAA,CA1Bc;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0BuB,KAAA,CAAM,cA1B7B,CAAA,OA0BmD,QAAA,CAAgB,KA1BnE,CAAA,CAAA,EA0ByE,mBAAA,CAAA,GAAA,CAAA,OA1BzE"}
1
+ {"version":3,"file":"avatar.d.ts","names":[],"sources":["../../../src/components/avatar/avatar.tsx"],"mappings":";;;;;iBAuBS,MAAA,CAAA;EACR,SAAA;EACA,IAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,QAAA,CAAgB,IAAA;EAC9C,IAAA;AAAA,IACA,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAcQ,WAAA,CAAA;EAAc,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,WAAsB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAgBjE,cAAA,CAAA;EACR,SAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,QAAA,CAAgB,QAAA,IAAS,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAa/C,WAAA,CAAA;EAAc,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAahE,gBAAA,CAAA;EAAmB,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAarE,WAAA,CAAA;EAAc,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,QAAsB,QAAA,CAAgB,KAAA,IAAM,kBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,10 +1,9 @@
1
- import * as react_jsx_runtime26 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
2
  import { VariantProps } from "class-variance-authority";
3
3
  import * as React from "react";
4
4
  import * as class_variance_authority_types0 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/badge/badge.d.ts
7
-
8
7
  declare const badgeVariants: (props?: ({
9
8
  variant?: "default" | "destructive" | "ghost" | "link" | "outline" | "secondary" | null | undefined;
10
9
  } & class_variance_authority_types0.ClassProp) | undefined) => string;
@@ -15,7 +14,7 @@ declare function Badge({
15
14
  ...props
16
15
  }: React.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
17
16
  asChild?: boolean;
18
- }): react_jsx_runtime26.JSX.Element;
17
+ }): react_jsx_runtime0.JSX.Element;
19
18
  //#endregion
20
19
  export { Badge, badgeVariants };
21
20
  //# sourceMappingURL=badge.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"badge.d.ts","names":[],"sources":["../../../src/components/badge/badge.tsx"],"sourcesContent":[],"mappings":";;;;;;;cAsBM;;IAkBL,+BAAA,CAAA;iBAEQ,KAAA;;;;;GAKN,KAAA,CAAM,yBAAyB,oBAAoB;;IAAsC,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"badge.d.ts","names":[],"sources":["../../../src/components/badge/badge.tsx"],"mappings":";;;;;;cAsBM,aAAA,GAAa,KAAA;;IAkBlB,+BAAA,CAAA,SAAA;AAAA,iBAEQ,KAAA,CAAA;EACR,OAAA;EACA,SAAA;EACA,OAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,WAAyB,YAAA,QAAoB,aAAA;EAAmB,OAAA;AAAA,IAAmB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
@@ -1,40 +1,39 @@
1
- import * as react_jsx_runtime33 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
 
4
4
  //#region src/components/breadcrumb/breadcrumb.d.ts
5
-
6
5
  declare function Breadcrumb({
7
6
  className,
8
7
  ...props
9
- }: React.ComponentProps<"nav">): react_jsx_runtime33.JSX.Element;
8
+ }: React.ComponentProps<"nav">): react_jsx_runtime0.JSX.Element;
10
9
  declare function BreadcrumbEllipsis({
11
10
  className,
12
11
  ...props
13
- }: React.ComponentProps<"span">): react_jsx_runtime33.JSX.Element;
12
+ }: React.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
14
13
  declare function BreadcrumbItem({
15
14
  className,
16
15
  ...props
17
- }: React.ComponentProps<"li">): react_jsx_runtime33.JSX.Element;
16
+ }: React.ComponentProps<"li">): react_jsx_runtime0.JSX.Element;
18
17
  declare function BreadcrumbLink({
19
18
  asChild,
20
19
  className,
21
20
  ...props
22
21
  }: React.ComponentProps<"a"> & {
23
22
  asChild?: boolean;
24
- }): react_jsx_runtime33.JSX.Element;
23
+ }): react_jsx_runtime0.JSX.Element;
25
24
  declare function BreadcrumbList({
26
25
  className,
27
26
  ...props
28
- }: React.ComponentProps<"ol">): react_jsx_runtime33.JSX.Element;
27
+ }: React.ComponentProps<"ol">): react_jsx_runtime0.JSX.Element;
29
28
  declare function BreadcrumbPage({
30
29
  className,
31
30
  ...props
32
- }: React.ComponentProps<"span">): react_jsx_runtime33.JSX.Element;
31
+ }: React.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
33
32
  declare function BreadcrumbSeparator({
34
33
  children,
35
34
  className,
36
35
  ...props
37
- }: React.ComponentProps<"li">): react_jsx_runtime33.JSX.Element;
36
+ }: React.ComponentProps<"li">): react_jsx_runtime0.JSX.Element;
38
37
  //#endregion
39
38
  export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
40
39
  //# sourceMappingURL=breadcrumb.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb.d.ts","names":[],"sources":["../../../src/components/breadcrumb/breadcrumb.tsx"],"sourcesContent":[],"mappings":";;;;;iBAsBS,UAAA,CAqB8C;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EArBV,KAAA,CAAM,cAqBI,CAAA,KAAA,CAAA,CAAA,EArBiB,mBAAA,CAAA,GAAA,CAAA,OAqBjB;iBAf9C,kBAAA,CAekE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAftB,KAAA,CAAM,cAegB,CAAA,MAAA,CAAA,CAAA,EAfM,mBAAA,CAAA,GAAA,CAAA,OAeN;iBAAlE,cAAA,CAAkE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAA1B,KAAA,CAAM,cAAoB,CAAA,IAAA,CAAA,CAAA,EAAA,mBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAUlE,cAAA,CAAc;EAAA,OAAA;EAAA,SAAA;EAAA,GAAA;CAAA,EAIpB,KAAA,CAAM,cAJc,CAAA,GAAA,CAAA,GAAA;EACtB,OAAA,CAAA,EAAA,OAAA;CACA,CAAA,EAIA,mBAAA,CAAA,GAAA,CAAA,OAJA;iBAgBQ,cAAA,CAdA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAcwC,KAAA,CAAM,cAd9C,CAAA,IAAA,CAAA,CAAA,EAckE,mBAAA,CAAA,GAAA,CAAA,OAdlE;iBA2BA,cAAA,CAzBR;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyBgD,KAAA,CAAM,cAzBtD,CAAA,MAAA,CAAA,CAAA,EAyB4E,mBAAA,CAAA,GAAA,CAAA,OAzB5E;iBAsCQ,mBAAA,CAtCR;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAsC+D,KAAA,CAAM,cAtCrE,CAAA,IAAA,CAAA,CAAA,EAsCyF,mBAAA,CAAA,GAAA,CAAA,OAtCzF"}
1
+ {"version":3,"file":"breadcrumb.d.ts","names":[],"sources":["../../../src/components/breadcrumb/breadcrumb.tsx"],"mappings":";;;;iBAsBS,UAAA,CAAA;EAAa,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAM/D,kBAAA,CAAA;EAAqB,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,WAAsB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAexE,cAAA,CAAA;EAAiB,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,SAAoB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAUlE,cAAA,CAAA;EACR,OAAA;EACA,SAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA;EACR,OAAA;AAAA,IACA,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAYQ,cAAA,CAAA;EAAiB,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,SAAoB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAalE,cAAA,CAAA;EAAiB,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,WAAsB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAapE,mBAAA,CAAA;EAAsB,QAAA;EAAU,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,SAAoB,kBAAA,CAAA,GAAA,CAAA,OAAA"}