gd-design-library 0.8.0 → 0.8.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.
Files changed (70) hide show
  1. package/ai/README.md +70 -0
  2. package/ai/schemas/components/Accordion.d.ts +39 -0
  3. package/ai/schemas/components/Avatar.d.ts +44 -0
  4. package/ai/schemas/components/Breadcrumbs.d.ts +39 -0
  5. package/ai/schemas/components/Button.d.ts +44 -0
  6. package/ai/schemas/components/Card.d.ts +44 -0
  7. package/ai/schemas/components/ChatBubble.d.ts +43 -0
  8. package/ai/schemas/components/ChatContainer.d.ts +11 -0
  9. package/ai/schemas/components/Column.d.ts +11 -0
  10. package/ai/schemas/components/ContentCarousel.d.ts +78 -5
  11. package/ai/schemas/components/Counter.d.ts +11 -0
  12. package/ai/schemas/components/DragAndDropFiles.d.ts +11 -0
  13. package/ai/schemas/components/FlexContainer.d.ts +11 -0
  14. package/ai/schemas/components/Form.d.ts +11 -0
  15. package/ai/schemas/components/Icon.d.ts +84 -0
  16. package/ai/schemas/components/Image.d.ts +11 -0
  17. package/ai/schemas/components/InlineNotification.d.ts +11 -0
  18. package/ai/schemas/components/Input.d.ts +11 -0
  19. package/ai/schemas/components/InputFile.d.ts +11 -0
  20. package/ai/schemas/components/Label.d.ts +11 -0
  21. package/ai/schemas/components/Link.d.ts +11 -0
  22. package/ai/schemas/components/List.d.ts +11 -0
  23. package/ai/schemas/components/Loader.d.ts +11 -0
  24. package/ai/schemas/components/Modal.d.ts +11 -0
  25. package/ai/schemas/components/Portal.d.ts +11 -0
  26. package/ai/schemas/components/Price.d.ts +11 -0
  27. package/ai/schemas/components/ProgressBar.d.ts +11 -0
  28. package/ai/schemas/components/RadioGroup.d.ts +11 -0
  29. package/ai/schemas/components/Rating.d.ts +11 -0
  30. package/ai/schemas/components/Row.d.ts +11 -0
  31. package/ai/schemas/components/Scroll.d.ts +11 -0
  32. package/ai/schemas/components/Search.d.ts +11 -0
  33. package/ai/schemas/components/Select.d.ts +11 -0
  34. package/ai/schemas/components/Separator.d.ts +11 -0
  35. package/ai/schemas/components/Skeleton.d.ts +11 -0
  36. package/ai/schemas/components/Slider.d.ts +11 -0
  37. package/ai/schemas/components/Snackbar.d.ts +11 -0
  38. package/ai/schemas/components/SnackbarManager.d.ts +11 -0
  39. package/ai/schemas/components/Stepper.d.ts +11 -0
  40. package/ai/schemas/components/Switch.d.ts +11 -0
  41. package/ai/schemas/components/Tabs.d.ts +11 -0
  42. package/ai/schemas/components/Textarea.d.ts +13 -0
  43. package/ai/schemas/components/Toggle.d.ts +11 -0
  44. package/ai/schemas/components/Tooltip.d.ts +11 -0
  45. package/ai/schemas/components/Typography.d.ts +11 -0
  46. package/ai/schemas/components/Wrapper.d.ts +11 -0
  47. package/assets/icons/chat-bubble.d.ts +5 -0
  48. package/assets/icons/chat-bubble.js +10 -0
  49. package/assets/icons/chat.d.ts +5 -0
  50. package/assets/icons/chat.js +10 -0
  51. package/assets/icons/edit.d.ts +1 -3
  52. package/assets/icons/edit.js +7 -14
  53. package/assets/icons/phone.d.ts +5 -0
  54. package/assets/icons/phone.js +10 -0
  55. package/assets/index.d.ts +3 -0
  56. package/components/core/Icon/constants.d.ts +16 -3
  57. package/components/core/Icon/constants.js +106 -100
  58. package/components/core/Typography/Typography.d.ts +1 -1
  59. package/components/domainSpecific/ContentCarousel/ContentCarouselStyled.d.ts +0 -1
  60. package/hooks/useCarousel/useCarousel.d.ts +1 -10
  61. package/hooks/useCarousel/useCarousel.js +50 -46
  62. package/hooks/useTheme/utils.d.ts +7 -2
  63. package/index.js +60 -54
  64. package/llms.txt +135 -1
  65. package/package.json +1 -1
  66. package/tokens/carousel.d.ts +1 -1
  67. package/tokens/carousel.js +3 -3
  68. package/tokens/defaultTheme.d.ts +1 -1
  69. package/tokens/index.d.ts +1 -1
  70. package/types/carousel.d.ts +10 -0
