@jobber/components 3.0.2 → 3.0.3-pre.2

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.
@@ -529,7 +529,7 @@ function Chips(props) {
529
529
  function Chip(props) {
530
530
  // Throw error when <Chip /> gets used outside of the <Chips />
531
531
  jobberHooks.useAssert(true, "`<Chip>` component can only be used inside `<Chips>`");
532
- return React__default["default"].createElement(React__default["default"].Fragment, null);
532
+ return React__default["default"].createElement("div", null);
533
533
  }
534
534
 
535
535
  exports.Chip = Chip;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "3.0.2",
3
+ "version": "3.0.3-pre.2+a045d54b",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "dist/*"
19
19
  ],
20
20
  "dependencies": {
21
- "@jobber/design": "^0.28.2",
21
+ "@jobber/design": "^0.28.3-pre.2+a045d54b",
22
22
  "@jobber/formatters": "^0.2.0",
23
23
  "@jobber/hooks": "^1.12.1",
24
24
  "@popperjs/core": "^2.0.6",
@@ -86,5 +86,5 @@
86
86
  "> 1%",
87
87
  "IE 10"
88
88
  ],
89
- "gitHead": "e3bdefce21d541fa1e6891b9fcd56bcd278c9726"
89
+ "gitHead": "a045d54b3697c071d721d0bbbcfc306810ca642c"
90
90
  }