@jobber/components 2.85.7 → 2.86.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.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,25 @@ 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
+ # [2.86.0](https://github.com/GetJobber/atlantis/compare/@jobber/components@2.85.8...@jobber/components@2.86.0) (2022-10-14)
12
+
13
+
14
+ ### Features
15
+
16
+ * **design:** update icon set ([#924](https://github.com/GetJobber/atlantis/issues/924)) ([b04062a](https://github.com/GetJobber/atlantis/commit/b04062aa2dd60229fb48b67fe0ca01c00ded223b))
17
+
18
+
19
+
20
+
21
+
22
+ ## [2.85.8](https://github.com/GetJobber/atlantis/compare/@jobber/components@2.85.7...@jobber/components@2.85.8) (2022-09-30)
23
+
24
+ **Note:** Version bump only for package @jobber/components
25
+
26
+
27
+
28
+
29
+
11
30
  ## [2.85.7](https://github.com/GetJobber/atlantis/compare/@jobber/components@2.85.6...@jobber/components@2.85.7) (2022-09-23)
12
31
 
13
32
  **Note:** Version bump only for package @jobber/components
@@ -125,7 +125,7 @@ function Action(_a) {
125
125
  actionButtonRef.current.focus();
126
126
  }
127
127
  }, [shouldFocus]);
128
- return (React__default.createElement("button", { role: "menuitem", className: styles.action, key: label, onClick: onClick, ref: actionButtonRef },
128
+ return (React__default.createElement("button", { role: "menuitem", type: "button", className: styles.action, key: label, onClick: onClick, ref: actionButtonRef },
129
129
  icon && (React__default.createElement("span", { className: styles.icon },
130
130
  React__default.createElement(index$2.Icon, { name: icon }))),
131
131
  React__default.createElement(index.Typography, { element: "span", size: "base", textColor: "greyBlueDark" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "2.85.7",
3
+ "version": "2.86.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "dist/*"
18
18
  ],
19
19
  "dependencies": {
20
- "@jobber/design": "^0.25.2",
20
+ "@jobber/design": "^0.26.0",
21
21
  "@jobber/formatters": "^0.2.0",
22
22
  "@jobber/hooks": "^1.12.0",
23
23
  "@popperjs/core": "^2.0.6",
@@ -85,5 +85,5 @@
85
85
  "> 1%",
86
86
  "IE 10"
87
87
  ],
88
- "gitHead": "0ed5d725313fe84975fc9b36ac33d771c3f29647"
88
+ "gitHead": "da2a2a95b78390ab93a10e9037329fc98acd0348"
89
89
  }