@vitality-ds/system
Advanced tools
Comparing version 0.3.4 to 0.3.8-alpha.0
@@ -165,3 +165,5 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
zIndices: { | ||
floatingElements: 300 | ||
floatingElements: 300, | ||
blanket: 500, | ||
dialog: 510 | ||
} | ||
@@ -168,0 +170,0 @@ }, |
@@ -172,3 +172,5 @@ "use strict"; | ||
zIndices: { | ||
floatingElements: 300 | ||
floatingElements: 300, | ||
blanket: 500, | ||
dialog: 510 | ||
} | ||
@@ -175,0 +177,0 @@ }, |
@@ -127,2 +127,4 @@ export declare const stitches: import("@stitches/react/types/stitches").default<"vitality", { | ||
floatingElements: number; | ||
blanket: number; | ||
dialog: number; | ||
}; | ||
@@ -258,2 +260,4 @@ }, import("@stitches/react/types/config").DefaultThemeMap, {}>; | ||
floatingElements: number; | ||
blanket: number; | ||
dialog: number; | ||
}; | ||
@@ -401,2 +405,4 @@ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>(type: Type, ...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").ComponentType<any> ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS> & { | ||
floatingElements: number; | ||
blanket: number; | ||
dialog: number; | ||
}; | ||
@@ -531,2 +537,4 @@ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>, css: <Composers extends (string | import("@stitches/react/types/util").Function | import("react").ExoticComponent<any> | import("react").JSXElementConstructor<any> | { | ||
floatingElements: number; | ||
blanket: number; | ||
dialog: number; | ||
}; | ||
@@ -673,2 +681,4 @@ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>(...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").ExoticComponent<any> | import("react").JSXElementConstructor<any> ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS> & { | ||
floatingElements: import("@stitches/react/types/theme").Token<"floatingElements", string, "zIndices", "vitality">; | ||
blanket: import("@stitches/react/types/theme").Token<"blanket", string, "zIndices", "vitality">; | ||
dialog: import("@stitches/react/types/theme").Token<"dialog", string, "zIndices", "vitality">; | ||
}; | ||
@@ -807,2 +817,4 @@ }, getCssText: () => string, globalCss: <Styles extends { | ||
floatingElements: number; | ||
blanket: number; | ||
dialog: number; | ||
}; | ||
@@ -936,2 +948,4 @@ }, import("@stitches/react/types/config").DefaultThemeMap, {}>; | ||
floatingElements: number; | ||
blanket: number; | ||
dialog: number; | ||
}; | ||
@@ -1065,2 +1079,4 @@ }, import("@stitches/react/types/config").DefaultThemeMap, {}>; })[]) => () => string, keyframes: (style: { | ||
floatingElements: number; | ||
blanket: number; | ||
dialog: number; | ||
}; | ||
@@ -1200,2 +1216,4 @@ }, import("@stitches/react/types/config").DefaultThemeMap, {}>; | ||
floatingElements: number; | ||
blanket: number; | ||
dialog: number; | ||
}; | ||
@@ -1327,2 +1345,4 @@ }; | ||
floatingElements?: string | number | boolean; | ||
blanket?: string | number | boolean; | ||
dialog?: string | number | boolean; | ||
}; | ||
@@ -1456,2 +1476,4 @@ } & { | ||
floatingElements?: string | number | boolean; | ||
blanket?: string | number | boolean; | ||
dialog?: string | number | boolean; | ||
}; | ||
@@ -1458,0 +1480,0 @@ } & { |
@@ -15,2 +15,3 @@ declare const colorUseCases: { | ||
readonly uiElementSolid_disabled: 7; | ||
readonly blanket: 11; | ||
readonly app: 1; | ||
@@ -17,0 +18,0 @@ readonly card: 1; |
{ | ||
"name": "@vitality-ds/system", | ||
"displayName": "system", | ||
"version": "0.3.4", | ||
"version": "0.3.8-alpha.0", | ||
"description": "The backbone of the design system", | ||
@@ -28,3 +28,3 @@ "repository": "https://gitlab.geniesolutions.com.au/design-system-cop/vitality", | ||
"@types/react": "^17.0.47", | ||
"@vitality-ds/tokens": "^0.3.4" | ||
"@vitality-ds/tokens": "^0.3.8-alpha.0" | ||
}, | ||
@@ -56,3 +56,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "4cc7704ec9edb62aaa3f4ad1d8570ecb9714d1fa" | ||
"gitHead": "6aa8e3f7a269e276cb0604ee3101ab7e09458a45" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
163310
2579
+ Added@vitality-ds/tokens@0.3.8-alpha.0(transitive)
- Removed@vitality-ds/tokens@0.3.4(transitive)