@sproutsocial/seeds-react-tree 0.4.15 → 0.4.16

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/tree.css dist/tree.css
8
8
  CLI Cleaning output folder
9
9
  CJS Build start
10
10
  ESM Build start
11
- ESM dist/esm/index.js 32.47 KB
12
- ESM dist/esm/index.js.map 75.52 KB
13
- ESM ⚡️ Build success in 24ms
14
11
  CJS dist/index.js 35.40 KB
15
12
  CJS dist/index.js.map 75.91 KB
16
- CJS ⚡️ Build success in 54ms
13
+ CJS ⚡️ Build success in 27ms
14
+ ESM dist/esm/index.js 32.47 KB
15
+ ESM dist/esm/index.js.map 75.52 KB
16
+ ESM ⚡️ Build success in 27ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 1111ms
18
+ DTS ⚡️ Build success in 1048ms
19
19
  DTS dist/index.d.ts 7.37 KB
20
20
  DTS dist/index.d.mts 7.37 KB
21
- Done in 2.26s.
21
+ Done in 1.83s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sproutsocial/seeds-react-tree
2
2
 
3
+ ## 0.4.16
4
+
5
+ ### Patch Changes
6
+
7
+ - @sproutsocial/seeds-react-popout@2.5.24
8
+
3
9
  ## 0.4.15
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-tree",
3
- "version": "0.4.15",
3
+ "version": "0.4.16",
4
4
  "description": "Seeds React Tree (WAI-ARIA treeview)",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@sproutsocial/seeds-react-icon": "^2.5.2",
35
35
  "@sproutsocial/seeds-react-mixins": "^4.3.16",
36
- "@sproutsocial/seeds-react-popout": "^2.5.23",
36
+ "@sproutsocial/seeds-react-popout": "^2.5.24",
37
37
  "@sproutsocial/seeds-react-system-props": "^3.2.1",
38
38
  "@sproutsocial/seeds-react-theme": "^4.5.1",
39
39
  "@sproutsocial/seeds-react-utilities": "^4.3.0"
@@ -41,7 +41,7 @@
41
41
  "devDependencies": {
42
42
  "@sproutsocial/eslint-config-seeds": "*",
43
43
  "@sproutsocial/seeds-react-button": "^2.3.9",
44
- "@sproutsocial/seeds-react-popout": "^2.5.23",
44
+ "@sproutsocial/seeds-react-popout": "^2.5.24",
45
45
  "@sproutsocial/seeds-react-testing-library": "*",
46
46
  "@sproutsocial/seeds-testing": "*",
47
47
  "@sproutsocial/seeds-tsconfig": "*",