@sproutsocial/seeds-react-modal 2.5.0 → 2.5.1

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 81.32 KB
15
15
  CJS dist/v1/index.js.map 14.56 KB
16
16
  CJS dist/v2/index.js.map 66.44 KB
17
- CJS ⚡️ Build success in 57ms
18
- ESM dist/esm/v1/index.js 165.00 B
19
- ESM dist/esm/v2/index.js 746.00 B
17
+ CJS ⚡️ Build success in 30ms
20
18
  ESM dist/esm/index.js 733.00 B
19
+ ESM dist/esm/v1/index.js 165.00 B
21
20
  ESM dist/esm/chunk-72GBDCA2.js 7.57 KB
22
21
  ESM dist/esm/chunk-62MRZAJV.js 27.81 KB
23
- ESM dist/esm/v2/index.js.map 71.00 B
24
- ESM dist/esm/v1/index.js.map 71.00 B
22
+ ESM dist/esm/v2/index.js 746.00 B
25
23
  ESM dist/esm/index.js.map 1.16 KB
24
+ ESM dist/esm/v1/index.js.map 71.00 B
26
25
  ESM dist/esm/chunk-72GBDCA2.js.map 14.38 KB
27
26
  ESM dist/esm/chunk-62MRZAJV.js.map 65.36 KB
28
- ESM ⚡️ Build success in 58ms
27
+ ESM dist/esm/v2/index.js.map 71.00 B
28
+ ESM ⚡️ Build success in 30ms
29
29
  DTS Build start
30
- DTS ⚡️ Build success in 4510ms
30
+ DTS ⚡️ Build success in 4194ms
31
31
  DTS dist/index.d.ts 1.07 KB
32
32
  DTS dist/v1/index.d.ts 413.00 B
33
33
  DTS dist/v2/index.d.ts 1.16 KB
@@ -38,4 +38,4 @@ $ tsup --dts
38
38
  DTS dist/v2/index.d.mts 1.16 KB
39
39
  DTS dist/Modal-DTeKLfEI.d.mts 2.52 KB
40
40
  DTS dist/ModalExternalTrigger-BnbJk9zY.d.mts 23.41 KB
41
- Done in 5.41s.
41
+ Done in 4.96s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @sproutsocial/seeds-react-modal
2
2
 
3
+ ## 2.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @sproutsocial/seeds-react-icon@2.2.6
8
+ - @sproutsocial/seeds-react-button@1.4.1
9
+
3
10
  ## 2.5.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-modal",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
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.14",
40
- "@sproutsocial/seeds-react-button": "^1.4.0",
41
- "@sproutsocial/seeds-react-icon": "^2.2.5",
40
+ "@sproutsocial/seeds-react-button": "^1.4.1",
41
+ "@sproutsocial/seeds-react-icon": "^2.2.6",
42
42
  "@sproutsocial/seeds-react-portal": "^1.2.0",
43
43
  "@sproutsocial/seeds-react-system-props": "^3.0.1",
44
44
  "@sproutsocial/seeds-react-text": "^1.4.0",
@@ -52,7 +52,7 @@
52
52
  "devDependencies": {
53
53
  "@sproutsocial/eslint-config-seeds": "*",
54
54
  "@sproutsocial/seeds-react-form-field": "^1.1.8",
55
- "@sproutsocial/seeds-react-input": "^1.5.7",
55
+ "@sproutsocial/seeds-react-input": "^1.5.8",
56
56
  "@sproutsocial/seeds-react-testing-library": "*",
57
57
  "@sproutsocial/seeds-testing": "*",
58
58
  "@sproutsocial/seeds-tsconfig": "*",