@sproutsocial/seeds-react-panel 1.2.2 → 1.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.
@@ -10,12 +10,12 @@ $ tsup --dts && cp src/panel.css dist/panel.css
10
10
  ESM Build start
11
11
  CJS dist/index.js 22.94 KB
12
12
  CJS dist/index.js.map 49.28 KB
13
- CJS ⚡️ Build success in 41ms
13
+ CJS ⚡️ Build success in 83ms
14
14
  ESM dist/esm/index.js 18.61 KB
15
15
  ESM dist/esm/index.js.map 49.09 KB
16
- ESM ⚡️ Build success in 41ms
16
+ ESM ⚡️ Build success in 83ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 2758ms
18
+ DTS ⚡️ Build success in 4376ms
19
19
  DTS dist/index.d.ts 9.41 KB
20
20
  DTS dist/index.d.mts 9.41 KB
21
- Done in 3.86s.
21
+ Done in 6.40s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @sproutsocial/seeds-react-panel
2
2
 
3
+ ## 1.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [db4415c]
8
+ - @sproutsocial/seeds-react-theme@4.7.0
9
+ - @sproutsocial/seeds-react-box@1.1.34
10
+ - @sproutsocial/seeds-react-drawer@2.2.25
11
+ - @sproutsocial/seeds-react-hooks@3.4.2
12
+ - @sproutsocial/seeds-react-icon@2.5.4
13
+ - @sproutsocial/seeds-react-button@2.3.11
14
+
15
+ ## 1.2.3
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [57372fe]
20
+ - @sproutsocial/seeds-react-theme@4.6.0
21
+ - @sproutsocial/seeds-react-box@1.1.33
22
+ - @sproutsocial/seeds-react-drawer@2.2.24
23
+ - @sproutsocial/seeds-react-hooks@3.4.1
24
+ - @sproutsocial/seeds-react-icon@2.5.3
25
+ - @sproutsocial/seeds-react-button@2.3.10
26
+
3
27
  ## 1.2.2
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-panel",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
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.1",
29
+ "@sproutsocial/seeds-react-theme": "^4.7.0",
30
30
  "@sproutsocial/seeds-react-system-props": "^3.2.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",
31
+ "@sproutsocial/seeds-react-box": "^1.1.34",
32
+ "@sproutsocial/seeds-react-button": "^2.3.11",
33
+ "@sproutsocial/seeds-react-icon": "^2.5.4",
34
34
  "@sproutsocial/seeds-react-text": "^1.5.5",
35
35
  "@sproutsocial/seeds-motion": "^1.8.2",
36
36
  "@sproutsocial/seeds-react-drawer": "*",