@asd20/ui 3.2.1042 → 3.2.1043

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.1042",
8
+ "version": "3.2.1043",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
Binary file
Binary file
@@ -197,10 +197,10 @@
197
197
  --website-shape__radius-m: 5px;
198
198
  --website-shape__radius-s: 2px;
199
199
  --website-shape__transform: none;
200
- --website-texture__default: url('/statics/images/chalk-dark.png');
200
+ --website-texture__default: url('./images/chalk-dark.png');
201
201
  --website-texture__position: center center;
202
202
  --website-texture__repeat: repeat;
203
- --website-texture__reverse: url('/statics/images/chalk.png');
203
+ --website-texture__reverse: url('./images/chalk.png');
204
204
  --website-texture__size-m: 640px auto;
205
205
  --website-texture__size-s: 240px auto;
206
206
  --website-typography__font-family-body: 'Roboto Slab', serif;