@sproutsocial/seeds-react-modal 2.2.3 → 2.2.4

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.
@@ -9,25 +9,25 @@ $ tsup --dts
9
9
  CJS Build start
10
10
  ESM Build start
11
11
  CJS dist/index.js 37.00 KB
12
- CJS dist/v1/index.js 9.86 KB
13
12
  CJS dist/v2/index.js 28.98 KB
13
+ CJS dist/v1/index.js 9.86 KB
14
14
  CJS dist/index.js.map 66.80 KB
15
- CJS dist/v1/index.js.map 13.03 KB
16
15
  CJS dist/v2/index.js.map 53.42 KB
17
- CJS ⚡️ Build success in 255ms
18
- ESM dist/esm/v1/index.js 165.00 B
19
- ESM dist/esm/v2/index.js 596.00 B
16
+ CJS dist/v1/index.js.map 13.03 KB
17
+ CJS ⚡️ Build success in 202ms
20
18
  ESM dist/esm/index.js 583.00 B
21
19
  ESM dist/esm/chunk-IYDY4OPB.js 7.12 KB
22
20
  ESM dist/esm/chunk-UP2XQN57.js 24.15 KB
23
- ESM dist/esm/v1/index.js.map 71.00 B
24
- ESM dist/esm/v2/index.js.map 71.00 B
21
+ ESM dist/esm/v1/index.js 165.00 B
22
+ ESM dist/esm/v2/index.js 596.00 B
25
23
  ESM dist/esm/index.js.map 1.05 KB
26
24
  ESM dist/esm/chunk-IYDY4OPB.js.map 12.85 KB
27
25
  ESM dist/esm/chunk-UP2XQN57.js.map 52.53 KB
28
- ESM ⚡️ Build success in 264ms
26
+ ESM dist/esm/v1/index.js.map 71.00 B
27
+ ESM dist/esm/v2/index.js.map 71.00 B
28
+ ESM ⚡️ Build success in 218ms
29
29
  DTS Build start
30
- DTS ⚡️ Build success in 18516ms
30
+ DTS ⚡️ Build success in 17495ms
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-gIgCE73I.d.mts 15.19 KB
41
- Done in 20.85s.
41
+ Done in 19.53s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @sproutsocial/seeds-react-modal
2
2
 
3
+ ## 2.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - @sproutsocial/seeds-react-theme@3.3.1
8
+ - @sproutsocial/seeds-react-box@1.1.9
9
+ - @sproutsocial/seeds-react-icon@2.0.5
10
+ - @sproutsocial/seeds-react-button@1.3.10
11
+
3
12
  ## 2.2.3
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-modal",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
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.8",
40
- "@sproutsocial/seeds-react-button": "^1.3.9",
41
- "@sproutsocial/seeds-react-icon": "^2.0.4",
39
+ "@sproutsocial/seeds-react-box": "^1.1.9",
40
+ "@sproutsocial/seeds-react-button": "^1.3.10",
41
+ "@sproutsocial/seeds-react-icon": "^2.0.5",
42
42
  "@sproutsocial/seeds-react-system-props": "^3.0.1",
43
43
  "@sproutsocial/seeds-react-text": "^1.3.2",
44
- "@sproutsocial/seeds-react-theme": "^3.3.0",
44
+ "@sproutsocial/seeds-react-theme": "^3.3.1",
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.0",
54
- "@sproutsocial/seeds-react-input": "^1.4.15",
53
+ "@sproutsocial/seeds-react-form-field": "^1.1.1",
54
+ "@sproutsocial/seeds-react-input": "^1.4.16",
55
55
  "@sproutsocial/seeds-react-testing-library": "*",
56
56
  "@sproutsocial/seeds-testing": "*",
57
57
  "@sproutsocial/seeds-tsconfig": "*",