package/ai/README.md CHANGED
@@ -84,6 +84,76 @@ Patterns from stories (grounded tips)
84
84
  - Always provide a visible label via the `label` prop or a separate `<Label htmlFor>` paired with the input `name/id`. Wrap controls with `<Form>` and handle submit via `onSubmit`.
85
85
  - Layout composition:
86
86
  - Use `FlexContainer` with `Column`/`Row` and `gap` to manage spacing. Avoid raw CSS margins except where necessary.
87
+ - Communication icons:
88
+ - Use `Icon name="chat"` for general chat or messaging functionality indicators
89
+ - Apply `Icon name="chatBubble"` for individual message bubbles or conversation threads
90
+ - Use `Icon name="phone"` for contact, calling, or communication features
91
+ - Combine with `ChatContainer` and `ChatBubble` components for complete chat interfaces
92
+
93
+ - Complete icon catalog (50+ icons organized by category):
94
+ - Status & Feedback: `cross`, `success`, `error`, `warning`, `info`, `dot`, `check`, `errorOutline`
95
+ - Navigation & Direction: `arrowDown`, `arrowRight`, `arrowLeft`, `arrowForward`, `keyboardArrowDown`, `keyboardArrowUp`
96
+ - UI & Interface: `mobileMenu`, `home`, `slash`
97
+ - E-commerce & Shopping: `localShipping`, `favorite`, `favoriteOutlined`, `shoppingBag`, `paymentCard`
98
+ - User & Account: `accountCircle`, `portrait`
99
+ - Actions & Operations: `deleteOutlined`, `minus`, `plus`, `edit`, `search`, `filter`, `ruler`
100
+ - File & Document: `attachment`, `upload`, `folder`, `folderOpen`, `contentCopy`, `fileCopy`
101
+ - Media & Communication: `eye`, `volumeUp`, `send`, `chat`, `chatBubble`, `phone`
102
+ - System & Technical: `processing`, `wifiTethering`
103
+ - Rating & Feedback: `star`, `starOutlined`, `thumbUp`, `thumbDown`, `thumbUpFilled`, `thumbDownFilled`
104
+ - TextArea component for multi-line text input:
105
+ - Use `Textarea` for detailed information like comments, descriptions, or messages
106
+ - Apply `dynamicHeightAdjustment={true}` for auto-growing text areas
107
+ - Set `maxLength` with character counter display for constrained input
108
+ - Use `resize="vertical"` for height adjustment while preventing horizontal resize
109
+ - Apply `minHeight` and `maxHeight` for size constraints with flexibility
110
+ - Combine with `Label` component using `htmlFor` for accessibility
111
+ - Use `rows` prop for initial visible height without CSS
112
+ - Apply `placeholder` with helpful instructions for user guidance
113
+ - Set `readOnly` with custom styles for display-only text
114
+ - Use with `Form` component and validation for required long-form fields
115
+ - Apply `onChange` with debouncing for auto-save features
116
+ - Combine with `InlineNotification` for validation messages
117
+ - Use `resize="none"` (default) for consistent layout
118
+ - Apply `autoFocus` for primary input fields
119
+ - Set with monospace font via `styles` for code or structured text
120
+ - Use `maxHeight` with overflow scrolling for bounded input areas
121
+ - Apply `dynamicHeightAdjustment` with `maxHeight` for auto-grow with limits
122
+ - Combine with word count display for word limits
123
+ - Use `disabled` during form submission
124
+ - Apply with consistent width or full-width for form alignment
125
+ - Set `onCustomResize` to track user resize preferences
126
+ - Use `defaultValue` for uncontrolled components
127
+ - Apply `value` with `onChange` for controlled components
128
+ - Combine with real-time preview for markdown or rich text editing
129
+ - Use `ariaDescribedBy` for screen reader accessibility
130
+ - Apply with border color changes based on validation state
131
+ - Set `resize="both"` for full user control in resizable panels
132
+ - Use with minimum `rows={3}` for better visual presence
133
+ - Apply with tab key handling for code editors
134
+ - Combine with floating label pattern for modern designs
135
+ - Use `maxLength` with preventOverflow logic
136
+ - Apply with line number display for code editing
137
+ - Set with spell check control for different content types
138
+ - Use in `Modal` for feedback forms
139
+ - Apply with paste event handling for content formatting
140
+ - Combine with emoji picker or formatting toolbar
141
+ - Use `rows` with `dynamicHeightAdjustment` for initial size with growth
142
+ - Apply with consistent padding and font size
143
+ - Set with wrap attribute control for long lines
144
+ - Use with keyboard shortcuts for power users
145
+ - Apply in `Card` components for comment sections
146
+ - Combine with mention/autocomplete functionality
147
+ - Use with draft saving to localStorage
148
+ - Apply `resize="horizontal"` rarely, only when width adjustment needed
149
+ - Set with custom scrollbar styling
150
+ - Use with focus and blur events for validation timing
151
+ - Apply with consistent error state styling
152
+ - Combine with file drop support
153
+ - Use `dynamicHeightAdjustment` for chat inputs and comments
154
+ - Constrain `maxHeight` to avoid screen takeover
155
+ - Prefer `resize="vertical"` for longer text areas
156
+ - Provide `ariaDescribedBy` for helper text or character counters
87
157
  - Cards and images:
