@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.
@@ -11,23 +11,23 @@ $ tsup --dts
11
11
  ESM dist/esm/v1/index.js 165.00 B
12
12
  ESM dist/esm/index.js 583.00 B
13
13
  ESM dist/esm/v2/index.js 746.00 B
14
- ESM dist/esm/chunk-IYDY4OPB.js 7.12 KB
15
14
  ESM dist/esm/chunk-TQ44T5IM.js 26.85 KB
15
+ ESM dist/esm/chunk-IYDY4OPB.js 7.12 KB
16
16
  ESM dist/esm/v1/index.js.map 71.00 B
17
17
  ESM dist/esm/index.js.map 1.05 KB
18
18
  ESM dist/esm/v2/index.js.map 71.00 B
19
- ESM dist/esm/chunk-IYDY4OPB.js.map 12.85 KB
20
19
  ESM dist/esm/chunk-TQ44T5IM.js.map 63.46 KB
21
- ESM ⚡️ Build success in 240ms
20
+ ESM dist/esm/chunk-IYDY4OPB.js.map 12.85 KB
21
+ ESM ⚡️ Build success in 220ms
22
22
  CJS dist/v1/index.js 9.86 KB
23
23
  CJS dist/v2/index.js 31.92 KB
24
24
  CJS dist/index.js 39.00 KB
25
25
  CJS dist/v1/index.js.map 13.03 KB
26
26
  CJS dist/v2/index.js.map 64.54 KB
27
27
  CJS dist/index.js.map 77.26 KB
28
- CJS ⚡️ Build success in 252ms
28
+ CJS ⚡️ Build success in 232ms
29
29
  DTS Build start
30
- DTS ⚡️ Build success in 20132ms
30
+ DTS ⚡️ Build success in 17975ms
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 3.72 KB
@@ -38,4 +38,4 @@ $ tsup --dts
38
38
  DTS dist/v2/index.d.mts 3.72 KB
39
39
  DTS dist/Modal-ki8oiGbC.d.mts 2.52 KB
40
40
  DTS dist/ModalAction-BHG3Zbd9.d.mts 20.46 KB
41
- Done in 23.15s.
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.2",
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.11",
40
- "@sproutsocial/seeds-react-button": "^1.3.13",
41
- "@sproutsocial/seeds-react-icon": "^2.1.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.4.0",
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.4",
54
- "@sproutsocial/seeds-react-input": "^1.4.20",
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": "*",