@tonyarbor/components 0.4.0 → 0.6.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.
Files changed (86) hide show
  1. package/dist/ButtonSegmented.d.mts +61 -0
  2. package/dist/ButtonSegmented.d.ts +61 -0
  3. package/dist/ButtonSegmented.js +167 -0
  4. package/dist/ButtonSegmented.js.map +1 -0
  5. package/dist/ButtonSegmented.mjs +7 -0
  6. package/dist/ButtonSegmented.mjs.map +1 -0
  7. package/dist/ListRow.d.mts +72 -0
  8. package/dist/ListRow.d.ts +72 -0
  9. package/dist/ListRow.js +194 -0
  10. package/dist/ListRow.js.map +1 -0
  11. package/dist/ListRow.mjs +7 -0
  12. package/dist/ListRow.mjs.map +1 -0
  13. package/dist/ListRowMultiLine.d.mts +56 -0
  14. package/dist/ListRowMultiLine.d.ts +56 -0
  15. package/dist/ListRowMultiLine.js +182 -0
  16. package/dist/ListRowMultiLine.js.map +1 -0
  17. package/dist/ListRowMultiLine.mjs +7 -0
  18. package/dist/ListRowMultiLine.mjs.map +1 -0
  19. package/dist/Logo.d.mts +39 -0
  20. package/dist/Logo.d.ts +39 -0
  21. package/dist/Logo.js +119 -0
  22. package/dist/Logo.js.map +1 -0
  23. package/dist/Logo.mjs +7 -0
  24. package/dist/Logo.mjs.map +1 -0
  25. package/dist/Section.d.mts +57 -0
  26. package/dist/Section.d.ts +57 -0
  27. package/dist/Section.js +72 -0
  28. package/dist/Section.js.map +1 -0
  29. package/dist/Section.mjs +7 -0
  30. package/dist/Section.mjs.map +1 -0
  31. package/dist/SectionHeading.d.mts +111 -0
  32. package/dist/SectionHeading.d.ts +111 -0
  33. package/dist/SectionHeading.js +385 -0
  34. package/dist/SectionHeading.js.map +1 -0
  35. package/dist/SectionHeading.mjs +8 -0
  36. package/dist/SectionHeading.mjs.map +1 -0
  37. package/dist/SectionHeadingInteractive.d.mts +67 -0
  38. package/dist/SectionHeadingInteractive.d.ts +67 -0
  39. package/dist/SectionHeadingInteractive.js +225 -0
  40. package/dist/SectionHeadingInteractive.js.map +1 -0
  41. package/dist/SectionHeadingInteractive.mjs +7 -0
  42. package/dist/SectionHeadingInteractive.mjs.map +1 -0
  43. package/dist/SectionIcon.d.mts +35 -0
  44. package/dist/SectionIcon.d.ts +35 -0
  45. package/dist/SectionIcon.js +142 -0
  46. package/dist/SectionIcon.js.map +1 -0
  47. package/dist/SectionIcon.mjs +7 -0
  48. package/dist/SectionIcon.mjs.map +1 -0
  49. package/dist/SubSectionHeading.d.mts +75 -0
  50. package/dist/SubSectionHeading.d.ts +75 -0
  51. package/dist/SubSectionHeading.js +225 -0
  52. package/dist/SubSectionHeading.js.map +1 -0
  53. package/dist/SubSectionHeading.mjs +7 -0
  54. package/dist/SubSectionHeading.mjs.map +1 -0
  55. package/dist/SubSectionInteractive.d.mts +65 -0
  56. package/dist/SubSectionInteractive.d.ts +65 -0
  57. package/dist/SubSectionInteractive.js +211 -0
  58. package/dist/SubSectionInteractive.js.map +1 -0
  59. package/dist/SubSectionInteractive.mjs +7 -0
  60. package/dist/SubSectionInteractive.mjs.map +1 -0
  61. package/dist/chunk-7NYBJKJS.mjs +106 -0
  62. package/dist/chunk-7NYBJKJS.mjs.map +1 -0
  63. package/dist/chunk-ALLCJATI.mjs +189 -0
  64. package/dist/chunk-ALLCJATI.mjs.map +1 -0
  65. package/dist/chunk-F6JVEIWC.mjs +158 -0
  66. package/dist/chunk-F6JVEIWC.mjs.map +1 -0
  67. package/dist/chunk-GHATS25Y.mjs +249 -0
  68. package/dist/chunk-GHATS25Y.mjs.map +1 -0
  69. package/dist/chunk-ILLGBZ6R.mjs +131 -0
  70. package/dist/chunk-ILLGBZ6R.mjs.map +1 -0
  71. package/dist/chunk-NNYU4DPD.mjs +83 -0
  72. package/dist/chunk-NNYU4DPD.mjs.map +1 -0
  73. package/dist/chunk-ODKT7LGV.mjs +146 -0
  74. package/dist/chunk-ODKT7LGV.mjs.map +1 -0
  75. package/dist/chunk-RL4G7MR3.mjs +189 -0
  76. package/dist/chunk-RL4G7MR3.mjs.map +1 -0
  77. package/dist/chunk-X2CW5GF3.mjs +175 -0
  78. package/dist/chunk-X2CW5GF3.mjs.map +1 -0
  79. package/dist/chunk-YJ36ZZJQ.mjs +36 -0
  80. package/dist/chunk-YJ36ZZJQ.mjs.map +1 -0
  81. package/dist/index.d.mts +10 -0
  82. package/dist/index.d.ts +10 -0
  83. package/dist/index.js +1440 -0
  84. package/dist/index.js.map +1 -1
  85. package/dist/index.mjs +40 -0
  86. package/package.json +51 -1
