@spark-web/data-table 5.0.0-rc.26 → 5.0.0-rc.28

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 +34 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @spark-web/data-table
2
2
 
3
+ ## 5.0.0-rc.28
4
+
5
+ ### Minor Changes
6
+
7
+ - Move fonts to theme package; Introduce Pantheon font family and stylesheet
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @spark-web/checkbox@5.0.0-rc.28
13
+ - @spark-web/spinner@5.0.0-rc.28
14
+ - @spark-web/theme@5.0.0-rc.28
15
+ - @spark-web/utils@5.0.0-rc.28
16
+ - @spark-web/a11y@5.0.0-rc.28
17
+ - @spark-web/text@5.0.0-rc.28
18
+ - @spark-web/box@5.0.0-rc.28
19
+
20
+ ## 5.0.0-rc.27
21
+
22
+ ### Minor Changes
23
+
24
+ - Remove theme prop in button link
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies []:
29
+ - @spark-web/checkbox@5.0.0-rc.27
30
+ - @spark-web/spinner@5.0.0-rc.27
31
+ - @spark-web/theme@5.0.0-rc.27
32
+ - @spark-web/utils@5.0.0-rc.27
33
+ - @spark-web/a11y@5.0.0-rc.27
34
+ - @spark-web/text@5.0.0-rc.27
35
+ - @spark-web/box@5.0.0-rc.27
36
+
3
37
  ## 5.0.0-rc.26
4
38
 
5
39
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-web/data-table",
3
- "version": "5.0.0-rc.26",
3
+ "version": "5.0.0-rc.28",
4
4
  "homepage": "https://github.com/brighte-labs/spark-web#readme",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,13 +18,13 @@
18
18
  "dependencies": {
19
19
  "@babel/runtime": "^7.25.0",
20
20
  "@emotion/react": "^11.14.0",
21
- "@spark-web/a11y": "^5.0.0-rc.26",
22
- "@spark-web/box": "^5.0.0-rc.26",
23
- "@spark-web/checkbox": "^5.0.0-rc.26",
24
- "@spark-web/spinner": "^5.0.0-rc.26",
25
- "@spark-web/text": "^5.0.0-rc.26",
26
- "@spark-web/theme": "^5.0.0-rc.26",
27
- "@spark-web/utils": "^5.0.0-rc.26",
21
+ "@spark-web/a11y": "^5.0.0-rc.28",
22
+ "@spark-web/box": "^5.0.0-rc.28",
23
+ "@spark-web/checkbox": "^5.0.0-rc.28",
24
+ "@spark-web/spinner": "^5.0.0-rc.28",
25
+ "@spark-web/text": "^5.0.0-rc.28",
26
+ "@spark-web/theme": "^5.0.0-rc.28",
27
+ "@spark-web/utils": "^5.0.0-rc.28",
28
28
  "@tanstack/react-table": "^8.14.0",
29
29
  "react-intersection-observer": "^9.8.2"
30
30
  },