solid-tom-ui 0.2.3 → 1.0.1
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.
- package/README.md +237 -237
- package/dist/components/badge/badge.d.ts +0 -1
- package/dist/components/badge/badge.d.ts.map +1 -1
- package/dist/components/carousel/carousel.d.ts.map +1 -1
- package/dist/components/context-menu/context-menu.store.d.ts.map +1 -1
- package/dist/components/context-menu/context-menu.types.d.ts.map +1 -1
- package/dist/components/divider/divider.d.ts.map +1 -1
- package/dist/components/divider/divider.types.d.ts.map +1 -1
- package/dist/components/divider/index.d.ts +1 -1
- package/dist/components/divider/index.d.ts.map +1 -1
- package/dist/components/drawer/drawer.types.d.ts.map +1 -1
- package/dist/components/mansory/mansory.d.ts.map +1 -1
- package/dist/components/mansory/mansory.types.d.ts.map +1 -1
- package/dist/components/modal/modal.d.ts.map +1 -1
- package/dist/components/modal/modalContext.d.ts.map +1 -1
- package/dist/components/progress-bar/progress-bar.d.ts.map +1 -1
- package/dist/components/qr-code/qr-code.d.ts.map +1 -1
- package/dist/components/splitter/splitter.d.ts.map +1 -1
- package/dist/components/timeline/timeline.d.ts.map +1 -1
- package/dist/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/components/upload/upload.d.ts.map +1 -1
- package/dist/components/upload/upload.types.d.ts.map +1 -1
- package/dist/components/z-index/z-index.d.ts.map +1 -1
- package/dist/solid-ui.css +1 -1
- package/dist/src/components/avatar/avatar.js.map +1 -0
- package/dist/src/components/badge/badge.js +2 -0
- package/dist/src/components/badge/badge.js.map +1 -0
- package/dist/src/components/breadcrumb/breadcrumb.js.map +1 -0
- package/dist/{components → src/components}/button/button.js +1 -1
- package/dist/src/components/button/button.js.map +1 -0
- package/dist/src/components/carousel/carousel.js +2 -0
- package/dist/src/components/carousel/carousel.js.map +1 -0
- package/dist/src/components/chat-bubble/chatBubble.js.map +1 -0
- package/dist/src/components/checkbox/checkbox.js.map +1 -0
- package/dist/src/components/code-preview/code-preview.js +2 -0
- package/dist/src/components/code-preview/code-preview.js.map +1 -0
- package/dist/src/components/collapse/collapse.js.map +1 -0
- package/dist/src/components/context-menu/context-menu.js +2 -0
- package/dist/src/components/context-menu/context-menu.js.map +1 -0
- package/dist/src/components/context-menu/context-menu.store.js.map +1 -0
- package/dist/src/components/diff/diff.js.map +1 -0
- package/dist/src/components/divider/divider.js.map +1 -0
- package/dist/src/components/drawer/drawer.js +2 -0
- package/dist/src/components/drawer/drawer.js.map +1 -0
- package/dist/src/components/dropdown/dropdown.js.map +1 -0
- package/dist/src/components/dropdown/dropdown.store.js.map +1 -0
- package/dist/src/components/float-button/float-button.js.map +1 -0
- package/dist/src/components/hover-3d-image/hover-3d-image.js.map +1 -0
- package/dist/src/components/image-preview/image-preview.js +2 -0
- package/dist/src/components/image-preview/image-preview.js.map +1 -0
- package/dist/src/components/indicator/indicator.js.map +1 -0
- package/dist/src/components/input/input.js.map +1 -0
- package/dist/src/components/input/input.utils.js.map +1 -0
- package/dist/src/components/input/variants/input-color.js.map +1 -0
- package/dist/src/components/input/variants/input-date.js.map +1 -0
- package/dist/src/components/input/variants/input-number.js +2 -0
- package/dist/src/components/input/variants/input-number.js.map +1 -0
- package/dist/src/components/input/variants/input-otp.js.map +1 -0
- package/dist/src/components/input/variants/input-password.js +2 -0
- package/dist/src/components/input/variants/input-password.js.map +1 -0
- package/dist/src/components/input/variants/input-radio.js.map +1 -0
- package/dist/src/components/input/variants/input-range.js.map +1 -0
- package/dist/src/components/input/variants/input-text.js +2 -0
- package/dist/src/components/input/variants/input-text.js.map +1 -0
- package/dist/src/components/input/variants/input-textarea.js +2 -0
- package/dist/src/components/input/variants/input-textarea.js.map +1 -0
- package/dist/src/components/loading/loading.js +2 -0
- package/dist/src/components/loading/loading.js.map +1 -0
- package/dist/src/components/mansory/mansory.js.map +1 -0
- package/dist/src/components/menu/menu.js +2 -0
- package/dist/src/components/menu/menu.js.map +1 -0
- package/dist/src/components/modal/modal.js +2 -0
- package/dist/src/components/modal/modal.js.map +1 -0
- package/dist/src/components/modal/modalContext.js.map +1 -0
- package/dist/src/components/pagination/pagination.js +2 -0
- package/dist/src/components/pagination/pagination.js.map +1 -0
- package/dist/src/components/progress-bar/progress-bar.js.map +1 -0
- package/dist/src/components/qr-code/qr-code.js +2 -0
- package/dist/src/components/qr-code/qr-code.js.map +1 -0
- package/dist/src/components/rating/rating.js.map +1 -0
- package/dist/src/components/select/select.js +2 -0
- package/dist/src/components/select/select.js.map +1 -0
- package/dist/src/components/select-zone/select-zone.js.map +1 -0
- package/dist/src/components/skeleton/skeleton.js.map +1 -0
- package/dist/src/components/slider/slider.js.map +1 -0
- package/dist/src/components/splitter/splitter.js.map +1 -0
- package/dist/src/components/steps/steps.js +2 -0
- package/dist/src/components/steps/steps.js.map +1 -0
- package/dist/src/components/swap/swap.js.map +1 -0
- package/dist/src/components/switch/switch.js.map +1 -0
- package/dist/src/components/tab/tab.js +2 -0
- package/dist/src/components/tab/tab.js.map +1 -0
- package/dist/src/components/table/table.js +2 -0
- package/dist/src/components/table/table.js.map +1 -0
- package/dist/src/components/text-rotate/text-rotate.js.map +1 -0
- package/dist/src/components/timeline/timeline.js +2 -0
- package/dist/src/components/timeline/timeline.js.map +1 -0
- package/dist/src/components/toast/icons/ErrorIcon.js.map +1 -0
- package/dist/src/components/toast/icons/IconCircle.js.map +1 -0
- package/dist/src/components/toast/icons/InfoIcon.js.map +1 -0
- package/dist/src/components/toast/icons/LoaderIcon.js.map +1 -0
- package/dist/src/components/toast/icons/SuccessIcon.js.map +1 -0
- package/dist/src/components/toast/icons/WarningIcon.js.map +1 -0
- package/dist/src/components/toast/toast.js +2 -0
- package/dist/src/components/toast/toast.js.map +1 -0
- package/dist/src/components/toast/toast.store.js.map +1 -0
- package/dist/src/components/tooltip/tooltip.js.map +1 -0
- package/dist/{components → src/components}/tour/tour.js +1 -1
- package/dist/src/components/tour/tour.js.map +1 -0
- package/dist/src/components/upload/upload.js +2 -0
- package/dist/src/components/upload/upload.js.map +1 -0
- package/dist/src/components/z-index/z-index.context.js.map +1 -0
- package/dist/src/components/z-index/z-index.js.map +1 -0
- package/dist/src/components/z-index/z-index.store.js.map +1 -0
- package/dist/src/components/z-index/z-index.types.js.map +1 -0
- package/dist/src/utils/cn.js.map +1 -0
- package/dist/src/utils/element-tracker.js.map +1 -0
- package/dist/src/utils/helper.js.map +1 -0
- package/dist/src/utils/hoc.js.map +1 -0
- package/dist/src/utils/shiki-highlight.js +2 -0
- package/dist/src/utils/shiki-highlight.js.map +1 -0
- package/package.json +120 -120
- package/dist/components/avatar/avatar.js.map +0 -1
- package/dist/components/badge/badge.js +0 -2
- package/dist/components/badge/badge.js.map +0 -1
- package/dist/components/breadcrumb/breadcrumb.js.map +0 -1
- package/dist/components/button/button.js.map +0 -1
- package/dist/components/carousel/carousel.js +0 -2
- package/dist/components/carousel/carousel.js.map +0 -1
- package/dist/components/chat-bubble/chatBubble.js.map +0 -1
- package/dist/components/checkbox/checkbox.js.map +0 -1
- package/dist/components/code-preview/code-preview.js +0 -2
- package/dist/components/code-preview/code-preview.js.map +0 -1
- package/dist/components/collapse/collapse.js.map +0 -1
- package/dist/components/context-menu/context-menu.js +0 -2
- package/dist/components/context-menu/context-menu.js.map +0 -1
- package/dist/components/context-menu/context-menu.store.js.map +0 -1
- package/dist/components/diff/diff.js.map +0 -1
- package/dist/components/divider/divider.js.map +0 -1
- package/dist/components/drawer/drawer.js +0 -2
- package/dist/components/drawer/drawer.js.map +0 -1
- package/dist/components/dropdown/dropdown.js.map +0 -1
- package/dist/components/dropdown/dropdown.store.js.map +0 -1
- package/dist/components/float-button/float-button.js.map +0 -1
- package/dist/components/hover-3d-image/hover-3d-image.js.map +0 -1
- package/dist/components/image-preview/image-preview.js +0 -2
- package/dist/components/image-preview/image-preview.js.map +0 -1
- package/dist/components/indicator/indicator.js.map +0 -1
- package/dist/components/input/input.js.map +0 -1
- package/dist/components/input/input.utils.js.map +0 -1
- package/dist/components/input/variants/input-color.js.map +0 -1
- package/dist/components/input/variants/input-date.js.map +0 -1
- package/dist/components/input/variants/input-number.js +0 -2
- package/dist/components/input/variants/input-number.js.map +0 -1
- package/dist/components/input/variants/input-otp.js.map +0 -1
- package/dist/components/input/variants/input-password.js +0 -2
- package/dist/components/input/variants/input-password.js.map +0 -1
- package/dist/components/input/variants/input-radio.js.map +0 -1
- package/dist/components/input/variants/input-range.js.map +0 -1
- package/dist/components/input/variants/input-text.js +0 -2
- package/dist/components/input/variants/input-text.js.map +0 -1
- package/dist/components/input/variants/input-textarea.js +0 -2
- package/dist/components/input/variants/input-textarea.js.map +0 -1
- package/dist/components/loading/loading.js +0 -2
- package/dist/components/loading/loading.js.map +0 -1
- package/dist/components/mansory/mansory.js.map +0 -1
- package/dist/components/menu/menu.js +0 -2
- package/dist/components/menu/menu.js.map +0 -1
- package/dist/components/modal/modal.js +0 -2
- package/dist/components/modal/modal.js.map +0 -1
- package/dist/components/modal/modalContext.js.map +0 -1
- package/dist/components/pagination/pagination.js +0 -2
- package/dist/components/pagination/pagination.js.map +0 -1
- package/dist/components/progress-bar/progress-bar.js.map +0 -1
- package/dist/components/qr-code/qr-code.js +0 -2
- package/dist/components/qr-code/qr-code.js.map +0 -1
- package/dist/components/rating/rating.js.map +0 -1
- package/dist/components/select/select.js +0 -2
- package/dist/components/select/select.js.map +0 -1
- package/dist/components/select-zone/select-zone.js.map +0 -1
- package/dist/components/skeleton/skeleton.js.map +0 -1
- package/dist/components/slider/slider.js.map +0 -1
- package/dist/components/splitter/splitter.js.map +0 -1
- package/dist/components/steps/steps.js +0 -2
- package/dist/components/steps/steps.js.map +0 -1
- package/dist/components/swap/swap.js.map +0 -1
- package/dist/components/switch/switch.js.map +0 -1
- package/dist/components/tab/tab.js +0 -2
- package/dist/components/tab/tab.js.map +0 -1
- package/dist/components/table/table.js +0 -2
- package/dist/components/table/table.js.map +0 -1
- package/dist/components/text-rotate/text-rotate.js.map +0 -1
- package/dist/components/timeline/timeline.js +0 -2
- package/dist/components/timeline/timeline.js.map +0 -1
- package/dist/components/toast/icons/ErrorIcon.js.map +0 -1
- package/dist/components/toast/icons/IconCircle.js.map +0 -1
- package/dist/components/toast/icons/InfoIcon.js.map +0 -1
- package/dist/components/toast/icons/LoaderIcon.js.map +0 -1
- package/dist/components/toast/icons/SuccessIcon.js.map +0 -1
- package/dist/components/toast/icons/WarningIcon.js.map +0 -1
- package/dist/components/toast/toast.js +0 -2
- package/dist/components/toast/toast.js.map +0 -1
- package/dist/components/toast/toast.store.js.map +0 -1
- package/dist/components/tooltip/tooltip.js.map +0 -1
- package/dist/components/tour/tour.js.map +0 -1
- package/dist/components/upload/upload.js +0 -2
- package/dist/components/upload/upload.js.map +0 -1
- package/dist/components/z-index/z-index.context.js.map +0 -1
- package/dist/components/z-index/z-index.js.map +0 -1
- package/dist/components/z-index/z-index.store.js.map +0 -1
- package/dist/components/z-index/z-index.types.js.map +0 -1
- package/dist/utils/cn.js.map +0 -1
- package/dist/utils/element-tracker.js.map +0 -1
- package/dist/utils/helper.js.map +0 -1
- package/dist/utils/hoc.js.map +0 -1
- package/dist/utils/shiki-highlight.js +0 -2
- package/dist/utils/shiki-highlight.js.map +0 -1
- /package/dist/{components → src/components}/avatar/avatar.js +0 -0
- /package/dist/{components → src/components}/breadcrumb/breadcrumb.js +0 -0
- /package/dist/{components → src/components}/chat-bubble/chatBubble.js +0 -0
- /package/dist/{components → src/components}/checkbox/checkbox.js +0 -0
- /package/dist/{components → src/components}/collapse/collapse.js +0 -0
- /package/dist/{components → src/components}/context-menu/context-menu.store.js +0 -0
- /package/dist/{components → src/components}/diff/diff.js +0 -0
- /package/dist/{components → src/components}/divider/divider.js +0 -0
- /package/dist/{components → src/components}/dropdown/dropdown.js +0 -0
- /package/dist/{components → src/components}/dropdown/dropdown.store.js +0 -0
- /package/dist/{components → src/components}/float-button/float-button.js +0 -0
- /package/dist/{components → src/components}/hover-3d-image/hover-3d-image.js +0 -0
- /package/dist/{components → src/components}/indicator/indicator.js +0 -0
- /package/dist/{components → src/components}/input/input.js +0 -0
- /package/dist/{components → src/components}/input/input.utils.js +0 -0
- /package/dist/{components → src/components}/input/variants/input-color.js +0 -0
- /package/dist/{components → src/components}/input/variants/input-date.js +0 -0
- /package/dist/{components → src/components}/input/variants/input-otp.js +0 -0
- /package/dist/{components → src/components}/input/variants/input-radio.js +0 -0
- /package/dist/{components → src/components}/input/variants/input-range.js +0 -0
- /package/dist/{components → src/components}/mansory/mansory.js +0 -0
- /package/dist/{components → src/components}/modal/modalContext.js +0 -0
- /package/dist/{components → src/components}/progress-bar/progress-bar.js +0 -0
- /package/dist/{components → src/components}/rating/rating.js +0 -0
- /package/dist/{components → src/components}/select-zone/select-zone.js +0 -0
- /package/dist/{components → src/components}/skeleton/skeleton.js +0 -0
- /package/dist/{components → src/components}/slider/slider.js +0 -0
- /package/dist/{components → src/components}/splitter/splitter.js +0 -0
- /package/dist/{components → src/components}/swap/swap.js +0 -0
- /package/dist/{components → src/components}/switch/switch.js +0 -0
- /package/dist/{components → src/components}/table/index.js +0 -0
- /package/dist/{components → src/components}/text-rotate/text-rotate.js +0 -0
- /package/dist/{components → src/components}/toast/icons/ErrorIcon.js +0 -0
- /package/dist/{components → src/components}/toast/icons/IconCircle.js +0 -0
- /package/dist/{components → src/components}/toast/icons/InfoIcon.js +0 -0
- /package/dist/{components → src/components}/toast/icons/LoaderIcon.js +0 -0
- /package/dist/{components → src/components}/toast/icons/SuccessIcon.js +0 -0
- /package/dist/{components → src/components}/toast/icons/WarningIcon.js +0 -0
- /package/dist/{components → src/components}/toast/toast.store.js +0 -0
- /package/dist/{components → src/components}/tooltip/tooltip.js +0 -0
- /package/dist/{components → src/components}/z-index/z-index.context.js +0 -0
- /package/dist/{components → src/components}/z-index/z-index.js +0 -0
- /package/dist/{components → src/components}/z-index/z-index.store.js +0 -0
- /package/dist/{components → src/components}/z-index/z-index.types.js +0 -0
- /package/dist/{lib.js → src/lib.js} +0 -0
- /package/dist/{utils → src/utils}/cn.js +0 -0
- /package/dist/{utils → src/utils}/element-tracker.js +0 -0
- /package/dist/{utils → src/utils}/helper.js +0 -0
- /package/dist/{utils → src/utils}/hoc.js +0 -0
package/README.md
CHANGED
|
@@ -1,237 +1,237 @@
|
|
|
1
|
-
# solid-ui
|
|
2
|
-
|
|
3
|
-
> A high-performance, easy-to-use UI component library for [SolidJS](https://solidjs.com), inspired by Ant Design.
|
|
4
|
-
|
|
5
|
-
Built on **Tailwind CSS 4** and **DaisyUI 5**, leveraging SolidJS fine-grained reactivity for minimal re-renders and optimal bundle size.
|
|
6
|
-
|
|
7
|
-
## Features
|
|
8
|
-
|
|
9
|
-
- **45+ components** — from simple buttons to complex data tables with virtual scrolling
|
|
10
|
-
- **Tree-shakeable** — each component is its own module; unused components are not bundled
|
|
11
|
-
- **Typed** — full TypeScript support with exported prop interfaces
|
|
12
|
-
- **Themeable** — DaisyUI color tokens + unified `color` prop across all components
|
|
13
|
-
- **Accessible** — semantic HTML, ARIA attributes, keyboard navigation
|
|
14
|
-
- **Zero CSS setup** — pre-compiled CSS bundle includes Tailwind + DaisyUI, no extra config needed
|
|
15
|
-
|
|
16
|
-
## Installation
|
|
17
|
-
|
|
18
|
-
```bash
|
|
19
|
-
npm install solid-tom-ui
|
|
20
|
-
|
|
21
|
-
pnpm i solid-tom-ui
|
|
22
|
-
|
|
23
|
-
bun i solid-tom-ui
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
### Peer dependencies
|
|
27
|
-
|
|
28
|
-
```bash
|
|
29
|
-
npm install solid-js
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
Optional (only needed for specific components):
|
|
33
|
-
|
|
34
|
-
| Package | Component |
|
|
35
|
-
|---------|-----------|
|
|
36
|
-
| `imask` | `Input` with mask |
|
|
37
|
-
| `qrcode` | `QrCode` |
|
|
38
|
-
| `@tanstack/solid-table` | `Table` |
|
|
39
|
-
|
|
40
|
-
## Setup
|
|
41
|
-
|
|
42
|
-
### 1. Import the pre-compiled CSS bundle
|
|
43
|
-
|
|
44
|
-
```css
|
|
45
|
-
/* app.css */
|
|
46
|
-
@import 'solid-tom-ui/styles';
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
Make sure this CSS file is imported in your app entry point:
|
|
50
|
-
|
|
51
|
-
```tsx
|
|
52
|
-
// src/index.tsx
|
|
53
|
-
import './app.css';
|
|
54
|
-
import { render } from 'solid-js/web';
|
|
55
|
-
import App from './App';
|
|
56
|
-
|
|
57
|
-
render(() => <App />, document.getElementById('root')!);
|
|
58
|
-
```
|
|
59
|
-
---
|
|
60
|
-
|
|
61
|
-
### 2. Use components
|
|
62
|
-
|
|
63
|
-
```tsx
|
|
64
|
-
import { Button, Modal, toast } from 'solid-tom-ui';
|
|
65
|
-
|
|
66
|
-
function App() {
|
|
67
|
-
return (
|
|
68
|
-
<Button color="primary" onClick={() => toast.success('Hello!')}>
|
|
69
|
-
Click me
|
|
70
|
-
</Button>
|
|
71
|
-
);
|
|
72
|
-
}
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
---
|
|
76
|
-
|
|
77
|
-
## Advanced Setup (Custom Theme)
|
|
78
|
-
|
|
79
|
-
Overwrite css variable
|
|
80
|
-
|
|
81
|
-
```css
|
|
82
|
-
:root {
|
|
83
|
-
--color-base-100: white;
|
|
84
|
-
--color-base-content: black;
|
|
85
|
-
|
|
86
|
-
--color-primary: red;
|
|
87
|
-
--color-primary-content: white;
|
|
88
|
-
|
|
89
|
-
--color-secondary: red;
|
|
90
|
-
--color-secondary-content: white;
|
|
91
|
-
|
|
92
|
-
--color-accent: red;
|
|
93
|
-
--color-accent-content: white;
|
|
94
|
-
|
|
95
|
-
--color-neutral: red;
|
|
96
|
-
--color-neutral-content: white;
|
|
97
|
-
|
|
98
|
-
--color-info: red;
|
|
99
|
-
--color-info-content: white;
|
|
100
|
-
|
|
101
|
-
--color-success: red;
|
|
102
|
-
--color-success-content: white;
|
|
103
|
-
|
|
104
|
-
--color-warning: red;
|
|
105
|
-
--color-warning-content: white;
|
|
106
|
-
|
|
107
|
-
--color-error: red;
|
|
108
|
-
--color-error-content: white;
|
|
109
|
-
--radius-selector: 8px;
|
|
110
|
-
--radius-field: 4px;
|
|
111
|
-
--radius-box: 6px;
|
|
112
|
-
--size-selector: 4px;
|
|
113
|
-
--size-field: 4px;
|
|
114
|
-
--border: 1px;
|
|
115
|
-
--depth: 0;
|
|
116
|
-
--noise: 0;
|
|
117
|
-
}
|
|
118
|
-
```
|
|
119
|
-
|
|
120
|
-
---
|
|
121
|
-
|
|
122
|
-
## Components
|
|
123
|
-
|
|
124
|
-
### Layout & Navigation
|
|
125
|
-
| Component | Description |
|
|
126
|
-
|-----------|-------------|
|
|
127
|
-
| `Breadcrumb` | Navigation breadcrumb trail |
|
|
128
|
-
| `Divider` | Horizontal or vertical divider |
|
|
129
|
-
| `Drawer` | Slide-in side panel |
|
|
130
|
-
| `Dropdown` | Dropdown menu |
|
|
131
|
-
| `Menu` | Vertical/horizontal navigation menu |
|
|
132
|
-
| `Pagination` | Page navigation |
|
|
133
|
-
| `Splitter` | Resizable split pane |
|
|
134
|
-
| `Steps` | Step-by-step progress indicator |
|
|
135
|
-
| `Tab` | Tabbed navigation |
|
|
136
|
-
|
|
137
|
-
### Data Display
|
|
138
|
-
| Component | Description |
|
|
139
|
-
|-----------|-------------|
|
|
140
|
-
| `Avatar` | User avatar with fallback |
|
|
141
|
-
| `Badge` | Status badge / tag |
|
|
142
|
-
| `Carousel` | Image/content carousel |
|
|
143
|
-
| `ChatBubble` | Chat message bubble |
|
|
144
|
-
| `Diff` | Side-by-side diff viewer |
|
|
145
|
-
| `Indicator` | Numeric badge overlay |
|
|
146
|
-
| `Skeleton` | Loading skeleton placeholder |
|
|
147
|
-
| `Table` | Feature-rich table (virtual scroll, sort, filter, pinned columns) |
|
|
148
|
-
| `Timeline` | Vertical timeline |
|
|
149
|
-
| `Tooltip` | Hover tooltip |
|
|
150
|
-
| `Tour` | Interactive product tour |
|
|
151
|
-
|
|
152
|
-
### Input & Forms
|
|
153
|
-
| Component | Description |
|
|
154
|
-
|-----------|-------------|
|
|
155
|
-
| `Checkbox` | Checkbox input |
|
|
156
|
-
| `Input` | Text, password, number, textarea, color, date, range, OTP, masked inputs |
|
|
157
|
-
| `Rating` | Star rating |
|
|
158
|
-
| `Select` | Dropdown select |
|
|
159
|
-
| `SelectZone` | Drag-to-select zone |
|
|
160
|
-
| `Slider` | Range slider |
|
|
161
|
-
| `Switch` | Toggle switch |
|
|
162
|
-
| `Upload` | File upload with drag & drop |
|
|
163
|
-
|
|
164
|
-
### Feedback
|
|
165
|
-
| Component | Description |
|
|
166
|
-
|-----------|-------------|
|
|
167
|
-
| `Loading` | Spinner / loading indicator |
|
|
168
|
-
| `Modal` | Dialog modal |
|
|
169
|
-
| `ProgressBar` | Progress bar |
|
|
170
|
-
| `Toast` | Toast notifications (`toast.success()`, `toast.error()`, …) |
|
|
171
|
-
|
|
172
|
-
### Visual & Effects
|
|
173
|
-
| Component | Description |
|
|
174
|
-
|-----------|-------------|
|
|
175
|
-
| `Collapse` | Collapsible content panel |
|
|
176
|
-
| `ContextMenu` | Right-click context menu |
|
|
177
|
-
| `FloatButton` | Floating action button |
|
|
178
|
-
| `Hover3dImage` | 3D parallax image on hover |
|
|
179
|
-
| `ImagePreview` | Lightbox image preview |
|
|
180
|
-
| `Mansory` | Masonry grid layout |
|
|
181
|
-
| `QrCode` | QR code generator |
|
|
182
|
-
| `Swap` | Flip between two states |
|
|
183
|
-
| `TextRotate` | Animated rotating text |
|
|
184
|
-
|
|
185
|
-
### Utilities
|
|
186
|
-
| Component | Description |
|
|
187
|
-
|-----------|-------------|
|
|
188
|
-
| `CodePreview` | Code preview |
|
|
189
|
-
|
|
190
|
-
---
|
|
191
|
-
|
|
192
|
-
## API
|
|
193
|
-
|
|
194
|
-
### Color prop
|
|
195
|
-
|
|
196
|
-
Most components accept a `color` prop:
|
|
197
|
-
|
|
198
|
-
```tsx
|
|
199
|
-
type BaseColorProps =
|
|
200
|
-
| 'primary' | 'secondary' | 'accent' | 'neutral'
|
|
201
|
-
| 'info' | 'success' | 'warning' | 'error';
|
|
202
|
-
```
|
|
203
|
-
|
|
204
|
-
```tsx
|
|
205
|
-
<Badge color="success">Active</Badge>
|
|
206
|
-
<Button color="warning">Caution</Button>
|
|
207
|
-
```
|
|
208
|
-
|
|
209
|
-
### Class override (slot system)
|
|
210
|
-
|
|
211
|
-
Every component exposes a `class` prop to override individual slots:
|
|
212
|
-
|
|
213
|
-
```tsx
|
|
214
|
-
// Single-element components
|
|
215
|
-
<Badge class="font-bold text-lg" />
|
|
216
|
-
|
|
217
|
-
// Multi-slot components
|
|
218
|
-
<Modal
|
|
219
|
-
class={{
|
|
220
|
-
root: 'max-w-2xl',
|
|
221
|
-
header: 'bg-base-200',
|
|
222
|
-
body: 'p-8',
|
|
223
|
-
}}
|
|
224
|
-
/>
|
|
225
|
-
```
|
|
226
|
-
|
|
227
|
-
## TypeScript
|
|
228
|
-
|
|
229
|
-
All prop types are exported:
|
|
230
|
-
|
|
231
|
-
```tsx
|
|
232
|
-
import type { ButtonProps, ModalProps, BaseColorProps, SolidComponent } from 'solid-tom-ui';
|
|
233
|
-
```
|
|
234
|
-
|
|
235
|
-
## License
|
|
236
|
-
|
|
237
|
-
MIT © [Truong Tom](https://github.com/truongtom1993)
|
|
1
|
+
# solid-ui
|
|
2
|
+
|
|
3
|
+
> A high-performance, easy-to-use UI component library for [SolidJS](https://solidjs.com), inspired by Ant Design.
|
|
4
|
+
|
|
5
|
+
Built on **Tailwind CSS 4** and **DaisyUI 5**, leveraging SolidJS fine-grained reactivity for minimal re-renders and optimal bundle size.
|
|
6
|
+
|
|
7
|
+
## Features
|
|
8
|
+
|
|
9
|
+
- **45+ components** — from simple buttons to complex data tables with virtual scrolling
|
|
10
|
+
- **Tree-shakeable** — each component is its own module; unused components are not bundled
|
|
11
|
+
- **Typed** — full TypeScript support with exported prop interfaces
|
|
12
|
+
- **Themeable** — DaisyUI color tokens + unified `color` prop across all components
|
|
13
|
+
- **Accessible** — semantic HTML, ARIA attributes, keyboard navigation
|
|
14
|
+
- **Zero CSS setup** — pre-compiled CSS bundle includes Tailwind + DaisyUI, no extra config needed
|
|
15
|
+
|
|
16
|
+
## Installation
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
npm install solid-tom-ui
|
|
20
|
+
|
|
21
|
+
pnpm i solid-tom-ui
|
|
22
|
+
|
|
23
|
+
bun i solid-tom-ui
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
### Peer dependencies
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
npm install solid-js
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Optional (only needed for specific components):
|
|
33
|
+
|
|
34
|
+
| Package | Component |
|
|
35
|
+
|---------|-----------|
|
|
36
|
+
| `imask` | `Input` with mask |
|
|
37
|
+
| `qrcode` | `QrCode` |
|
|
38
|
+
| `@tanstack/solid-table` | `Table` |
|
|
39
|
+
|
|
40
|
+
## Setup
|
|
41
|
+
|
|
42
|
+
### 1. Import the pre-compiled CSS bundle
|
|
43
|
+
|
|
44
|
+
```css
|
|
45
|
+
/* app.css */
|
|
46
|
+
@import 'solid-tom-ui/styles';
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
Make sure this CSS file is imported in your app entry point:
|
|
50
|
+
|
|
51
|
+
```tsx
|
|
52
|
+
// src/index.tsx
|
|
53
|
+
import './app.css';
|
|
54
|
+
import { render } from 'solid-js/web';
|
|
55
|
+
import App from './App';
|
|
56
|
+
|
|
57
|
+
render(() => <App />, document.getElementById('root')!);
|
|
58
|
+
```
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
### 2. Use components
|
|
62
|
+
|
|
63
|
+
```tsx
|
|
64
|
+
import { Button, Modal, toast } from 'solid-tom-ui';
|
|
65
|
+
|
|
66
|
+
function App() {
|
|
67
|
+
return (
|
|
68
|
+
<Button color="primary" onClick={() => toast.success('Hello!')}>
|
|
69
|
+
Click me
|
|
70
|
+
</Button>
|
|
71
|
+
);
|
|
72
|
+
}
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## Advanced Setup (Custom Theme)
|
|
78
|
+
|
|
79
|
+
Overwrite css variable
|
|
80
|
+
|
|
81
|
+
```css
|
|
82
|
+
:root {
|
|
83
|
+
--color-base-100: white;
|
|
84
|
+
--color-base-content: black;
|
|
85
|
+
|
|
86
|
+
--color-primary: red;
|
|
87
|
+
--color-primary-content: white;
|
|
88
|
+
|
|
89
|
+
--color-secondary: red;
|
|
90
|
+
--color-secondary-content: white;
|
|
91
|
+
|
|
92
|
+
--color-accent: red;
|
|
93
|
+
--color-accent-content: white;
|
|
94
|
+
|
|
95
|
+
--color-neutral: red;
|
|
96
|
+
--color-neutral-content: white;
|
|
97
|
+
|
|
98
|
+
--color-info: red;
|
|
99
|
+
--color-info-content: white;
|
|
100
|
+
|
|
101
|
+
--color-success: red;
|
|
102
|
+
--color-success-content: white;
|
|
103
|
+
|
|
104
|
+
--color-warning: red;
|
|
105
|
+
--color-warning-content: white;
|
|
106
|
+
|
|
107
|
+
--color-error: red;
|
|
108
|
+
--color-error-content: white;
|
|
109
|
+
--radius-selector: 8px;
|
|
110
|
+
--radius-field: 4px;
|
|
111
|
+
--radius-box: 6px;
|
|
112
|
+
--size-selector: 4px;
|
|
113
|
+
--size-field: 4px;
|
|
114
|
+
--border: 1px;
|
|
115
|
+
--depth: 0;
|
|
116
|
+
--noise: 0;
|
|
117
|
+
}
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## Components
|
|
123
|
+
|
|
124
|
+
### Layout & Navigation
|
|
125
|
+
| Component | Description |
|
|
126
|
+
|-----------|-------------|
|
|
127
|
+
| `Breadcrumb` | Navigation breadcrumb trail |
|
|
128
|
+
| `Divider` | Horizontal or vertical divider |
|
|
129
|
+
| `Drawer` | Slide-in side panel |
|
|
130
|
+
| `Dropdown` | Dropdown menu |
|
|
131
|
+
| `Menu` | Vertical/horizontal navigation menu |
|
|
132
|
+
| `Pagination` | Page navigation |
|
|
133
|
+
| `Splitter` | Resizable split pane |
|
|
134
|
+
| `Steps` | Step-by-step progress indicator |
|
|
135
|
+
| `Tab` | Tabbed navigation |
|
|
136
|
+
|
|
137
|
+
### Data Display
|
|
138
|
+
| Component | Description |
|
|
139
|
+
|-----------|-------------|
|
|
140
|
+
| `Avatar` | User avatar with fallback |
|
|
141
|
+
| `Badge` | Status badge / tag |
|
|
142
|
+
| `Carousel` | Image/content carousel |
|
|
143
|
+
| `ChatBubble` | Chat message bubble |
|
|
144
|
+
| `Diff` | Side-by-side diff viewer |
|
|
145
|
+
| `Indicator` | Numeric badge overlay |
|
|
146
|
+
| `Skeleton` | Loading skeleton placeholder |
|
|
147
|
+
| `Table` | Feature-rich table (virtual scroll, sort, filter, pinned columns) |
|
|
148
|
+
| `Timeline` | Vertical timeline |
|
|
149
|
+
| `Tooltip` | Hover tooltip |
|
|
150
|
+
| `Tour` | Interactive product tour |
|
|
151
|
+
|
|
152
|
+
### Input & Forms
|
|
153
|
+
| Component | Description |
|
|
154
|
+
|-----------|-------------|
|
|
155
|
+
| `Checkbox` | Checkbox input |
|
|
156
|
+
| `Input` | Text, password, number, textarea, color, date, range, OTP, masked inputs |
|
|
157
|
+
| `Rating` | Star rating |
|
|
158
|
+
| `Select` | Dropdown select |
|
|
159
|
+
| `SelectZone` | Drag-to-select zone |
|
|
160
|
+
| `Slider` | Range slider |
|
|
161
|
+
| `Switch` | Toggle switch |
|
|
162
|
+
| `Upload` | File upload with drag & drop |
|
|
163
|
+
|
|
164
|
+
### Feedback
|
|
165
|
+
| Component | Description |
|
|
166
|
+
|-----------|-------------|
|
|
167
|
+
| `Loading` | Spinner / loading indicator |
|
|
168
|
+
| `Modal` | Dialog modal |
|
|
169
|
+
| `ProgressBar` | Progress bar |
|
|
170
|
+
| `Toast` | Toast notifications (`toast.success()`, `toast.error()`, …) |
|
|
171
|
+
|
|
172
|
+
### Visual & Effects
|
|
173
|
+
| Component | Description |
|
|
174
|
+
|-----------|-------------|
|
|
175
|
+
| `Collapse` | Collapsible content panel |
|
|
176
|
+
| `ContextMenu` | Right-click context menu |
|
|
177
|
+
| `FloatButton` | Floating action button |
|
|
178
|
+
| `Hover3dImage` | 3D parallax image on hover |
|
|
179
|
+
| `ImagePreview` | Lightbox image preview |
|
|
180
|
+
| `Mansory` | Masonry grid layout |
|
|
181
|
+
| `QrCode` | QR code generator |
|
|
182
|
+
| `Swap` | Flip between two states |
|
|
183
|
+
| `TextRotate` | Animated rotating text |
|
|
184
|
+
|
|
185
|
+
### Utilities
|
|
186
|
+
| Component | Description |
|
|
187
|
+
|-----------|-------------|
|
|
188
|
+
| `CodePreview` | Code preview |
|
|
189
|
+
|
|
190
|
+
---
|
|
191
|
+
|
|
192
|
+
## API
|
|
193
|
+
|
|
194
|
+
### Color prop
|
|
195
|
+
|
|
196
|
+
Most components accept a `color` prop:
|
|
197
|
+
|
|
198
|
+
```tsx
|
|
199
|
+
type BaseColorProps =
|
|
200
|
+
| 'primary' | 'secondary' | 'accent' | 'neutral'
|
|
201
|
+
| 'info' | 'success' | 'warning' | 'error';
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
```tsx
|
|
205
|
+
<Badge color="success">Active</Badge>
|
|
206
|
+
<Button color="warning">Caution</Button>
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
### Class override (slot system)
|
|
210
|
+
|
|
211
|
+
Every component exposes a `class` prop to override individual slots:
|
|
212
|
+
|
|
213
|
+
```tsx
|
|
214
|
+
// Single-element components
|
|
215
|
+
<Badge class="font-bold text-lg" />
|
|
216
|
+
|
|
217
|
+
// Multi-slot components
|
|
218
|
+
<Modal
|
|
219
|
+
class={{
|
|
220
|
+
root: 'max-w-2xl',
|
|
221
|
+
header: 'bg-base-200',
|
|
222
|
+
body: 'p-8',
|
|
223
|
+
}}
|
|
224
|
+
/>
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
## TypeScript
|
|
228
|
+
|
|
229
|
+
All prop types are exported:
|
|
230
|
+
|
|
231
|
+
```tsx
|
|
232
|
+
import type { ButtonProps, ModalProps, BaseColorProps, SolidComponent } from 'solid-tom-ui';
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
## License
|
|
236
|
+
|
|
237
|
+
MIT © [Truong Tom](https://github.com/truongtom1993)
|
|
@@ -3,7 +3,6 @@ import { Component } from 'solid-js';
|
|
|
3
3
|
import { BadgeProps } from './badge.types';
|
|
4
4
|
declare const variants: (props?: ({
|
|
5
5
|
size?: "3xs" | "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | null | undefined;
|
|
6
|
-
color?: "primary" | "neutral" | "secondary" | "accent" | "info" | "success" | "warning" | "error" | null | undefined;
|
|
7
6
|
variants?: "outline" | "soft" | "dashed" | null | undefined;
|
|
8
7
|
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
9
8
|
export type BadgeVariantsProps = VariantProps<typeof variants>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/components/badge/badge.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,SAAS,EAAc,MAAM,UAAU,CAAC;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/components/badge/badge.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,SAAS,EAAc,MAAM,UAAU,CAAC;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhD,QAAA,MAAM,QAAQ;;;8EAmBZ,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAAC,OAAO,QAAQ,CAAC,CAAC;AAE/D,eAAO,MAAM,KAAK,EAAE,SAAS,CAAC,UAAU,CAmBvC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../src/components/carousel/carousel.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAY1C,OAAO,KAAK,EAAoB,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAMxE,eAAO,MAAM,QAAQ,EAAE,SAAS,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../src/components/carousel/carousel.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAY1C,OAAO,KAAK,EAAoB,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAMxE,eAAO,MAAM,QAAQ,EAAE,SAAS,CAAC,aAAa,CAiV7C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context-menu.store.d.ts","sourceRoot":"","sources":["../../../src/components/context-menu/context-menu.store.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,aAAa,EAEb,YAAY,EACZ,iBAAiB,EAClB,MAAM,sBAAsB,CAAC;AAE9B,KAAK,SAAS,GAAG;IACf,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB,GAAG,IAAI,CAAC;AAIT,eAAO,MAAM,gBAAgB;;;;CAI5B,CAAC;AAEF,wBAAgB,uBAAuB,
|
|
1
|
+
{"version":3,"file":"context-menu.store.d.ts","sourceRoot":"","sources":["../../../src/components/context-menu/context-menu.store.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,aAAa,EAEb,YAAY,EACZ,iBAAiB,EAClB,MAAM,sBAAsB,CAAC;AAE9B,KAAK,SAAS,GAAG;IACf,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB,GAAG,IAAI,CAAC;AAIT,eAAO,MAAM,gBAAgB;;;;CAI5B,CAAC;AAEF,wBAAgB,uBAAuB,CACrC,QAAQ,SAAS,aAAa,KAC3B,iBAAiB,CAAC,QAAQ,CAAC,CAsF/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context-menu.types.d.ts","sourceRoot":"","sources":["../../../src/components/context-menu/context-menu.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAEpD,KAAK,gBAAgB,CAAC,QAAQ,SAAS,aAAa,IAAI;
|
|
1
|
+
{"version":3,"file":"context-menu.types.d.ts","sourceRoot":"","sources":["../../../src/components/context-menu/context-menu.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAEpD,KAAK,gBAAgB,CAAC,QAAQ,SAAS,aAAa,IAAI;IACtD,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IAEd,IAAI,CAAC,EAAE,CAAC,GAAG,EAAE,QAAQ,KAAK,OAAO,CAAC;IAClC,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,QAAQ,KAAK,OAAO,CAAC;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,UAAU,CAAC;IAExB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,kBAAkB,CAAC,QAAQ,SAAS,aAAa,IAAI,gBAAgB,CAAC,QAAQ,CAAC,GAAG;IAC5F,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,CAAC,GAAG,EAAE,QAAQ,KAAK,IAAI,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,mBAAmB,CAAC,QAAQ,SAAS,aAAa,IAAI,gBAAgB,CAAC,QAAQ,CAAC,GAAG;IAC7F,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,YAAY,CAAC,QAAQ,CAAC,EAAE,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,YAAY,CAAC,QAAQ,SAAS,aAAa,IACnD,kBAAkB,CAAC,QAAQ,CAAC,GAC5B,mBAAmB,CAAC,QAAQ,CAAC,CAAC;AAElC,KAAK,gBAAgB,GAAG;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,UAAU,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,GAAG;IAClD,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,GAAG;IACnD,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAAE,IAAI,EAAE,WAAW,CAAA;CAAE,CAAC;AAEtD,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAAG,mBAAmB,GAAG,iBAAiB,CAAC;AAExF,MAAM,MAAM,iBAAiB,CAAC,QAAQ,SAAS,aAAa,IAAI;IAC9D,QAAQ,EAAE,CAAC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,KAAK,IAAI,CAAC;IAEjD,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAElC,OAAO,EAAE,CAAC,CAAC,EAAE,UAAU,EAAE,GAAG,EAAE,QAAQ,KAAK,IAAI,CAAC;CACjD,CAAC;AAEF,MAAM,MAAM,gBAAgB,CAAC,QAAQ,SAAS,aAAa,GAAG,GAAG,IAAI;IACnE,MAAM,EAAE,iBAAiB,CAAC,QAAQ,CAAC,CAAC;IACpC,KAAK,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,SAAS,GAAG,MAAM,GAAG,WAAW,GAAG,SAAS,EAAE,MAAM,CAAC,CAAC,CAAC;CAC/E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../src/components/divider/divider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAc,eAAe,EAAQ,MAAM,UAAU,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAS/C,QAAA,MAAM,OAAO,EAAE,eAAe,CAAC,YAAY,
|
|
1
|
+
{"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../src/components/divider/divider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAc,eAAe,EAAQ,MAAM,UAAU,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAS/C,QAAA,MAAM,OAAO,EAAE,eAAe,CAAC,YAAY,CA2E1C,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"divider.types.d.ts","sourceRoot":"","sources":["../../../src/components/divider/divider.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAExC,MAAM,MAAM,kBAAkB,GAAG,YAAY,GAAG,UAAU,CAAC;AAC3D,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAC3D,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;AAEtD,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;AAEtD,MAAM,MAAM,YAAY,GAAG;
|
|
1
|
+
{"version":3,"file":"divider.types.d.ts","sourceRoot":"","sources":["../../../src/components/divider/divider.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAExC,MAAM,MAAM,kBAAkB,GAAG,YAAY,GAAG,UAAU,CAAC;AAC3D,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAC3D,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;AAEtD,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;AAEtD,MAAM,MAAM,YAAY,GAAG;IACzB,WAAW,CAAC,EAAE,kBAAkB,CAAC;IAEjC,OAAO,CAAC,EAAE,cAAc,CAAC;IAEzB,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB,SAAS,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAE1B,KAAK,CAAC,EAAE,cAAc,CAAC;IAEvB,KAAK,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,WAAW,EAAE,MAAM,CAAC,CAAC,CAAC;IAE7C,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;CACxB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { Divider } from './divider';
|
|
2
|
-
export type { DividerProps, DividerOrientation, DividerVariant, DividerAlign } from './divider.types';
|
|
2
|
+
export type { DividerProps, DividerOrientation, DividerVariant, DividerAlign, } from './divider.types';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/divider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/divider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EACV,YAAY,EACZ,kBAAkB,EAClB,cAAc,EACd,YAAY,GACb,MAAM,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"drawer.types.d.ts","sourceRoot":"","sources":["../../../src/components/drawer/drawer.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAExC,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;AAElE,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"drawer.types.d.ts","sourceRoot":"","sources":["../../../src/components/drawer/drawer.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAExC,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;AAElE,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,CACb,MAAM,CAAC,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,GAAG,aAAa,EAAE,MAAM,CAAC,CACnF,CAAC;CACH,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mansory.d.ts","sourceRoot":"","sources":["../../../src/components/mansory/mansory.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,SAAS,EAYV,MAAM,UAAU,CAAC;AAGlB,OAAO,KAAK,EAGV,YAAY,EAGb,MAAM,iBAAiB,CAAC;AAkKzB,eAAO,MAAM,OAAO,EAAE,SAAS,CAAC,YAAY,
|
|
1
|
+
{"version":3,"file":"mansory.d.ts","sourceRoot":"","sources":["../../../src/components/mansory/mansory.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,SAAS,EAYV,MAAM,UAAU,CAAC;AAGlB,OAAO,KAAK,EAGV,YAAY,EAGb,MAAM,iBAAiB,CAAC;AAkKzB,eAAO,MAAM,OAAO,EAAE,SAAS,CAAC,YAAY,CA+V3C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mansory.types.d.ts","sourceRoot":"","sources":["../../../src/components/mansory/mansory.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAE9C,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;AAE9E,MAAM,MAAM,iBAAiB,CAAC,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,iBAAiB,EAAE,CAAC,CAAC,CAAC,CAAC;AAEzE,MAAM,WAAW,qBAAqB;
|
|
1
|
+
{"version":3,"file":"mansory.types.d.ts","sourceRoot":"","sources":["../../../src/components/mansory/mansory.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAE9C,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;AAE9E,MAAM,MAAM,iBAAiB,CAAC,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,iBAAiB,EAAE,CAAC,CAAC,CAAC,CAAC;AAEzE,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,YAAY,CAAC,CAAC,GAAG,GAAG;IACnC,KAAK,EAAE,CAAC,EAAE,CAAC;IAEX,QAAQ,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,GAAG,CAAC,aAAa,KAAK,GAAG,CAAC,OAAO,CAAC;IAEtF,OAAO,CAAC,EAAE,MAAM,GAAG,iBAAiB,CAAC,MAAM,CAAC,CAAC;IAE7C,GAAG,CAAC,EAAE,MAAM,GAAG,iBAAiB,CAAC,MAAM,CAAC,CAAC;IAEzC,OAAO,CAAC,EAAE,OAAO,GAAG,qBAAqB,CAAC;IAE1C,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IAExB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,GAAG,MAAM,CAAC;CAC1D;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../src/components/modal/modal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAExC,OAAO,EAAE,eAAe,EAAsB,MAAM,gBAAgB,CAAC;AAIrE,OAAO,EACL,SAAS,EAQV,MAAM,UAAU,CAAC;AAGlB,MAAM,MAAM,SAAS,GAAG;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,GAAG;QAAE,OAAO,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,OAAO,CAAA;KAAE,CAAC;IACrD,KAAK,CAAC,EAAE,OAAO,CACb,MAAM,CAAC,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,GAAG,aAAa,EAAE,MAAM,CAAC,CACnF,CAAC;IACF,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,CAAC,GAAG;QACxC,IAAI,EAAE,WAAW,CAAC;KACnB,CAAC;CACH,CAAC;AAMF,KAAK,WAAW,GACZ,MAAM,GACN,mBAAmB,GACnB,kBAAkB,GAClB,QAAQ,GACR,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,UAAU,GACV,UAAU,GACV,eAAe,GACf,kBAAkB,GAClB,YAAY,GACZ,QAAQ,GACR,iBAAiB,GACjB,cAAc,GACd,WAAW,CAAC;AAqDhB,QAAA,MAAM,cAAc,EAAE,SAAS,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../src/components/modal/modal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAExC,OAAO,EAAE,eAAe,EAAsB,MAAM,gBAAgB,CAAC;AAIrE,OAAO,EACL,SAAS,EAQV,MAAM,UAAU,CAAC;AAGlB,MAAM,MAAM,SAAS,GAAG;IACtB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,GAAG;QAAE,OAAO,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,OAAO,CAAA;KAAE,CAAC;IACrD,KAAK,CAAC,EAAE,OAAO,CACb,MAAM,CAAC,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,GAAG,aAAa,EAAE,MAAM,CAAC,CACnF,CAAC;IACF,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,MAAM,CAAC,GAAG;QACxC,IAAI,EAAE,WAAW,CAAC;KACnB,CAAC;CACH,CAAC;AAMF,KAAK,WAAW,GACZ,MAAM,GACN,mBAAmB,GACnB,kBAAkB,GAClB,QAAQ,GACR,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,UAAU,GACV,UAAU,GACV,eAAe,GACf,kBAAkB,GAClB,YAAY,GACZ,QAAQ,GACR,iBAAiB,GACjB,cAAc,GACd,WAAW,CAAC;AAqDhB,QAAA,MAAM,cAAc,EAAE,SAAS,CAAC,SAAS,CA6LxC,CAAC;AAEF,eAAO,MAAM,KAAK,kDAA8E,CAAC;AAEjG,OAAO,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modalContext.d.ts","sourceRoot":"","sources":["../../../src/components/modal/modalContext.tsx"],"names":[],"mappings":"AACA,OAAO,EAAkB,SAAS,EAAE,MAAM,SAAS,CAAC;AAIpD,KAAK,aAAa,GAAG;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,wBAAgB,WAAW,CAAC,OAAO,EAAE,IAAI,CAAC,SAAS,EAAE,MAAM,GAAG,WAAW,CAAC,GAAG,aAAa,
|
|
1
|
+
{"version":3,"file":"modalContext.d.ts","sourceRoot":"","sources":["../../../src/components/modal/modalContext.tsx"],"names":[],"mappings":"AACA,OAAO,EAAkB,SAAS,EAAE,MAAM,SAAS,CAAC;AAIpD,KAAK,aAAa,GAAG;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,wBAAgB,WAAW,CAAC,OAAO,EAAE,IAAI,CAAC,SAAS,EAAE,MAAM,GAAG,WAAW,CAAC,GAAG,aAAa,CA8CzF;AAED,wBAAgB,cAAc,SAG7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progress-bar.d.ts","sourceRoot":"","sources":["../../../src/components/progress-bar/progress-bar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"progress-bar.d.ts","sourceRoot":"","sources":["../../../src/components/progress-bar/progress-bar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AA4H/D,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,CAAC,OAAO,CAAC,EAAE,kBAAkB,KAAK,IAAI,CAAC;IAC9C,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAaD,QAAA,MAAM,WAAW,EAAE,cA0DlB,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"qr-code.d.ts","sourceRoot":"","sources":["../../../src/components/qr-code/qr-code.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAA6D,MAAM,UAAU,CAAC;AAChG,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AA4EnD,eAAO,MAAM,MAAM,EAAE,SAAS,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"qr-code.d.ts","sourceRoot":"","sources":["../../../src/components/qr-code/qr-code.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAA6D,MAAM,UAAU,CAAC;AAChG,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AA4EnD,eAAO,MAAM,MAAM,EAAE,SAAS,CAAC,WAAW,CAqEzC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"splitter.d.ts","sourceRoot":"","sources":["../../../src/components/splitter/splitter.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEL,SAAS,EAaV,MAAM,UAAU,CAAC;AAClB,OAAO,KAAK,EAEV,UAAU,EAGV,aAAa,EACd,MAAM,kBAAkB,CAAC;AAiG1B,eAAO,MAAM,aAAa,EAAE,SAAS,CAAC,UAAU,CAW/C,CAAC;AAiIF,eAAO,MAAM,QAAQ,EAAE,SAAS,CAAC,aAAa,CAAC,GAAG;IAAE,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,CAAA;
|
|
1
|
+
{"version":3,"file":"splitter.d.ts","sourceRoot":"","sources":["../../../src/components/splitter/splitter.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEL,SAAS,EAaV,MAAM,UAAU,CAAC;AAClB,OAAO,KAAK,EAEV,UAAU,EAGV,aAAa,EACd,MAAM,kBAAkB,CAAC;AAiG1B,eAAO,MAAM,aAAa,EAAE,SAAS,CAAC,UAAU,CAW/C,CAAC;AAiIF,eAAO,MAAM,QAAQ,EAAE,SAAS,CAAC,aAAa,CAAC,GAAG;IAAE,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,CAAA;CA2V/E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeline.d.ts","sourceRoot":"","sources":["../../../src/components/timeline/timeline.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAsD,MAAM,UAAU,CAAC;AACzF,OAAO,EAAoC,aAAa,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"timeline.d.ts","sourceRoot":"","sources":["../../../src/components/timeline/timeline.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAsD,MAAM,UAAU,CAAC;AACzF,OAAO,EAAoC,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAgGnF,eAAO,MAAM,QAAQ,EAAE,SAAS,CAAC,aAAa,CA4G7C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/tooltip/tooltip.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EACL,SAAS,EAUV,MAAM,UAAU,CAAC;AAClB,OAAO,KAAK,EAAsB,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAIxE,QAAA,MAAM,eAAe;;;8EAmBnB,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,OAAO,eAAe,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/tooltip/tooltip.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAO,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EACL,SAAS,EAUV,MAAM,UAAU,CAAC;AAClB,OAAO,KAAK,EAAsB,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAIxE,QAAA,MAAM,eAAe;;;8EAmBnB,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,OAAO,eAAe,CAAC,CAAC;AA8LxE,eAAO,MAAM,OAAO,EAAE,SAAS,CAAC,YAAY,CAU3C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../src/components/upload/upload.tsx"],"names":[],"mappings":"AA0BA,OAAO,EAGL,eAAe,EAKhB,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../src/components/upload/upload.tsx"],"names":[],"mappings":"AA0BA,OAAO,EAGL,eAAe,EAKhB,MAAM,gBAAgB,CAAC;AA23BxB,eAAO,MAAM,MAAM,EAAiB,eAAe,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upload.types.d.ts","sourceRoot":"","sources":["../../../src/components/upload/upload.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAE3C,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,SAAS,GAAG,cAAc,CAAC;AAEjE,MAAM,MAAM,gBAAgB,GAAG,WAAW,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;AAE1E,MAAM,MAAM,eAAe,GAAG,UAAU,GAAG,aAAa,GAAG,cAAc,GAAG,QAAQ,CAAC;AAErF,MAAM,WAAW,UAAU;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,gBAAgB,CAAC;IAEzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,UAAU,EAAE,IAAI,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,KAAK,CAAC,EAAE,KAAK,CAAC;IAEd,UAAU,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;CAChD;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,EAAE,UAAU,EAAE,CAAC;CACxB;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,eAAe,CAAC;IAEtB,IAAI,CAAC,EAAE,IAAI,CAAC;IAEZ,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,iBAAiB;
|
|
1
|
+
{"version":3,"file":"upload.types.d.ts","sourceRoot":"","sources":["../../../src/components/upload/upload.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"z-index.d.ts","sourceRoot":"","sources":["../../../src/components/z-index/z-index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA2C,eAAe,EAAQ,MAAM,UAAU,CAAC;AAK1F,OAAO,EAAE,UAAU,EAAE,KAAK,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE/D,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,YAAY,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAEnD,sEAAsE;AACtE,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAO7C,CAAC;AAqCF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,MAAM,EAAE,eAAe,CAAC,WAAW,
|
|
1
|
+
{"version":3,"file":"z-index.d.ts","sourceRoot":"","sources":["../../../src/components/z-index/z-index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA2C,eAAe,EAAQ,MAAM,UAAU,CAAC;AAK1F,OAAO,EAAE,UAAU,EAAE,KAAK,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE/D,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,YAAY,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAEnD,sEAAsE;AACtE,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAO7C,CAAC;AAqCF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,MAAM,EAAE,eAAe,CAAC,WAAW,CAsI/C,CAAC"}
|