@codecademy/gamut-patterns 0.8.12-alpha.9e36ef.0 → 0.8.12-alpha.d5109b.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.
@@ -0,0 +1,14 @@
1
+ <svg>
2
+ <pattern
3
+ id="checkerDense"
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="2" y="2" width="1" height="1" fill="currentColor" />
12
+ </pattern>
13
+ <rect x="0" y="0" width="100%" height="100%" fill="url(#checkerDense)" />
14
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg>
2
+ <pattern
3
+ id="checkerLoose"
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="8" y="8" width="1" height="1" fill="currentColor" />
12
+ </pattern>
13
+ <rect x="0" y="0" width="100%" height="100%" fill="url(#checkerLoose)" />
14
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg>
2
+ <pattern
3
+ id="checkerRegular"
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="4" y="4" width="1" height="1" fill="currentColor" />
12
+ </pattern>
13
+ <rect x="0" y="0" width="100%" height="100%" fill="url(#checkerRegular)" />
14
+ </svg>
@@ -0,0 +1,20 @@
1
+ <svg>
2
+ <pattern
3
+ id="diagonalADense"
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="2" y="2" width="1" height="1" fill="currentColor" />
12
+ <rect x="1" y="2" width="1" height="1" fill="currentColor" />
13
+ <rect x="1" y="3" width="1" height="1" fill="currentColor" />
14
+ <rect y="3" width="1" height="1" fill="currentColor" />
15
+ <rect x="3" width="1" height="1" fill="currentColor" />
16
+ <rect x="3" y="1" width="1" height="1" fill="currentColor" />
17
+ <rect x="2" y="1" width="1" height="1" fill="currentColor" />
18
+ </pattern>
19
+ <rect x="0" y="0" width="100%" height="100%" fill="url(#diagonalADense)" />
20
+ </svg>
@@ -0,0 +1,44 @@
1
+ <svg>
2
+ <pattern
3
+ id="diagonalALoose"
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="14" y="2" width="1" height="1" fill="currentColor" />
12
+ <rect x="13" y="2" width="1" height="1" fill="currentColor" />
13
+ <rect x="13" y="3" width="1" height="1" fill="currentColor" />
14
+ <rect x="12" y="3" width="1" height="1" fill="currentColor" />
15
+ <rect x="15" width="1" height="1" fill="currentColor" />
16
+ <rect x="15" y="1" width="1" height="1" fill="currentColor" />
17
+ <rect x="14" y="1" width="1" height="1" fill="currentColor" />
18
+ <rect x="11" y="5" width="1" height="1" fill="currentColor" />
19
+ <rect x="10" y="5" width="1" height="1" fill="currentColor" />
20
+ <rect x="10" y="6" width="1" height="1" fill="currentColor" />
21
+ <rect x="9" y="6" width="1" height="1" fill="currentColor" />
22
+ <rect x="8" y="7" width="1" height="1" fill="currentColor" />
23
+ <rect x="9" y="7" width="1" height="1" fill="currentColor" />
24
+ <rect x="12" y="4" width="1" height="1" fill="currentColor" />
25
+ <rect x="11" y="4" width="1" height="1" fill="currentColor" />
26
+ <rect x="7" y="9" width="1" height="1" fill="currentColor" />
27
+ <rect x="6" y="9" width="1" height="1" fill="currentColor" />
28
+ <rect x="6" y="10" width="1" height="1" fill="currentColor" />
29
+ <rect x="5" y="10" width="1" height="1" fill="currentColor" />
30
+ <rect x="8" y="8" width="1" height="1" fill="currentColor" />
31
+ <rect x="7" y="8" width="1" height="1" fill="currentColor" />
32
+ <rect x="4" y="12" width="1" height="1" fill="currentColor" />
33
+ <rect x="3" y="12" width="1" height="1" fill="currentColor" />
34
+ <rect x="3" y="13" width="1" height="1" fill="currentColor" />
35
+ <rect x="2" y="13" width="1" height="1" fill="currentColor" />
36
+ <rect x="1" y="14" width="1" height="1" fill="currentColor" />
37
+ <rect x="2" y="14" width="1" height="1" fill="currentColor" />
38
+ <rect y="15" width="1" height="1" fill="currentColor" />
39
+ <rect x="1" y="15" width="1" height="1" fill="currentColor" />
40
+ <rect x="5" y="11" width="1" height="1" fill="currentColor" />
41
+ <rect x="4" y="11" width="1" height="1" fill="currentColor" />
42
+ </pattern>
43
+ <rect x="0" y="0" width="100%" height="100%" fill="url(#diagonalALoose)" />
44
+ </svg>
@@ -0,0 +1,28 @@
1
+ <svg>
2
+ <pattern
3
+ id="diagonalARegular"
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="6" y="2" width="1" height="1" fill="currentColor" />
12
+ <rect x="5" y="2" width="1" height="1" fill="currentColor" />
13
+ <rect x="5" y="3" width="1" height="1" fill="currentColor" />
14
+ <rect x="4" y="3" width="1" height="1" fill="currentColor" />
15
+ <rect x="7" width="1" height="1" fill="currentColor" />
16
+ <rect x="7" y="1" width="1" height="1" fill="currentColor" />
17
+ <rect x="6" y="1" width="1" height="1" fill="currentColor" />
18
+ <rect x="3" y="5" width="1" height="1" fill="currentColor" />
19
+ <rect x="2" y="5" width="1" height="1" fill="currentColor" />
20
+ <rect x="2" y="6" width="1" height="1" fill="currentColor" />
21
+ <rect x="1" y="6" width="1" height="1" fill="currentColor" />
22
+ <rect y="7" width="1" height="1" fill="currentColor" />
23
+ <rect x="1" y="7" width="1" height="1" fill="currentColor" />
24
+ <rect x="4" y="4" width="1" height="1" fill="currentColor" />
25
+ <rect x="3" y="4" width="1" height="1" fill="currentColor" />
26
+ </pattern>
27
+ <rect x="0" y="0" width="100%" height="100%" fill="url(#diagonalARegular)" />
28
+ </svg>
@@ -0,0 +1,24 @@
1
+ <svg>
2
+ <pattern
3
+ id="diagonalBDense"
4
+ x="0"
5
+ y="0"
6
+ width="4"
7
+ height="4"
8
+ patternUnits="userSpaceOnUse"
9
+ >
10
+ <g clipPath="url(#clipDiagonalBDense)">
11
+ <rect width="4" height="4" fill="transparent" />
12
+ <rect y="3" width="1" height="1" fill="currentColor" />
13
+ <rect x="1" y="2" width="1" height="1" fill="currentColor" />
14
+ <rect x="2" y="1" width="1" height="1" fill="currentColor" />
15
+ <rect x="3" width="1" height="1" fill="currentColor" />
16
+ </g>
17
+ <defs>
18
+ <clipPath id="clipDiagonalBDense">
19
+ <rect width="4" height="4" fill="transparent" />
20
+ </clipPath>
21
+ </defs>
22
+ </pattern>
23
+ <rect x="0" y="0" width="100%" height="100%" fill="url(#diagonalBDense)" />
24
+ </svg>
@@ -0,0 +1,28 @@
1
+ <svg>
2
+ <pattern
3
+ id="diagonalBLoose"
4
+ x="0"
5
+ y="0"
6
+ width="16"
7
+ height="16"
8
+ patternUnits="userSpaceOnUse"
9
+ >
10
+ <rect y="15" width="1" height="1" fill="currentColor" />
11
+ <rect x="1" y="14" width="1" height="1" fill="currentColor" />
12
+ <rect x="2" y="13" width="1" height="1" fill="currentColor" />
13
+ <rect x="3" y="12" width="1" height="1" fill="currentColor" />
14
+ <rect x="4" y="11" width="1" height="1" fill="currentColor" />
15
+ <rect x="5" y="10" width="1" height="1" fill="currentColor" />
16
+ <rect x="6" y="9" width="1" height="1" fill="currentColor" />
17
+ <rect x="7" y="8" width="1" height="1" fill="currentColor" />
18
+ <rect x="8" y="7" width="1" height="1" fill="currentColor" />
19
+ <rect x="9" y="6" width="1" height="1" fill="currentColor" />
20
+ <rect x="10" y="5" width="1" height="1" fill="currentColor" />
21
+ <rect x="11" y="4" width="1" height="1" fill="currentColor" />
22
+ <rect x="12" y="3" width="1" height="1" fill="currentColor" />
23
+ <rect x="13" y="2" width="1" height="1" fill="currentColor" />
24
+ <rect x="14" y="1" width="1" height="1" fill="currentColor" />
25
+ <rect x="15" width="1" height="1" fill="currentColor" />
26
+ </pattern>
27
+ <rect x="0" y="0" width="100%" height="100%" fill="url(#diagonalBLoose)" />
28
+ </svg>
@@ -0,0 +1,28 @@
1
+ <svg>
2
+ <pattern
3
+ id="diagonalBRegular"
4
+ x="0"
5
+ y="0"
6
+ width="8"
7
+ height="8"
8
+ patternUnits="userSpaceOnUse"
9
+ >
10
+ <g clipPath="url(#clipDiagonalBRegular)">
11
+ <rect width="8" height="8" fill="transparent" />
12
+ <rect y="7" width="1" height="1" fill="currentColor" />
13
+ <rect x="1" y="6" width="1" height="1" fill="currentColor" />
14
+ <rect x="2" y="5" width="1" height="1" fill="currentColor" />
15
+ <rect x="3" y="4" width="1" height="1" fill="currentColor" />
16
+ <rect x="4" y="3" width="1" height="1" fill="currentColor" />
17
+ <rect x="5" y="2" width="1" height="1" fill="currentColor" />
18
+ <rect x="6" y="1" width="1" height="1" fill="currentColor" />
19
+ <rect x="7" width="1" height="1" fill="currentColor" />
20
+ </g>
21
+ <defs>
22
+ <clipPath id="clipDiagonalBRegular">
23
+ <rect width="8" height="8" fill="transparent" />
24
+ </clipPath>
25
+ </defs>
26
+ </pattern>
27
+ <rect x="0" y="0" width="100%" height="100%" fill="url(#diagonalBRegular)" />
28
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg>
2
+ <pattern
3
+ id="dotDense"
4
+ x="0"
5
+ y="0"
6
+ width="4"
7
+ height="4"
8
+ patternUnits="userSpaceOnUse"
9
+ >
10
+ <circle cx="0.5" cy="0.5" r="0.5" fill="currentColor" />
11
+ </pattern>
12
+ <rect x="0" y="0" width="100%" height="100%" fill="url(#dotDense)" />
13
+ </svg>
@@ -0,0 +1,40 @@
1
+ <svg>
2
+ <pattern
3
+ id="dotLoose"
4
+ x="0"
5
+ y="0"
6
+ width="16"
7
+ height="16"
8
+ patternUnits="userSpaceOnUse"
9
+ >
10
+ <rect width="0.5" height="0.5" fill="currentColor" fillOpacity="0.5" />
11
+ <rect
12
+ y="1"
13
+ width="0.5"
14
+ height="0.5"
15
+ fill="currentColor"
16
+ fillOpacity="0.5"
17
+ />
18
+ <rect y="0.5" width="0.5" height="0.5" fill="currentColor" />
19
+ <rect
20
+ x="1"
21
+ width="0.5"
22
+ height="0.5"
23
+ fill="currentColor"
24
+ fillOpacity="0.5"
25
+ />
26
+ <rect
27
+ x="1"
28
+ y="1"
29
+ width="0.5"
30
+ height="0.5"
31
+ fill="currentColor"
32
+ fillOpacity="0.5"
33
+ />
34
+ <rect x="1" y="0.5" width="0.5" height="0.5" fill="currentColor" />
35
+ <rect x="0.5" width="0.5" height="0.5" fill="currentColor" />
36
+ <rect x="0.5" y="1" width="0.5" height="0.5" fill="currentColor" />
37
+ <rect x="0.5" y="0.5" width="0.5" height="0.5" fill="currentColor" />
38
+ </pattern>
39
+ <rect x="0" y="0" width="100%" height="100%" fill="url(#dotLoose)" />
40
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg>
2
+ <pattern
3
+ id="dotRegular"
4
+ x="0"
5
+ y="0"
6
+ width="8"
7
+ height="8"
8
+ patternUnits="userSpaceOnUse"
9
+ >
10
+ <circle cx="0.5" cy="0.5" r="0.5" fill="currentColor" />
11
+ </pattern>
12
+ <rect x="0" y="0" width="100%" height="100%" fill="url(#dotRegular)" />
13
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg>
2
+ <pattern
3
+ id="exDense"
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 y="1" width="1" height="1" fill="currentColor" />
12
+ <rect x="1" y="2" width="1" height="1" fill="currentColor" />
13
+ <rect x="3" width="1" height="1" fill="currentColor" />
14
+ <rect x="3" y="2" width="1" height="1" fill="currentColor" />
15
+ </pattern>
16
+ <rect x="0" y="0" width="100%" height="100%" fill="url(#exDense)" />
17
+ </svg>
@@ -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/package.json CHANGED
@@ -4,8 +4,8 @@
4
4
  "url": "https://github.com/Codecademy/gamut/issues"
5
5
  },
6
6
  "dependencies": {
7
- "@codecademy/gamut-styles": "14.0.3-alpha.9e36ef.0",
8
- "@codecademy/variance": "0.20.3-alpha.9e36ef.0",
7
+ "@codecademy/gamut-styles": "14.0.3-alpha.d5109b.0",
8
+ "@codecademy/variance": "0.20.3-alpha.d5109b.0",
9
9
  "classnames": "^2.2.5"
10
10
  },
11
11
  "devDependencies": {
@@ -41,6 +41,6 @@
41
41
  "build": "nx build @codecademy/gamut-patterns"
42
42
  },
43
43
  "sideEffects": false,
44
- "version": "0.8.12-alpha.9e36ef.0",
45
- "gitHead": "b11c15d17b3d809b778b7a40e620ce0b073deadd"
44
+ "version": "0.8.12-alpha.d5109b.0",
45
+ "gitHead": "951e03d5222a1e3283f6d0cd915d3cd1d01874b2"
46
46
  }