@sproutsocial/seeds-react-modal 2.4.2 → 2.4.3
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 +12 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -11,23 +11,23 @@ $ tsup --dts
|
|
|
11
11
|
[32mESM[39m [1mdist/esm/v1/index.js [22m[32m165.00 B[39m
|
|
12
12
|
[32mESM[39m [1mdist/esm/index.js [22m[32m583.00 B[39m
|
|
13
13
|
[32mESM[39m [1mdist/esm/v2/index.js [22m[32m746.00 B[39m
|
|
14
|
-
[32mESM[39m [1mdist/esm/chunk-IYDY4OPB.js [22m[32m7.12 KB[39m
|
|
15
14
|
[32mESM[39m [1mdist/esm/chunk-TQ44T5IM.js [22m[32m26.85 KB[39m
|
|
15
|
+
[32mESM[39m [1mdist/esm/chunk-IYDY4OPB.js [22m[32m7.12 KB[39m
|
|
16
16
|
[32mESM[39m [1mdist/esm/v1/index.js.map [22m[32m71.00 B[39m
|
|
17
17
|
[32mESM[39m [1mdist/esm/index.js.map [22m[32m1.05 KB[39m
|
|
18
18
|
[32mESM[39m [1mdist/esm/v2/index.js.map [22m[32m71.00 B[39m
|
|
19
|
-
[32mESM[39m [1mdist/esm/chunk-IYDY4OPB.js.map [22m[32m12.85 KB[39m
|
|
20
19
|
[32mESM[39m [1mdist/esm/chunk-TQ44T5IM.js.map [22m[32m63.46 KB[39m
|
|
21
|
-
[32mESM[39m
|
|
20
|
+
[32mESM[39m [1mdist/esm/chunk-IYDY4OPB.js.map [22m[32m12.85 KB[39m
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 220ms
|
|
22
22
|
[32mCJS[39m [1mdist/v1/index.js [22m[32m9.86 KB[39m
|
|
23
23
|
[32mCJS[39m [1mdist/v2/index.js [22m[32m31.92 KB[39m
|
|
24
24
|
[32mCJS[39m [1mdist/index.js [22m[32m39.00 KB[39m
|
|
25
25
|
[32mCJS[39m [1mdist/v1/index.js.map [22m[32m13.03 KB[39m
|
|
26
26
|
[32mCJS[39m [1mdist/v2/index.js.map [22m[32m64.54 KB[39m
|
|
27
27
|
[32mCJS[39m [1mdist/index.js.map [22m[32m77.26 KB[39m
|
|
28
|
-
[32mCJS[39m ⚡️ Build success in
|
|
28
|
+
[32mCJS[39m ⚡️ Build success in 232ms
|
|
29
29
|
[34mDTS[39m Build start
|
|
30
|
-
[32mDTS[39m ⚡️ Build success in
|
|
30
|
+
[32mDTS[39m ⚡️ Build success in 17975ms
|
|
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
|
|
41
|
+
Done in 20.83s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @sproutsocial/seeds-react-modal
|
|
2
2
|
|
|
3
|
+
## 2.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [db6ce39]
|
|
8
|
+
- Updated dependencies [20bb01b]
|
|
9
|
+
- Updated dependencies [c7f2c70]
|
|
10
|
+
- @sproutsocial/seeds-react-theme@3.5.0
|
|
11
|
+
- @sproutsocial/seeds-react-icon@2.2.0
|
|
12
|
+
- @sproutsocial/seeds-react-box@1.1.12
|
|
13
|
+
- @sproutsocial/seeds-react-button@1.3.14
|
|
14
|
+
|
|
3
15
|
## 2.4.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
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.3",
|
|
4
4
|
"description": "Seeds React Modal",
|
|
5
5
|
"author": "Sprout Social, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
39
|
-
"@sproutsocial/seeds-react-box": "^1.1.
|
|
40
|
-
"@sproutsocial/seeds-react-button": "^1.3.
|
|
41
|
-
"@sproutsocial/seeds-react-icon": "^2.
|
|
39
|
+
"@sproutsocial/seeds-react-box": "^1.1.12",
|
|
40
|
+
"@sproutsocial/seeds-react-button": "^1.3.14",
|
|
41
|
+
"@sproutsocial/seeds-react-icon": "^2.2.0",
|
|
42
42
|
"@sproutsocial/seeds-react-system-props": "^3.0.1",
|
|
43
43
|
"@sproutsocial/seeds-react-text": "^1.4.0",
|
|
44
|
-
"@sproutsocial/seeds-react-theme": "^3.
|
|
44
|
+
"@sproutsocial/seeds-react-theme": "^3.5.0",
|
|
45
45
|
"motion": "^12.6.3",
|
|
46
46
|
"react-dnd": "^16.0.1",
|
|
47
47
|
"react-dnd-html5-backend": "^16.0.1",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@sproutsocial/eslint-config-seeds": "*",
|
|
53
|
-
"@sproutsocial/seeds-react-form-field": "^1.1.
|
|
54
|
-
"@sproutsocial/seeds-react-input": "^1.
|
|
53
|
+
"@sproutsocial/seeds-react-form-field": "^1.1.5",
|
|
54
|
+
"@sproutsocial/seeds-react-input": "^1.5.0",
|
|
55
55
|
"@sproutsocial/seeds-react-testing-library": "*",
|
|
56
56
|
"@sproutsocial/seeds-testing": "*",
|
|
57
57
|
"@sproutsocial/seeds-tsconfig": "*",
|