@sproutsocial/seeds-react-modal 2.4.4 → 2.4.5
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 +10 -10
- package/CHANGELOG.md +8 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -14,20 +14,20 @@ $ tsup --dts
|
|
|
14
14
|
[32mCJS[39m [1mdist/index.js.map [22m[32m77.26 KB[39m
|
|
15
15
|
[32mCJS[39m [1mdist/v1/index.js.map [22m[32m13.03 KB[39m
|
|
16
16
|
[32mCJS[39m [1mdist/v2/index.js.map [22m[32m64.54 KB[39m
|
|
17
|
-
[32mCJS[39m ⚡️ Build success in
|
|
18
|
-
[32mESM[39m [1mdist/esm/v1/index.js [22m[32m165.00 B[39m
|
|
19
|
-
[32mESM[39m [1mdist/esm/v2/index.js [22m[32m746.00 B[39m
|
|
20
|
-
[32mESM[39m [1mdist/esm/index.js [22m[32m583.00 B[39m
|
|
17
|
+
[32mCJS[39m ⚡️ Build success in 287ms
|
|
21
18
|
[32mESM[39m [1mdist/esm/chunk-IYDY4OPB.js [22m[32m7.12 KB[39m
|
|
19
|
+
[32mESM[39m [1mdist/esm/v2/index.js [22m[32m746.00 B[39m
|
|
22
20
|
[32mESM[39m [1mdist/esm/chunk-TQ44T5IM.js [22m[32m26.85 KB[39m
|
|
23
|
-
[32mESM[39m [1mdist/esm/v1/index.js
|
|
24
|
-
[32mESM[39m [1mdist/esm/
|
|
25
|
-
[32mESM[39m [1mdist/esm/index.js.map [22m[32m1.05 KB[39m
|
|
21
|
+
[32mESM[39m [1mdist/esm/v1/index.js [22m[32m165.00 B[39m
|
|
22
|
+
[32mESM[39m [1mdist/esm/index.js [22m[32m583.00 B[39m
|
|
26
23
|
[32mESM[39m [1mdist/esm/chunk-IYDY4OPB.js.map [22m[32m12.85 KB[39m
|
|
24
|
+
[32mESM[39m [1mdist/esm/v2/index.js.map [22m[32m71.00 B[39m
|
|
27
25
|
[32mESM[39m [1mdist/esm/chunk-TQ44T5IM.js.map [22m[32m63.46 KB[39m
|
|
28
|
-
[32mESM[39m
|
|
26
|
+
[32mESM[39m [1mdist/esm/v1/index.js.map [22m[32m71.00 B[39m
|
|
27
|
+
[32mESM[39m [1mdist/esm/index.js.map [22m[32m1.05 KB[39m
|
|
28
|
+
[32mESM[39m ⚡️ Build success in 290ms
|
|
29
29
|
[34mDTS[39m Build start
|
|
30
|
-
[32mDTS[39m ⚡️ Build success in
|
|
30
|
+
[32mDTS[39m ⚡️ Build success in 17388ms
|
|
31
31
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m975.00 B[39m
|
|
32
32
|
[32mDTS[39m [1mdist/v1/index.d.ts [22m[32m413.00 B[39m
|
|
33
33
|
[32mDTS[39m [1mdist/v2/index.d.ts [22m[32m3.72 KB[39m
|
|
@@ -38,4 +38,4 @@ $ tsup --dts
|
|
|
38
38
|
[32mDTS[39m [1mdist/v2/index.d.mts [22m[32m3.72 KB[39m
|
|
39
39
|
[32mDTS[39m [1mdist/Modal-ki8oiGbC.d.mts [22m[32m2.52 KB[39m
|
|
40
40
|
[32mDTS[39m [1mdist/ModalAction-BHG3Zbd9.d.mts [22m[32m20.46 KB[39m
|
|
41
|
-
Done in 20.
|
|
41
|
+
Done in 20.58s.
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/seeds-react-modal",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.5",
|
|
4
4
|
"description": "Seeds React Modal",
|
|
5
5
|
"author": "Sprout Social, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
39
39
|
"@sproutsocial/seeds-react-box": "^1.1.12",
|
|
40
|
-
"@sproutsocial/seeds-react-button": "^1.3.
|
|
41
|
-
"@sproutsocial/seeds-react-icon": "^2.2.
|
|
40
|
+
"@sproutsocial/seeds-react-button": "^1.3.16",
|
|
41
|
+
"@sproutsocial/seeds-react-icon": "^2.2.2",
|
|
42
42
|
"@sproutsocial/seeds-react-system-props": "^3.0.1",
|
|
43
43
|
"@sproutsocial/seeds-react-text": "^1.4.0",
|
|
44
44
|
"@sproutsocial/seeds-react-theme": "^3.5.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@sproutsocial/eslint-config-seeds": "*",
|
|
53
53
|
"@sproutsocial/seeds-react-form-field": "^1.1.5",
|
|
54
|
-
"@sproutsocial/seeds-react-input": "^1.5.
|
|
54
|
+
"@sproutsocial/seeds-react-input": "^1.5.2",
|
|
55
55
|
"@sproutsocial/seeds-react-testing-library": "*",
|
|
56
56
|
"@sproutsocial/seeds-testing": "*",
|
|
57
57
|
"@sproutsocial/seeds-tsconfig": "*",
|