@spark-web/spinner 2.0.0-rc.9 → 5.0.0-rc.25

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 (2) hide show
  1. package/CHANGELOG.md +196 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,201 @@
1
1
  # @spark-web/spinner
2
2
 
3
+ ## 5.0.0-rc.25
4
+
5
+ ### Minor Changes
6
+
7
+ - Implement checkbox tokens for test theme
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @spark-web/utils@5.0.0-rc.25
13
+ - @spark-web/a11y@5.0.0-rc.25
14
+ - @spark-web/icon@5.0.0-rc.25
15
+ - @spark-web/box@5.0.0-rc.25
16
+
17
+ ## 5.0.0-rc.24
18
+
19
+ ### Minor Changes
20
+
21
+ - Resolve issues with package build output
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies []:
26
+ - @spark-web/utils@5.0.0-rc.24
27
+ - @spark-web/a11y@5.0.0-rc.24
28
+ - @spark-web/icon@5.0.0-rc.24
29
+ - @spark-web/box@5.0.0-rc.24
30
+
31
+ ## 2.0.0-rc.21
32
+
33
+ ### Minor Changes
34
+
35
+ - Introduce global theming provider to set global default theme
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies []:
40
+ - @spark-web/utils@2.0.0-rc.21
41
+ - @spark-web/a11y@2.0.0-rc.21
42
+ - @spark-web/icon@2.0.0-rc.21
43
+ - @spark-web/box@2.0.0-rc.21
44
+
45
+ ## 2.0.0-rc.20
46
+
47
+ ### Minor Changes
48
+
49
+ - Support for component-level theming; button-level theming
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies []:
54
+ - @spark-web/utils@2.0.0-rc.20
55
+ - @spark-web/a11y@2.0.0-rc.20
56
+ - @spark-web/icon@2.0.0-rc.20
57
+ - @spark-web/box@2.0.0-rc.20
58
+
59
+ ## 2.0.0-rc.19
60
+
61
+ ### Major Changes
62
+
63
+ - test
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies []:
68
+ - @spark-web/utils@2.0.0-rc.19
69
+ - @spark-web/a11y@2.0.0-rc.19
70
+ - @spark-web/icon@2.0.0-rc.19
71
+ - @spark-web/box@2.0.0-rc.19
72
+
73
+ ## 2.0.0-rc.18
74
+
75
+ ### Major Changes
76
+
77
+ - tests
78
+
79
+ ### Patch Changes
80
+
81
+ - Updated dependencies []:
82
+ - @spark-web/utils@2.0.0-rc.18
83
+ - @spark-web/a11y@2.0.0-rc.18
84
+ - @spark-web/icon@2.0.0-rc.18
85
+ - @spark-web/box@2.0.0-rc.18
86
+
87
+ ## 2.0.0-rc.17
88
+
89
+ ### Major Changes
90
+
91
+ - test
92
+
93
+ ### Patch Changes
94
+
95
+ - Updated dependencies []:
96
+ - @spark-web/utils@2.0.0-rc.17
97
+ - @spark-web/a11y@2.0.0-rc.17
98
+ - @spark-web/icon@2.0.0-rc.17
99
+ - @spark-web/box@2.0.0-rc.17
100
+
101
+ ## 2.0.0-rc.16
102
+
103
+ ### Major Changes
104
+
105
+ - test
106
+
107
+ ### Patch Changes
108
+
109
+ - Updated dependencies []:
110
+ - @spark-web/utils@2.0.0-rc.16
111
+ - @spark-web/a11y@2.0.0-rc.16
112
+ - @spark-web/icon@2.0.0-rc.16
113
+ - @spark-web/box@2.0.0-rc.16
114
+
115
+ ## 2.0.0-rc.15
116
+
117
+ ### Major Changes
118
+
119
+ - test
120
+
121
+ ### Patch Changes
122
+
123
+ - Updated dependencies []:
124
+ - @spark-web/utils@2.0.0-rc.15
125
+ - @spark-web/a11y@2.0.0-rc.15
126
+ - @spark-web/icon@2.0.0-rc.15
127
+ - @spark-web/box@2.0.0-rc.15
128
+
129
+ ## 2.0.0-rc.14
130
+
131
+ ### Major Changes
132
+
133
+ - test
134
+
135
+ ### Patch Changes
136
+
137
+ - Updated dependencies []:
138
+ - @spark-web/utils@2.0.0-rc.14
139
+ - @spark-web/a11y@2.0.0-rc.14
140
+ - @spark-web/icon@2.0.0-rc.14
141
+ - @spark-web/box@2.0.0-rc.14
142
+
143
+ ## 2.0.0-rc.13
144
+
145
+ ### Major Changes
146
+
147
+ - test
148
+
149
+ ### Patch Changes
150
+
151
+ - Updated dependencies []:
152
+ - @spark-web/utils@2.0.0-rc.13
153
+ - @spark-web/a11y@2.0.0-rc.13
154
+ - @spark-web/icon@2.0.0-rc.13
155
+ - @spark-web/box@2.0.0-rc.13
156
+
157
+ ## 2.0.0-rc.12
158
+
159
+ ### Major Changes
160
+
161
+ - test
162
+
163
+ ### Patch Changes
164
+
165
+ - Updated dependencies []:
166
+ - @spark-web/utils@2.0.0-rc.12
167
+ - @spark-web/a11y@2.0.0-rc.12
168
+ - @spark-web/icon@2.0.0-rc.12
169
+ - @spark-web/box@2.0.0-rc.12
170
+
171
+ ## 2.0.0-rc.11
172
+
173
+ ### Major Changes
174
+
175
+ - test
176
+
177
+ ### Patch Changes
178
+
179
+ - Updated dependencies []:
180
+ - @spark-web/utils@2.0.0-rc.11
181
+ - @spark-web/a11y@2.0.0-rc.11
182
+ - @spark-web/icon@2.0.0-rc.11
183
+ - @spark-web/box@2.0.0-rc.11
184
+
185
+ ## 2.0.0-rc.10
186
+
187
+ ### Major Changes
188
+
189
+ - test
190
+
191
+ ### Patch Changes
192
+
193
+ - Updated dependencies []:
194
+ - @spark-web/utils@2.0.0-rc.10
195
+ - @spark-web/a11y@2.0.0-rc.10
196
+ - @spark-web/icon@2.0.0-rc.10
197
+ - @spark-web/box@2.0.0-rc.10
198
+
3
199
  ## 2.0.0-rc.9
4
200
 
5
201
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-web/spinner",
3
- "version": "2.0.0-rc.9",
3
+ "version": "5.0.0-rc.25",
4
4
  "homepage": "https://github.com/brighte-labs/spark-web#readme",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,10 +17,10 @@
17
17
  "dependencies": {
18
18
  "@babel/runtime": "^7.25.0",
19
19
  "@emotion/react": "^11.14.0",
20
- "@spark-web/a11y": "^2.0.0-rc.9",
21
- "@spark-web/box": "^2.0.0-rc.9",
22
- "@spark-web/icon": "^2.0.0-rc.9",
23
- "@spark-web/utils": "^2.0.0-rc.9"
20
+ "@spark-web/a11y": "^5.0.0-rc.25",
21
+ "@spark-web/box": "^5.0.0-rc.25",
22
+ "@spark-web/icon": "^5.0.0-rc.25",
23
+ "@spark-web/utils": "^5.0.0-rc.25"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/react": "^18.2.0",