@webstudio-is/sdk-components-react 0.83.0 → 0.84.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.
Files changed (72) hide show
  1. package/lib/cjs/components.js +0 -16
  2. package/lib/cjs/form.ws.js +1 -1
  3. package/lib/cjs/list.ws.js +1 -1
  4. package/lib/cjs/metas.js +0 -16
  5. package/lib/cjs/props.js +0 -16
  6. package/lib/components.js +0 -24
  7. package/lib/form.ws.js +1 -1
  8. package/lib/list.ws.js +1 -1
  9. package/lib/metas.js +0 -32
  10. package/lib/props.js +0 -32
  11. package/lib/types/components.d.ts +0 -3
  12. package/lib/types/metas.d.ts +0 -3
  13. package/lib/types/props.d.ts +0 -3
  14. package/lib/types/vimeo-preview-image.d.ts +3 -3
  15. package/package.json +8 -13
  16. package/src/components.ts +0 -11
  17. package/src/form.ws.tsx +1 -1
  18. package/src/list.ws.tsx +1 -1
  19. package/src/metas.ts +0 -21
  20. package/src/props.ts +0 -19
  21. package/lib/__generated__/radix-dialog.props.js +0 -2120
  22. package/lib/__generated__/radix-popover.props.js +0 -463
  23. package/lib/__generated__/radix-tooltip.props.js +0 -473
  24. package/lib/cjs/__generated__/radix-dialog.props.js +0 -2140
  25. package/lib/cjs/__generated__/radix-popover.props.js +0 -483
  26. package/lib/cjs/__generated__/radix-tooltip.props.js +0 -493
  27. package/lib/cjs/radix-dialog.js +0 -61
  28. package/lib/cjs/radix-dialog.ws.js +0 -300
  29. package/lib/cjs/radix-popover.js +0 -59
  30. package/lib/cjs/radix-popover.ws.js +0 -139
  31. package/lib/cjs/radix-tooltip.js +0 -51
  32. package/lib/cjs/radix-tooltip.ws.js +0 -140
  33. package/lib/cjs/theme/radix-common-types.js +0 -16
  34. package/lib/cjs/theme/tailwind-classes.js +0 -439
  35. package/lib/cjs/theme/tailwind-colors.js +0 -33
  36. package/lib/cjs/theme/tailwind-theme.js +0 -46
  37. package/lib/radix-dialog.js +0 -36
  38. package/lib/radix-dialog.ws.js +0 -279
  39. package/lib/radix-popover.js +0 -34
  40. package/lib/radix-popover.ws.js +0 -114
  41. package/lib/radix-tooltip.js +0 -26
  42. package/lib/radix-tooltip.ws.js +0 -115
  43. package/lib/theme/radix-common-types.js +0 -0
  44. package/lib/theme/tailwind-classes.js +0 -419
  45. package/lib/theme/tailwind-colors.js +0 -13
  46. package/lib/theme/tailwind-theme.js +0 -16
  47. package/lib/types/__generated__/radix-dialog.props.d.ts +0 -8
  48. package/lib/types/__generated__/radix-popover.props.d.ts +0 -4
  49. package/lib/types/__generated__/radix-tooltip.props.d.ts +0 -4
  50. package/lib/types/radix-dialog.d.ts +0 -26
  51. package/lib/types/radix-dialog.ws.d.ts +0 -23
  52. package/lib/types/radix-popover.d.ts +0 -22
  53. package/lib/types/radix-popover.ws.d.ts +0 -15
  54. package/lib/types/radix-tooltip.d.ts +0 -22
  55. package/lib/types/radix-tooltip.ws.d.ts +0 -15
  56. package/lib/types/theme/radix-common-types.d.ts +0 -84
  57. package/lib/types/theme/tailwind-classes.d.ts +0 -69
  58. package/lib/types/theme/tailwind-colors.d.ts +0 -19
  59. package/lib/types/theme/tailwind-theme.d.ts +0 -72
  60. package/src/__generated__/radix-dialog.props.ts +0 -2363
  61. package/src/__generated__/radix-popover.props.ts +0 -510
  62. package/src/__generated__/radix-tooltip.props.ts +0 -521
  63. package/src/radix-dialog.tsx +0 -91
  64. package/src/radix-dialog.ws.tsx +0 -291
  65. package/src/radix-popover.tsx +0 -89
  66. package/src/radix-popover.ws.tsx +0 -124
  67. package/src/radix-tooltip.tsx +0 -84
  68. package/src/radix-tooltip.ws.tsx +0 -125
  69. package/src/theme/radix-common-types.ts +0 -495
  70. package/src/theme/tailwind-classes.ts +0 -570
  71. package/src/theme/tailwind-colors.ts +0 -47
  72. package/src/theme/tailwind-theme.ts +0 -24
