@sproutsocial/seeds-react-table 1.0.17 → 1.0.18

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,7 +20,7 @@ $ tsup --dts
20
20
  CJS dist/v1/TableCell/index.js.map 3.92 KB
21
21
  CJS dist/v1/TableHeaderCell/index.js.map 8.15 KB
22
22
  CJS dist/v1/TableRowAccordion/index.js.map 9.33 KB
23
- CJS ⚡️ Build success in 369ms
23
+ CJS ⚡️ Build success in 342ms
24
24
  ESM dist/esm/index.js 306.00 B
25
25
  ESM dist/esm/v1/index.js 265.00 B
26
26
  ESM dist/esm/v2/index.js 4.17 KB
@@ -39,9 +39,9 @@ $ tsup --dts
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 360ms
42
+ ESM ⚡️ Build success in 359ms
43
43
  DTS Build start
44
- DTS ⚡️ Build success in 103000ms
44
+ DTS ⚡️ Build success in 81640ms
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 110.15s.
69
+ Done in 88.85s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @sproutsocial/seeds-react-table
2
2
 
3
+ ## 1.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [29ced53]
8
+ - @sproutsocial/seeds-react-text@1.4.0
9
+
3
10
  ## 1.0.17
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-table",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Seeds React Table",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -53,7 +53,7 @@
53
53
  "@sproutsocial/seeds-react-theme": "^3.4.0",
54
54
  "@sproutsocial/seeds-react-system-props": "^3.0.2",
55
55
  "@sproutsocial/seeds-react-icon": "^2.1.2",
56
- "@sproutsocial/seeds-react-text": "^1.3.2"
56
+ "@sproutsocial/seeds-react-text": "^1.4.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/react": "^18.0.0",