@usecapsule/core-components 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -94,7 +94,7 @@ body.backdrop-no-scroll {
94
94
  --cpsl-color-divider: #e0e0e0;
95
95
  --cpsl-color-text-primary: #121212;
96
96
  --cpsl-color-text-secondary: #a2a2a2;
97
- --cpsl-color-text-subtle: #e0e0e0;
97
+ --cpsl-color-text-subtle: #c0c0c0;
98
98
  --cpsl-color-text-inverted: #fafafa;
99
99
  --cpsl-color-text-error: #f04438;
100
100
  --cpsl-color-background-primary: #ffffff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usecapsule/core-components",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Capsule Core Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -47,5 +47,5 @@
47
47
  "stencil-inline-svg": "^1.1.0",
48
48
  "ts-node": "^10.9.2"
49
49
  },
50
- "gitHead": "fce2b87c3126781ec25a54ae480bbf6b17be860b"
50
+ "gitHead": "6d9ce4027e1d991c54b823041d74ac961fab7fad"
51
51
  }