wj-elements 0.1.218 → 0.1.219

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.
Files changed (2) hide show
  1. package/dist/light.css +1 -1
  2. package/package.json +1 -1
package/dist/light.css CHANGED
@@ -267,7 +267,7 @@
267
267
 
268
268
  /* Card */
269
269
  --wje-card-background: var(--wje-color-contrast-0);
270
- --wje-card-color: var(--wje-color-white);
270
+ --wje-card-color: var(--wje-color-black);
271
271
  --wje-card-border-color: transparent;
272
272
  --wje-card-border-style: var(--wje-border-style);
273
273
  --wje-card-border-width: var(--wje-border-width);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wj-elements",
3
3
  "description": "WebJET Elements is a modern set of user interface tools harnessing the power of web components designed to simplify web application development.",
4
- "version": "0.1.218",
4
+ "version": "0.1.219",
5
5
  "homepage": "https://github.com/lencys/wj-elements",
6
6
  "author": "Lukáš Ondrejček <lukas.ondrejcek@gmail.com>",
7
7
  "license": "MIT",