@sproutsocial/seeds-react-modal 1.0.4 → 1.0.5

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.
@@ -8,26 +8,26 @@ $ tsup --dts
8
8
  CLI Cleaning output folder
9
9
  CJS Build start
10
10
  ESM Build start
11
- ESM dist/esm/v1/index.js 165.00 B
11
+ CJS dist/index.js 30.11 KB
12
+ CJS dist/v1/index.js 9.86 KB
13
+ CJS dist/v2/index.js 22.24 KB
14
+ CJS dist/index.js.map 49.62 KB
15
+ CJS dist/v1/index.js.map 13.03 KB
16
+ CJS dist/v2/index.js.map 36.20 KB
17
+ CJS ⚡️ Build success in 295ms
12
18
  ESM dist/esm/index.js 567.00 B
19
+ ESM dist/esm/v1/index.js 165.00 B
13
20
  ESM dist/esm/v2/index.js 750.00 B
14
- ESM dist/esm/chunk-GKQRFPCX.js 18.04 KB
15
21
  ESM dist/esm/chunk-IYDY4OPB.js 7.12 KB
16
- ESM dist/esm/v1/index.js.map 71.00 B
22
+ ESM dist/esm/chunk-GKQRFPCX.js 18.04 KB
17
23
  ESM dist/esm/index.js.map 963.00 B
24
+ ESM dist/esm/v1/index.js.map 71.00 B
18
25
  ESM dist/esm/v2/index.js.map 71.00 B
19
- ESM dist/esm/chunk-GKQRFPCX.js.map 34.97 KB
20
26
  ESM dist/esm/chunk-IYDY4OPB.js.map 12.85 KB
21
- ESM ⚡️ Build success in 179ms
22
- CJS dist/v1/index.js 9.86 KB
23
- CJS dist/v2/index.js 22.24 KB
24
- CJS dist/index.js 30.11 KB
25
- CJS dist/v1/index.js.map 13.03 KB
26
- CJS dist/v2/index.js.map 36.20 KB
27
- CJS dist/index.js.map 49.62 KB
28
- CJS ⚡️ Build success in 183ms
27
+ ESM dist/esm/chunk-GKQRFPCX.js.map 34.97 KB
28
+ ESM ⚡️ Build success in 315ms
29
29
  DTS Build start
30
- DTS ⚡️ Build success in 27334ms
30
+ DTS ⚡️ Build success in 25909ms
31
31
  DTS dist/index.d.ts 973.00 B
32
32
  DTS dist/v1/index.d.ts 413.00 B
33
33
  DTS dist/v2/index.d.ts 1.33 KB
@@ -38,4 +38,4 @@ $ tsup --dts
38
38
  DTS dist/v2/index.d.mts 1.33 KB
39
39
  DTS dist/Modal-ki8oiGbC.d.mts 2.52 KB
40
40
  DTS dist/ModalRail-OQ8DZ1vH.d.mts 7.43 KB
41
- Done in 30.94s.
41
+ Done in 30.53s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @sproutsocial/seeds-react-modal
2
2
 
3
+ ## 1.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [47580c4]
8
+ - @sproutsocial/seeds-react-theme@3.1.0
9
+ - @sproutsocial/seeds-react-box@1.1.4
10
+ - @sproutsocial/seeds-react-icon@1.1.4
11
+ - @sproutsocial/seeds-react-button@1.2.3
12
+
3
13
  ## 1.0.4
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-modal",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
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.3",
40
- "@sproutsocial/seeds-react-button": "^1.2.2",
41
- "@sproutsocial/seeds-react-icon": "^1.1.3",
39
+ "@sproutsocial/seeds-react-box": "^1.1.4",
40
+ "@sproutsocial/seeds-react-button": "^1.2.3",
41
+ "@sproutsocial/seeds-react-icon": "^1.1.4",
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.0.1",
44
+ "@sproutsocial/seeds-react-theme": "^3.1.0",
45
45
  "react-dnd": "^16.0.1",
46
46
  "react-dnd-html5-backend": "^16.0.1",
47
47
  "react-modal": "^3.16.1",
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "devDependencies": {
51
51
  "@sproutsocial/eslint-config-seeds": "*",
52
- "@sproutsocial/seeds-react-form-field": "^1.0.2",
53
- "@sproutsocial/seeds-react-input": "^1.4.4",
52
+ "@sproutsocial/seeds-react-form-field": "^1.0.3",
53
+ "@sproutsocial/seeds-react-input": "^1.4.5",
54
54
  "@sproutsocial/seeds-react-testing-library": "*",
55
55
  "@sproutsocial/seeds-testing": "*",
56
56
  "@sproutsocial/seeds-tsconfig": "*",