@kosdev-code/kos-ddk-styles 2.0.3 → 2.0.5
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/fonts.d.ts +1 -1
- package/package.json +2 -2
- package/root.d.ts +1 -1
- package/tokens/base/base-component.d.ts +1 -1
- package/tokens/base/base-generic.d.ts +1 -1
- package/tokens/base/base-semantic.d.ts +1 -1
- package/tokens/compact/compact-component.d.ts +1 -1
- package/tokens/compact/compact-semantic.d.ts +1 -1
- package/tokens/flex-eu/flex-eu-component.d.ts +1 -1
- package/tokens/flex-eu/flex-eu-semantic.d.ts +1 -1
package/fonts.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const fontStyles: import('@emotion/
|
|
1
|
+
export declare const fontStyles: import('@emotion/react').SerializedStyles;
|
|
2
2
|
//# sourceMappingURL=fonts.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kosdev-code/kos-ddk-styles",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"kos": {
|
|
14
14
|
"build": {
|
|
15
|
-
"gitHash": "
|
|
15
|
+
"gitHash": "84105eca6731c67fcd987fbe566195566f6fce20"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"publishConfig": {
|
package/root.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const rootStyles: import('@emotion/
|
|
1
|
+
export declare const rootStyles: import('@emotion/react').SerializedStyles;
|
|
2
2
|
//# sourceMappingURL=root.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const baseComponentStyles: import('@emotion/
|
|
1
|
+
export declare const baseComponentStyles: import('@emotion/react').SerializedStyles;
|
|
2
2
|
//# sourceMappingURL=base-component.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const baseGenericStyles: import('@emotion/
|
|
1
|
+
export declare const baseGenericStyles: import('@emotion/react').SerializedStyles;
|
|
2
2
|
//# sourceMappingURL=base-generic.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const baseSemanticStyles: import('@emotion/
|
|
1
|
+
export declare const baseSemanticStyles: import('@emotion/react').SerializedStyles;
|
|
2
2
|
//# sourceMappingURL=base-semantic.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const compactComponentStyles: import('@emotion/
|
|
1
|
+
export declare const compactComponentStyles: import('@emotion/react').SerializedStyles;
|
|
2
2
|
//# sourceMappingURL=compact-component.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const compactSemanticStyles: import('@emotion/
|
|
1
|
+
export declare const compactSemanticStyles: import('@emotion/react').SerializedStyles;
|
|
2
2
|
//# sourceMappingURL=compact-semantic.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const flexEUComponentStyles: import('@emotion/
|
|
1
|
+
export declare const flexEUComponentStyles: import('@emotion/react').SerializedStyles;
|
|
2
2
|
//# sourceMappingURL=flex-eu-component.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const flexEUSemanticStyles: import('@emotion/
|
|
1
|
+
export declare const flexEUSemanticStyles: import('@emotion/react').SerializedStyles;
|
|
2
2
|
//# sourceMappingURL=flex-eu-semantic.d.ts.map
|