@codecademy/gamut-patterns 0.8.12-alpha.ad9693.0 → 0.8.12-alpha.cf5b5a.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/patterns/CheckerDense.js +1 -1
- package/dist/patterns/CheckerLoose.js +1 -1
- package/dist/patterns/CheckerRegular.js +1 -1
- package/dist/patterns/DiagonalADense.js +1 -1
- package/dist/patterns/DiagonalALoose.js +1 -1
- package/dist/patterns/DiagonalARegular.js +1 -1
- package/dist/patterns/DiagonalBDense.js +1 -1
- package/dist/patterns/DiagonalBLoose.js +1 -1
- package/dist/patterns/DiagonalBRegular.js +1 -1
- package/dist/patterns/DotDense.js +1 -1
- package/dist/patterns/DotLoose.js +1 -1
- package/dist/patterns/DotRegular.js +1 -1
- package/dist/patterns/ExDense.js +1 -1
- package/dist/patterns/ExLoose.js +1 -1
- package/dist/patterns/ExRegular.js +1 -1
- package/dist/patterns/FlowerDense.js +1 -1
- package/dist/patterns/FlowerLoose.js +1 -1
- package/dist/patterns/FlowerRegular.js +1 -1
- package/dist/patterns/GridDense.js +1 -1
- package/dist/patterns/GridLoose.js +1 -1
- package/dist/patterns/GridRegular.js +1 -1
- package/dist/patterns/Herringbone.js +1 -1
- package/dist/patterns/RainDense.js +1 -1
- package/dist/patterns/RainLoose.js +1 -1
- package/dist/patterns/RainRegular.js +1 -1
- package/dist/patterns/StripeDense.js +1 -1
- package/dist/patterns/StripeLoose.js +1 -1
- package/dist/patterns/StripeRegular.js +1 -1
- package/dist/props.d.ts +2 -2
- package/dist/svg/CheckerDense.svg +14 -0
- package/dist/svg/CheckerLoose.svg +14 -0
- package/dist/svg/CheckerRegular.svg +14 -0
- package/dist/svg/DiagonalADense.svg +20 -0
- package/dist/svg/DiagonalALoose.svg +44 -0
- package/dist/svg/DiagonalARegular.svg +28 -0
- package/dist/svg/DiagonalBDense.svg +24 -0
- package/dist/svg/DiagonalBLoose.svg +28 -0
- package/dist/svg/DiagonalBRegular.svg +28 -0
- package/dist/svg/DotDense.svg +13 -0
- package/dist/svg/DotLoose.svg +40 -0
- package/dist/svg/DotRegular.svg +13 -0
- package/dist/svg/ExDense.svg +17 -0
- package/dist/svg/ExLoose.svg +17 -0
- package/dist/svg/ExRegular.svg +17 -0
- package/dist/svg/FlowerDense.svg +16 -0
- package/dist/svg/FlowerLoose.svg +16 -0
- package/dist/svg/FlowerRegular.svg +16 -0
- package/dist/svg/GridDense.svg +16 -0
- package/dist/svg/GridLoose.svg +16 -0
- package/dist/svg/GridRegular.svg +16 -0
- package/dist/svg/Herringbone.svg +19 -0
- package/dist/svg/RainDense.svg +14 -0
- package/dist/svg/RainLoose.svg +14 -0
- package/dist/svg/RainRegular.svg +14 -0
- package/dist/svg/StripeDense.svg +20 -0
- package/dist/svg/StripeLoose.svg +44 -0
- package/dist/svg/StripeRegular.svg +28 -0
- package/dist/types.js +1 -0
- package/package.json +8 -4
- package/.svgo.yml +0 -11
- package/CHANGELOG.md +0 -420
- package/babel.config.js +0 -4
- package/emotion-plugin.js +0 -46
- package/index-template.js +0 -10
- package/pattern-template.js +0 -30
- package/project.json +0 -33
- package/svgr.config.js +0 -29
- package/tsconfig.json +0 -15
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<pattern
|
|
3
|
+
id="exLoose"
|
|
4
|
+
x="0"
|
|
5
|
+
y="0"
|
|
6
|
+
width="16"
|
|
7
|
+
height="16"
|
|
8
|
+
patternUnits="userSpaceOnUse"
|
|
9
|
+
>
|
|
10
|
+
<rect x="1" width="1" height="1" fill="currentColor" />
|
|
11
|
+
<rect y="1" width="1" height="1" fill="currentColor" />
|
|
12
|
+
<rect x="1" y="2" width="1" height="1" fill="currentColor" />
|
|
13
|
+
<rect x="15" width="1" height="1" fill="currentColor" />
|
|
14
|
+
<rect x="15" y="2" width="1" height="1" fill="currentColor" />
|
|
15
|
+
</pattern>
|
|
16
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url(#exLoose)" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<pattern
|
|
3
|
+
id="exRegular"
|
|
4
|
+
x="0"
|
|
5
|
+
y="0"
|
|
6
|
+
width="8"
|
|
7
|
+
height="8"
|
|
8
|
+
patternUnits="userSpaceOnUse"
|
|
9
|
+
>
|
|
10
|
+
<rect x="1" width="1" height="1" fill="currentColor" />
|
|
11
|
+
<rect y="1" width="1" height="1" fill="currentColor" />
|
|
12
|
+
<rect x="1" y="2" width="1" height="1" fill="currentColor" />
|
|
13
|
+
<rect x="7" width="1" height="1" fill="currentColor" />
|
|
14
|
+
<rect x="7" y="2" width="1" height="1" fill="currentColor" />
|
|
15
|
+
</pattern>
|
|
16
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url(#exRegular)" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<pattern
|
|
3
|
+
id="flowerDense"
|
|
4
|
+
x="0"
|
|
5
|
+
y="0"
|
|
6
|
+
width="4"
|
|
7
|
+
height="4"
|
|
8
|
+
patternUnits="userSpaceOnUse"
|
|
9
|
+
>
|
|
10
|
+
<rect width="1" height="1" fill="currentColor" />
|
|
11
|
+
<rect x="1" y="1" width="1" height="1" fill="currentColor" />
|
|
12
|
+
<rect y="2" width="1" height="1" fill="currentColor" />
|
|
13
|
+
<rect x="3" y="1" width="1" height="1" fill="currentColor" />
|
|
14
|
+
</pattern>
|
|
15
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url(#flowerDense)" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<pattern
|
|
3
|
+
id="flowerLoose"
|
|
4
|
+
x="0"
|
|
5
|
+
y="0"
|
|
6
|
+
width="16"
|
|
7
|
+
height="16"
|
|
8
|
+
patternUnits="userSpaceOnUse"
|
|
9
|
+
>
|
|
10
|
+
<rect width="1" height="1" fill="currentColor" />
|
|
11
|
+
<rect x="1" y="1" width="1" height="1" fill="currentColor" />
|
|
12
|
+
<rect y="2" width="1" height="1" fill="currentColor" />
|
|
13
|
+
<rect x="15" y="1" width="1" height="1" fill="currentColor" />
|
|
14
|
+
</pattern>
|
|
15
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url(#flowerLoose)" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<pattern
|
|
3
|
+
id="flowerRegular"
|
|
4
|
+
x="0"
|
|
5
|
+
y="0"
|
|
6
|
+
width="8"
|
|
7
|
+
height="8"
|
|
8
|
+
patternUnits="userSpaceOnUse"
|
|
9
|
+
>
|
|
10
|
+
<rect width="1" height="1" fill="currentColor" />
|
|
11
|
+
<rect x="1" y="1" width="1" height="1" fill="currentColor" />
|
|
12
|
+
<rect y="2" width="1" height="1" fill="currentColor" />
|
|
13
|
+
<rect x="7" y="1" width="1" height="1" fill="currentColor" />
|
|
14
|
+
</pattern>
|
|
15
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url(#flowerRegular)" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<pattern
|
|
3
|
+
id="gridDense"
|
|
4
|
+
x="0"
|
|
5
|
+
y="0"
|
|
6
|
+
width="4"
|
|
7
|
+
height="4"
|
|
8
|
+
patternUnits="userSpaceOnUse"
|
|
9
|
+
>
|
|
10
|
+
<rect width="1" height="1" fill="currentColor" />
|
|
11
|
+
<rect y="2" width="1" height="1" fill="currentColor" />
|
|
12
|
+
<rect x="2" width="1" height="1" fill="currentColor" />
|
|
13
|
+
<rect x="2" y="2" width="1" height="1" fill="currentColor" />
|
|
14
|
+
</pattern>
|
|
15
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url(#gridDense)" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<pattern
|
|
3
|
+
id="gridLoose"
|
|
4
|
+
x="0"
|
|
5
|
+
y="0"
|
|
6
|
+
width="16"
|
|
7
|
+
height="16"
|
|
8
|
+
patternUnits="userSpaceOnUse"
|
|
9
|
+
>
|
|
10
|
+
<rect width="1" height="1" fill="currentColor" />
|
|
11
|
+
<rect y="8" width="1" height="1" fill="currentColor" />
|
|
12
|
+
<rect x="8" width="1" height="1" fill="currentColor" />
|
|
13
|
+
<rect x="8" y="8" width="1" height="1" fill="currentColor" />
|
|
14
|
+
</pattern>
|
|
15
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url(#gridLoose)" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<pattern
|
|
3
|
+
id="gridRegular"
|
|
4
|
+
x="0"
|
|
5
|
+
y="0"
|
|
6
|
+
width="8"
|
|
7
|
+
height="8"
|
|
8
|
+
patternUnits="userSpaceOnUse"
|
|
9
|
+
>
|
|
10
|
+
<rect width="1" height="1" fill="currentColor" />
|
|
11
|
+
<rect y="4" width="1" height="1" fill="currentColor" />
|
|
12
|
+
<rect x="4" width="1" height="1" fill="currentColor" />
|
|
13
|
+
<rect x="4" y="4" width="1" height="1" fill="currentColor" />
|
|
14
|
+
</pattern>
|
|
15
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url(#gridRegular)" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<pattern
|
|
3
|
+
id="herringbone"
|
|
4
|
+
x="0"
|
|
5
|
+
y="0"
|
|
6
|
+
width="4"
|
|
7
|
+
height="4"
|
|
8
|
+
patternUnits="userSpaceOnUse"
|
|
9
|
+
>
|
|
10
|
+
<rect y="1" width="1" height="1" fill="herringbone" />
|
|
11
|
+
<rect x="1" y="2" width="1" height="1" fill="herringbone" />
|
|
12
|
+
<rect x="3" width="1" height="1" fill="herringbone" />
|
|
13
|
+
<rect x="2" width="1" height="1" fill="herringbone" />
|
|
14
|
+
<rect x="3" y="1" width="1" height="1" fill="herringbone" />
|
|
15
|
+
<rect x="3" y="3" width="1" height="1" fill="herringbone" />
|
|
16
|
+
<rect y="3" width="1" height="1" fill="herringbone" />
|
|
17
|
+
</pattern>
|
|
18
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url(#herringbone)" />
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<pattern
|
|
3
|
+
id="rainDense"
|
|
4
|
+
x="0"
|
|
5
|
+
y="0"
|
|
6
|
+
width="4"
|
|
7
|
+
height="4"
|
|
8
|
+
patternUnits="userSpaceOnUse"
|
|
9
|
+
>
|
|
10
|
+
<rect width="1" height="1" fill="currentColor" />
|
|
11
|
+
<rect x="1" y="1" width="1" height="1" fill="currentColor" />
|
|
12
|
+
</pattern>
|
|
13
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url(#rainDense)" />
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<pattern
|
|
3
|
+
id="rainLoose"
|
|
4
|
+
x="0"
|
|
5
|
+
y="0"
|
|
6
|
+
width="16"
|
|
7
|
+
height="16"
|
|
8
|
+
patternUnits="userSpaceOnUse"
|
|
9
|
+
>
|
|
10
|
+
<rect width="1" height="1" fill="currentColor" />
|
|
11
|
+
<rect x="1" y="1" width="1" height="1" fill="currentColor" />
|
|
12
|
+
</pattern>
|
|
13
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url(#rainLoose)" />
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<pattern
|
|
3
|
+
id="rainRegular"
|
|
4
|
+
x="0"
|
|
5
|
+
y="0"
|
|
6
|
+
width="8"
|
|
7
|
+
height="8"
|
|
8
|
+
patternUnits="userSpaceOnUse"
|
|
9
|
+
>
|
|
10
|
+
<rect width="1" height="1" fill="currentColor" />
|
|
11
|
+
<rect x="1" y="1" width="1" height="1" fill="currentColor" />
|
|
12
|
+
</pattern>
|
|
13
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url(#rainRegular)" />
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<pattern
|
|
3
|
+
id="stripeDense"
|
|
4
|
+
x="0"
|
|
5
|
+
y="0"
|
|
6
|
+
width="4"
|
|
7
|
+
height="4"
|
|
8
|
+
patternUnits="userSpaceOnUse"
|
|
9
|
+
>
|
|
10
|
+
<rect x="1" width="1" height="1" fill="currentColor" />
|
|
11
|
+
<rect width="1" height="1" fill="currentColor" />
|
|
12
|
+
<rect x="2" width="1" height="1" fill="currentColor" />
|
|
13
|
+
<rect x="3" width="1" height="1" fill="currentColor" />
|
|
14
|
+
<rect x="1" y="2" width="1" height="1" fill="currentColor" />
|
|
15
|
+
<rect y="2" width="1" height="1" fill="currentColor" />
|
|
16
|
+
<rect x="2" y="2" width="1" height="1" fill="currentColor" />
|
|
17
|
+
<rect x="3" y="2" width="1" height="1" fill="currentColor" />
|
|
18
|
+
</pattern>
|
|
19
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url(#stripeDense)" />
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<pattern
|
|
3
|
+
id="stripeLoose"
|
|
4
|
+
x="0"
|
|
5
|
+
y="0"
|
|
6
|
+
width="16"
|
|
7
|
+
height="16"
|
|
8
|
+
patternUnits="userSpaceOnUse"
|
|
9
|
+
>
|
|
10
|
+
<rect x="1" width="1" height="1" fill="currentColor" />
|
|
11
|
+
<rect width="1" height="1" fill="currentColor" />
|
|
12
|
+
<rect x="2" width="1" height="1" fill="currentColor" />
|
|
13
|
+
<rect x="3" width="1" height="1" fill="currentColor" />
|
|
14
|
+
<rect x="1" y="8" width="1" height="1" fill="currentColor" />
|
|
15
|
+
<rect y="8" width="1" height="1" fill="currentColor" />
|
|
16
|
+
<rect x="2" y="8" width="1" height="1" fill="currentColor" />
|
|
17
|
+
<rect x="3" y="8" width="1" height="1" fill="currentColor" />
|
|
18
|
+
<rect x="5" width="1" height="1" fill="currentColor" />
|
|
19
|
+
<rect x="4" width="1" height="1" fill="currentColor" />
|
|
20
|
+
<rect x="6" width="1" height="1" fill="currentColor" />
|
|
21
|
+
<rect x="7" width="1" height="1" fill="currentColor" />
|
|
22
|
+
<rect x="5" y="8" width="1" height="1" fill="currentColor" />
|
|
23
|
+
<rect x="4" y="8" width="1" height="1" fill="currentColor" />
|
|
24
|
+
<rect x="6" y="8" width="1" height="1" fill="currentColor" />
|
|
25
|
+
<rect x="7" y="8" width="1" height="1" fill="currentColor" />
|
|
26
|
+
<rect x="9" width="1" height="1" fill="currentColor" />
|
|
27
|
+
<rect x="8" width="1" height="1" fill="currentColor" />
|
|
28
|
+
<rect x="10" width="1" height="1" fill="currentColor" />
|
|
29
|
+
<rect x="11" width="1" height="1" fill="currentColor" />
|
|
30
|
+
<rect x="9" y="8" width="1" height="1" fill="currentColor" />
|
|
31
|
+
<rect x="8" y="8" width="1" height="1" fill="currentColor" />
|
|
32
|
+
<rect x="10" y="8" width="1" height="1" fill="currentColor" />
|
|
33
|
+
<rect x="11" y="8" width="1" height="1" fill="currentColor" />
|
|
34
|
+
<rect x="13" width="1" height="1" fill="currentColor" />
|
|
35
|
+
<rect x="12" width="1" height="1" fill="currentColor" />
|
|
36
|
+
<rect x="14" width="1" height="1" fill="currentColor" />
|
|
37
|
+
<rect x="15" width="1" height="1" fill="currentColor" />
|
|
38
|
+
<rect x="13" y="8" width="1" height="1" fill="currentColor" />
|
|
39
|
+
<rect x="12" y="8" width="1" height="1" fill="currentColor" />
|
|
40
|
+
<rect x="14" y="8" width="1" height="1" fill="currentColor" />
|
|
41
|
+
<rect x="15" y="8" width="1" height="1" fill="currentColor" />
|
|
42
|
+
</pattern>
|
|
43
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url(#stripeLoose)" />
|
|
44
|
+
</svg>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<svg>
|
|
2
|
+
<pattern
|
|
3
|
+
id="stripeRegular"
|
|
4
|
+
x="0"
|
|
5
|
+
y="0"
|
|
6
|
+
width="8"
|
|
7
|
+
height="8"
|
|
8
|
+
patternUnits="userSpaceOnUse"
|
|
9
|
+
>
|
|
10
|
+
<rect x="1" width="1" height="1" fill="currentColor" />
|
|
11
|
+
<rect width="1" height="1" fill="currentColor" />
|
|
12
|
+
<rect x="2" width="1" height="1" fill="currentColor" />
|
|
13
|
+
<rect x="3" width="1" height="1" fill="currentColor" />
|
|
14
|
+
<rect x="1" y="4" width="1" height="1" fill="currentColor" />
|
|
15
|
+
<rect y="4" width="1" height="1" fill="currentColor" />
|
|
16
|
+
<rect x="2" y="4" width="1" height="1" fill="currentColor" />
|
|
17
|
+
<rect x="3" y="4" width="1" height="1" fill="currentColor" />
|
|
18
|
+
<rect x="5" width="1" height="1" fill="currentColor" />
|
|
19
|
+
<rect x="4" width="1" height="1" fill="currentColor" />
|
|
20
|
+
<rect x="6" width="1" height="1" fill="currentColor" />
|
|
21
|
+
<rect x="7" width="1" height="1" fill="currentColor" />
|
|
22
|
+
<rect x="5" y="4" width="1" height="1" fill="currentColor" />
|
|
23
|
+
<rect x="4" y="4" width="1" height="1" fill="currentColor" />
|
|
24
|
+
<rect x="6" y="4" width="1" height="1" fill="currentColor" />
|
|
25
|
+
<rect x="7" y="4" width="1" height="1" fill="currentColor" />
|
|
26
|
+
</pattern>
|
|
27
|
+
<rect x="0" y="0" width="100%" height="100%" fill="url(#stripeRegular)" />
|
|
28
|
+
</svg>
|
package/dist/types.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -4,12 +4,13 @@
|
|
|
4
4
|
"url": "https://github.com/Codecademy/gamut/issues"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@codecademy/gamut-styles": "14.0.3-alpha.
|
|
8
|
-
"@codecademy/variance": "0.20.3-alpha.
|
|
7
|
+
"@codecademy/gamut-styles": "14.0.3-alpha.cf5b5a.0",
|
|
8
|
+
"@codecademy/variance": "0.20.3-alpha.cf5b5a.0",
|
|
9
9
|
"classnames": "^2.2.5"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@svgr/cli": "5.5.0",
|
|
13
|
+
"@testing-library/react": "^12.1.2",
|
|
13
14
|
"lodash": "^4.17.5",
|
|
14
15
|
"svgo": "^1.3.2"
|
|
15
16
|
},
|
|
@@ -19,6 +20,9 @@
|
|
|
19
20
|
"module": "dist/index.js",
|
|
20
21
|
"types": "dist/index.d.ts",
|
|
21
22
|
"main": "dist/index.js",
|
|
23
|
+
"files": [
|
|
24
|
+
"dist"
|
|
25
|
+
],
|
|
22
26
|
"license": "MIT",
|
|
23
27
|
"peerDependencies": {
|
|
24
28
|
"@emotion/react": "^11.4.0",
|
|
@@ -38,6 +42,6 @@
|
|
|
38
42
|
"build": "nx build @codecademy/gamut-patterns"
|
|
39
43
|
},
|
|
40
44
|
"sideEffects": false,
|
|
41
|
-
"version": "0.8.12-alpha.
|
|
42
|
-
"gitHead": "
|
|
45
|
+
"version": "0.8.12-alpha.cf5b5a.0",
|
|
46
|
+
"gitHead": "864d5a04eb32fa0ef41e28c1ede7b657bf647f65"
|
|
43
47
|
}
|