@@ -1,84 +0,0 @@
1
- import type { colors } from "./tailwind-colors";
2
- type DefaultTheme = {
3
- animation: Record<"none" | "spin" | "ping" | "pulse" | "bounce", string>;
4
- aria: Record<"busy" | "checked" | "disabled" | "expanded" | "hidden" | "pressed" | "readonly" | "required" | "selected", string>;
5
- aspectRatio: Record<"auto" | "square" | "video", string>;
6
- backgroundImage: Record<"none" | "gradient-to-t" | "gradient-to-tr" | "gradient-to-r" | "gradient-to-br" | "gradient-to-b" | "gradient-to-bl" | "gradient-to-l" | "gradient-to-tl", string>;
7
- backgroundPosition: Record<"bottom" | "center" | "left" | "left-bottom" | "left-top" | "right" | "right-bottom" | "right-top" | "top", string>;
8
- backgroundSize: Record<"auto" | "cover" | "contain", string>;
9
- blur: Record<"0" | "none" | "sm" | "DEFAULT" | "md" | "lg" | "xl" | "2xl" | "3xl", string>;
10
- borderRadius: Record<"none" | "sm" | "DEFAULT" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", string>;
11
- borderWidth: Record<"0" | "2" | "4" | "8" | "DEFAULT", string>;
12
- boxShadow: Record<"sm" | "DEFAULT" | "md" | "lg" | "xl" | "2xl" | "inner" | "none", string>;
13
- brightness: Record<"0" | "50" | "75" | "90" | "95" | "100" | "105" | "110" | "125" | "150" | "200", string>;
14
- columns: Record<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto" | "3xs" | "2xs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl", string>;
15
- content: Record<"none", string>;
16
- contrast: Record<"0" | "50" | "75" | "100" | "125" | "150" | "200", string>;
17
- cursor: Record<"auto" | "default" | "pointer" | "wait" | "text" | "move" | "help" | "not-allowed" | "none" | "context-menu" | "progress" | "cell" | "crosshair" | "vertical-text" | "alias" | "copy" | "no-drop" | "grab" | "grabbing" | "all-scroll" | "col-resize" | "row-resize" | "n-resize" | "e-resize" | "s-resize" | "w-resize" | "ne-resize" | "nw-resize" | "se-resize" | "sw-resize" | "ew-resize" | "ns-resize" | "nesw-resize" | "nwse-resize" | "zoom-in" | "zoom-out", string>;
18
- dropShadow: Record<"sm" | "DEFAULT" | "md" | "lg" | "xl" | "2xl" | "none", string | string[]>;
19
- flex: Record<"1" | "auto" | "initial" | "none", string>;
20
- flexGrow: Record<"0" | "DEFAULT", string>;
21
- flexShrink: Record<"0" | "DEFAULT", string>;
22
- fontFamily: Record<"sans" | "serif" | "mono", string[]>;
23
- fontSize: Record<"xs" | "sm" | "base" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl", [
24
- string,
25
- {
26
- lineHeight: string;
27
- }
28
- ]>;
29
- fontWeight: Record<"thin" | "extralight" | "light" | "normal" | "medium" | "semibold" | "bold" | "extrabold" | "black", string>;
30
- gradientColorStopPositions: Record<"0%" | "5%" | "10%" | "15%" | "20%" | "25%" | "30%" | "35%" | "40%" | "45%" | "50%" | "55%" | "60%" | "65%" | "70%" | "75%" | "80%" | "85%" | "90%" | "95%" | "100%", string>;
31
- grayscale: Record<"0" | "DEFAULT", string>;
32
- gridAutoColumns: Record<"auto" | "min" | "max" | "fr", string>;
33
- gridAutoRows: Record<"auto" | "min" | "max" | "fr", string>;
34
- gridColumn: Record<"auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full", string>;
35
- gridColumnEnd: Record<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "auto", string>;
36
- gridColumnStart: Record<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "auto", string>;
37
- gridRow: Record<"auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full", string>;
38
- gridRowEnd: Record<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "auto", string>;
39
- gridRowStart: Record<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "auto", string>;
40
- gridTemplateColumns: Record<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "none", string>;
41
- gridTemplateRows: Record<"1" | "2" | "3" | "4" | "5" | "6" | "none", string>;
42
- hueRotate: Record<"0" | "15" | "30" | "60" | "90" | "180", string>;
43
- invert: Record<"0" | "DEFAULT", string>;
44
- letterSpacing: Record<"tighter" | "tight" | "normal" | "wide" | "wider" | "widest", string>;
45
- lineHeight: Record<"3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "none" | "tight" | "snug" | "normal" | "relaxed" | "loose", string>;
46
- listStyleType: Record<"none" | "disc" | "decimal", string>;
47
- listStyleImage: Record<"none", string>;
48
- lineClamp: Record<"1" | "2" | "3" | "4" | "5" | "6", string>;
49
- minHeight: Record<"0" | "full" | "screen" | "min" | "max" | "fit", string>;
50
- minWidth: Record<"0" | "full" | "min" | "max" | "fit", string>;
51
- objectPosition: Record<"bottom" | "center" | "left" | "left-bottom" | "left-top" | "right" | "right-bottom" | "right-top" | "top", string>;
52
- opacity: Record<"0" | "5" | "10" | "20" | "25" | "30" | "40" | "50" | "60" | "70" | "75" | "80" | "90" | "95" | "100", string>;
53
- order: Record<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "first" | "last" | "none", string>;
54
- outlineOffset: Record<"0" | "1" | "2" | "4" | "8", string>;
55
- outlineWidth: Record<"0" | "1" | "2" | "4" | "8", string>;
56
- ringOffsetWidth: Record<"0" | "1" | "2" | "4" | "8", string>;
57
- ringWidth: Record<"0" | "1" | "2" | "4" | "8" | "DEFAULT", string>;
58
- rotate: Record<"0" | "1" | "2" | "3" | "6" | "12" | "45" | "90" | "180", string>;
59
- saturate: Record<"0" | "50" | "100" | "150" | "200", string>;
60
- scale: Record<"0" | "50" | "75" | "90" | "95" | "100" | "105" | "110" | "125" | "150", string>;
61
- screens: Record<"sm" | "md" | "lg" | "xl" | "2xl", string>;
62
- sepia: Record<"0" | "DEFAULT", string>;
63
- skew: Record<"0" | "1" | "2" | "3" | "6" | "12", string>;
64
- spacing: Record<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | "px" | "0.5" | "1.5" | "2.5" | "3.5", string>;
65
- strokeWidth: Record<"0" | "1" | "2", string>;
66
- textDecorationThickness: Record<"0" | "1" | "2" | "4" | "8" | "auto" | "from-font", string>;
67
- textUnderlineOffset: Record<"0" | "1" | "2" | "4" | "8" | "auto", string>;
68
- transformOrigin: Record<"center" | "top" | "top-right" | "right" | "bottom-right" | "bottom" | "bottom-left" | "left" | "top-left", string>;
69
- transitionDelay: Record<"0" | "75" | "100" | "150" | "200" | "300" | "500" | "700" | "1000", string>;
70
- transitionDuration: Record<"0" | "75" | "100" | "150" | "200" | "300" | "500" | "700" | "1000" | "DEFAULT", string>;
71
- transitionProperty: Record<"none" | "all" | "DEFAULT" | "colors" | "opacity" | "shadow" | "transform", string>;
72
- transitionTimingFunction: Record<"DEFAULT" | "linear" | "in" | "out" | "in-out", string>;
73
- willChange: Record<"auto" | "scroll" | "contents" | "transform", string>;
74
- zIndex: Record<"0" | "10" | "20" | "30" | "40" | "50" | "auto", string>;
75
- };
76
- export type EvaluatedDefaultTheme = DefaultTheme & {
77
- padding: DefaultTheme["spacing"];
78
- colors: typeof colors;
79
- width: DefaultTheme["spacing"] & Record<"full", string>;
80
- height: DefaultTheme["spacing"];
81
- margin: DefaultTheme["spacing"] & Record<"auto", string>;
82
- maxWidth: DefaultTheme["spacing"] & Record<"none" | "0" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "full" | "min" | "max" | "fit" | "prose", string>;
83
- };
84
- export {};
@@ -1,69 +0,0 @@
1
- /**
2
- * Quik and dirty implementation of tailwind classes conversion to webstudio styles.
3
- */
4
- import type { EmbedTemplateStyleDecl } from "@webstudio-is/react-sdk";
5
- import type { EvaluatedDefaultTheme } from "./radix-common-types";
6
- export declare const z: (zIndex?: StringEnumToNumeric<keyof EvaluatedDefaultTheme["zIndex"]>) => EmbedTemplateStyleDecl[];
7
- export declare const overflow: (value: "hidden" | "visible" | "scroll" | "auto") => EmbedTemplateStyleDecl[];
8
- export declare const rounded: (radius?: keyof EvaluatedDefaultTheme["borderRadius"]) => EmbedTemplateStyleDecl[];
9
- type StringEnumToNumeric<T extends string> = T extends `${infer Z extends number}` ? Z : never;
10
- type NonNumeric<T extends string> = T extends `${infer Z extends number}` ? never : T;
11
- export declare const border: (borderWidth?: StringEnumToNumeric<keyof EvaluatedDefaultTheme["borderWidth"]>) => EmbedTemplateStyleDecl[];
12
- export declare const px: (padding: StringEnumToNumeric<keyof EvaluatedDefaultTheme["padding"]> | NonNumeric<keyof EvaluatedDefaultTheme["padding"]>) => EmbedTemplateStyleDecl[];
13
- export declare const py: (padding: StringEnumToNumeric<keyof EvaluatedDefaultTheme["padding"]> | NonNumeric<keyof EvaluatedDefaultTheme["padding"]>) => EmbedTemplateStyleDecl[];
14
- export declare const p: (padding: StringEnumToNumeric<keyof EvaluatedDefaultTheme["padding"]> | NonNumeric<keyof EvaluatedDefaultTheme["padding"]>) => EmbedTemplateStyleDecl[];
15
- export declare const mx: (margin: StringEnumToNumeric<keyof EvaluatedDefaultTheme["margin"]> | NonNumeric<keyof EvaluatedDefaultTheme["margin"]>) => EmbedTemplateStyleDecl[];
16
- export declare const my: (margin: StringEnumToNumeric<keyof EvaluatedDefaultTheme["margin"]> | NonNumeric<keyof EvaluatedDefaultTheme["margin"]>) => EmbedTemplateStyleDecl[];
17
- export declare const m: (margin: StringEnumToNumeric<keyof EvaluatedDefaultTheme["margin"]> | NonNumeric<keyof EvaluatedDefaultTheme["margin"]>) => EmbedTemplateStyleDecl[];
18
- export declare const w: (spacing: StringEnumToNumeric<keyof EvaluatedDefaultTheme["width"]> | NonNumeric<keyof EvaluatedDefaultTheme["width"]>) => EmbedTemplateStyleDecl[];
19
- export declare const h: (spacing: StringEnumToNumeric<keyof EvaluatedDefaultTheme["height"]> | NonNumeric<keyof EvaluatedDefaultTheme["height"]>) => EmbedTemplateStyleDecl[];
20
- export declare const opacity: (opacity: StringEnumToNumeric<keyof EvaluatedDefaultTheme["opacity"]>) => EmbedTemplateStyleDecl[];
21
- export declare const maxW: (spacing: StringEnumToNumeric<keyof EvaluatedDefaultTheme["maxWidth"]> | NonNumeric<keyof EvaluatedDefaultTheme["maxWidth"]>) => EmbedTemplateStyleDecl[];
22
- export declare const top: (spacing: StringEnumToNumeric<keyof EvaluatedDefaultTheme["spacing"]>) => EmbedTemplateStyleDecl[];
23
- export declare const right: (spacing: StringEnumToNumeric<keyof EvaluatedDefaultTheme["spacing"]>) => EmbedTemplateStyleDecl[];
24
- export declare const bottom: (spacing: StringEnumToNumeric<keyof EvaluatedDefaultTheme["spacing"]>) => EmbedTemplateStyleDecl[];
25
- export declare const left: (spacing: StringEnumToNumeric<keyof EvaluatedDefaultTheme["spacing"]>) => EmbedTemplateStyleDecl[];
26
- export declare const inset: (spacing: StringEnumToNumeric<keyof EvaluatedDefaultTheme["spacing"]>) => EmbedTemplateStyleDecl[];
27
- export declare const backdropBlur: (blur: keyof EvaluatedDefaultTheme["blur"]) => EmbedTemplateStyleDecl[];
28
- export declare const bg: (color: keyof EvaluatedDefaultTheme["colors"], alpha?: number) => EmbedTemplateStyleDecl[];
29
- export declare const fixed: () => EmbedTemplateStyleDecl[];
30
- export declare const relative: () => EmbedTemplateStyleDecl[];
31
- export declare const absolute: () => EmbedTemplateStyleDecl[];
32
- export declare const grid: () => EmbedTemplateStyleDecl[];
33
- declare const alignItems: {
34
- readonly start: "flex-start";
35
- readonly end: "flex-end";
36
- readonly center: "center";
37
- readonly baseline: "baseline";
38
- readonly stretch: "stretch";
39
- };
40
- type AlignItems = keyof typeof alignItems;
41
- export declare const items: (alignItemsParam: AlignItems) => EmbedTemplateStyleDecl[];
42
- declare const justifyContent: {
43
- readonly start: "flex-start";
44
- readonly end: "flex-end";
45
- readonly center: "center";
46
- readonly between: "space-between";
47
- readonly around: "space-around";
48
- readonly evenly: "space-evenly";
49
- readonly stretch: "stretch";
50
- };
51
- type JustifyContent = keyof typeof justifyContent;
52
- export declare const justify: (justifyContentParam: JustifyContent) => EmbedTemplateStyleDecl[];
53
- declare const flexDirection: {
54
- readonly row: "row";
55
- readonly col: "column";
56
- };
57
- type FlexDirection = keyof typeof flexDirection;
58
- export declare const flex: (flexParam?: FlexDirection) => EmbedTemplateStyleDecl[];
59
- export declare const gap: (gapValue: StringEnumToNumeric<keyof EvaluatedDefaultTheme["spacing"]>) => EmbedTemplateStyleDecl[];
60
- export declare const leading: (lineHeight: StringEnumToNumeric<keyof EvaluatedDefaultTheme["lineHeight"]> | NonNumeric<keyof EvaluatedDefaultTheme["lineHeight"]>) => EmbedTemplateStyleDecl[];
61
- export declare const tracking: (letterSpacing: StringEnumToNumeric<keyof EvaluatedDefaultTheme["letterSpacing"]> | NonNumeric<keyof EvaluatedDefaultTheme["letterSpacing"]>) => EmbedTemplateStyleDecl[];
62
- export declare const outline: (value: "none") => EmbedTemplateStyleDecl[];
63
- type TextSize = keyof EvaluatedDefaultTheme["fontSize"];
64
- export declare const text: (sizeOrColor: TextSize | keyof EvaluatedDefaultTheme["colors"]) => EmbedTemplateStyleDecl[];
65
- export declare const shadow: (shadowSize: keyof EvaluatedDefaultTheme["boxShadow"]) => EmbedTemplateStyleDecl[];
66
- export declare const ring: (ringColor: keyof EvaluatedDefaultTheme["colors"], ringWidth: StringEnumToNumeric<keyof EvaluatedDefaultTheme["ringWidth"]>, ringOffsetColor?: keyof EvaluatedDefaultTheme["colors"], ringOffsetWidth?: StringEnumToNumeric<keyof EvaluatedDefaultTheme["ringOffsetWidth"]>, inset?: "inset" | "") => EmbedTemplateStyleDecl[];
67
- export declare const hover: (value: EmbedTemplateStyleDecl[]) => EmbedTemplateStyleDecl[];
68
- export declare const focus: (value: EmbedTemplateStyleDecl[]) => EmbedTemplateStyleDecl[];
69
- export {};
@@ -1,19 +0,0 @@
1
- /**
2
- * Variables source:
3
- * https://github.com/shadcn-ui/ui/blob/main/apps/www/registry/themes.ts#L1
4
- * https://github.com/shadcn-ui/ui/blob/5e172fc34fdf015aa0d141f52cc8c082b8ae6613/apps/www/scripts/build-registry.ts#L220
5
- *
6
- * Attributions
7
- * MIT License
8
- * Copyright (c) 2023 shadcn
9
- **/
10
- export declare const colors: {
11
- readonly transparent: "transparent";
12
- readonly current: "currentColor";
13
- readonly popover: "rgb(255, 255, 255)";
14
- readonly popoverForeground: "rgb(2, 8, 23)";
15
- readonly border: "rgb(226, 232, 240)";
16
- readonly background: "rgb(255, 255, 255)";
17
- readonly ring: "rgb(148, 163, 184)";
18
- readonly mutedForeground: "rgb(100, 116, 139)";
19
- };
@@ -1,72 +0,0 @@
1
- import type { EvaluatedDefaultTheme } from "./radix-common-types";
2
- export declare const theme: <T extends "height" | "maxWidth" | "width" | "padding" | "colors" | "margin" | keyof {
3
- animation: Record<"none" | "ping" | "spin" | "pulse" | "bounce", string>;
4
- aria: Record<"hidden" | "expanded" | "required" | "checked" | "disabled" | "selected" | "busy" | "pressed" | "readonly", string>;
5
- aspectRatio: Record<"video" | "auto" | "square", string>;
6
- backgroundImage: Record<"none" | "gradient-to-t" | "gradient-to-tr" | "gradient-to-r" | "gradient-to-br" | "gradient-to-b" | "gradient-to-bl" | "gradient-to-l" | "gradient-to-tl", string>;
7
- backgroundPosition: Record<"center" | "top" | "right" | "bottom" | "left" | "left-bottom" | "left-top" | "right-bottom" | "right-top", string>;
8
- backgroundSize: Record<"auto" | "contain" | "cover", string>;
9
- blur: Record<"none" | "0" | "sm" | "DEFAULT" | "md" | "lg" | "xl" | "2xl" | "3xl", string>;
10
- borderRadius: Record<"none" | "sm" | "DEFAULT" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", string>;
11
- borderWidth: Record<"0" | "2" | "4" | "8" | "DEFAULT", string>;
12
- boxShadow: Record<"none" | "sm" | "DEFAULT" | "md" | "lg" | "xl" | "2xl" | "inner", string>;
13
- brightness: Record<"0" | "100" | "200" | "50" | "75" | "90" | "95" | "105" | "110" | "125" | "150", string>;
14
- columns: Record<"auto" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "3xs" | "2xs" | "xs" | "4xl" | "5xl" | "6xl" | "7xl", string>;
15
- content: Record<"none", string>;
16
- contrast: Record<"0" | "100" | "200" | "50" | "75" | "125" | "150", string>;
17
- cursor: Record<"progress" | "text" | "cell" | "none" | "copy" | "move" | "auto" | "pointer" | "default" | "context-menu" | "help" | "wait" | "crosshair" | "vertical-text" | "alias" | "no-drop" | "not-allowed" | "e-resize" | "n-resize" | "ne-resize" | "nw-resize" | "s-resize" | "se-resize" | "sw-resize" | "w-resize" | "ew-resize" | "ns-resize" | "nesw-resize" | "nwse-resize" | "col-resize" | "row-resize" | "all-scroll" | "zoom-in" | "zoom-out" | "grab" | "grabbing", string>;
18
- dropShadow: Record<"none" | "sm" | "DEFAULT" | "md" | "lg" | "xl" | "2xl", string | string[]>;
19
- flex: Record<"none" | "auto" | "1" | "initial", string>;
20
- flexGrow: Record<"0" | "DEFAULT", string>;
21
- flexShrink: Record<"0" | "DEFAULT", string>;
22
- fontFamily: Record<"serif" | "sans" | "mono", string[]>;
23
- fontSize: Record<"base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "xs" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl", [string, {
24
- lineHeight: string;
25
- }]>;
26
- fontWeight: Record<"normal" | "medium" | "black" | "bold" | "thin" | "light" | "extralight" | "semibold" | "extrabold", string>;
27
- gradientColorStopPositions: Record<"100%" | "0%" | "5%" | "10%" | "15%" | "20%" | "25%" | "30%" | "35%" | "40%" | "45%" | "50%" | "55%" | "60%" | "65%" | "70%" | "75%" | "80%" | "85%" | "90%" | "95%", string>;
28
- grayscale: Record<"0" | "DEFAULT", string>;
29
- gridAutoColumns: Record<"fr" | "auto" | "min" | "max", string>;
30
- gridAutoRows: Record<"fr" | "auto" | "min" | "max", string>;
31
- gridColumn: Record<"auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-7" | "span-8" | "span-9" | "span-10" | "span-11" | "span-12" | "span-full", string>;
32
- gridColumnEnd: Record<"auto" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13", string>;
33
- gridColumnStart: Record<"auto" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13", string>;
34
- gridRow: Record<"auto" | "span-1" | "span-2" | "span-3" | "span-4" | "span-5" | "span-6" | "span-full", string>;
35
- gridRowEnd: Record<"auto" | "1" | "2" | "3" | "4" | "5" | "6" | "7", string>;
36
- gridRowStart: Record<"auto" | "1" | "2" | "3" | "4" | "5" | "6" | "7", string>;
37
- gridTemplateColumns: Record<"none" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12", string>;
38
- gridTemplateRows: Record<"none" | "1" | "2" | "3" | "4" | "5" | "6", string>;
39
- hueRotate: Record<"0" | "15" | "90" | "30" | "60" | "180", string>;
40
- invert: Record<"0" | "DEFAULT", string>;
41
- letterSpacing: Record<"normal" | "tighter" | "tight" | "wide" | "wider" | "widest", string>;
42
- lineHeight: Record<"none" | "normal" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "loose" | "tight" | "snug" | "relaxed", string>;
43
- listStyleType: Record<"none" | "decimal" | "disc", string>;
44
- listStyleImage: Record<"none", string>;
45
- lineClamp: Record<"1" | "2" | "3" | "4" | "5" | "6", string>;
46
- minHeight: Record<"0" | "screen" | "min" | "max" | "full" | "fit", string>;
47
- minWidth: Record<"0" | "min" | "max" | "full" | "fit", string>;
48
- objectPosition: Record<"center" | "top" | "right" | "bottom" | "left" | "left-bottom" | "left-top" | "right-bottom" | "right-top", string>;
49
- opacity: Record<"0" | "5" | "10" | "100" | "50" | "70" | "20" | "75" | "90" | "95" | "30" | "60" | "25" | "40" | "80", string>;
50
- order: Record<"none" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "first" | "last", string>;
51
- outlineOffset: Record<"0" | "1" | "2" | "4" | "8", string>;
52
- outlineWidth: Record<"0" | "1" | "2" | "4" | "8", string>;
53
- ringOffsetWidth: Record<"0" | "1" | "2" | "4" | "8", string>;
54
- ringWidth: Record<"0" | "1" | "2" | "4" | "8" | "DEFAULT", string>;
55
- rotate: Record<"0" | "1" | "2" | "3" | "6" | "12" | "90" | "180" | "45", string>;
56
- saturate: Record<"0" | "100" | "200" | "50" | "150", string>;
57
- scale: Record<"0" | "100" | "50" | "75" | "90" | "95" | "105" | "110" | "125" | "150", string>;
58
- screens: Record<"sm" | "md" | "lg" | "xl" | "2xl", string>;
59
- sepia: Record<"0" | "DEFAULT", string>;
60
- skew: Record<"0" | "1" | "2" | "3" | "6" | "12", string>;
61
- spacing: Record<"px" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "60" | "40" | "80" | "24" | "28" | "32" | "36" | "44" | "48" | "52" | "56" | "64" | "72" | "96" | "0.5" | "1.5" | "2.5" | "3.5", string>;
62
- strokeWidth: Record<"0" | "1" | "2", string>;
63
- textDecorationThickness: Record<"auto" | "0" | "1" | "2" | "4" | "8" | "from-font", string>;
64
- textUnderlineOffset: Record<"auto" | "0" | "1" | "2" | "4" | "8", string>;
65
- transformOrigin: Record<"center" | "top" | "right" | "bottom" | "left" | "top-right" | "bottom-right" | "bottom-left" | "top-left", string>;
66
- transitionDelay: Record<"0" | "100" | "200" | "300" | "500" | "700" | "75" | "150" | "1000", string>;
67
- transitionDuration: Record<"0" | "100" | "200" | "300" | "500" | "700" | "DEFAULT" | "75" | "150" | "1000", string>;
68
- transitionProperty: Record<"none" | "all" | "opacity" | "transform" | "DEFAULT" | "colors" | "shadow", string>;
69
- transitionTimingFunction: Record<"in" | "linear" | "DEFAULT" | "out" | "in-out", string>;
70
- willChange: Record<"auto" | "scroll" | "transform" | "contents", string>;
71
- zIndex: Record<"auto" | "0" | "10" | "50" | "20" | "30" | "40", string>;
72
- }>(name: T) => EvaluatedDefaultTheme[T];