@spark-web/text 2.0.0-rc.20 → 2.0.0-rc.22

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 +21 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @spark-web/text
2
2
 
3
+ ## 2.0.0-rc.22
4
+
5
+ ### Minor Changes
6
+
7
+ - Add new optional "rounded" prop for Button
8
+
9
+ Add support for custom CSS in Button
10
+
11
+ ## 2.0.0-rc.21
12
+
13
+ ### Minor Changes
14
+
15
+ - Introduce global theming provider to set global default theme
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies []:
20
+ - @spark-web/theme@4.0.0-rc.21
21
+ - @spark-web/utils@2.0.0-rc.21
22
+ - @spark-web/box@2.0.0-rc.21
23
+
3
24
  ## 2.0.0-rc.20
4
25
 
5
26
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-web/text",
3
- "version": "2.0.0-rc.20",
3
+ "version": "2.0.0-rc.22",
4
4
  "homepage": "https://github.com/brighte-labs/spark-web#readme",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,9 +17,9 @@
17
17
  "dependencies": {
18
18
  "@babel/runtime": "^7.25.0",
19
19
  "@emotion/react": "^11.14.0",
20
- "@spark-web/box": "^2.0.0-rc.20",
21
- "@spark-web/theme": "^4.0.0-rc.20",
22
- "@spark-web/utils": "^2.0.0-rc.20"
20
+ "@spark-web/box": "^2.0.0-rc.21",
21
+ "@spark-web/theme": "^4.0.0-rc.21",
22
+ "@spark-web/utils": "^2.0.0-rc.21"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/react": "^18.2.0",