@jobber/components 4.85.4-CJS-to-ESM.7 → 4.85.4-CJS-to-ESM.8

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/README.md CHANGED
@@ -34,7 +34,3 @@ export default function MyComponent() {
34
34
 
35
35
  More information on Atlantis can be found at
36
36
  [https://atlantis.getjobber.com](https://atlantis.getjobber.com).
37
-
38
- ## Additional Information
39
-
40
- Additional Information
@@ -0,0 +1,73 @@
1
+ export * from "./AnimatedPresence";
2
+ export * from "./AnimatedSwitcher";
3
+ export { Autocomplete } from "./Autocomplete";
4
+ export * from "./Avatar";
5
+ export * from "./Banner";
6
+ export * from "./Button";
7
+ export * from "./ButtonDismiss";
8
+ export * from "./Card";
9
+ export * from "./Checkbox";
10
+ export * from "./Chip";
11
+ export { Chips } from "./Chips";
12
+ export * from "./Combobox";
13
+ export * from "./ConfirmationModal";
14
+ export * from "./Content";
15
+ export * from "./Countdown";
16
+ export * from "./DataDump";
17
+ export * from "./DataList";
18
+ export { DataTable, createColumnHelper } from "./DataTable";
19
+ export * from "./DatePicker";
20
+ export * from "./DescriptionList";
21
+ export * from "./Disclosure";
22
+ export * from "./Divider";
23
+ export * from "./Drawer";
24
+ export * from "./Emphasis";
25
+ export * from "./FeatureSwitch";
26
+ export * from "./Flex";
27
+ export * from "./Form";
28
+ export * from "./FormField";
29
+ export * from "./FormatDate";
30
+ export * from "./FormatEmail";
31
+ export * from "./FormatFile";
32
+ export * from "./FormatRelativeDateTime";
33
+ export * from "./FormatTime";
34
+ export * from "./Gallery";
35
+ export * from "./Glimmer";
36
+ export * from "./Grid";
37
+ export * from "./Heading";
38
+ export * from "./Icon";
39
+ export * from "./InlineLabel";
40
+ export * from "./InputAvatar";
41
+ export * from "./InputDate";
42
+ export * from "./InputEmail";
43
+ export * from "./InputFile";
44
+ export * from "./InputGroup";
45
+ export * from "./InputNumber";
46
+ export * from "./InputPassword";
47
+ export * from "./InputPhoneNumber";
48
+ export * from "./InputText";
49
+ export * from "./InputTime";
50
+ export * from "./InputValidation";
51
+ export * from "./LightBox";
52
+ export * from "./Link";
53
+ export * from "./List";
54
+ export * from "./Markdown";
55
+ export * from "./Menu";
56
+ export * from "./Modal";
57
+ export * from "./MultiSelect";
58
+ export * from "./Page";
59
+ export * from "./Popover";
60
+ export * from "./ProgressBar";
61
+ export * from "./RadioGroup";
62
+ export * from "./RecurringSelect";
63
+ export * from "./Select";
64
+ export * from "./Spinner";
65
+ export * from "./StatusIndicator";
66
+ export * from "./StatusLabel";
67
+ export * from "./Switch";
68
+ export * from "./Table";
69
+ export * from "./Tabs";
70
+ export * from "./Text";
71
+ export * from "./Toast";
72
+ export * from "./Tooltip";
73
+ export * from "./Typography";
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "4.85.4-CJS-to-ESM.7+cacd09f4",
3
+ "type": "commonjs",
4
+ "version": "4.85.4-CJS-to-ESM.8+071ef469",
4
5
  "license": "MIT",
5
6
  "main": "dist/index.js",
6
7
  "module": "dist/index.mjs",
@@ -8,6 +9,7 @@
8
9
  "exports": {
9
10
  ".": {
10
11
  "import": "./dist/index.mjs",
12
+ "types": "./dist/index.d.mts",
11
13
  "require": "./dist/index.js"
12
14
  },
13
15
  "./AnimatedPresence": {
@@ -376,5 +378,5 @@
376
378
  "> 1%",
377
379
  "IE 10"
378
380
  ],
379
- "gitHead": "cacd09f4a68cf4acddfe68aa17d7d753d0546df4"
381
+ "gitHead": "071ef469e70b3499b709b477b8d72273b8a17bc4"
380
382
  }
package/rollup.config.js CHANGED
@@ -92,7 +92,13 @@ export default {
92
92
  src: "src/Combobox/components/ComboboxContent/ComboboxContentList/ComboboxContent.css.d.ts",
93
93
  dest: "dist/Combobox/components/ComboboxContent/ComboboxContentList",
94
94
  },
95
+ {
96
+ src: "dist/index.d.ts",
97
+ dest: "dist",
98
+ rename: "index.d.mts",
99
+ },
95
100
  ],
101
+ hook: "writeBundle",
96
102
  }),
97
103
  ],
98
104
  output: [