@sproutsocial/seeds-react-indicator 1.0.52 → 1.0.54
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 +6 -6
- package/CHANGELOG.md +18 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -64,14 +64,14 @@ $ tsup --dts && cp src/indicator.css dist/indicator.css
|
|
|
64
64
|
╵ [32m~~~~~~~~~[0m
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
[32mCJS[39m [1mdist/index.js [22m[32m5.08 KB[39m
|
|
68
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m6.11 KB[39m
|
|
69
|
-
[32mCJS[39m ⚡️ Build success in 77ms
|
|
70
67
|
[32mESM[39m [1mdist/esm/index.js [22m[32m2.93 KB[39m
|
|
71
68
|
[32mESM[39m [1mdist/esm/index.js.map [22m[32m5.98 KB[39m
|
|
72
|
-
[32mESM[39m ⚡️ Build success in
|
|
69
|
+
[32mESM[39m ⚡️ Build success in 85ms
|
|
70
|
+
[32mCJS[39m [1mdist/index.js [22m[32m5.08 KB[39m
|
|
71
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m6.11 KB[39m
|
|
72
|
+
[32mCJS[39m ⚡️ Build success in 86ms
|
|
73
73
|
[34mDTS[39m Build start
|
|
74
|
-
[32mDTS[39m ⚡️ Build success in
|
|
74
|
+
[32mDTS[39m ⚡️ Build success in 5446ms
|
|
75
75
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m739.00 B[39m
|
|
76
76
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m739.00 B[39m
|
|
77
|
-
Done in 6.
|
|
77
|
+
Done in 6.81s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @sproutsocial/seeds-react-indicator
|
|
2
2
|
|
|
3
|
+
## 1.0.54
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [db4415c]
|
|
8
|
+
- @sproutsocial/seeds-react-theme@4.7.0
|
|
9
|
+
- @sproutsocial/seeds-react-icon@2.5.4
|
|
10
|
+
- @sproutsocial/seeds-react-mixins@4.3.18
|
|
11
|
+
|
|
12
|
+
## 1.0.53
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [57372fe]
|
|
17
|
+
- @sproutsocial/seeds-react-theme@4.6.0
|
|
18
|
+
- @sproutsocial/seeds-react-icon@2.5.3
|
|
19
|
+
- @sproutsocial/seeds-react-mixins@4.3.17
|
|
20
|
+
|
|
3
21
|
## 1.0.52
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/seeds-react-indicator",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.54",
|
|
4
4
|
"description": "Seeds React Indicator",
|
|
5
5
|
"author": "Sprout Social, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"test:watch": "jest --watch --coverage=false"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@sproutsocial/seeds-react-theme": "^4.
|
|
29
|
+
"@sproutsocial/seeds-react-theme": "^4.7.0",
|
|
30
30
|
"@sproutsocial/seeds-react-system-props": "^3.2.1",
|
|
31
|
-
"@sproutsocial/seeds-react-icon": "^2.5.
|
|
32
|
-
"@sproutsocial/seeds-react-mixins": "^4.3.
|
|
31
|
+
"@sproutsocial/seeds-react-icon": "^2.5.4",
|
|
32
|
+
"@sproutsocial/seeds-react-mixins": "^4.3.18"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/react": "^18.0.0",
|