@sproutsocial/seeds-react-panel 1.2.0 → 1.2.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.
@@ -8,14 +8,14 @@ $ tsup --dts && cp src/panel.css dist/panel.css
8
8
  CLI Cleaning output folder
9
9
  CJS Build start
10
10
  ESM Build start
11
- ESM dist/esm/index.js 18.61 KB
12
- ESM dist/esm/index.js.map 49.09 KB
13
- ESM ⚡️ Build success in 115ms
14
11
  CJS dist/index.js 22.94 KB
15
12
  CJS dist/index.js.map 49.28 KB
16
- CJS ⚡️ Build success in 115ms
13
+ CJS ⚡️ Build success in 87ms
14
+ ESM dist/esm/index.js 18.61 KB
15
+ ESM dist/esm/index.js.map 49.09 KB
16
+ ESM ⚡️ Build success in 87ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 2596ms
18
+ DTS ⚡️ Build success in 4014ms
19
19
  DTS dist/index.d.ts 9.41 KB
20
20
  DTS dist/index.d.mts 9.41 KB
21
- Done in 3.82s.
21
+ Done in 5.61s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @sproutsocial/seeds-react-panel
2
2
 
3
+ ## 1.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @sproutsocial/seeds-react-theme@4.5.1
8
+ - @sproutsocial/seeds-react-box@1.1.32
9
+ - @sproutsocial/seeds-react-drawer@2.2.22
10
+ - @sproutsocial/seeds-react-hooks@3.3.2
11
+ - @sproutsocial/seeds-react-icon@2.5.2
12
+ - @sproutsocial/seeds-react-button@2.3.9
13
+
3
14
  ## 1.2.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-panel",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Seeds React Panel",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -26,11 +26,11 @@
26
26
  "test:watch": "jest --watch --coverage=false"
27
27
  },
28
28
  "dependencies": {
29
- "@sproutsocial/seeds-react-theme": "^4.5.0",
29
+ "@sproutsocial/seeds-react-theme": "^4.5.1",
30
30
  "@sproutsocial/seeds-react-system-props": "^3.2.1",
31
- "@sproutsocial/seeds-react-box": "^1.1.31",
32
- "@sproutsocial/seeds-react-button": "^2.3.8",
33
- "@sproutsocial/seeds-react-icon": "^2.5.1",
31
+ "@sproutsocial/seeds-react-box": "^1.1.32",
32
+ "@sproutsocial/seeds-react-button": "^2.3.9",
33
+ "@sproutsocial/seeds-react-icon": "^2.5.2",
34
34
  "@sproutsocial/seeds-react-text": "^1.5.5",
35
35
  "@sproutsocial/seeds-motion": "^1.8.2",
36
36
  "@sproutsocial/seeds-react-drawer": "*",