@sproutsocial/seeds-react-table 1.0.8 → 1.0.10

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.
@@ -20,28 +20,28 @@ $ tsup --dts
20
20
  CJS dist/v1/TableHeaderCell/index.js.map 8.15 KB
21
21
  CJS dist/v1/TableRowAccordion/index.js.map 9.33 KB
22
22
  CJS dist/index.js.map 19.00 KB
23
- CJS ⚡️ Build success in 523ms
23
+ CJS ⚡️ Build success in 553ms
24
24
  ESM dist/esm/v1/TableCell/index.js 196.00 B
25
- ESM dist/esm/index.js 306.00 B
26
25
  ESM dist/esm/v1/index.js 265.00 B
27
26
  ESM dist/esm/v2/index.js 4.16 KB
27
+ ESM dist/esm/index.js 306.00 B
28
28
  ESM dist/esm/v1/TableHeaderCell/index.js 264.00 B
29
29
  ESM dist/esm/v1/TableRowAccordion/index.js 2.94 KB
30
30
  ESM dist/esm/chunk-F73BV5I2.js 2.82 KB
31
31
  ESM dist/esm/chunk-T7WTUUPA.js 3.91 KB
32
32
  ESM dist/esm/chunk-WGM7UCXV.js 1.36 KB
33
33
  ESM dist/esm/v1/TableCell/index.js.map 71.00 B
34
- ESM dist/esm/index.js.map 1.91 KB
35
34
  ESM dist/esm/v1/index.js.map 406.00 B
36
35
  ESM dist/esm/v2/index.js.map 7.25 KB
36
+ ESM dist/esm/index.js.map 1.91 KB
37
37
  ESM dist/esm/v1/TableHeaderCell/index.js.map 71.00 B
38
38
  ESM dist/esm/v1/TableRowAccordion/index.js.map 5.28 KB
39
39
  ESM dist/esm/chunk-F73BV5I2.js.map 4.98 KB
40
40
  ESM dist/esm/chunk-T7WTUUPA.js.map 8.01 KB
41
41
  ESM dist/esm/chunk-WGM7UCXV.js.map 3.80 KB
42
- ESM ⚡️ Build success in 518ms
42
+ ESM ⚡️ Build success in 539ms
43
43
  DTS Build start
44
- DTS ⚡️ Build success in 107852ms
44
+ DTS ⚡️ Build success in 104200ms
45
45
  DTS dist/index.d.ts 474.00 B
46
46
  DTS dist/v1/index.d.ts 480.00 B
47
47
  DTS dist/v2/index.d.ts 2.49 KB
@@ -66,4 +66,4 @@ $ tsup --dts
66
66
  DTS dist/TableTypes-i1Uir0xI.d.mts 1.55 KB
67
67
  DTS dist/TableHeaderCellTypes-CsJQBwu2.d.mts 1.06 KB
68
68
  DTS dist/TableCellTypes-Cp-8r7l1.d.mts 1013.00 B
69
- Done in 114.49s.
69
+ Done in 110.80s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @sproutsocial/seeds-react-table
2
2
 
3
+ ## 1.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fa7579a]
8
+ - @sproutsocial/seeds-react-theme@3.2.1
9
+ - @sproutsocial/seeds-react-icon@2.0.1
10
+
11
+ ## 1.0.9
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [40248a0]
16
+ - @sproutsocial/seeds-react-icon@2.0.0
17
+
3
18
  ## 1.0.8
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-table",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Seeds React Table",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -50,9 +50,9 @@
50
50
  "test:watch": "jest --watch --coverage=false"
51
51
  },
52
52
  "dependencies": {
53
- "@sproutsocial/seeds-react-theme": "^3.2.0",
53
+ "@sproutsocial/seeds-react-theme": "^3.2.1",
54
54
  "@sproutsocial/seeds-react-system-props": "^3.0.2",
55
- "@sproutsocial/seeds-react-icon": "^1.1.8",
55
+ "@sproutsocial/seeds-react-icon": "^2.0.1",
56
56
  "@sproutsocial/seeds-react-text": "^1.3.2"
57
57
  },
58
58
  "devDependencies": {