@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 CHANGED
@@ -2693,6 +2693,7 @@ const secondaryIconMap = {
2693
2693
  longArrowUpRight: "backArrow",
2694
2694
  remove: "cross",
2695
2695
  thumbsDown: "thumbsUp",
2696
+ checklist: "jobForms",
2696
2697
  };
2697
2698
  const getPaths = (name) => {
2698
2699
  let paths = [];
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
@@ -2691,6 +2691,7 @@ const secondaryIconMap = {
2691
2691
  longArrowUpRight: "backArrow",
2692
2692
  remove: "cross",
2693
2693
  thumbsDown: "thumbsUp",
2694
+ checklist: "jobForms",
2694
2695
  };
2695
2696
  const getPaths = (name) => {
2696
2697
  let paths = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/design",
3
- "version": "0.96.1",
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": "1f03d859cb80ae90c91107efbd8a057a30a7f720"
73
+ "gitHead": "8bf91b6d4db3a8af920e8cc037f09e87e79bdaf9"
74
74
  }