@sproutsocial/seeds-react-table 1.0.7 → 1.0.8
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 +8 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -20,7 +20,7 @@ $ tsup --dts
|
|
|
20
20
|
[32mCJS[39m [1mdist/v1/TableHeaderCell/index.js.map [22m[32m8.15 KB[39m
|
|
21
21
|
[32mCJS[39m [1mdist/v1/TableRowAccordion/index.js.map [22m[32m9.33 KB[39m
|
|
22
22
|
[32mCJS[39m [1mdist/index.js.map [22m[32m19.00 KB[39m
|
|
23
|
-
[32mCJS[39m ⚡️ Build success in
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 523ms
|
|
24
24
|
[32mESM[39m [1mdist/esm/v1/TableCell/index.js [22m[32m196.00 B[39m
|
|
25
25
|
[32mESM[39m [1mdist/esm/index.js [22m[32m306.00 B[39m
|
|
26
26
|
[32mESM[39m [1mdist/esm/v1/index.js [22m[32m265.00 B[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 518ms
|
|
43
43
|
[34mDTS[39m Build start
|
|
44
|
-
[32mDTS[39m ⚡️ Build success in
|
|
44
|
+
[32mDTS[39m ⚡️ Build success in 107852ms
|
|
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 114.49s.
|
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.8",
|
|
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.
|
|
53
|
+
"@sproutsocial/seeds-react-theme": "^3.2.0",
|
|
54
54
|
"@sproutsocial/seeds-react-system-props": "^3.0.2",
|
|
55
|
-
"@sproutsocial/seeds-react-icon": "^1.1.
|
|
55
|
+
"@sproutsocial/seeds-react-icon": "^1.1.8",
|
|
56
56
|
"@sproutsocial/seeds-react-text": "^1.3.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|