@yahoo/uds 3.4.1 → 3.4.3
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/{VStack-D4Meu5hQ.d.cts → VStack-BD6BARE0.d.cts} +1 -1
- package/dist/{VStack-D01lhpy-.d.ts → VStack-CTUNBjyE.d.ts} +1 -1
- package/dist/VStack-CdDZP_4B.d.cts +145 -0
- package/dist/VStack-CjZN3YSK.d.ts +145 -0
- package/dist/chunk-3HJAKD7X.cjs +3 -0
- package/dist/chunk-CNAKHAWF.cjs +2 -0
- package/dist/chunk-HBZLHJEI.js +2 -0
- package/dist/chunk-IRHJ7DWJ.js +2 -0
- package/dist/chunk-LC4SJVGM.js +2 -0
- package/dist/chunk-PLGFYRZJ.js +3 -0
- package/dist/chunk-VLLIKC2Z.cjs +2 -0
- package/dist/chunk-YTMZSL6D.cjs +1 -0
- package/dist/client/index.cjs +2 -2
- package/dist/client/index.d.cts +6 -6
- package/dist/client/index.d.ts +6 -6
- package/dist/client/index.js +3 -3
- package/dist/{index-DDlRCX51.d.cts → index-BnpJrpTE.d.cts} +1 -1
- package/dist/index-CJkW3rKr.d.cts +208 -0
- package/dist/{index-C0qfnFCa.d.ts → index-DQL36m4I.d.ts} +1 -1
- package/dist/index-DYfIoQDs.d.ts +208 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +1 -1
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/tailwind/plugin.cjs +1 -1
- package/dist/tailwind/plugin.d.cts +4 -4
- package/dist/tailwind/plugin.d.ts +4 -4
- package/dist/tailwind/plugin.js +2 -2
- package/dist/tailwind/utils.cjs +1 -1
- package/dist/tailwind/utils.d.cts +1 -1
- package/dist/tailwind/utils.d.ts +1 -1
- package/dist/tailwind/utils.js +1 -1
- package/dist/tokens/automation/configs.cjs +1 -1
- package/dist/tokens/automation/configs.d.cts +2 -2
- package/dist/tokens/automation/configs.d.ts +2 -2
- package/dist/tokens/automation/configs.js +1 -1
- package/dist/tokens/automation/properties.cjs +1 -1
- package/dist/tokens/automation/properties.d.cts +2 -2
- package/dist/tokens/automation/properties.d.ts +2 -2
- package/dist/tokens/automation/properties.js +1 -1
- package/dist/tokens/index.cjs +1 -1
- package/dist/tokens/index.d.cts +3313 -3273
- package/dist/tokens/index.d.ts +3313 -3273
- package/dist/tokens/index.js +1 -1
- package/dist/tokens/parseTokens.d.cts +1 -1
- package/dist/tokens/parseTokens.d.ts +1 -1
- package/dist/{types-Dul9W1L-.d.cts → types-DE_O6y5z.d.cts} +1764 -1724
- package/dist/{types-Dul9W1L-.d.ts → types-DE_O6y5z.d.ts} +1764 -1724
- package/dist/types-DW9iZBjD.d.cts +10302 -0
- package/dist/types-DW9iZBjD.d.ts +10302 -0
- package/package.json +1 -1
- package/cli/PropsToClass.mock.tsx +0 -14
- package/dist/chunk-2TV7YHJM.js +0 -2
- package/dist/chunk-CFUZ4XFX.cjs +0 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
2
2
|
import { CSSRuleObject } from 'tailwindcss/types/config';
|
3
|
-
import { B as ButtonConfig, i as ButtonClassMap, U as UniversalTokensConfig, I as IconButtonClassMap, j as ButtonColorProperty, k as ButtonColorPropertyConfig } from '../types-
|
3
|
+
import { B as ButtonConfig, i as ButtonClassMap, U as UniversalTokensConfig, I as IconButtonClassMap, j as ButtonColorProperty, k as ButtonColorPropertyConfig } from '../types-DW9iZBjD.cjs';
|
4
4
|
import { Config } from 'tailwindcss';
|
5
5
|
import defaultTailwindTheme from 'tailwindcss/defaultTheme';
|
6
6
|
import '@yahoo/uds-icons/types';
|
@@ -30,9 +30,9 @@ type TwBorderRadius = Exclude<keyof typeof defaultTailwindTheme.borderRadius, Tw
|
|
30
30
|
type TwBorderWidthToExclude = '0' | '8';
|
31
31
|
type TwBorderWidth = Exclude<keyof typeof defaultTailwindTheme.borderWidth, TwBorderWidthToExclude>;
|
32
32
|
declare const udsToTailwindMap: {
|
33
|
-
fontSize: Record<"
|
34
|
-
lineHeight: Record<"
|
35
|
-
borderRadius: Record<"
|
33
|
+
fontSize: Record<"label2" | "label1" | "label3" | "label4" | "title1" | "caption1" | "title4" | "title3" | "headline1" | "caption2" | "display1" | "display2" | "display3" | "title2" | "body1", TwdFontSize>;
|
34
|
+
lineHeight: Record<"label2" | "label1" | "label3" | "label4" | "title1" | "caption1" | "title4" | "title3" | "headline1" | "caption2" | "display1" | "display2" | "display3" | "title2" | "body1", TwdFontSize>;
|
35
|
+
borderRadius: Record<"sm" | "md" | "xl" | "lg" | "xs", TwBorderRadius>;
|
36
36
|
borderWidth: Record<"medium" | "thin" | "thick", TwBorderWidth>;
|
37
37
|
};
|
38
38
|
/**
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
2
2
|
import { CSSRuleObject } from 'tailwindcss/types/config';
|
3
|
-
import { B as ButtonConfig, i as ButtonClassMap, U as UniversalTokensConfig, I as IconButtonClassMap, j as ButtonColorProperty, k as ButtonColorPropertyConfig } from '../types-
|
3
|
+
import { B as ButtonConfig, i as ButtonClassMap, U as UniversalTokensConfig, I as IconButtonClassMap, j as ButtonColorProperty, k as ButtonColorPropertyConfig } from '../types-DW9iZBjD.js';
|
4
4
|
import { Config } from 'tailwindcss';
|
5
5
|
import defaultTailwindTheme from 'tailwindcss/defaultTheme';
|
6
6
|
import '@yahoo/uds-icons/types';
|
@@ -30,9 +30,9 @@ type TwBorderRadius = Exclude<keyof typeof defaultTailwindTheme.borderRadius, Tw
|
|
30
30
|
type TwBorderWidthToExclude = '0' | '8';
|
31
31
|
type TwBorderWidth = Exclude<keyof typeof defaultTailwindTheme.borderWidth, TwBorderWidthToExclude>;
|
32
32
|
declare const udsToTailwindMap: {
|
33
|
-
fontSize: Record<"
|
34
|
-
lineHeight: Record<"
|
35
|
-
borderRadius: Record<"
|
33
|
+
fontSize: Record<"label2" | "label1" | "label3" | "label4" | "title1" | "caption1" | "title4" | "title3" | "headline1" | "caption2" | "display1" | "display2" | "display3" | "title2" | "body1", TwdFontSize>;
|
34
|
+
lineHeight: Record<"label2" | "label1" | "label3" | "label4" | "title1" | "caption1" | "title4" | "title3" | "headline1" | "caption2" | "display1" | "display2" | "display3" | "title2" | "body1", TwdFontSize>;
|
35
|
+
borderRadius: Record<"sm" | "md" | "xl" | "lg" | "xs", TwBorderRadius>;
|
36
36
|
borderWidth: Record<"medium" | "thin" | "thick", TwBorderWidth>;
|
37
37
|
};
|
38
38
|
/**
|