88
158
  - `Card.Title` uses `sizeVariant={CardSizeVariant.Default | CardSizeVariant.Sm}` only. `Card.Image` and `Image` require numeric `width`/`height` props.
89
159
 
@@ -3,6 +3,17 @@ declare const _default: {
3
3
  name: string;
4
4
  import: string;
5
5
  description: string;
6
+ category: string;
7
+ complexity: string;
8
+ accessibility: string;
9
+ performance: string;
10
+ dependencies: string[];
11
+ peerDependencies: string[];
12
+ bundleSize: string;
13
+ browserSupport: string;
14
+ touchSupport: boolean;
15
+ keyboardSupport: boolean;
16
+ screenReaderSupport: boolean;
6
17
  props: ({
7
18
  name: string;
8
19
  type: string;
@@ -28,7 +39,35 @@ declare const _default: {
28
39
  required: boolean;
29
40
  default?: undefined;
30
41
  })[];
42
+ quickStart: {
43
+ basic: string;
44
+ controlled: string;
45
+ multiple: string;
46
+ faq: string;
47
+ };
48
+ commonPatterns: {
49
+ 'FAQ Section': {
50
+ code: string;
51
+ useCase: string;
52
+ };
53
+ 'Settings Panel': {
54
+ code: string;
55
+ useCase: string;
56
+ };
57
+ 'Step-by-Step Guide': {
58
+ code: string;
59
+ useCase: string;
60
+ };
61
+ };
31
62
  examples: string[];
63
+ troubleshooting: {
64
+ 'Items not expanding': string;
65
+ 'Multiple items not expanding': string;
66
+ 'State not updating': string;
67
+ 'Accessibility issues': string;
68
+ 'Performance issues': string;
69
+ };
70
+ bestPractices: string[];
32
71
  };
33
72
  compositionTips: string[];
34
73
  };
