@tonyarbor/components 0.7.1 → 0.8.0

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.
package/dist/index.mjs CHANGED
@@ -1,3 +1,9 @@
1
+ import {
2
+ SideNavBar
3
+ } from "./chunk-GO2UDHKM.mjs";
4
+ import {
5
+ SideNavButton
6
+ } from "./chunk-I4ZVW4AI.mjs";
1
7
  import {
2
8
  SectionHeadingInteractive
3
9
  } from "./chunk-RL4G7MR3.mjs";
@@ -144,6 +150,8 @@ export {
144
150
  SectionHeading,
145
151
  SectionHeadingInteractive,
146
152
  SectionIcon,
153
+ SideNavBar,
154
+ SideNavButton,
147
155
  SubSectionHeading,
148
156
  SubSectionInteractive,
149
157
  Table,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonyarbor/components",
3
- "version": "0.7.1",
3
+ "version": "0.8.0",
4
4
  "description": "React components for Arbor Design System",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -205,6 +205,16 @@
205
205
  "import": "./dist/TopNavBar.mjs",
206
206
  "require": "./dist/TopNavBar.js",
207
207
  "types": "./dist/TopNavBar.d.ts"
208
+ },
209
+ "./SideNavButton": {
210
+ "import": "./dist/SideNavButton.mjs",
211
+ "require": "./dist/SideNavButton.js",
212
+ "types": "./dist/SideNavButton.d.ts"
213
+ },
214
+ "./SideNavBar": {
215
+ "import": "./dist/SideNavBar.mjs",
216
+ "require": "./dist/SideNavBar.js",
217
+ "types": "./dist/SideNavBar.d.ts"
208
218
  }
209
219
  },
210
220
  "files": [