@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.
@@ -14,20 +14,20 @@ $ tsup --dts
14
14
  CJS dist/index.js.map 201.74 KB
15
15
  CJS dist/v1/index.js.map 13.03 KB
16
16
  CJS dist/v2/index.js.map 188.43 KB
17
- CJS ⚡️ Build success in 345ms
17
+ CJS ⚡️ Build success in 478ms
18
+ ESM dist/esm/index.js 583.00 B
18
19
  ESM dist/esm/v1/index.js 165.00 B
19
20
  ESM dist/esm/v2/index.js 596.00 B
20
- ESM dist/esm/index.js 583.00 B
21
21
  ESM dist/esm/chunk-IYDY4OPB.js 7.12 KB
22
22
  ESM dist/esm/chunk-ETVICNHP.js 45.64 KB
23
+ ESM dist/esm/index.js.map 1.05 KB
23
24
  ESM dist/esm/v1/index.js.map 71.00 B
24
25
  ESM dist/esm/v2/index.js.map 71.00 B
25
- ESM dist/esm/index.js.map 1.05 KB
26
26
  ESM dist/esm/chunk-IYDY4OPB.js.map 12.85 KB
27
27
  ESM dist/esm/chunk-ETVICNHP.js.map 187.52 KB
28
- ESM ⚡️ Build success in 354ms
28
+ ESM ⚡️ Build success in 507ms
29
29
  DTS Build start
30
- DTS ⚡️ Build success in 31689ms
30
+ DTS ⚡️ Build success in 10700ms
31
31
  DTS dist/index.d.ts 975.00 B
32
32
  DTS dist/v1/index.d.ts 413.00 B
33
33
  DTS dist/v2/index.d.ts 1021.00 B
@@ -38,4 +38,4 @@ $ tsup --dts
38
38
  DTS dist/v2/index.d.mts 1022.00 B
39
39
  DTS dist/Modal-ki8oiGbC.d.mts 2.52 KB
40
40
  DTS dist/ModalAction-BB7qJtQj.d.mts 17.39 KB
41
- Done in 34.53s.
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.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.1",
41
- "@sproutsocial/seeds-react-icon": "^1.1.5",
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.7",
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": "*",