package/dist/index.mjs CHANGED
@@ -1,3 +1,33 @@
1
+ import {
2
+ SectionHeadingInteractive
3
+ } from "./chunk-RL4G7MR3.mjs";
4
+ import {
5
+ Section
6
+ } from "./chunk-YJ36ZZJQ.mjs";
7
+ import {
8
+ Logo
9
+ } from "./chunk-NNYU4DPD.mjs";
10
+ import {
11
+ ButtonSegmented
12
+ } from "./chunk-ILLGBZ6R.mjs";
13
+ import {
14
+ SectionHeading
15
+ } from "./chunk-GHATS25Y.mjs";
16
+ import {
17
+ SectionIcon
18
+ } from "./chunk-7NYBJKJS.mjs";
19
+ import {
20
+ ListRow
21
+ } from "./chunk-F6JVEIWC.mjs";
22
+ import {
23
+ ListRowMultiLine
24
+ } from "./chunk-ODKT7LGV.mjs";
25
+ import {
26
+ SubSectionHeading
27
+ } from "./chunk-ALLCJATI.mjs";
28
+ import {
29
+ SubSectionInteractive
30
+ } from "./chunk-X2CW5GF3.mjs";
1
31
  import {
2
32
  Pagination
3
33
  } from "./chunk-RRMG2SSZ.mjs";
@@ -72,16 +102,26 @@ export {
72
102
  Banner,
73
103
  Breadcrumbs,
74
104
  Button,
105
+ ButtonSegmented,
75
106
  Card,
76
107
  Checkbox,
77
108
  Combobox,
78
109
  DatePicker,
79
110
  Input,
111
+ ListRow,
112
+ ListRowMultiLine,
113
+ Logo,
80
114
  NumericInput,
81
115
  Pagination,
82
116
  Radio,
83
117
  SearchGlobal,
84
118
  SearchOnPage,
119
+ Section,
120
+ SectionHeading,
121
+ SectionHeadingInteractive,
122
+ SectionIcon,
123
+ SubSectionHeading,
124
+ SubSectionInteractive,
85
125
  Table,
86
126
  TableControls,
87
127
  TableFooterPagination,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonyarbor/components",
3
- "version": "0.4.0",
3
+ "version": "0.6.0",
4
4
  "description": "React components for Arbor Design System",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -125,6 +125,56 @@
125
125
  "import": "./dist/Breadcrumbs.mjs",
126
126
  "require": "./dist/Breadcrumbs.js",
127
127
  "types": "./dist/Breadcrumbs.d.ts"
128
+ },
129
+ "./Logo": {
130
+ "import": "./dist/Logo.mjs",
131
+ "require": "./dist/Logo.js",
132
+ "types": "./dist/Logo.d.ts"
133
+ },
134
+ "./ButtonSegmented": {
135
+ "import": "./dist/ButtonSegmented.mjs",
136
+ "require": "./dist/ButtonSegmented.js",
137
+ "types": "./dist/ButtonSegmented.d.ts"
138
+ },
139
+ "./SectionHeading": {
140
+ "import": "./dist/SectionHeading.mjs",
141
+ "require": "./dist/SectionHeading.js",
142
+ "types": "./dist/SectionHeading.d.ts"
143
+ },
144
+ "./SectionIcon": {
145
+ "import": "./dist/SectionIcon.mjs",
146
+ "require": "./dist/SectionIcon.js",
147
+ "types": "./dist/SectionIcon.d.ts"
148
+ },
149
+ "./ListRow": {
150
+ "import": "./dist/ListRow.mjs",
151
+ "require": "./dist/ListRow.js",
152
+ "types": "./dist/ListRow.d.ts"
153
+ },
154
+ "./ListRowMultiLine": {
155
+ "import": "./dist/ListRowMultiLine.mjs",
156
+ "require": "./dist/ListRowMultiLine.js",
157
+ "types": "./dist/ListRowMultiLine.d.ts"
158
+ },
159
+ "./SubSectionHeading": {
160
+ "import": "./dist/SubSectionHeading.mjs",
161
+ "require": "./dist/SubSectionHeading.js",
162
+ "types": "./dist/SubSectionHeading.d.ts"
163
+ },
164
+ "./SubSectionInteractive": {
165
+ "import": "./dist/SubSectionInteractive.mjs",
166
+ "require": "./dist/SubSectionInteractive.js",
167
+ "types": "./dist/SubSectionInteractive.d.ts"
168
+ },
169
+ "./SectionHeadingInteractive": {
170
+ "import": "./dist/SectionHeadingInteractive.mjs",
171
+ "require": "./dist/SectionHeadingInteractive.js",
172
+ "types": "./dist/SectionHeadingInteractive.d.ts"
173
+ },
174
+ "./Section": {
175
+ "import": "./dist/Section.mjs",
176
+ "require": "./dist/Section.js",
177
+ "types": "./dist/Section.d.ts"
128
178
  }
129
179
  },
130
180
  "files": [