@sproutsocial/seeds-react-table 1.0.4 → 1.0.6
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 +8 -8
- package/CHANGELOG.md +14 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -20,28 +20,28 @@ $ 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
|
|
24
|
-
[32mESM[39m [1mdist/esm/
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 353ms
|
|
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.16 KB[39m
|
|
27
|
+
[32mESM[39m [1mdist/esm/v1/TableCell/index.js [22m[32m196.00 B[39m
|
|
27
28
|
[32mESM[39m [1mdist/esm/v1/TableHeaderCell/index.js [22m[32m264.00 B[39m
|
|
28
29
|
[32mESM[39m [1mdist/esm/v1/TableRowAccordion/index.js [22m[32m2.94 KB[39m
|
|
29
|
-
[32mESM[39m [1mdist/esm/index.js [22m[32m306.00 B[39m
|
|
30
30
|
[32mESM[39m [1mdist/esm/chunk-F73BV5I2.js [22m[32m2.82 KB[39m
|
|
31
31
|
[32mESM[39m [1mdist/esm/chunk-T7WTUUPA.js [22m[32m3.91 KB[39m
|
|
32
32
|
[32mESM[39m [1mdist/esm/chunk-WGM7UCXV.js [22m[32m1.36 KB[39m
|
|
33
|
-
[32mESM[39m [1mdist/esm/
|
|
33
|
+
[32mESM[39m [1mdist/esm/index.js.map [22m[32m1.91 KB[39m
|
|
34
34
|
[32mESM[39m [1mdist/esm/v1/index.js.map [22m[32m406.00 B[39m
|
|
35
35
|
[32mESM[39m [1mdist/esm/v2/index.js.map [22m[32m7.25 KB[39m
|
|
36
|
+
[32mESM[39m [1mdist/esm/v1/TableCell/index.js.map [22m[32m71.00 B[39m
|
|
36
37
|
[32mESM[39m [1mdist/esm/v1/TableHeaderCell/index.js.map [22m[32m71.00 B[39m
|
|
37
38
|
[32mESM[39m [1mdist/esm/v1/TableRowAccordion/index.js.map [22m[32m5.28 KB[39m
|
|
38
|
-
[32mESM[39m [1mdist/esm/index.js.map [22m[32m1.91 KB[39m
|
|
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 363ms
|
|
43
43
|
[34mDTS[39m Build start
|
|
44
|
-
[32mDTS[39m ⚡️ Build success in
|
|
44
|
+
[32mDTS[39m ⚡️ Build success in 121384ms
|
|
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 127.70s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @sproutsocial/seeds-react-table
|
|
2
2
|
|
|
3
|
+
## 1.0.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @sproutsocial/seeds-react-icon@1.1.6
|
|
8
|
+
|
|
9
|
+
## 1.0.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [b1c3b44]
|
|
14
|
+
- @sproutsocial/seeds-react-theme@3.1.1
|
|
15
|
+
- @sproutsocial/seeds-react-icon@1.1.5
|
|
16
|
+
|
|
3
17
|
## 1.0.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
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.6",
|
|
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.1.
|
|
53
|
+
"@sproutsocial/seeds-react-theme": "^3.1.1",
|
|
54
54
|
"@sproutsocial/seeds-react-system-props": "^3.0.2",
|
|
55
|
-
"@sproutsocial/seeds-react-icon": "^1.1.
|
|
55
|
+
"@sproutsocial/seeds-react-icon": "^1.1.6",
|
|
56
56
|
"@sproutsocial/seeds-react-text": "^1.3.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|