@codecademy/gamut-patterns 0.9.7 → 0.9.8-alpha.187436.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/props.d.ts +1 -1
- 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
|
|
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.
|
|
8
|
-
"@codecademy/variance": "0.21.0",
|
|
7
|
+
"@codecademy/gamut-styles": "16.1.3-alpha.187436.0",
|
|
8
|
+
"@codecademy/variance": "0.21.1-alpha.187436.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.
|
|
46
|
-
"gitHead": "
|
|
39
|
+
"version": "0.9.8-alpha.187436.0",
|
|
40
|
+
"gitHead": "25fdee2557622798d089488b96934207d3c4800c"
|
|
47
41
|
}
|