@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.
Files changed (28) hide show
  1. package/{ai-documentation.mdx → ai-documentation.md} +21 -21
  2. package/package.json +5 -5
  3. /package/Alert/{ai-documentation.mdx → ai-documentation.md} +0 -0
  4. /package/Badge/{ai-documentation.mdx → ai-documentation.md} +0 -0
  5. /package/Banner/{ai-documentation.mdx → ai-documentation.md} +0 -0
  6. /package/Button/{ai-documentation.mdx → ai-documentation.md} +0 -0
  7. /package/CardMetric/{ai-documentation.mdx → ai-documentation.md} +0 -0
  8. /package/Checkbox/{ai-documentation.mdx → ai-documentation.md} +0 -0
  9. /package/Chip/{ai-documentation.mdx → ai-documentation.md} +0 -0
  10. /package/CodeEditor/{ai-documentation.mdx → ai-documentation.md} +0 -0
  11. /package/DateTimePicker/{ai-documentation.mdx → ai-documentation.md} +0 -0
  12. /package/Drawer/{ai-documentation.mdx → ai-documentation.md} +0 -0
  13. /package/EnhancedInput/{ai-documentation.mdx → ai-documentation.md} +0 -0
  14. /package/InputFile/{ai-documentation.mdx → ai-documentation.md} +0 -0
  15. /package/Modal/{ai-documentation.mdx → ai-documentation.md} +0 -0
  16. /package/PageHeader/{ai-documentation.mdx → ai-documentation.md} +0 -0
  17. /package/Pagination/{ai-documentation.mdx → ai-documentation.md} +0 -0
  18. /package/Popover/{ai-documentation.mdx → ai-documentation.md} +0 -0
  19. /package/ProgressBar/{ai-documentation.mdx → ai-documentation.md} +0 -0
  20. /package/Radio/{ai-documentation.mdx → ai-documentation.md} +0 -0
  21. /package/Select/{ai-documentation.mdx → ai-documentation.md} +0 -0
  22. /package/Skeleton/{ai-documentation.mdx → ai-documentation.md} +0 -0
  23. /package/Spinner/{ai-documentation.mdx → ai-documentation.md} +0 -0
  24. /package/Switch/{ai-documentation.mdx → ai-documentation.md} +0 -0
  25. /package/Tabs/{ai-documentation.mdx → ai-documentation.md} +0 -0
  26. /package/Toast/{ai-documentation.mdx → ai-documentation.md} +0 -0
  27. /package/Tooltip/{ai-documentation.mdx → ai-documentation.md} +0 -0
  28. /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.mdx) | Interactive buttons with loading states and variants | 📖 |
27
- | [Checkbox](./Checkbox/ai-documentation.mdx) | Checkbox input with label and tooltip support | 📖 |
28
- | [EnhancedInput](./EnhancedInput/ai-documentation.mdx) | Enhanced text input with icons and clear functionality | 📖 |
29
- | [InputFile](./InputFile/ai-documentation.mdx) | File upload component with validation and drag-drop | 📖 |
30
- | [Radio](./Radio/ai-documentation.mdx) | Radio button component for single choice selection | 📖 |
31
- | [Select](./Select/ai-documentation.mdx) | Advanced select with async and creatable variants | 📖 |
32
- | [Switch](./Switch/ai-documentation.mdx) | Toggle switch for boolean state changes | 📖 |
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.mdx) | Alert messages with optional collapsible content | 📖 |
38
- | [Badge](./Badge/ai-documentation.mdx) | Status badges and indicators with color variants | 📖 |
39
- | [Chip](./Chip/ai-documentation.mdx) | Interactive tags and filters with remove functionality | 📖 |
40
- | [Popover](./Popover/ai-documentation.mdx) | Floating overlay component with positioning | 📖 |
41
- | [ProgressBar](./ProgressBar/ai-documentation.mdx) | Progress indicator with customizable styling | 📖 |
42
- | [Skeleton](./Skeleton/ai-documentation.mdx) | Loading placeholder components | 📖 |
43
- | [Spinner](./Spinner/ai-documentation.mdx) | Loading indicator in multiple sizes | 📖 |
44
- | [Toast](./Toast/ai-documentation.mdx) | Notification system with provider pattern | 📖 |
45
- | [Tooltip](./Tooltip/ai-documentation.mdx) | Contextual tooltips with multiple positions | 📖 |
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.mdx) | Modal dialogs with size variants and confirmations | 📖 |
51
- | [PageHeader](./PageHeader/ai-documentation.mdx) | Page-level header with navigation and actions | 📖 |
52
- | [Pagination](./Pagination/ai-documentation.mdx) | Navigation component for multi-page content | 📖 |
53
- | [Tabs](./Tabs/ai-documentation.mdx) | Tabbed interface with multiple tab variants | 📖 |
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.mdx) | Styled native HTML elements (Input, Select, Textarea, NativeTimeInput) | 📖 |
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.43",
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.12",
43
- "@pushwoosh/kit-helpers": "^4.8.5",
44
- "@pushwoosh/kit-icons": "^2.1.8",
45
- "@pushwoosh/kit-typography": "^1.7.4",
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",