@yahoo/uds 3.2.0 → 3.3.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/dist/{VStack-BAJbYp86.d.ts → VStack-Bh7ftAOg.d.ts} +1 -1
- package/dist/{VStack-iQR-Zlj6.d.cts → VStack-nhxCYGiT.d.cts} +1 -1
- package/dist/{chunk-JTQY53XR.cjs → chunk-EJVWKQQW.cjs} +3 -3
- package/dist/{chunk-FOOX6MRB.js → chunk-EPK5TKEL.js} +1 -1
- package/dist/{chunk-4EBGHMCT.js → chunk-MMCNHKJJ.js} +1 -1
- package/dist/{chunk-MTI7LY2H.cjs → chunk-SRIIIMCP.cjs} +1 -1
- package/dist/{chunk-ALEHEQQW.js → chunk-VUSZJ46H.js} +3 -3
- package/dist/{chunk-Z4AA4AEN.cjs → chunk-ZXWBFBET.cjs} +1 -1
- package/dist/client/index.cjs +2 -2
- package/dist/client/index.d.cts +3 -3
- package/dist/client/index.d.ts +3 -3
- package/dist/client/index.js +3 -3
- package/dist/experimental/client/index.cjs +2 -2
- package/dist/experimental/client/index.d.cts +12 -5
- package/dist/experimental/client/index.d.ts +12 -5
- package/dist/experimental/client/index.js +2 -2
- package/dist/experimental/index.cjs +1 -1
- package/dist/experimental/index.js +1 -1
- package/dist/{index-CJrnI6Gt.d.cts → index-DDOlujNi.d.cts} +1 -1
- package/dist/{index-DLk9RGCE.d.ts → index-DNM2tLv-.d.ts} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +89 -89
- package/dist/index.d.ts +89 -89
- 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 +10 -2
- package/dist/tailwind/plugin.d.ts +10 -2
- package/dist/tailwind/plugin.js +2 -2
- package/dist/tailwind/purger.cjs +1 -1
- package/dist/tailwind/purger.js +2 -2
- package/dist/tailwind/tsMorph.cjs +1 -1
- package/dist/tailwind/tsMorph.js +1 -1
- package/dist/tailwind/utils.cjs +1 -1
- package/dist/tailwind/utils.d.cts +4 -4
- package/dist/tailwind/utils.d.ts +4 -4
- 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 +226 -226
- package/dist/tokens/index.d.ts +226 -226
- package/dist/tokens/index.js +1 -1
- package/dist/tokens/parseTokens.d.cts +1 -1
- package/dist/tokens/parseTokens.d.ts +1 -1
- package/package.json +1 -1
- package/dist/{types-DCT-zwXQ.d.cts → types-BudqjfL9.d.cts} +2075 -2075
- package/dist/{types-DCT-zwXQ.d.ts → types-BudqjfL9.d.ts} +2075 -2075
@@ -1,6 +1,7 @@
|
|
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-BudqjfL9.cjs';
|
4
|
+
import { Config } from 'tailwindcss';
|
4
5
|
import defaultTailwindTheme from 'tailwindcss/defaultTheme';
|
5
6
|
import '@yahoo/uds-icons/types';
|
6
7
|
import 'motion/react';
|
@@ -44,7 +45,14 @@ declare function getButtonColorForProperty(property: ButtonColorProperty, { type
|
|
44
45
|
|
45
46
|
interface TailwindPluginOptions {
|
46
47
|
config?: UniversalTokensConfig;
|
47
|
-
|
48
|
+
/**
|
49
|
+
* Safelisting is a last-resort, and should only be used in situations where
|
50
|
+
* it’s impossible to scan certain content for class names. These situations
|
51
|
+
* are rare, and you should almost never need this feature.
|
52
|
+
*
|
53
|
+
* {@link https://v3.tailwindcss.com/docs/content-configuration#safelisting-classes}
|
54
|
+
*/
|
55
|
+
safelist?: Config['safelist'];
|
48
56
|
/**
|
49
57
|
* Disable generating font face declarations through Tailwind
|
50
58
|
* @default false
|
@@ -1,6 +1,7 @@
|
|
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-BudqjfL9.js';
|
4
|
+
import { Config } from 'tailwindcss';
|
4
5
|
import defaultTailwindTheme from 'tailwindcss/defaultTheme';
|
5
6
|
import '@yahoo/uds-icons/types';
|
6
7
|
import 'motion/react';
|
@@ -44,7 +45,14 @@ declare function getButtonColorForProperty(property: ButtonColorProperty, { type
|
|
44
45
|
|
45
46
|
interface TailwindPluginOptions {
|
46
47
|
config?: UniversalTokensConfig;
|
47
|
-
|
48
|
+
/**
|
49
|
+
* Safelisting is a last-resort, and should only be used in situations where
|
50
|
+
* it’s impossible to scan certain content for class names. These situations
|
51
|
+
* are rare, and you should almost never need this feature.
|
52
|
+
*
|
53
|
+
* {@link https://v3.tailwindcss.com/docs/content-configuration#safelisting-classes}
|
54
|
+
*/
|
55
|
+
safelist?: Config['safelist'];
|
48
56
|
/**
|
49
57
|
* Disable generating font face declarations through Tailwind
|
50
58
|
* @default false
|