@alignui/cli 0.0.1-alpha.21 → 0.0.1-alpha.23

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/dist/index.js CHANGED
@@ -311,7 +311,10 @@ export default config;`,ua=`@tailwind base;
311
311
  --black-alpha-16: <%- black['alpha-16'] %>;
312
312
  --black-alpha-10: <%- black['alpha-10'] %>;
313
313
 
314
- --overlay: <%- overlay['<%- neutralColor %>-light'] %>;
314
+ --overlay-gray: <%- overlay['gray-light'] %>;
315
+ --overlay-slate: <%- overlay['slate-light'] %>;
316
+
317
+ --overlay: var(--overlay-<%- neutralColor %>);
315
318
 
316
319
  --social-apple: <%- social['apple-light'] %>;
317
320
  --social-twitter: <%- social['twitter-light'] %>;
@@ -469,7 +472,10 @@ export default config;`,ua=`@tailwind base;
469
472
  --stable-light: var(--teal-alpha-24);
470
473
  --stable-lighter: var(--teal-alpha-16);
471
474
 
472
- --overlay: <%- overlay['<%- neutralColor %>-dark'] %>;
475
+ --overlay-gray: <%- overlay['gray-dark'] %>;
476
+ --overlay-slate: <%- overlay['slate-dark'] %>;
477
+
478
+ --overlay: var(--overlay-<%- neutralColor %>);
473
479
 
474
480
  --social-apple: <%- social['apple-dark'] %>;
475
481
  --social-twitter: <%- social['twitter-dark'] %>;