@asd20/ui 3.2.1041 → 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.1041",
8
+ "version": "3.2.1043",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -139,7 +139,7 @@ export default {
139
139
  left: 0;
140
140
  right: 0;
141
141
  bottom: 0;
142
- background: transparentize(asd20-swatch('background-dark'), 0.6);
142
+ background: rgba(6, 33, 55, 0.4);
143
143
  color: white;
144
144
  display: flex;
145
145
  align-items: center;
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;