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

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.
@@ -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,12 +1,14 @@
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.9+9a9a2fe0",
4
5
  "license": "MIT",
5
6
  "main": "dist/index.js",
6
7
  "module": "dist/index.mjs",
7
8
  "types": "dist/index.d.ts",
8
9
  "exports": {
9
10
  ".": {
11
+ "types": "./dist/index.d.mts",
10
12
  "import": "./dist/index.mjs",
11
13
  "require": "./dist/index.js"
12
14
  },
@@ -376,5 +378,5 @@
376
378
  "> 1%",
377
379
  "IE 10"
378
380
  ],
379
- "gitHead": "cacd09f4a68cf4acddfe68aa17d7d753d0546df4"
381
+ "gitHead": "9a9a2fe06423acd72b2274d206a8224d105a3350"
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: [