@sproutsocial/seeds-react-modal 2.0.0 → 2.0.2
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 +14 -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[32m201.74 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[32m188.43 KB[39m
|
|
17
|
-
[32mCJS[39m ⚡️ Build success in
|
|
17
|
+
[32mCJS[39m ⚡️ Build success in 478ms
|
|
18
|
+
[32mESM[39m [1mdist/esm/index.js [22m[32m583.00 B[39m
|
|
18
19
|
[32mESM[39m [1mdist/esm/v1/index.js [22m[32m165.00 B[39m
|
|
19
20
|
[32mESM[39m [1mdist/esm/v2/index.js [22m[32m596.00 B[39m
|
|
20
|
-
[32mESM[39m [1mdist/esm/index.js [22m[32m583.00 B[39m
|
|
21
21
|
[32mESM[39m [1mdist/esm/chunk-IYDY4OPB.js [22m[32m7.12 KB[39m
|
|
22
22
|
[32mESM[39m [1mdist/esm/chunk-ETVICNHP.js [22m[32m45.64 KB[39m
|
|
23
|
+
[32mESM[39m [1mdist/esm/index.js.map [22m[32m1.05 KB[39m
|
|
23
24
|
[32mESM[39m [1mdist/esm/v1/index.js.map [22m[32m71.00 B[39m
|
|
24
25
|
[32mESM[39m [1mdist/esm/v2/index.js.map [22m[32m71.00 B[39m
|
|
25
|
-
[32mESM[39m [1mdist/esm/index.js.map [22m[32m1.05 KB[39m
|
|
26
26
|
[32mESM[39m [1mdist/esm/chunk-IYDY4OPB.js.map [22m[32m12.85 KB[39m
|
|
27
27
|
[32mESM[39m [1mdist/esm/chunk-ETVICNHP.js.map [22m[32m187.52 KB[39m
|
|
28
|
-
[32mESM[39m ⚡️ Build success in
|
|
28
|
+
[32mESM[39m ⚡️ Build success in 507ms
|
|
29
29
|
[34mDTS[39m Build start
|
|
30
|
-
[32mDTS[39m ⚡️ Build success in
|
|
30
|
+
[32mDTS[39m ⚡️ Build success in 10700ms
|
|
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[32m1021.00 B[39m
|
|
@@ -38,4 +38,4 @@ $ tsup --dts
|
|
|
38
38
|
[32mDTS[39m [1mdist/v2/index.d.mts [22m[32m1022.00 B[39m
|
|
39
39
|
[32mDTS[39m [1mdist/Modal-ki8oiGbC.d.mts [22m[32m2.52 KB[39m
|
|
40
40
|
[32mDTS[39m [1mdist/ModalAction-BB7qJtQj.d.mts [22m[32m17.39 KB[39m
|
|
41
|
-
Done in
|
|
41
|
+
Done in 14.65s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @sproutsocial/seeds-react-modal
|
|
2
2
|
|
|
3
|
+
## 2.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @sproutsocial/seeds-react-icon@1.1.7
|
|
8
|
+
- @sproutsocial/seeds-react-button@1.3.3
|
|
9
|
+
|
|
10
|
+
## 2.0.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- @sproutsocial/seeds-react-icon@1.1.6
|
|
15
|
+
- @sproutsocial/seeds-react-button@1.3.2
|
|
16
|
+
|
|
3
17
|
## 2.0.0
|
|
4
18
|
|
|
5
19
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/seeds-react-modal",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
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.5",
|
|
40
|
-
"@sproutsocial/seeds-react-button": "^1.3.
|
|
41
|
-
"@sproutsocial/seeds-react-icon": "^1.1.
|
|
40
|
+
"@sproutsocial/seeds-react-button": "^1.3.3",
|
|
41
|
+
"@sproutsocial/seeds-react-icon": "^1.1.7",
|
|
42
42
|
"@sproutsocial/seeds-react-system-props": "^3.0.1",
|
|
43
43
|
"@sproutsocial/seeds-react-text": "^1.3.2",
|
|
44
44
|
"@sproutsocial/seeds-react-theme": "^3.1.1",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@sproutsocial/eslint-config-seeds": "*",
|
|
53
53
|
"@sproutsocial/seeds-react-form-field": "^1.0.4",
|
|
54
|
-
"@sproutsocial/seeds-react-input": "^1.4.
|
|
54
|
+
"@sproutsocial/seeds-react-input": "^1.4.9",
|
|
55
55
|
"@sproutsocial/seeds-react-testing-library": "*",
|
|
56
56
|
"@sproutsocial/seeds-testing": "*",
|
|
57
57
|
"@sproutsocial/seeds-tsconfig": "*",
|