@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.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -20,7 +20,7 @@ $ tsup --dts
|
|
|
20
20
|
[32mCJS[39m [1mdist/v1/TableCell/index.js.map [22m[32m3.92 KB[39m
|
|
21
21
|
[32mCJS[39m [1mdist/v1/TableHeaderCell/index.js.map [22m[32m8.15 KB[39m
|
|
22
22
|
[32mCJS[39m [1mdist/v1/TableRowAccordion/index.js.map [22m[32m9.33 KB[39m
|
|
23
|
-
[32mCJS[39m ⚡️ Build success in
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 342ms
|
|
24
24
|
[32mESM[39m [1mdist/esm/index.js [22m[32m306.00 B[39m
|
|
25
25
|
[32mESM[39m [1mdist/esm/v1/index.js [22m[32m265.00 B[39m
|
|
26
26
|
[32mESM[39m [1mdist/esm/v2/index.js [22m[32m4.17 KB[39m
|
|
@@ -39,9 +39,9 @@ $ tsup --dts
|
|
|
39
39
|
[32mESM[39m [1mdist/esm/chunk-F73BV5I2.js.map [22m[32m4.98 KB[39m
|
|
40
40
|
[32mESM[39m [1mdist/esm/chunk-T7WTUUPA.js.map [22m[32m8.01 KB[39m
|
|
41
41
|
[32mESM[39m [1mdist/esm/chunk-WGM7UCXV.js.map [22m[32m3.80 KB[39m
|
|
42
|
-
[32mESM[39m ⚡️ Build success in
|
|
42
|
+
[32mESM[39m ⚡️ Build success in 359ms
|
|
43
43
|
[34mDTS[39m Build start
|
|
44
|
-
[32mDTS[39m ⚡️ Build success in
|
|
44
|
+
[32mDTS[39m ⚡️ Build success in 81640ms
|
|
45
45
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m474.00 B[39m
|
|
46
46
|
[32mDTS[39m [1mdist/v1/index.d.ts [22m[32m480.00 B[39m
|
|
47
47
|
[32mDTS[39m [1mdist/v2/index.d.ts [22m[32m2.49 KB[39m
|
|
@@ -66,4 +66,4 @@ $ tsup --dts
|
|
|
66
66
|
[32mDTS[39m [1mdist/TableTypes-i1Uir0xI.d.mts [22m[32m1.55 KB[39m
|
|
67
67
|
[32mDTS[39m [1mdist/TableHeaderCellTypes-CsJQBwu2.d.mts [22m[32m1.06 KB[39m
|
|
68
68
|
[32mDTS[39m [1mdist/TableCellTypes-Cp-8r7l1.d.mts [22m[32m1013.00 B[39m
|
|
69
|
-
Done in
|
|
69
|
+
Done in 88.85s.
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/seeds-react-table",
|
|
3
|
-
"version": "1.0.
|
|
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.
|
|
56
|
+
"@sproutsocial/seeds-react-text": "^1.4.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/react": "^18.0.0",
|