@@ -3,6 +3,17 @@ declare const _default: {
3
3
  name: string;
4
4
  import: string;
5
5
  description: string;
6
+ category: string;
7
+ complexity: string;
8
+ accessibility: string;
9
+ performance: string;
10
+ dependencies: string[];
11
+ peerDependencies: string[];
12
+ bundleSize: string;
13
+ browserSupport: string;
14
+ touchSupport: boolean;
15
+ keyboardSupport: boolean;
16
+ screenReaderSupport: boolean;
6
17
  props: ({
7
18
  name: string;
8
19
  type: string;
@@ -34,7 +45,40 @@ declare const _default: {
34
45
  default: {};
35
46
  enum?: undefined;
36
47
  })[];
48
+ quickStart: {
49
+ basic: string;
50
+ initials: string;
51
+ withBadge: string;
52
+ icon: string;
53
+ online: string;
54
+ };
55
+ commonPatterns: {
56
+ 'User Profile': {
57
+ code: string;
58
+ useCase: string;
59
+ };
60
+ 'Comment Author': {
61
+ code: string;
62
+ useCase: string;
63
+ };
64
+ 'Online Status': {
65
+ code: string;
66
+ useCase: string;
67
+ };
68
+ 'Team Member': {
69
+ code: string;
70
+ useCase: string;
71
+ };
72
+ };
37
73
  examples: string[];
74
+ troubleshooting: {
75
+ 'Image not loading': string;
76
+ 'Badge not showing': string;
77
+ 'Size not applying': string;
78
+ 'Accessibility issues': string;
79
+ 'Fallback not working': string;
80
+ };
81
+ bestPractices: string[];
38
82
  };
39
83
  compositionTips: string[];
40
84
  };
@@ -3,6 +3,17 @@ declare const _default: {
3
3
  name: string;
4
4
  import: string;
5
5
  description: string;
6
+ category: string;
7
+ complexity: string;
8
+ accessibility: string;
9
+ performance: string;
10
+ dependencies: string[];
11
+ peerDependencies: string[];
12
+ bundleSize: string;
13
+ browserSupport: string;
14
+ touchSupport: boolean;
15
+ keyboardSupport: boolean;
16
+ screenReaderSupport: boolean;
6
17
  props: ({
7
18
  name: string;
8
19
  type: string;
@@ -28,7 +39,35 @@ declare const _default: {
28
39
  default: boolean;
29
40
  required?: undefined;
30
41
  })[];
42
+ quickStart: {
43
+ basic: string;
44
+ withIcon: string;
45
+ bordered: string;
46
+ custom: string;
47
+ };
48
+ commonPatterns: {
49
+ 'E-commerce': {
50
+ code: string;
51
+ useCase: string;
52
+ };
53
+ Documentation: {
54
+ code: string;
55
+ useCase: string;
56
+ };
57
+ 'Admin Panel': {
58
+ code: string;
59
+ useCase: string;
60
+ };
61
+ };
31
62
  examples: string[];
63
+ troubleshooting: {
64
+ 'Links not working': string;
65
+ 'Separator not showing': string;
66
+ 'Accessibility issues': string;
67
+ 'Items not displaying': string;
68
+ 'Styling issues': string;
69
+ };
70
+ bestPractices: string[];
32
71
  };
33
72
  compositionTips: string[];
34
73
  };
