@vchasno/ui-kit 0.2.7 → 0.2.8
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/CHANGELOG.md +42 -27
- package/dist/Datepicker/index.cjs.js +10376 -0
- package/dist/Datepicker/index.cjs.js.map +1 -0
- package/dist/Datepicker/index.js.map +1 -1
- package/dist/Datepicker/types/components/BubbleBox/BubbleBox.d.ts +17 -0
- package/dist/Datepicker/types/components/BubbleBox/index.d.ts +2 -0
- package/dist/Datepicker/types/components/BubbleBox/useClientRect.d.ts +5 -0
- package/dist/Datepicker/types/components/BubbleBox/utils.d.ts +1 -0
- package/dist/Datepicker/types/components/index.d.ts +2 -0
- package/dist/Select/index.cjs.js +7746 -0
- package/dist/Select/index.cjs.js.map +1 -0
- package/dist/Select/index.js +12 -7
- package/dist/Select/index.js.map +1 -1
- package/dist/Select/types/components/BubbleBox/BubbleBox.d.ts +17 -0
- package/dist/Select/types/components/BubbleBox/index.d.ts +2 -0
- package/dist/Select/types/components/BubbleBox/useClientRect.d.ts +5 -0
- package/dist/Select/types/components/BubbleBox/utils.d.ts +1 -0
- package/dist/Select/types/components/index.d.ts +2 -0
- package/dist/SelectCreatable/index.cjs.js +7835 -0
- package/dist/SelectCreatable/index.cjs.js.map +1 -0
- package/dist/SelectCreatable/index.js +12 -7
- package/dist/SelectCreatable/index.js.map +1 -1
- package/dist/SelectCreatable/types/components/BubbleBox/BubbleBox.d.ts +17 -0
- package/dist/SelectCreatable/types/components/BubbleBox/index.d.ts +2 -0
- package/dist/SelectCreatable/types/components/BubbleBox/useClientRect.d.ts +5 -0
- package/dist/SelectCreatable/types/components/BubbleBox/utils.d.ts +1 -0
- package/dist/SelectCreatable/types/components/index.d.ts +2 -0
- package/dist/index.d.ts +16 -1
- package/dist/index.js +257 -154
- package/dist/index.js.map +1 -1
- package/dist/types/components/BubbleBox/BubbleBox.d.ts +17 -0
- package/dist/types/components/BubbleBox/index.d.ts +2 -0
- package/dist/types/components/BubbleBox/useClientRect.d.ts +5 -0
- package/dist/types/components/BubbleBox/utils.d.ts +1 -0
- package/dist/types/components/index.d.ts +2 -0
- package/package.json +43 -34
package/CHANGELOG.md
CHANGED
|
@@ -7,110 +7,125 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.8] - 2024-03-03
|
|
11
|
+
|
|
12
|
+
## Added
|
|
13
|
+
|
|
14
|
+
- BubbleBox component
|
|
15
|
+
|
|
16
|
+
## Changed
|
|
17
|
+
|
|
18
|
+
- update dev-dependencies: storybook to 7.6.17, rollup 3.29.4, typescript 5.3.3
|
|
19
|
+
|
|
20
|
+
## Fixed
|
|
21
|
+
|
|
22
|
+
- fix generate component script
|
|
23
|
+
- fix exports for cjs and esm
|
|
24
|
+
|
|
10
25
|
## [0.2.7] - 2024-02-14
|
|
11
26
|
|
|
12
27
|
## Added
|
|
13
28
|
|
|
14
|
-
-
|
|
29
|
+
- PulseDot component for smooth user onboardings and call-to-actions
|
|
15
30
|
|
|
16
31
|
## [0.2.6] - 2024-02-14
|
|
17
32
|
|
|
18
33
|
## Fixed
|
|
19
34
|
|
|
20
|
-
-
|
|
35
|
+
- Replace Switch (EDO style) component with Switcher (not in used yet)
|
|
21
36
|
|
|
22
37
|
## [0.2.5] - 2024-02-08
|
|
23
38
|
|
|
24
39
|
## Fixed
|
|
25
40
|
|
|
26
|
-
-
|
|
27
|
-
-
|
|
41
|
+
- replace css variables with hardcoded for text input bg, disable colors
|
|
42
|
+
- fix textarea font-size, color css props, apply common vars
|
|
28
43
|
|
|
29
44
|
## [0.2.4] - 2024-01-19
|
|
30
45
|
|
|
31
46
|
## Fixed
|
|
32
47
|
|
|
33
|
-
-
|
|
48
|
+
- fix import css warnings, remove type module to allow use moduleResolution: "Node16"/"Bundler"
|
|
34
49
|
|
|
35
50
|
## [0.2.3] - 2024-01-18
|
|
36
51
|
|
|
37
52
|
## Fixed
|
|
38
53
|
|
|
39
|
-
-
|
|
54
|
+
- add "type": "module" to package.json, for correct import
|
|
40
55
|
|
|
41
56
|
## [0.2.2] - 2024-01-18
|
|
42
57
|
|
|
43
58
|
## Fixed
|
|
44
59
|
|
|
45
|
-
-
|
|
46
|
-
-
|
|
60
|
+
- add export SelectOption type from Select, SelectCreatable components
|
|
61
|
+
- fix input styles vchasno-ui-input\_\_wrapper height
|
|
47
62
|
|
|
48
|
-
-
|
|
63
|
+
- ## [0.2.1] - 2024-01-18
|
|
49
64
|
|
|
50
65
|
## Fixed
|
|
51
66
|
|
|
52
|
-
-
|
|
67
|
+
- description css exports in package.json
|
|
53
68
|
|
|
54
69
|
## [0.2.0] - 2024-01-18
|
|
55
70
|
|
|
56
71
|
## Added
|
|
57
72
|
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
73
|
+
- separate package entry point @vchasno/ui-kit/Datepicker
|
|
74
|
+
- separate package entry point @vchasno/ui-kit/Select component
|
|
75
|
+
- separate package entry point @vchasno/ui-kit/SelectCreatable component
|
|
76
|
+
- update README.md (how to use new components)
|
|
62
77
|
|
|
63
78
|
## [0.1.7] - 2024-01-16
|
|
64
79
|
|
|
65
80
|
## Added
|
|
66
81
|
|
|
67
|
-
-
|
|
82
|
+
- improve DatePicker component, add mask properties, add multiple date formats
|
|
68
83
|
|
|
69
84
|
## Fixed
|
|
70
85
|
|
|
71
|
-
-
|
|
86
|
+
- fix typos in package.json
|
|
72
87
|
|
|
73
88
|
## [0.1.6] - 2023-10-23
|
|
74
89
|
|
|
75
90
|
## Fixed
|
|
76
91
|
|
|
77
|
-
-
|
|
92
|
+
- fix --vchasno-ui-pagination-size css variable
|
|
78
93
|
|
|
79
94
|
## [0.1.5] - 2023-10-19
|
|
80
95
|
|
|
81
96
|
## Fixed
|
|
82
97
|
|
|
83
|
-
-
|
|
98
|
+
- fix tabs color (incorrect variable name)
|
|
84
99
|
|
|
85
100
|
## [0.1.4] - 2023-10-19
|
|
86
101
|
|
|
87
102
|
## Changed
|
|
88
103
|
|
|
89
|
-
-
|
|
90
|
-
-
|
|
91
|
-
-
|
|
104
|
+
- add prefix --vchasno-ui for css variables (--{VARIABLE} -> --vchasno-ui-{VARIABLE})
|
|
105
|
+
- delete unused css variables
|
|
106
|
+
- update README.md (how to override css variables with new prefix)
|
|
92
107
|
|
|
93
108
|
## [0.1.3] - 2023-10-11
|
|
94
109
|
|
|
95
110
|
## Added
|
|
96
111
|
|
|
97
|
-
-
|
|
98
|
-
-
|
|
112
|
+
- update README.md (how to add new component, how to publish new version)
|
|
113
|
+
- improve Switch component, add more stories
|
|
99
114
|
|
|
100
115
|
## [0.1.2] - 2023-10-11
|
|
101
116
|
|
|
102
|
-
### Added
|
|
117
|
+
### Added
|
|
103
118
|
|
|
104
|
-
-
|
|
119
|
+
- export SelectOption type
|
|
105
120
|
|
|
106
121
|
## [0.1.1] - 2023-10-11
|
|
107
122
|
|
|
108
123
|
### Fixed
|
|
109
124
|
|
|
110
|
-
-
|
|
125
|
+
- remove package.json engine version
|
|
111
126
|
|
|
112
127
|
## [0.1.0] - 2023-10-10
|
|
113
128
|
|
|
114
129
|
### Added
|
|
115
130
|
|
|
116
|
-
-
|
|
131
|
+
- first release 0.1.0
|