@sproutsocial/seeds-react-tree 0.4.14 → 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.
@@ -10,12 +10,12 @@ $ tsup --dts && cp src/tree.css dist/tree.css
10
10
  ESM Build start
11
11
  CJS dist/index.js 35.40 KB
12
12
  CJS dist/index.js.map 75.91 KB
13
- CJS ⚡️ Build success in 90ms
13
+ CJS ⚡️ Build success in 27ms
14
14
  ESM dist/esm/index.js 32.47 KB
15
15
  ESM dist/esm/index.js.map 75.52 KB
16
- ESM ⚡️ Build success in 90ms
16
+ ESM ⚡️ Build success in 27ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 1139ms
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 1.94s.
21
+ Done in 1.83s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
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
+
9
+ ## 0.4.15
10
+
11
+ ### Patch Changes
12
+
13
+ - @sproutsocial/seeds-react-theme@4.5.1
14
+ - @sproutsocial/seeds-react-icon@2.5.2
15
+ - @sproutsocial/seeds-react-mixins@4.3.16
16
+ - @sproutsocial/seeds-react-popout@2.5.23
17
+
3
18
  ## 0.4.14
4
19
 
5
20
  ### Patch Changes
package/README.md CHANGED
@@ -4,9 +4,9 @@ A WAI-ARIA treeview component for the Seeds design system. Provides a primitive
4
4
  `Tree` + `TreeItem` API plus a `TreeCombobox` wrapper that pairs the tree with
5
5
  a `role="combobox"` input following the WAI-ARIA combobox pattern.
6
6
 
7
- > Status: **under development.** Exported under the `./base` subpath
7
+ > Exported under the `./base` subpath
8
8
  > (`@sproutsocial/seeds-react-tree/base`) and shown in Storybook under
9
- > "Really Under Development / Tree".
9
+ > "Components / Tree".
10
10
 
11
11
  ## Usage
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-tree",
3
- "version": "0.4.14",
3
+ "version": "0.4.16",
4
4
  "description": "Seeds React Tree (WAI-ARIA treeview)",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -31,17 +31,17 @@
31
31
  "test:watch": "jest --watch --coverage=false"
32
32
  },
33
33
  "dependencies": {
34
- "@sproutsocial/seeds-react-icon": "^2.5.1",
35
- "@sproutsocial/seeds-react-mixins": "^4.3.15",
36
- "@sproutsocial/seeds-react-popout": "^2.5.22",
34
+ "@sproutsocial/seeds-react-icon": "^2.5.2",
35
+ "@sproutsocial/seeds-react-mixins": "^4.3.16",
36
+ "@sproutsocial/seeds-react-popout": "^2.5.24",
37
37
  "@sproutsocial/seeds-react-system-props": "^3.2.1",
38
- "@sproutsocial/seeds-react-theme": "^4.5.0",
38
+ "@sproutsocial/seeds-react-theme": "^4.5.1",
39
39
  "@sproutsocial/seeds-react-utilities": "^4.3.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@sproutsocial/eslint-config-seeds": "*",
43
- "@sproutsocial/seeds-react-button": "^2.3.8",
44
- "@sproutsocial/seeds-react-popout": "^2.5.22",
43
+ "@sproutsocial/seeds-react-button": "^2.3.9",
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": "*",
@@ -11,7 +11,7 @@ import {
11
11
  } from "./storyData";
12
12
 
13
13
  const meta: Meta<typeof MultiTreeSearchableSelect> = {
14
- title: "Really Under Development/Tree/MultiTreeSearchableSelect",
14
+ title: "Components/Tree/MultiTreeSearchableSelect",
15
15
  component: MultiTreeSearchableSelect,
16
16
  };
17
17
 
@@ -11,7 +11,7 @@ import {
11
11
  } from "./storyData";
12
12
 
13
13
  const meta: Meta<typeof SingleTreeSearchableSelect> = {
14
- title: "Really Under Development/Tree/SingleTreeSearchableSelect",
14
+ title: "Components/Tree/SingleTreeSearchableSelect",
15
15
  component: SingleTreeSearchableSelect,
16
16
  };
17
17
 
@@ -9,7 +9,7 @@ import {
9
9
  } from "./storyData";
10
10
 
11
11
  const meta: Meta<typeof Tree> = {
12
- title: "Really Under Development/Tree",
12
+ title: "Components/Tree",
13
13
  component: Tree,
14
14
  };
15
15
 
@@ -11,7 +11,7 @@ import {
11
11
  } from "./storyData";
12
12
 
13
13
  const meta: Meta<typeof TreeCombobox> = {
14
- title: "Really Under Development/Tree/TreeCombobox",
14
+ title: "Components/Tree/TreeCombobox",
15
15
  component: TreeCombobox,
16
16
  };
17
17