@tonyarbor/components 0.7.0 → 0.7.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.
package/dist/index.mjs CHANGED
@@ -14,6 +14,15 @@ import {
14
14
  Modal,
15
15
  ModalContent
16
16
  } from "./chunk-7JWINM2N.mjs";
17
+ import {
18
+ TopNavBar
19
+ } from "./chunk-YUXQQX7M.mjs";
20
+ import {
21
+ AvatarLogoLockup
22
+ } from "./chunk-HG2ORLLW.mjs";
23
+ import {
24
+ TopNavItem
25
+ } from "./chunk-AVYGOALO.mjs";
17
26
  import {
18
27
  Logo
19
28
  } from "./chunk-NNYU4DPD.mjs";
@@ -109,6 +118,7 @@ import {
109
118
  } from "./chunk-CUTYEIFE.mjs";
110
119
  export {
111
120
  Avatar,
121
+ AvatarLogoLockup,
112
122
  Banner,
113
123
  Breadcrumbs,
114
124
  Button,
@@ -144,6 +154,8 @@ export {
144
154
  TextArea,
145
155
  Toast,
146
156
  Toggle,
147
- Tooltip
157
+ Tooltip,
158
+ TopNavBar,
159
+ TopNavItem
148
160
  };
149
161
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonyarbor/components",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "React components for Arbor Design System",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -190,6 +190,21 @@
190
190
  "import": "./dist/Modal.mjs",
191
191
  "require": "./dist/Modal.js",
192
192
  "types": "./dist/Modal.d.ts"
193
+ },
194
+ "./AvatarLogoLockup": {
195
+ "import": "./dist/AvatarLogoLockup.mjs",
196
+ "require": "./dist/AvatarLogoLockup.js",
197
+ "types": "./dist/AvatarLogoLockup.d.ts"
198
+ },
199
+ "./TopNavItem": {
200
+ "import": "./dist/TopNavItem.mjs",
201
+ "require": "./dist/TopNavItem.js",
202
+ "types": "./dist/TopNavItem.d.ts"
203
+ },
204
+ "./TopNavBar": {
205
+ "import": "./dist/TopNavBar.mjs",
206
+ "require": "./dist/TopNavBar.js",
207
+ "types": "./dist/TopNavBar.d.ts"
193
208
  }
194
209
  },
195
210
  "files": [