@baseline-ui/tokens 0.41.1 → 0.43.0
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/Acknowledgements.md +9341 -3581
- package/dist/index.d.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -188,11 +188,11 @@ declare const createLayerSprinkles: (layer: string) => ((props: {
|
|
|
188
188
|
tablet?: "fixed" | "absolute" | "relative" | undefined;
|
|
189
189
|
desktop?: "fixed" | "absolute" | "relative" | undefined;
|
|
190
190
|
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<1 | 2 | 3, "fixed" | "absolute" | "relative" | null>;
|
|
191
|
-
display?: ("
|
|
192
|
-
mobile?: "
|
|
193
|
-
tablet?: "
|
|
194
|
-
desktop?: "
|
|
195
|
-
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<1 | 2 | 3, "
|
|
191
|
+
display?: ("flex" | "grid" | "none" | "block" | "inline-flex" | {
|
|
192
|
+
mobile?: "flex" | "grid" | "none" | "block" | "inline-flex" | undefined;
|
|
193
|
+
tablet?: "flex" | "grid" | "none" | "block" | "inline-flex" | undefined;
|
|
194
|
+
desktop?: "flex" | "grid" | "none" | "block" | "inline-flex" | undefined;
|
|
195
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<1 | 2 | 3, "flex" | "grid" | "none" | "block" | "inline-flex" | null>;
|
|
196
196
|
flexDirection?: ("column" | "column-reverse" | "row" | "row-reverse" | {
|
|
197
197
|
mobile?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
|
|
198
198
|
tablet?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
|
|
@@ -252,7 +252,7 @@ declare const createLayerSprinkles: (layer: string) => ((props: {
|
|
|
252
252
|
borderStyle?: "dashed" | "solid" | undefined;
|
|
253
253
|
borderWidth?: number | undefined;
|
|
254
254
|
}) => string) & {
|
|
255
|
-
properties: Set<"alignItems" | "alignSelf" | "backgroundColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "boxShadow" | "color" | "cursor" | "display" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "insetBlockEnd" | "insetBlockStart" | "insetInlineEnd" | "insetInlineStart" | "justifyContent" | "justifySelf" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "opacity" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "transitionProperty" | "width" | "border" | "borderColor" | "borderRadius" | "borderStyle" | "borderWidth" | "flex" | "gap" | "
|
|
255
|
+
properties: Set<"alignItems" | "alignSelf" | "backgroundColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "boxShadow" | "color" | "cursor" | "display" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "inset" | "insetBlockEnd" | "insetBlockStart" | "insetInlineEnd" | "insetInlineStart" | "justifyContent" | "justifySelf" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "opacity" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "transitionProperty" | "width" | "border" | "borderColor" | "borderRadius" | "borderStyle" | "borderWidth" | "flex" | "gap" | "margin" | "outline" | "padding" | "placeItems" | "transition" | "typography" | "paddingX" | "paddingY" | "marginX" | "marginY" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius">;
|
|
256
256
|
};
|
|
257
257
|
type BaseSprinkles = ReturnType<typeof createLayerSprinkles>;
|
|
258
258
|
|
package/dist/index.d.ts
CHANGED
|
@@ -188,11 +188,11 @@ declare const createLayerSprinkles: (layer: string) => ((props: {
|
|
|
188
188
|
tablet?: "fixed" | "absolute" | "relative" | undefined;
|
|
189
189
|
desktop?: "fixed" | "absolute" | "relative" | undefined;
|
|
190
190
|
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<1 | 2 | 3, "fixed" | "absolute" | "relative" | null>;
|
|
191
|
-
display?: ("
|
|
192
|
-
mobile?: "
|
|
193
|
-
tablet?: "
|
|
194
|
-
desktop?: "
|
|
195
|
-
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<1 | 2 | 3, "
|
|
191
|
+
display?: ("flex" | "grid" | "none" | "block" | "inline-flex" | {
|
|
192
|
+
mobile?: "flex" | "grid" | "none" | "block" | "inline-flex" | undefined;
|
|
193
|
+
tablet?: "flex" | "grid" | "none" | "block" | "inline-flex" | undefined;
|
|
194
|
+
desktop?: "flex" | "grid" | "none" | "block" | "inline-flex" | undefined;
|
|
195
|
+
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<1 | 2 | 3, "flex" | "grid" | "none" | "block" | "inline-flex" | null>;
|
|
196
196
|
flexDirection?: ("column" | "column-reverse" | "row" | "row-reverse" | {
|
|
197
197
|
mobile?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
|
|
198
198
|
tablet?: "column" | "column-reverse" | "row" | "row-reverse" | undefined;
|
|
@@ -252,7 +252,7 @@ declare const createLayerSprinkles: (layer: string) => ((props: {
|
|
|
252
252
|
borderStyle?: "dashed" | "solid" | undefined;
|
|
253
253
|
borderWidth?: number | undefined;
|
|
254
254
|
}) => string) & {
|
|
255
|
-
properties: Set<"alignItems" | "alignSelf" | "backgroundColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "boxShadow" | "color" | "cursor" | "display" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "insetBlockEnd" | "insetBlockStart" | "insetInlineEnd" | "insetInlineStart" | "justifyContent" | "justifySelf" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "opacity" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "transitionProperty" | "width" | "border" | "borderColor" | "borderRadius" | "borderStyle" | "borderWidth" | "flex" | "gap" | "
|
|
255
|
+
properties: Set<"alignItems" | "alignSelf" | "backgroundColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartEndRadius" | "borderStartStartRadius" | "boxShadow" | "color" | "cursor" | "display" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "inset" | "insetBlockEnd" | "insetBlockStart" | "insetInlineEnd" | "insetInlineStart" | "justifyContent" | "justifySelf" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "opacity" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "transitionProperty" | "width" | "border" | "borderColor" | "borderRadius" | "borderStyle" | "borderWidth" | "flex" | "gap" | "margin" | "outline" | "padding" | "placeItems" | "transition" | "typography" | "paddingX" | "paddingY" | "marginX" | "marginY" | "borderTopRadius" | "borderBottomRadius" | "borderLeftRadius" | "borderRightRadius">;
|
|
256
256
|
};
|
|
257
257
|
type BaseSprinkles = ReturnType<typeof createLayerSprinkles>;
|
|
258
258
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baseline-ui/tokens",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.43.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@tokens-studio/sd-transforms": "0.12.2",
|
|
22
22
|
"@types/lodash": "^4.17.15",
|
|
23
|
-
"@vanilla-extract/css": "
|
|
23
|
+
"@vanilla-extract/css": "1.17.1",
|
|
24
24
|
"@vanilla-extract/sprinkles": "1.6.2",
|
|
25
25
|
"json-to-ts": "^2.1.0",
|
|
26
26
|
"style-dictionary": "3.9.2"
|