@pushwoosh/dumb-components 1.1.43 → 1.1.44
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/{ai-documentation.mdx → ai-documentation.md} +21 -21
- package/package.json +5 -5
- /package/Alert/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Badge/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Banner/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Button/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/CardMetric/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Checkbox/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Chip/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/CodeEditor/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/DateTimePicker/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Drawer/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/EnhancedInput/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/InputFile/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Modal/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/PageHeader/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Pagination/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Popover/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/ProgressBar/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Radio/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Select/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Skeleton/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Spinner/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Switch/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Tabs/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Toast/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/Tooltip/{ai-documentation.mdx → ai-documentation.md} +0 -0
- /package/native/{ai-documentation.mdx → ai-documentation.md} +0 -0
|
@@ -23,39 +23,39 @@ import { useElementWidth, useOnClickOutside } from '@pushwoosh/dumb-components/h
|
|
|
23
23
|
### Form Components
|
|
24
24
|
| Component | Description | Documentation |
|
|
25
25
|
|-----------|-------------|---------------|
|
|
26
|
-
| [Button](./Button/ai-documentation.
|
|
27
|
-
| [Checkbox](./Checkbox/ai-documentation.
|
|
28
|
-
| [EnhancedInput](./EnhancedInput/ai-documentation.
|
|
29
|
-
| [InputFile](./InputFile/ai-documentation.
|
|
30
|
-
| [Radio](./Radio/ai-documentation.
|
|
31
|
-
| [Select](./Select/ai-documentation.
|
|
32
|
-
| [Switch](./Switch/ai-documentation.
|
|
26
|
+
| [Button](./Button/ai-documentation.md) | Interactive buttons with loading states and variants | 📖 |
|
|
27
|
+
| [Checkbox](./Checkbox/ai-documentation.md) | Checkbox input with label and tooltip support | 📖 |
|
|
28
|
+
| [EnhancedInput](./EnhancedInput/ai-documentation.md) | Enhanced text input with icons and clear functionality | 📖 |
|
|
29
|
+
| [InputFile](./InputFile/ai-documentation.md) | File upload component with validation and drag-drop | 📖 |
|
|
30
|
+
| [Radio](./Radio/ai-documentation.md) | Radio button component for single choice selection | 📖 |
|
|
31
|
+
| [Select](./Select/ai-documentation.md) | Advanced select with async and creatable variants | 📖 |
|
|
32
|
+
| [Switch](./Switch/ai-documentation.md) | Toggle switch for boolean state changes | 📖 |
|
|
33
33
|
|
|
34
34
|
### UI Components
|
|
35
35
|
| Component | Description | Documentation |
|
|
36
36
|
|-----------|-------------|---------------|
|
|
37
|
-
| [Alert](./Alert/ai-documentation.
|
|
38
|
-
| [Badge](./Badge/ai-documentation.
|
|
39
|
-
| [Chip](./Chip/ai-documentation.
|
|
40
|
-
| [Popover](./Popover/ai-documentation.
|
|
41
|
-
| [ProgressBar](./ProgressBar/ai-documentation.
|
|
42
|
-
| [Skeleton](./Skeleton/ai-documentation.
|
|
43
|
-
| [Spinner](./Spinner/ai-documentation.
|
|
44
|
-
| [Toast](./Toast/ai-documentation.
|
|
45
|
-
| [Tooltip](./Tooltip/ai-documentation.
|
|
37
|
+
| [Alert](./Alert/ai-documentation.md) | Alert messages with optional collapsible content | 📖 |
|
|
38
|
+
| [Badge](./Badge/ai-documentation.md) | Status badges and indicators with color variants | 📖 |
|
|
39
|
+
| [Chip](./Chip/ai-documentation.md) | Interactive tags and filters with remove functionality | 📖 |
|
|
40
|
+
| [Popover](./Popover/ai-documentation.md) | Floating overlay component with positioning | 📖 |
|
|
41
|
+
| [ProgressBar](./ProgressBar/ai-documentation.md) | Progress indicator with customizable styling | 📖 |
|
|
42
|
+
| [Skeleton](./Skeleton/ai-documentation.md) | Loading placeholder components | 📖 |
|
|
43
|
+
| [Spinner](./Spinner/ai-documentation.md) | Loading indicator in multiple sizes | 📖 |
|
|
44
|
+
| [Toast](./Toast/ai-documentation.md) | Notification system with provider pattern | 📖 |
|
|
45
|
+
| [Tooltip](./Tooltip/ai-documentation.md) | Contextual tooltips with multiple positions | 📖 |
|
|
46
46
|
|
|
47
47
|
### Layout Components
|
|
48
48
|
| Component | Description | Documentation |
|
|
49
49
|
|-----------|-------------|---------------|
|
|
50
|
-
| [Modal](./Modal/ai-documentation.
|
|
51
|
-
| [PageHeader](./PageHeader/ai-documentation.
|
|
52
|
-
| [Pagination](./Pagination/ai-documentation.
|
|
53
|
-
| [Tabs](./Tabs/ai-documentation.
|
|
50
|
+
| [Modal](./Modal/ai-documentation.md) | Modal dialogs with size variants and confirmations | 📖 |
|
|
51
|
+
| [PageHeader](./PageHeader/ai-documentation.md) | Page-level header with navigation and actions | 📖 |
|
|
52
|
+
| [Pagination](./Pagination/ai-documentation.md) | Navigation component for multi-page content | 📖 |
|
|
53
|
+
| [Tabs](./Tabs/ai-documentation.md) | Tabbed interface with multiple tab variants | 📖 |
|
|
54
54
|
|
|
55
55
|
### Base Components
|
|
56
56
|
| Component | Description | Documentation |
|
|
57
57
|
|-----------|-------------|---------------|
|
|
58
|
-
| [Native](./native/ai-documentation.
|
|
58
|
+
| [Native](./native/ai-documentation.md) | Styled native HTML elements (Input, Select, Textarea, NativeTimeInput) | 📖 |
|
|
59
59
|
|
|
60
60
|
## 🤖 AI Agent Quick Reference
|
|
61
61
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pushwoosh/dumb-components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.44",
|
|
4
4
|
"description": "React components to build Pushwoosh products",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"@codemirror/lang-liquid": "^6.2.2",
|
|
40
40
|
"@floating-ui/react-dom": "^2.1.2",
|
|
41
41
|
"@lezer/highlight": "^1.2.1",
|
|
42
|
-
"@pushwoosh/kit-constants": "^1.6.
|
|
43
|
-
"@pushwoosh/kit-helpers": "^4.8.
|
|
44
|
-
"@pushwoosh/kit-icons": "^2.1.
|
|
45
|
-
"@pushwoosh/kit-typography": "^1.7.
|
|
42
|
+
"@pushwoosh/kit-constants": "^1.6.14",
|
|
43
|
+
"@pushwoosh/kit-helpers": "^4.8.6",
|
|
44
|
+
"@pushwoosh/kit-icons": "^2.1.9",
|
|
45
|
+
"@pushwoosh/kit-typography": "^1.7.5",
|
|
46
46
|
"@tippyjs/react": "^4.2.6",
|
|
47
47
|
"@uiw/codemirror-themes": "^4.23.8",
|
|
48
48
|
"@uiw/react-codemirror": "^4.23.8",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|