@thesquad-components/sqd-module-template 0.1.0 → 0.1.1
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.css +0 -4
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -34
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -35
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -289,7 +289,6 @@
|
|
|
289
289
|
--color-utility-brand-200: var(--color-brand-200);
|
|
290
290
|
--color-utility-brand-400: var(--color-brand-400);
|
|
291
291
|
--color-utility-brand-500: var(--color-brand-500);
|
|
292
|
-
--color-utility-brand-600: var(--color-brand-600);
|
|
293
292
|
--color-utility-brand-700: var(--color-brand-700);
|
|
294
293
|
--color-utility-gray-50: var(--color-gray-50);
|
|
295
294
|
--color-utility-gray-100: var(--color-gray-100);
|
|
@@ -2607,9 +2606,6 @@
|
|
|
2607
2606
|
.text-utility-brand-500 {
|
|
2608
2607
|
color: var(--color-utility-brand-500);
|
|
2609
2608
|
}
|
|
2610
|
-
.text-utility-brand-600 {
|
|
2611
|
-
color: var(--color-utility-brand-600);
|
|
2612
|
-
}
|
|
2613
2609
|
.text-utility-brand-700 {
|
|
2614
2610
|
color: var(--color-utility-brand-700);
|
|
2615
2611
|
}
|