@jobber/components 3.0.3-pre.1 → 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.
package/CHANGELOG.md CHANGED
@@ -8,22 +8,6 @@ menu: Changelog
8
8
  All notable changes to this project will be documented in this file.
9
9
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
10
10
 
11
- ## [3.0.3-pre.1](https://github.com/GetJobber/atlantis/compare/@jobber/components@3.0.3-pre.0...@jobber/components@3.0.3-pre.1) (2023-02-10)
12
-
13
- **Note:** Version bump only for package @jobber/components
14
-
15
-
16
-
17
-
18
-
19
- ## [3.0.3-pre.0](https://github.com/GetJobber/atlantis/compare/@jobber/components@3.0.2...@jobber/components@3.0.3-pre.0) (2023-02-10)
20
-
21
- **Note:** Version bump only for package @jobber/components
22
-
23
-
24
-
25
-
26
-
27
11
  ## [3.0.2](https://github.com/GetJobber/atlantis/compare/@jobber/components@3.0.1...@jobber/components@3.0.2) (2023-02-10)
28
12
 
29
13
  **Note:** Version bump only for package @jobber/components
@@ -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.3-pre.1",
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.3-pre.1",
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",
@@ -27,8 +27,7 @@
27
27
  "@types/color": "^3.0.1",
28
28
  "@types/lodash": "^4.14.136",
29
29
  "@types/react-datepicker": "^4.8.0",
30
- "@types/react-router": "5.1.7",
31
- "@types/react-router-dom": "5.1.5",
30
+ "@types/react-router-dom": "^5.1.5",
32
31
  "@types/uuid": "^8.3.3",
33
32
  "@use-it/event-listener": "^0.1.3",
34
33
  "axios": "^0.21.2",
@@ -44,7 +43,7 @@
44
43
  "react-image-lightbox": "^5.1.1",
45
44
  "react-markdown": "^8.0.3",
46
45
  "react-popper": "^2.2.5",
47
- "react-router-dom": "~5.2.0",
46
+ "react-router-dom": "^5.2.0",
48
47
  "time-input-polyfill": "^1.0.7",
49
48
  "ts-xor": "^1.0.8",
50
49
  "uuid": "^8.3.2"
@@ -87,5 +86,5 @@
87
86
  "> 1%",
88
87
  "IE 10"
89
88
  ],
90
- "gitHead": "6ae8322cf73b376c0be4d64baca6fa3307a4ff29"
89
+ "gitHead": "a045d54b3697c071d721d0bbbcfc306810ca642c"
91
90
  }