western-world 3.0.428 → 3.0.430
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/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
3
3
|
viewBox="0 0 8192 8192" style="enable-background:new 0 0 8192 8192;" xml:space="preserve">
|
|
4
4
|
<style type="text/css">
|
|
5
|
-
.st0{fill:#
|
|
5
|
+
.st0{fill:#99d2c3;}
|
|
6
6
|
.st1{opacity:0.1;enable-background:new ;}
|
|
7
7
|
.st2{fill:url(#SVGID_1_);stroke:#000000;stroke-width:30.7119;stroke-miterlimit:8.192;}
|
|
8
8
|
.st3{fill:#D1D1D1;stroke:#000000;stroke-width:30.7119;stroke-miterlimit:8.192;}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<svg version="1.1" id="main_1_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
3
3
|
viewBox="0 0 8192 8192" style="enable-background:new 0 0 8192 8192;" xml:space="preserve">
|
|
4
4
|
<style type="text/css">
|
|
5
|
-
.st0{fill:#
|
|
5
|
+
.st0{fill:#8fe0db}
|
|
6
6
|
.st1{fill:#C17B40;stroke:#000000;stroke-width:20;stroke-miterlimit:8.192;}
|
|
7
7
|
.st2{fill:#6D540C;}
|
|
8
8
|
.st3{fill:#DDC328;stroke:#2B2501;stroke-width:40;stroke-miterlimit:8.192;}
|
package/src/svg/index.js
CHANGED
|
@@ -267,7 +267,7 @@ export const cells = {
|
|
|
267
267
|
css: require('!!css-loader!sass-loader!../scss/cells/bribery_of_police.scss').default,
|
|
268
268
|
defs: [
|
|
269
269
|
{ name: 'black_background', value: black_background, type: 'symbol_additional' },
|
|
270
|
-
{ name: 'bribery_of_police', value: bribery_of_police, type: '
|
|
270
|
+
{ name: 'bribery_of_police', value: bribery_of_police, type: 'symbol' },
|
|
271
271
|
{ name: 'dollar', value: dollar, type: 'symbol_additional' },
|
|
272
272
|
],
|
|
273
273
|
},
|