@codecademy/gamut-patterns 0.9.7 → 0.9.8-alpha.472d6c.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.
Files changed (2) hide show
  1. package/dist/props.d.ts +1 -1
  2. package/package.json +4 -10
package/dist/props.d.ts CHANGED
@@ -177,7 +177,7 @@ declare const patternStyles: import("@codecademy/variance/dist/types/config").Pa
177
177
  readonly scale: "spacing";
178
178
  };
179
179
  }>>]>>;
180
- export declare type PatternStyleProps = StyleProps<typeof patternStyles>;
180
+ export type PatternStyleProps = StyleProps<typeof patternStyles>;
181
181
  export interface PatternProps extends Omit<React.SVGProps<SVGSVGElement>, keyof PatternStyleProps>, PatternStyleProps {
182
182
  /**
183
183
  * A suffix added to the end of the unique generated ID for the icon. This is useful if you have multiple of the same icon on the page and need to pass accessibility guidelines.
package/package.json CHANGED
@@ -4,16 +4,10 @@
4
4
  "url": "https://github.com/Codecademy/gamut/issues"
5
5
  },
6
6
  "dependencies": {
7
- "@codecademy/gamut-styles": "16.1.2",
8
- "@codecademy/variance": "0.21.0",
7
+ "@codecademy/gamut-styles": "16.1.3-alpha.472d6c.0",
8
+ "@codecademy/variance": "0.21.1-alpha.472d6c.0",
9
9
  "classnames": "^2.2.5"
10
10
  },
11
- "devDependencies": {
12
- "@svgr/cli": "5.5.0",
13
- "@testing-library/react": "^12.1.2",
14
- "lodash": "^4.17.5",
15
- "svgo": "^1.3.2"
16
- },
17
11
  "description": "Pattern library for Codecademy",
18
12
  "homepage": "https://github.com/Codecademy/gamut#readme",
19
13
  "name": "@codecademy/gamut-patterns",
@@ -42,6 +36,6 @@
42
36
  "build": "nx build @codecademy/gamut-patterns"
43
37
  },
44
38
  "sideEffects": false,
45
- "version": "0.9.7",
46
- "gitHead": "89f9d70c35e7d935086a7e49c7037dd381eac935"
39
+ "version": "0.9.8-alpha.472d6c.0",
40
+ "gitHead": "2563cf2ff444e794fd138f1b4dfa024d64f37803"
47
41
  }