@spaced-out/ui-design-system 0.0.6 → 0.0.7
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/.storybook/manager-head.html +4 -0
- package/.storybook/preview.js +0 -25
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/.storybook/preview.js
CHANGED
|
@@ -68,32 +68,7 @@ export const parameters = {
|
|
|
68
68
|
'Design Tokens',
|
|
69
69
|
'Tokens',
|
|
70
70
|
'Components',
|
|
71
|
-
[
|
|
72
|
-
'Button',
|
|
73
|
-
'Icon',
|
|
74
|
-
'Search Input',
|
|
75
|
-
'Menu',
|
|
76
|
-
'Button Dropdown',
|
|
77
|
-
'Modal',
|
|
78
|
-
'Dialog',
|
|
79
|
-
'Panel',
|
|
80
|
-
'Tooltip',
|
|
81
|
-
'Linear Loader',
|
|
82
|
-
'Circular Loader',
|
|
83
|
-
],
|
|
84
71
|
'Form Components',
|
|
85
|
-
[
|
|
86
|
-
'Input',
|
|
87
|
-
'Textarea',
|
|
88
|
-
'Checkbox',
|
|
89
|
-
'Checkbox Group',
|
|
90
|
-
'Radio Button',
|
|
91
|
-
'Radio Group',
|
|
92
|
-
'Toggle',
|
|
93
|
-
'Dropdown',
|
|
94
|
-
'Typeahead',
|
|
95
|
-
],
|
|
96
|
-
|
|
97
72
|
'*',
|
|
98
73
|
],
|
|
99
74
|
locales: 'en-US',
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.0.7](https://github.com/spaced-out/ui-design-system/compare/v0.0.6...v0.0.7) (2022-11-30)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **docs:** documentation upodate ([#40](https://github.com/spaced-out/ui-design-system/issues/40)) ([1207236](https://github.com/spaced-out/ui-design-system/commit/120723696a4669db12d700c46e59fc73d867c962))
|
|
11
|
+
|
|
5
12
|
### [0.0.6](https://github.com/spaced-out/ui-design-system/compare/v0.0.6-beta.2...v0.0.6) (2022-11-29)
|
|
6
13
|
|
|
7
14
|
|