builder-settings-types 0.0.288 → 0.0.289
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/transparency-pattern.svg +11 -11
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<defs>
|
|
3
|
-
<pattern id="checkerboard" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
|
|
4
|
-
<rect x="0" y="0" width="5" height="5" fill="rgba(0,0,0,0.1)"/>
|
|
5
|
-
<rect x="5" y="5" width="5" height="5" fill="rgba(0,0,0,0.1)"/>
|
|
6
|
-
<rect x="5" y="0" width="5" height="5" fill="transparent"/>
|
|
7
|
-
<rect x="0" y="5" width="5" height="5" fill="transparent"/>
|
|
8
|
-
</pattern>
|
|
9
|
-
</defs>
|
|
10
|
-
<rect width="20" height="20" fill="url(#checkerboard)"/>
|
|
11
|
-
</svg>
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<defs>
|
|
3
|
+
<pattern id="checkerboard" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
|
|
4
|
+
<rect x="0" y="0" width="5" height="5" fill="rgba(0,0,0,0.1)"/>
|
|
5
|
+
<rect x="5" y="5" width="5" height="5" fill="rgba(0,0,0,0.1)"/>
|
|
6
|
+
<rect x="5" y="0" width="5" height="5" fill="transparent"/>
|
|
7
|
+
<rect x="0" y="5" width="5" height="5" fill="transparent"/>
|
|
8
|
+
</pattern>
|
|
9
|
+
</defs>
|
|
10
|
+
<rect width="20" height="20" fill="url(#checkerboard)"/>
|
|
11
|
+
</svg>
|
package/package.json
CHANGED