@tonyarbor/components 0.2.1 → 0.4.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
@@ -10,6 +10,18 @@ import {
10
10
  import {
11
11
  Table
12
12
  } from "./chunk-AI2U34CF.mjs";
13
+ import {
14
+ Avatar
15
+ } from "./chunk-JSG27ZZS.mjs";
16
+ import {
17
+ SearchGlobal
18
+ } from "./chunk-UPBHDBAK.mjs";
19
+ import {
20
+ SearchOnPage
21
+ } from "./chunk-B7RX3TPX.mjs";
22
+ import {
23
+ Breadcrumbs
24
+ } from "./chunk-RQP6ZGD7.mjs";
13
25
  import {
14
26
  Radio
15
27
  } from "./chunk-M6DVBEEL.mjs";
@@ -56,7 +68,9 @@ import {
56
68
  Checkbox
57
69
  } from "./chunk-CUTYEIFE.mjs";
58
70
  export {
71
+ Avatar,
59
72
  Banner,
73
+ Breadcrumbs,
60
74
  Button,
61
75
  Card,
62
76
  Checkbox,
@@ -66,6 +80,8 @@ export {
66
80
  NumericInput,
67
81
  Pagination,
68
82
  Radio,
83
+ SearchGlobal,
84
+ SearchOnPage,
69
85
  Table,
70
86
  TableControls,
71
87
  TableFooterPagination,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonyarbor/components",
3
- "version": "0.2.1",
3
+ "version": "0.4.0",
4
4
  "description": "React components for Arbor Design System",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -105,6 +105,26 @@
105
105
  "import": "./dist/Table.mjs",
106
106
  "require": "./dist/Table.js",
107
107
  "types": "./dist/Table.d.ts"
108
+ },
109
+ "./Avatar": {
110
+ "import": "./dist/Avatar.mjs",
111
+ "require": "./dist/Avatar.js",
112
+ "types": "./dist/Avatar.d.ts"
113
+ },
114
+ "./SearchGlobal": {
115
+ "import": "./dist/SearchGlobal.mjs",
116
+ "require": "./dist/SearchGlobal.js",
117
+ "types": "./dist/SearchGlobal.d.ts"
118
+ },
119
+ "./SearchOnPage": {
120
+ "import": "./dist/SearchOnPage.mjs",
121
+ "require": "./dist/SearchOnPage.js",
122
+ "types": "./dist/SearchOnPage.d.ts"
123
+ },
124
+ "./Breadcrumbs": {
125
+ "import": "./dist/Breadcrumbs.mjs",
126
+ "require": "./dist/Breadcrumbs.js",
127
+ "types": "./dist/Breadcrumbs.d.ts"
108
128
  }
109
129
  },
110
130
  "files": [