@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 +1 -0
- package/dist/Chip-es.js +1 -0
- package/dist/Cluster/types.d.ts +1 -1
- package/package.json +2 -2
package/dist/Chip-cjs.js
CHANGED
package/dist/Chip-es.js
CHANGED
package/dist/Cluster/types.d.ts
CHANGED
|
@@ -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.
|
|
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": "
|
|
545
|
+
"gitHead": "984dcaa45ef84984b1989dbd973dd95a7b729f94"
|
|
546
546
|
}
|