@codecademy/gamut-patterns 0.6.3-alpha.044bd4.0 → 0.6.3-alpha.134138.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/CHANGELOG.md CHANGED
@@ -3,11 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ### [0.6.3-alpha.044bd4.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-patterns@0.6.2...@codecademy/gamut-patterns@0.6.3-alpha.044bd4.0) (2021-10-06)
6
+ ### [0.6.3-alpha.134138.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-patterns@0.6.2...@codecademy/gamut-patterns@0.6.3-alpha.134138.0) (2021-10-26)
7
7
 
8
- **Note:** Version bump only for package @codecademy/gamut-patterns
9
8
 
9
+ ### Bug Fixes
10
10
 
11
+ * **Pattern:** fix white bg on regular and dense diagonal patterns ([f482074](https://github.com/Codecademy/client-modules/commit/f482074154f7ab242a73e6513a2c0924894e9789))
11
12
 
12
13
 
13
14
 
@@ -32,7 +32,7 @@ export var DiagonalBDense = /*#__PURE__*/React.forwardRef(function DiagonalBDens
32
32
  }, /*#__PURE__*/React.createElement("rect", {
33
33
  width: 4,
34
34
  height: 4,
35
- fill: "#fff"
35
+ fill: "transparent"
36
36
  }), /*#__PURE__*/React.createElement("rect", {
37
37
  y: 3,
38
38
  width: 1,
@@ -32,7 +32,7 @@ export var DiagonalBRegular = /*#__PURE__*/React.forwardRef(function DiagonalBRe
32
32
  }, /*#__PURE__*/React.createElement("rect", {
33
33
  width: 8,
34
34
  height: 8,
35
- fill: "#fff"
35
+ fill: "transparent"
36
36
  }), /*#__PURE__*/React.createElement("rect", {
37
37
  y: 7,
38
38
  width: 1,
@@ -8,7 +8,7 @@
8
8
  patternUnits="userSpaceOnUse"
9
9
  >
10
10
  <g clipPath="url(#clipDiagonalBDense)">
11
- <rect width="4" height="4" fill="white" />
11
+ <rect width="4" height="4" fill="transparent" />
12
12
  <rect y="3" width="1" height="1" fill="currentColor" />
13
13
  <rect x="1" y="2" width="1" height="1" fill="currentColor" />
14
14
  <rect x="2" y="1" width="1" height="1" fill="currentColor" />
@@ -16,7 +16,7 @@
16
16
  </g>
17
17
  <defs>
18
18
  <clipPath id="clipDiagonalBDense">
19
- <rect width="4" height="4" fill="white" />
19
+ <rect width="4" height="4" fill="transparent" />
20
20
  </clipPath>
21
21
  </defs>
22
22
  </pattern>
@@ -8,7 +8,7 @@
8
8
  patternUnits="userSpaceOnUse"
9
9
  >
10
10
  <g clipPath="url(#clipDiagonalBRegular)">
11
- <rect width="8" height="8" fill="white" />
11
+ <rect width="8" height="8" fill="transparent" />
12
12
  <rect y="7" width="1" height="1" fill="currentColor" />
13
13
  <rect x="1" y="6" width="1" height="1" fill="currentColor" />
14
14
  <rect x="2" y="5" width="1" height="1" fill="currentColor" />
@@ -20,7 +20,7 @@
20
20
  </g>
21
21
  <defs>
22
22
  <clipPath id="clipDiagonalBRegular">
23
- <rect width="8" height="8" fill="white" />
23
+ <rect width="8" height="8" fill="transparent" />
24
24
  </clipPath>
25
25
  </defs>
26
26
  </pattern>
package/package.json CHANGED
@@ -4,8 +4,8 @@
4
4
  "url": "https://github.com/Codecademy/client-modules/issues"
5
5
  },
6
6
  "dependencies": {
7
- "@codecademy/gamut-styles": "11.11.1-alpha.044bd4.0",
8
- "@codecademy/variance": "0.18.2-alpha.044bd4.0",
7
+ "@codecademy/gamut-styles": "^11.11.0",
8
+ "@codecademy/variance": "^0.18.1",
9
9
  "classnames": "^2.2.5"
10
10
  },
11
11
  "description": "Pattern library for Codecademy",
@@ -43,6 +43,6 @@
43
43
  "lernaBuildTask": "yarn build"
44
44
  },
45
45
  "sideEffects": false,
46
- "version": "0.6.3-alpha.044bd4.0",
47
- "gitHead": "634f9c7a2ecf3346383f90d691b8a6f67663d276"
46
+ "version": "0.6.3-alpha.134138.0",
47
+ "gitHead": "214b482ab542e26a8abfbd340ebd7fcb0946a4e8"
48
48
  }