@jobber/components 6.67.0 → 6.68.1

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/dist/Chip-cjs.js CHANGED
@@ -70,6 +70,7 @@ function ChipSuffix({ children, className, onClick, testID, ariaLabel, }) {
70
70
  const allowedSuffixIcons = [
71
71
  "cross",
72
72
  "add",
73
+ "edit",
73
74
  "checkmark",
74
75
  "remove",
75
76
  "arrowDown",
package/dist/Chip-es.js CHANGED
@@ -68,6 +68,7 @@ function ChipSuffix({ children, className, onClick, testID, ariaLabel, }) {
68
68
  const allowedSuffixIcons = [
69
69
  "cross",
70
70
  "add",
71
+ "edit",
71
72
  "checkmark",
72
73
  "remove",
73
74
  "arrowDown",
@@ -9,7 +9,7 @@ export interface ClusterProps extends CommonAtlantisProps {
9
9
  /**
10
10
  * The vertical alignment of the cluster elements.
11
11
  */
12
- readonly align?: "start" | "end" | "center";
12
+ readonly align?: "start" | "end" | "center" | "stretch";
13
13
  /**
14
14
  * The amount of space between the cluster elements. Semantic tokens are available.
15
15
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.67.0",
3
+ "version": "6.68.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -542,5 +542,5 @@
542
542
  "> 1%",
543
543
  "IE 10"
544
544
  ],
545
- "gitHead": "6246dedceb2a622533b0bb366c0a96b312eabc0e"
545
+ "gitHead": "984dcaa45ef84984b1989dbd973dd95a7b729f94"
546
546
  }