@spark-web/select 5.0.0-rc.25 → 5.0.0-rc.27
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 +31 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @spark-web/select
|
|
2
2
|
|
|
3
|
+
## 5.0.0-rc.27
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Remove theme prop in button link
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies []:
|
|
12
|
+
- @spark-web/text-input@5.0.0-rc.27
|
|
13
|
+
- @spark-web/field@5.0.0-rc.27
|
|
14
|
+
- @spark-web/theme@5.0.0-rc.27
|
|
15
|
+
- @spark-web/icon@5.0.0-rc.27
|
|
16
|
+
- @spark-web/box@5.0.0-rc.27
|
|
17
|
+
|
|
18
|
+
## 5.0.0-rc.26
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- Roll back on using theme prop for component level theming; prefer using
|
|
23
|
+
ThemeProvider in applications instead
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies []:
|
|
28
|
+
- @spark-web/text-input@5.0.0-rc.26
|
|
29
|
+
- @spark-web/field@5.0.0-rc.26
|
|
30
|
+
- @spark-web/theme@5.0.0-rc.26
|
|
31
|
+
- @spark-web/icon@5.0.0-rc.26
|
|
32
|
+
- @spark-web/box@5.0.0-rc.26
|
|
33
|
+
|
|
3
34
|
## 5.0.0-rc.25
|
|
4
35
|
|
|
5
36
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spark-web/select",
|
|
3
|
-
"version": "5.0.0-rc.
|
|
3
|
+
"version": "5.0.0-rc.27",
|
|
4
4
|
"homepage": "https://github.com/brighte-labs/spark-web#readme",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,19 +17,19 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime": "^7.25.0",
|
|
19
19
|
"@emotion/react": "^11.14.0",
|
|
20
|
-
"@spark-web/box": "^5.0.0-rc.
|
|
21
|
-
"@spark-web/icon": "^5.0.0-rc.
|
|
22
|
-
"@spark-web/text-input": "^5.0.0-rc.
|
|
23
|
-
"@spark-web/theme": "^5.0.0-rc.
|
|
20
|
+
"@spark-web/box": "^5.0.0-rc.27",
|
|
21
|
+
"@spark-web/icon": "^5.0.0-rc.27",
|
|
22
|
+
"@spark-web/text-input": "^5.0.0-rc.27",
|
|
23
|
+
"@spark-web/theme": "^5.0.0-rc.27"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@spark-web/field": "^5.0.0-rc.
|
|
27
|
-
"@spark-web/utils": "^5.0.0-rc.
|
|
26
|
+
"@spark-web/field": "^5.0.0-rc.27",
|
|
27
|
+
"@spark-web/utils": "^5.0.0-rc.27",
|
|
28
28
|
"@types/react": "^18.2.0",
|
|
29
29
|
"react": "^18.2.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@spark-web/field": "^5.0.0-rc.
|
|
32
|
+
"@spark-web/field": "^5.0.0-rc.27",
|
|
33
33
|
"react": ">=17.0.2"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|