@thesquad-components/sqd-module-template 0.1.0 → 0.1.2
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 +3 -4
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +667 -39
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +670 -42
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +4 -0
- 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);
|
|
@@ -1406,6 +1405,9 @@
|
|
|
1406
1405
|
.min-w-\[30\%\] {
|
|
1407
1406
|
min-width: 30%;
|
|
1408
1407
|
}
|
|
1408
|
+
.min-w-\[180px\] {
|
|
1409
|
+
min-width: 180px;
|
|
1410
|
+
}
|
|
1409
1411
|
.flex-1 {
|
|
1410
1412
|
flex: 1;
|
|
1411
1413
|
}
|
|
@@ -2607,9 +2609,6 @@
|
|
|
2607
2609
|
.text-utility-brand-500 {
|
|
2608
2610
|
color: var(--color-utility-brand-500);
|
|
2609
2611
|
}
|
|
2610
|
-
.text-utility-brand-600 {
|
|
2611
|
-
color: var(--color-utility-brand-600);
|
|
2612
|
-
}
|
|
2613
2612
|
.text-utility-brand-700 {
|
|
2614
2613
|
color: var(--color-utility-brand-700);
|
|
2615
2614
|
}
|