@@ -3,6 +3,17 @@ declare const _default: {
3
3
  name: string;
4
4
  import: string;
5
5
  description: string;
6
+ category: string;
7
+ complexity: string;
8
+ accessibility: string;
9
+ performance: string;
10
+ dependencies: string[];
11
+ peerDependencies: string[];
12
+ bundleSize: string;
13
+ browserSupport: string;
14
+ touchSupport: boolean;
15
+ keyboardSupport: boolean;
16
+ screenReaderSupport: boolean;
6
17
  props: ({
7
18
  name: string;
8
19
  type: string;
@@ -53,7 +64,40 @@ declare const _default: {
53
64
  enum?: undefined;
54
65
  required?: undefined;
55
66
  })[];
67
+ quickStart: {
68
+ basic: string;
69
+ primary: string;
70
+ secondary: string;
71
+ icon: string;
72
+ withIcon: string;
73
+ };
74
+ commonPatterns: {
75
+ 'Primary Action': {
76
+ code: string;
77
+ useCase: string;
78
+ };
79
+ 'Secondary Action': {
80
+ code: string;
81
+ useCase: string;
82
+ };
83
+ 'Icon Button': {
84
+ code: string;
85
+ useCase: string;
86
+ };
87
+ 'Form Submit': {
88
+ code: string;
89
+ useCase: string;
90
+ };
91
+ };
56
92
  examples: string[];
93
+ troubleshooting: {
94
+ 'Button not clickable': string;
95
+ 'Accessibility issues': string;
96
+ 'Styling not applied': string;
97
+ 'Form submission not working': string;
98
+ 'Icon not displaying': string;
99
+ };
100
+ bestPractices: string[];
57
101
  };
58
102
  compositionTips: string[];
59
103
  };
@@ -3,6 +3,17 @@ declare const _default: {
3
3
  name: string;
4
4
  import: string;
5
5
  description: string;
6
+ category: string;
7
+ complexity: string;
8
+ accessibility: string;
9
+ performance: string;
10
+ dependencies: string[];
11
+ peerDependencies: string[];
12
+ bundleSize: string;
13
+ browserSupport: string;
14
+ touchSupport: boolean;
15
+ keyboardSupport: boolean;
16
+ screenReaderSupport: boolean;
6
17
  props: ({
7
18
  name: string;
8
19
  type: string;
@@ -39,7 +50,40 @@ declare const _default: {
39
50
  default?: undefined;
40
51
  enum?: undefined;
41
52
  })[];
53
+ quickStart: {
54
+ basic: string;
55
+ bordered: string;
56
+ horizontal: string;
57
+ highlighted: string;
58
+ scrollable: string;
59
+ };
60
+ commonPatterns: {
61
+ 'Content Card': {
62
+ code: string;
63
+ useCase: string;
64
+ };
65
+ 'Media Card': {
66
+ code: string;
67
+ useCase: string;
68
+ };
69
+ 'Form Card': {
70
+ code: string;
71
+ useCase: string;
72
+ };
73
+ 'Product Card': {
74
+ code: string;
75
+ useCase: string;
76
+ };
77
+ };
42
78
  examples: string[];
79
+ troubleshooting: {
80
+ 'Content overflowing': string;
81
+ 'Card too wide on large screens': string;
82
+ 'Inconsistent spacing': string;
83
+ 'Horizontal layout not working': string;
84
+ 'Border not showing': string;
85
+ };
86
+ bestPractices: string[];
43
87
  };
44
88
  compositionTips: string[];
45
89
  };
@@ -3,6 +3,17 @@ declare const _default: {
3
3
  name: string;
4
4
  import: string;
5
5
  description: string;
6
+ category: string;
7
+ complexity: string;
8
+ accessibility: string;
9
+ performance: string;
10
+ dependencies: string[];
11
+ peerDependencies: string[];
12
+ bundleSize: string;
13
+ browserSupport: string;
14
+ touchSupport: boolean;
15
+ keyboardSupport: boolean;
16
+ screenReaderSupport: boolean;
6
17
  props: ({
7
18
  name: string;
8
19
  type: string;
@@ -32,7 +43,39 @@ declare const _default: {
32
43
  default?: undefined;
33
44
  required?: undefined;
34
45
  })[];
46
+ quickStart: {
47
+ question: string;
48
+ answer: string;
49
+ pending: string;
50
+ withActions: string;
51
+ };
52
+ commonPatterns: {
53
+ 'User Question': {
54
+ code: string;
55
+ useCase: string;
56
+ };
57
+ 'AI Response': {
58
+ code: string;
59
+ useCase: string;
60
+ };
61
+ 'Typing Indicator': {
62
+ code: string;
63
+ useCase: string;
64
+ };
65
+ 'System Message': {
66
+ code: string;
67
+ useCase: string;
68
+ };
69
+ };
35
70
  examples: string[];
71
+ troubleshooting: {
72
+ 'Actions not showing': string;
73
+ 'Status not updating': string;
74
+ 'Styling issues': string;
75
+ 'Accessibility issues': string;
76
+ 'Content not displaying': string;
77
+ };
78
+ bestPractices: string[];
36
79
  };
37
80
  compositionTips: string[];
38
81
  };
