@jobber/design 0.96.1 → 0.97.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/dist/index.cjs +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -0
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ export declare function getIcon({ name, color, platform, size, format, }: GetIco
|
|
|
44
44
|
readonly paths: string[];
|
|
45
45
|
readonly viewBox: string;
|
|
46
46
|
};
|
|
47
|
-
export type ExtraIconNames = "longArrowUp" | "longArrowDown" | "longArrowRight" | "longArrowLeft" | "longArrowUpRight" | "remove" | "thumbsDown" | "truck";
|
|
47
|
+
export type ExtraIconNames = "longArrowUp" | "longArrowDown" | "longArrowRight" | "longArrowLeft" | "longArrowUpRight" | "remove" | "thumbsDown" | "truck" | "checklist";
|
|
48
48
|
export type IconNames = keyof typeof iconMap.icons | ExtraIconNames;
|
|
49
49
|
export type IconSizes = keyof typeof iconSizes.tokens;
|
|
50
50
|
export type IconColorNames = keyof typeof iconColors.tokens;
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/design",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.97.0",
|
|
4
4
|
"description": "Design foundation for the Jobber Atlantis Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"jsdom": "^24.1.0",
|
|
71
71
|
"tsx": "^4.16.2"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "8bf91b6d4db3a8af920e8cc037f09e87e79bdaf9"
|
|
74
74
|
}
|