@useloops/design-system 1.4.269 → 1.4.271
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/esm/index.js +2 -2
- package/dist/index.d.ts +3 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -63,6 +63,7 @@ interface SemanticColor {
|
|
|
63
63
|
};
|
|
64
64
|
stroke: {
|
|
65
65
|
default: string | undefined;
|
|
66
|
+
light: string | undefined;
|
|
66
67
|
focus: string | undefined;
|
|
67
68
|
disabled: string | undefined;
|
|
68
69
|
};
|
|
@@ -118,6 +119,7 @@ interface SemanticColor {
|
|
|
118
119
|
};
|
|
119
120
|
stroke: {
|
|
120
121
|
default: string | undefined;
|
|
122
|
+
light: string | undefined;
|
|
121
123
|
focus: string | undefined;
|
|
122
124
|
disabled: string | undefined;
|
|
123
125
|
};
|
|
@@ -544,6 +546,7 @@ interface CustomTheme {
|
|
|
544
546
|
};
|
|
545
547
|
stroke: {
|
|
546
548
|
default: string;
|
|
549
|
+
light: string;
|
|
547
550
|
focus: string;
|
|
548
551
|
disabled: string;
|
|
549
552
|
};
|