@@ -3,6 +3,17 @@ declare const _default: {
3
3
  name: string;
4
4
  import: string;
5
5
  description: string;
6
+ category: string;
7
+ complexity: string;
8
+ accessibility: string;
9
+ performance: string;
10
+ dependencies: string[];
11
+ peerDependencies: string[];
12
+ bundleSize: string;
13
+ browserSupport: string;
14
+ touchSupport: boolean;
15
+ keyboardSupport: boolean;
16
+ screenReaderSupport: boolean;
6
17
  props: ({
7
18
  name: string;
8
19
  type: string;
@@ -3,6 +3,17 @@ declare const _default: {
3
3
  name: string;
4
4
  import: string;
5
5
  description: string;
6
+ category: string;
7
+ complexity: string;
8
+ accessibility: string;
9
+ performance: string;
10
+ dependencies: string[];
11
+ peerDependencies: string[];
12
+ bundleSize: string;
13
+ browserSupport: string;
14
+ touchSupport: boolean;
15
+ keyboardSupport: boolean;
16
+ screenReaderSupport: boolean;
6
17
  props: ({
7
18
  name: string;
8
19
  type: string;
@@ -3,44 +3,117 @@ declare const _default: {
3
3
  name: string;
4
4
  import: string;
5
5
  description: string;
6
+ category: string;
7
+ complexity: string;
8
+ accessibility: string;
9
+ performance: string;
10
+ dependencies: string[];
11
+ peerDependencies: string[];
12
+ bundleSize: string;
13
+ browserSupport: string;
14
+ touchSupport: boolean;
15
+ keyboardSupport: boolean;
16
+ screenReaderSupport: boolean;
6
17
  props: ({
7
18
  name: string;
8
19
  type: string;
9
20
  description: string;
10
21
  required: boolean;
11
- default: never[];
22
+ default: string;
23
+ examples: string[];
24
+ recommended?: undefined;
25
+ accessibility?: undefined;
12
26
  } | {
13
27
  name: string;
14
28
  type: string;
15
29
  description: string;
16
30
  required: boolean;
31
+ examples: string[];
17
32
  default?: undefined;
33
+ recommended?: undefined;
34
+ accessibility?: undefined;
18
35
  } | {
19
36
  name: string;
20
37
  type: string;
21
38
  description: string;
39
+ default: string;
40
+ recommended: string;
22
41
  required?: undefined;
23
- default?: undefined;
42
+ examples?: undefined;
43
+ accessibility?: undefined;
24
44
  } | {
25
45
  name: string;
26
46
  type: string;
27
47
  description: string;
28
- default: number;
48
+ default: string;
49
+ accessibility: string;
29
50
  required?: undefined;
51
+ examples?: undefined;
52
+ recommended?: undefined;
30
53
  } | {
31
54
  name: string;
32
55
  type: string;
33
56
  description: string;
34
- default: string;
57
+ examples: string[];
35
58
  required?: undefined;
59
+ default?: undefined;
60
+ recommended?: undefined;
61
+ accessibility?: undefined;
36
62
  } | {
37
63
  name: string;
38
64
  type: string;
39
65
  description: string;
40
- default: {};
66
+ default: string;
67
+ examples: string[];
41
68
  required?: undefined;
69
+ recommended?: undefined;
70
+ accessibility?: undefined;
42
71
  })[];
72
+ quickStart: {
73
+ basic: string;
74
+ withNavigation: string;
75
+ itemByItem: string;
76
+ accessible: string;
77
+ };
78
+ commonPatterns: {
79
+ 'Product Gallery': {
80
+ code: string;
81
+ useCase: string;
82
+ };
83
+ Testimonials: {
84
+ code: string;
85
+ useCase: string;
86
+ };
87
+ 'Team Members': {
88
+ code: string;
89
+ useCase: string;
90
+ };
91
+ 'Image Gallery': {
92
+ code: string;
93
+ useCase: string;
94
+ };
95
+ };
43
96
  examples: string[];
97
+ troubleshooting: {
98
+ 'Items not rendering': string;
99
+ 'Navigation not working': string;
100
+ 'Accessibility issues': string;
101
+ 'Performance issues': string;
102
+ 'Touch gestures not working': string;
103
+ };
104
+ bestPractices: string[];
105
+ capabilities: {
106
+ 'Navigation & Controls': string[];
107
+ 'Content & Rendering': string[];
108
+ 'Accessibility & UX': string[];
109
+ 'Customization & Theming': string[];
110
+ };
111
+ useCases: {
112
+ 'E-commerce & Shopping': string[];
113
+ 'Content & Media': string[];
114
+ 'Business & Professional': string[];
115
+ 'Data & Analytics': string[];
116
+ };
44
117
  };
45
118
  compositionTips: string[];
46
119
  };
@@ -3,6 +3,17 @@ declare const _default: {
3
3
  name: string;
4
4
  import: string;
5
5
  description: string;
6
+ category: string;
7
+ complexity: string;
8
+ accessibility: string;
9
+ performance: string;
10
+ dependencies: string[];
11
+ peerDependencies: string[];
12
+ bundleSize: string;
13
+ browserSupport: string;
14
+ touchSupport: boolean;
15
+ keyboardSupport: boolean;
16
+ screenReaderSupport: boolean;
6
17
  props: ({
7
18
  name: string;
8
19
  type: string;
@@ -3,6 +3,17 @@ declare const _default: {
3
3
  name: string;
4
4
  import: string;
5
5
  description: string;
6
+ category: string;
7
+ complexity: string;
8
+ accessibility: string;
9
+ performance: string;
10
+ dependencies: string[];
11
+ peerDependencies: string[];
12
+ bundleSize: string;
13
+ browserSupport: string;
14
+ touchSupport: boolean;
15
+ keyboardSupport: boolean;
16
+ screenReaderSupport: boolean;
6
17
  props: ({
7
18
  name: string;
8
19
  type: string;
@@ -3,6 +3,17 @@ declare const _default: {
3
3
  name: string;
4
4
  import: string;
5
5
  description: string;
6
+ category: string;
7
+ complexity: string;
8
+ accessibility: string;
9
+ performance: string;
10
+ dependencies: string[];
11
+ peerDependencies: string[];
12
+ bundleSize: string;
13
+ browserSupport: string;
14
+ touchSupport: boolean;
15
+ keyboardSupport: boolean;
16
+ screenReaderSupport: boolean;
6
17
  props: ({
7
18
  name: string;
8
19
  type: string;
@@ -3,6 +3,17 @@ declare const _default: {
3
3
  name: string;
4
4
  import: string;
5
5
  description: string;
6
+ category: string;
7
+ complexity: string;
8
+ accessibility: string;
9
+ performance: string;
10
+ dependencies: string[];
11
+ peerDependencies: string[];
12
+ bundleSize: string;
13
+ browserSupport: string;
14
+ touchSupport: boolean;
15
+ keyboardSupport: boolean;
16
+ screenReaderSupport: boolean;
6
17
  props: ({
7
18
  name: string;
8
19
  type: string;