@rovula/ui 0.0.20 → 0.0.21

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.
@@ -56,19 +56,6 @@ module.exports = {
56
56
  ...generateTransparentColorConfig("black", "other"),
57
57
  ...generateTransparentColorConfig("white", "other"),
58
58
 
59
- "black-transparent-8":
60
- "color-mix(in srgb, var(--other-transparency-black-8) calc(100% * <alpha-value>), transparent)",
61
- "black-transparent-12":
62
- "color-mix(in srgb, var(--other-transparency-black-12) calc(100% * <alpha-value>), transparent)",
63
- "black-transparent-16":
64
- "color-mix(in srgb, var(--other-transparency-black-16) calc(100% * <alpha-value>), transparent)",
65
- "black-transparent-24":
66
- "color-mix(in srgb, var(--other-transparency-black-24) calc(100% * <alpha-value>), transparent)",
67
- "black-transparent-32":
68
- "color-mix(in srgb, var(--other-transparency-black-32) calc(100% * <alpha-value>), transparent)",
69
- "black-transparent-48":
70
- "color-mix(in srgb, var(--other-transparency-black-48) calc(100% * <alpha-value>), transparent)",
71
-
72
59
  "state-disable-solid": withColorMixin("--state-color-disable-solid"),
73
60
  "state-disable-outline": withColorMixin(
74
61
  "--state-color-disable-outline"
@@ -86,6 +73,7 @@ module.exports = {
86
73
 
87
74
  "base-bg": withColorMixin("--base-color-bg"),
88
75
  "base-bg2": withColorMixin("--base-color-bg2"),
76
+ "base-bg3": withColorMixin("--base-color-bg3"),
89
77
  "base-popup": withColorMixin("--base-color-popup"),
90
78
  "base-popup-highlight": withColorMixin("--base-color-popup-hightlight"),
91
79
  "base-popup-curtain": withColorMixin("--base-color-popup-curtain"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rovula/ui",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "main": "dist/cjs/bundle.js",
5
5
  "module": "dist/esm/bundle.js",
6
6
  "types": "dist/index.d.ts",
@@ -56,19 +56,6 @@ module.exports = {
56
56
  ...generateTransparentColorConfig("black", "other"),
57
57
  ...generateTransparentColorConfig("white", "other"),
58
58
 
59
- "black-transparent-8":
60
- "color-mix(in srgb, var(--other-transparency-black-8) calc(100% * <alpha-value>), transparent)",
61
- "black-transparent-12":
62
- "color-mix(in srgb, var(--other-transparency-black-12) calc(100% * <alpha-value>), transparent)",
63
- "black-transparent-16":
64
- "color-mix(in srgb, var(--other-transparency-black-16) calc(100% * <alpha-value>), transparent)",
65
- "black-transparent-24":
66
- "color-mix(in srgb, var(--other-transparency-black-24) calc(100% * <alpha-value>), transparent)",
67
- "black-transparent-32":
68
- "color-mix(in srgb, var(--other-transparency-black-32) calc(100% * <alpha-value>), transparent)",
69
- "black-transparent-48":
70
- "color-mix(in srgb, var(--other-transparency-black-48) calc(100% * <alpha-value>), transparent)",
71
-
72
59
  "state-disable-solid": withColorMixin("--state-color-disable-solid"),
73
60
  "state-disable-outline": withColorMixin(
74
61
  "--state-color-disable-outline"
@@ -86,6 +73,7 @@ module.exports = {
86
73
 
87
74
  "base-bg": withColorMixin("--base-color-bg"),
88
75
  "base-bg2": withColorMixin("--base-color-bg2"),
76
+ "base-bg3": withColorMixin("--base-color-bg3"),
89
77
  "base-popup": withColorMixin("--base-color-popup"),
90
78
  "base-popup-highlight": withColorMixin("--base-color-popup-hightlight"),
91
79
  "base-popup-curtain": withColorMixin("--base-color-popup-curtain"),