@yahoo/uds 3.162.1 → 3.163.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 (97) hide show
  1. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  2. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  3. package/dist/cli/commands/sync.cjs +1 -1
  4. package/dist/cli/commands/sync.js +1 -1
  5. package/dist/cli/dist/commands/editor-rules.cjs +1 -1
  6. package/dist/cli/dist/commands/editor-rules.js +1 -1
  7. package/dist/cli/dist/utils/rules/config.cjs +1 -1
  8. package/dist/cli/dist/utils/rules/config.js +1 -1
  9. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  10. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  11. package/dist/components/client/Switch/Switch.cjs +5 -2
  12. package/dist/components/client/Switch/Switch.js +5 -2
  13. package/dist/components/client/Switch/switchStyles.cjs +2 -2
  14. package/dist/components/client/Switch/switchStyles.js +2 -2
  15. package/dist/css/dist/css/generate.cjs +4 -4
  16. package/dist/css/dist/css/generate.helpers.cjs +9 -19
  17. package/dist/css/dist/css/generate.helpers.js +4 -13
  18. package/dist/css/dist/css/generate.js +3 -3
  19. package/dist/css/dist/css/nodeUtils.cjs +3 -3
  20. package/dist/css/dist/css/nodeUtils.js +2 -2
  21. package/dist/css/dist/css/runner.cjs +2 -2
  22. package/dist/css/dist/css/runner.js +2 -2
  23. package/dist/css/dist/css/theme.d.cts +1 -1
  24. package/dist/css/dist/css/theme.d.ts +1 -1
  25. package/dist/css/dist/postcss/pruneVars.cjs +53 -0
  26. package/dist/css/dist/postcss/pruneVars.d.cts +33 -0
  27. package/dist/css/dist/postcss/pruneVars.d.ts +33 -0
  28. package/dist/css/dist/postcss/pruneVars.js +50 -0
  29. package/dist/css/dist/postcss.d.cts +3 -0
  30. package/dist/css/dist/postcss.d.ts +3 -0
  31. package/dist/css/dist/purger/optimized/ast/expressions.cjs +2 -2
  32. package/dist/css/dist/purger/optimized/ast/expressions.js +1 -1
  33. package/dist/css/dist/purger/optimized/purge.cjs +3 -3
  34. package/dist/css/dist/purger/optimized/purge.js +2 -2
  35. package/dist/css/dist/purger/optimized/utils/safelist.cjs +1 -1
  36. package/dist/css/dist/purger/optimized/utils/safelist.js +1 -1
  37. package/dist/hooks/useRtl.cjs +4 -8
  38. package/dist/hooks/useRtl.js +4 -8
  39. package/dist/postcss.cjs +4 -0
  40. package/dist/postcss.d.cts +4 -0
  41. package/dist/postcss.d.ts +4 -0
  42. package/dist/postcss.js +3 -0
  43. package/dist/styles/styler.d.cts +5 -5
  44. package/dist/styles/styler.d.ts +5 -5
  45. package/dist/tailwind-internal/dist/utils/entryPoints.cjs +2 -2
  46. package/dist/tailwind-internal/dist/utils/entryPoints.js +1 -1
  47. package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
  48. package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
  49. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/LICENSE +1 -1
  50. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/README.md +6 -10
  51. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/at-rule.d.ts +0 -1
  52. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/comment.d.ts +0 -1
  53. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/container.d.ts +1 -6
  54. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/container.js +81 -34
  55. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/css-syntax-error.d.ts +0 -1
  56. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/declaration.d.ts +0 -1
  57. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/document.d.ts +0 -1
  58. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/fromJSON.d.ts +1 -1
  59. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/fromJSON.js +76 -23
  60. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/input.d.ts +0 -1
  61. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/input.js +22 -5
  62. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/lazy-result.d.ts +3 -4
  63. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/lazy-result.js +68 -13
  64. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/list.d.ts +1 -1
  65. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/map-generator.js +9 -1
  66. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/no-work-result.d.ts +0 -1
  67. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/no-work-result.js +3 -4
  68. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/node.d.ts +0 -1
  69. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/node.js +105 -60
  70. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/parse.d.ts +1 -1
  71. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/parser.js +37 -30
  72. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/postcss.d.mts +0 -3
  73. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/postcss.d.ts +10 -4
  74. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/previous-map.d.ts +0 -1
  75. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/previous-map.js +32 -6
  76. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/processor.d.ts +0 -1
  77. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/processor.js +1 -1
  78. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/result.d.ts +0 -1
  79. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/root.d.ts +0 -1
  80. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/rule.d.ts +12 -12
  81. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/stringifier.d.ts +0 -1
  82. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/stringifier.js +118 -32
  83. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/stringify.d.ts +1 -1
  84. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/tokenize.js +4 -0
  85. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/lib/warning.d.ts +0 -1
  86. package/dist/tailwind-internal/dist/vendor/node_modules/postcss/package.json +44 -44
  87. package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.cjs +1 -1
  88. package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.js +1 -1
  89. package/dist/uds/generated/componentData.cjs +142 -140
  90. package/dist/uds/generated/componentData.js +142 -140
  91. package/dist/uds/generated/tailwindPurge.cjs +1 -1
  92. package/dist/uds/generated/tailwindPurge.js +1 -1
  93. package/dist/uds/package.cjs +11 -1
  94. package/dist/uds/package.js +11 -1
  95. package/generated/componentData.json +186 -184
  96. package/generated/tailwindPurge.ts +1 -1
  97. package/package.json +12 -2
@@ -0,0 +1,33 @@
1
+
2
+ import { UDSCSSPruneVarsOptions } from "../css/theme.js";
3
+ import { AcceptedPlugin } from "postcss";
4
+
5
+ //#region ../css/dist/postcss/pruneVars.d.mts
6
+ //#region src/postcss/pruneVars.d.ts
7
+ interface UDSPruneVarsPlugin {
8
+ postcssPlugin: 'uds-prune-vars';
9
+ plugins: AcceptedPlugin[];
10
+ }
11
+ /**
12
+ * Ready-to-use PostCSS plugin that removes unused UDS token CSS variables
13
+ * (and any other unused CSS variables) from generated CSS.
14
+ *
15
+ * Runtime-configurable UDS variables and icon color variables are always
16
+ * preserved. Additional variables can be preserved via the `safelist` option
17
+ * using string prefixes or regular expressions.
18
+ *
19
+ * Must run after all CSS has been generated (e.g. after Tailwind).
20
+ *
21
+ * @example
22
+ * ```js
23
+ * // postcss.config.js
24
+ * const { udsPruneVars } = require('@yahoo/uds/postcss');
25
+ *
26
+ * module.exports = {
27
+ * plugins: [udsPruneVars({ safelist: ['--app-theme-'] })],
28
+ * };
29
+ * ```
30
+ */
31
+ declare const udsPruneVars: (options?: UDSCSSPruneVarsOptions) => UDSPruneVarsPlugin; //#endregion
32
+ //#endregion
33
+ export { type UDSPruneVarsPlugin, udsPruneVars };
@@ -0,0 +1,50 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ import { iconPruneVarsSafelist } from "../packages/icons/src/safelist.js";
3
+ import { getConfigurableCssVariables } from "../css/utils.js";
4
+ import { preserveVars, preserveVarsCleanup } from "../../../tailwind-internal/dist/utils/postcssPreserveVars.js";
5
+ import pruneVar from "postcss-prune-var";
6
+ //#region ../css/dist/postcss/pruneVars.mjs
7
+ /*! © 2026 Yahoo, Inc. UDS CSS v0.0.0-development */
8
+ /**
9
+ * Build the preserve → prune → cleanup PostCSS plugin sequence used to remove
10
+ * unused CSS variables. Used internally by the `uds css` command; consumers
11
+ * should use {@link udsPruneVars} instead.
12
+ */
13
+ const getPruneVarPlugins = (safeVarPrefixes) => {
14
+ if (safeVarPrefixes.length === 0) return [pruneVar()];
15
+ return [
16
+ preserveVars({ preserve: safeVarPrefixes }),
17
+ pruneVar(),
18
+ preserveVarsCleanup()
19
+ ];
20
+ };
21
+ /**
22
+ * Ready-to-use PostCSS plugin that removes unused UDS token CSS variables
23
+ * (and any other unused CSS variables) from generated CSS.
24
+ *
25
+ * Runtime-configurable UDS variables and icon color variables are always
26
+ * preserved. Additional variables can be preserved via the `safelist` option
27
+ * using string prefixes or regular expressions.
28
+ *
29
+ * Must run after all CSS has been generated (e.g. after Tailwind).
30
+ *
31
+ * @example
32
+ * ```js
33
+ * // postcss.config.js
34
+ * const { udsPruneVars } = require('@yahoo/uds/postcss');
35
+ *
36
+ * module.exports = {
37
+ * plugins: [udsPruneVars({ safelist: ['--app-theme-'] })],
38
+ * };
39
+ * ```
40
+ */
41
+ const udsPruneVars = (options = {}) => ({
42
+ postcssPlugin: "uds-prune-vars",
43
+ plugins: getPruneVarPlugins([
44
+ ...getConfigurableCssVariables(),
45
+ ...iconPruneVarsSafelist,
46
+ ...options.safelist ?? []
47
+ ])
48
+ });
49
+ //#endregion
50
+ export { getPruneVarPlugins, udsPruneVars };
@@ -0,0 +1,3 @@
1
+
2
+ import { UDSCSSPruneVarsOptions, UDSCSSVarSafelistPattern } from "./css/theme.cjs";
3
+ import { UDSPruneVarsPlugin, udsPruneVars } from "./postcss/pruneVars.cjs";
@@ -0,0 +1,3 @@
1
+
2
+ import { UDSCSSPruneVarsOptions, UDSCSSVarSafelistPattern } from "./css/theme.js";
3
+ import { UDSPruneVarsPlugin, udsPruneVars } from "./postcss/pruneVars.js";
@@ -1,9 +1,9 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  const require_runtime = require("../../../../../_virtual/_rolldown/runtime.cjs");
3
- let node_path = require("node:path");
4
- node_path = require_runtime.__toESM(node_path, 1);
5
3
  let node_fs = require("node:fs");
6
4
  node_fs = require_runtime.__toESM(node_fs, 1);
5
+ let node_path = require("node:path");
6
+ node_path = require_runtime.__toESM(node_path, 1);
7
7
  let ts_morph = require("ts-morph");
8
8
  //#region ../css/dist/purger/optimized/ast/expressions.mjs
9
9
  /*! © 2026 Yahoo, Inc. UDS CSS v0.0.0-development */
@@ -1,6 +1,6 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
- import path from "node:path";
3
2
  import fs from "node:fs";
3
+ import path from "node:path";
4
4
  import { Node, Project, SyntaxKind, ts } from "ts-morph";
5
5
  //#region ../css/dist/purger/optimized/ast/expressions.mjs
6
6
  /*! © 2026 Yahoo, Inc. UDS CSS v0.0.0-development */
@@ -1,13 +1,13 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  const require_runtime = require("../../../../_virtual/_rolldown/runtime.cjs");
3
- const require_purgeFromCode = require("./purgeFromCode.cjs");
4
3
  const require_entryPoints = require("../../../../tailwind-internal/dist/utils/entryPoints.cjs");
4
+ const require_purgeFromCode = require("./purgeFromCode.cjs");
5
5
  const require_files = require("./utils/files.cjs");
6
6
  const require_safelist = require("./utils/safelist.cjs");
7
- let node_path = require("node:path");
8
- node_path = require_runtime.__toESM(node_path, 1);
9
7
  let node_fs = require("node:fs");
10
8
  node_fs = require_runtime.__toESM(node_fs, 1);
9
+ let node_path = require("node:path");
10
+ node_path = require_runtime.__toESM(node_path, 1);
11
11
  //#region ../css/dist/purger/optimized/purge.mjs
12
12
  /*! © 2026 Yahoo, Inc. UDS CSS v0.0.0-development */
13
13
  const warnedLocations = /* @__PURE__ */ new Set();
@@ -1,10 +1,10 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
- import { purgeFromCodeOptimized, resolveWrapperSpreadSafelist } from "./purgeFromCode.js";
3
2
  import { DEFAULT_ENTRY } from "../../../../tailwind-internal/dist/utils/entryPoints.js";
3
+ import { purgeFromCodeOptimized, resolveWrapperSpreadSafelist } from "./purgeFromCode.js";
4
4
  import { TEST_FILE_IGNORE_GLOBS, scanForFiles } from "./utils/files.js";
5
5
  import { deduplicateSafelist, getInternalSafelistClasses, getThemeAndScaleClasses, saveSafelistToFile } from "./utils/safelist.js";
6
- import path from "node:path";
7
6
  import fs from "node:fs";
7
+ import path from "node:path";
8
8
  //#region ../css/dist/purger/optimized/purge.mjs
9
9
  /*! © 2026 Yahoo, Inc. UDS CSS v0.0.0-development */
10
10
  const warnedLocations = /* @__PURE__ */ new Set();
@@ -1,9 +1,9 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  const require_runtime = require("../../../../../_virtual/_rolldown/runtime.cjs");
3
3
  const require_index = require("../../../packages/css-tokens/dist/index.cjs");
4
+ let node_fs = require("node:fs");
4
5
  let node_path = require("node:path");
5
6
  node_path = require_runtime.__toESM(node_path, 1);
6
- let node_fs = require("node:fs");
7
7
  //#region ../css/dist/purger/optimized/utils/safelist.mjs
8
8
  /*! © 2026 Yahoo, Inc. UDS CSS v0.0.0-development */
9
9
  const colorModeToClass = {
@@ -1,7 +1,7 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  import { DARK_COLOR_MODE_CLASSNAME, LIGHT_COLOR_MODE_CLASSNAME } from "../../../packages/css-tokens/dist/index.js";
3
- import path from "node:path";
4
3
  import { mkdirSync, writeFileSync } from "node:fs";
4
+ import path from "node:path";
5
5
  //#region ../css/dist/purger/optimized/utils/safelist.mjs
6
6
  /*! © 2026 Yahoo, Inc. UDS CSS v0.0.0-development */
7
7
  const colorModeToClass = {
@@ -28,18 +28,14 @@ const createDirectionObserver = (callback) => {
28
28
  * @default reads from document direction
29
29
  */
30
30
  const useRtl = (options) => {
31
- const [isRtl, setIsRtl] = (0, react.useState)(getDocumentDirection);
31
+ const [detectedRtl, setDetectedRtl] = (0, react.useState)(getDocumentDirection);
32
32
  (0, react.useEffect)(() => {
33
- if (options?.explicit) {
34
- setIsRtl(options.explicit);
35
- return;
36
- }
37
33
  const observer = createDirectionObserver(() => {
38
- setIsRtl(getDocumentDirection());
34
+ setDetectedRtl(getDocumentDirection());
39
35
  });
40
36
  return () => observer.disconnect();
41
- }, [options?.explicit]);
42
- return isRtl;
37
+ }, []);
38
+ return options?.explicit ?? detectedRtl;
43
39
  };
44
40
  //#endregion
45
41
  exports.createDirectionObserver = createDirectionObserver;
@@ -26,18 +26,14 @@ const createDirectionObserver = (callback) => {
26
26
  * @default reads from document direction
27
27
  */
28
28
  const useRtl = (options) => {
29
- const [isRtl, setIsRtl] = useState(getDocumentDirection);
29
+ const [detectedRtl, setDetectedRtl] = useState(getDocumentDirection);
30
30
  useEffect(() => {
31
- if (options?.explicit) {
32
- setIsRtl(options.explicit);
33
- return;
34
- }
35
31
  const observer = createDirectionObserver(() => {
36
- setIsRtl(getDocumentDirection());
32
+ setDetectedRtl(getDocumentDirection());
37
33
  });
38
34
  return () => observer.disconnect();
39
- }, [options?.explicit]);
40
- return isRtl;
35
+ }, []);
36
+ return options?.explicit ?? detectedRtl;
41
37
  };
42
38
  //#endregion
43
39
  export { createDirectionObserver, getDocumentDirection, useRtl };
@@ -0,0 +1,4 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const require_pruneVars = require("./css/dist/postcss/pruneVars.cjs");
4
+ exports.udsPruneVars = require_pruneVars.udsPruneVars;
@@ -0,0 +1,4 @@
1
+
2
+ import { UDSCSSPruneVarsOptions, UDSCSSVarSafelistPattern } from "./css/dist/css/theme.cjs";
3
+ import { UDSPruneVarsPlugin, udsPruneVars } from "./css/dist/postcss/pruneVars.cjs";
4
+ export { type UDSCSSPruneVarsOptions, type UDSCSSVarSafelistPattern, type UDSPruneVarsPlugin, udsPruneVars };
@@ -0,0 +1,4 @@
1
+
2
+ import { UDSCSSPruneVarsOptions, UDSCSSVarSafelistPattern } from "./css/dist/css/theme.js";
3
+ import { UDSPruneVarsPlugin, udsPruneVars } from "./css/dist/postcss/pruneVars.js";
4
+ export { type UDSCSSPruneVarsOptions, type UDSCSSVarSafelistPattern, type UDSPruneVarsPlugin, udsPruneVars };
@@ -0,0 +1,3 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ import { udsPruneVars } from "./css/dist/postcss/pruneVars.js";
3
+ export { udsPruneVars };
@@ -12,8 +12,8 @@ declare const cva: CVA<string>;
12
12
  declare const getStylesInternal: (props?: ({
13
13
  avatarIconVariantRoot?: "primary" | "secondary" | "default" | undefined;
14
14
  avatarImageVariantRoot?: "primary" | "secondary" | "default" | undefined;
15
- avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "2xs" | "3xl" | undefined;
16
- avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "2xs" | "3xl" | undefined;
15
+ avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | "default" | undefined;
16
+ avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | "default" | undefined;
17
17
  avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
18
18
  badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
19
19
  badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
@@ -33,8 +33,8 @@ declare const getStylesInternal: (props?: ({
33
33
  bottomsheetVariantRoot?: "default" | undefined;
34
34
  buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
35
35
  buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
36
- buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "contrast-high" | "contrast-medium" | "contrast-low" | "brand-tertiary" | "alert-tertiary" | "positive-tertiary" | "warning-tertiary" | "info-tertiary" | undefined;
37
- buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "contrast-high" | "contrast-medium" | "contrast-low" | "brand-tertiary" | "alert-tertiary" | "positive-tertiary" | "warning-tertiary" | "info-tertiary" | undefined;
36
+ buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "contrast-high" | "contrast-medium" | "contrast-low" | "brand-tertiary" | "alert-tertiary" | "positive-tertiary" | "warning-tertiary" | "info-tertiary" | "default" | undefined;
37
+ buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "contrast-high" | "contrast-medium" | "contrast-low" | "brand-tertiary" | "alert-tertiary" | "positive-tertiary" | "warning-tertiary" | "info-tertiary" | "default" | undefined;
38
38
  checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
39
39
  checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
40
40
  checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
@@ -218,7 +218,7 @@ declare const getStylesInternal: (props?: ({
218
218
  placeholderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
219
219
  fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "sans" | "sans-alt" | "serif" | "serif-alt" | "mono" | undefined;
220
220
  fontSize?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
221
- fontWeight?: "black" | "thin" | "medium" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
221
+ fontWeight?: "black" | "thin" | "medium" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "light" | "extralight" | "regular" | "semibold" | "bold" | "extrabold" | undefined;
222
222
  lineHeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
223
223
  letterSpacing?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
224
224
  textAlign?: "center" | "justify" | "start" | "end" | undefined;
@@ -12,8 +12,8 @@ declare const cva: CVA<string>;
12
12
  declare const getStylesInternal: (props?: ({
13
13
  avatarIconVariantRoot?: "primary" | "secondary" | "default" | undefined;
14
14
  avatarImageVariantRoot?: "primary" | "secondary" | "default" | undefined;
15
- avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "2xs" | "3xl" | undefined;
16
- avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "2xs" | "3xl" | undefined;
15
+ avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | "default" | undefined;
16
+ avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | "default" | undefined;
17
17
  avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
18
18
  badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
19
19
  badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
@@ -33,8 +33,8 @@ declare const getStylesInternal: (props?: ({
33
33
  bottomsheetVariantRoot?: "default" | undefined;
34
34
  buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
35
35
  buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
36
- buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "contrast-high" | "contrast-medium" | "contrast-low" | "brand-tertiary" | "alert-tertiary" | "positive-tertiary" | "warning-tertiary" | "info-tertiary" | undefined;
37
- buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "contrast-high" | "contrast-medium" | "contrast-low" | "brand-tertiary" | "alert-tertiary" | "positive-tertiary" | "warning-tertiary" | "info-tertiary" | undefined;
36
+ buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "contrast-high" | "contrast-medium" | "contrast-low" | "brand-tertiary" | "alert-tertiary" | "positive-tertiary" | "warning-tertiary" | "info-tertiary" | "default" | undefined;
37
+ buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "contrast-high" | "contrast-medium" | "contrast-low" | "brand-tertiary" | "alert-tertiary" | "positive-tertiary" | "warning-tertiary" | "info-tertiary" | "default" | undefined;
38
38
  checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
39
39
  checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
40
40
  checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
@@ -218,7 +218,7 @@ declare const getStylesInternal: (props?: ({
218
218
  placeholderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
219
219
  fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "sans" | "sans-alt" | "serif" | "serif-alt" | "mono" | undefined;
220
220
  fontSize?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
221
- fontWeight?: "black" | "thin" | "medium" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
221
+ fontWeight?: "black" | "thin" | "medium" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "light" | "extralight" | "regular" | "semibold" | "bold" | "extrabold" | undefined;
222
222
  lineHeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
223
223
  letterSpacing?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
224
224
  textAlign?: "center" | "justify" | "start" | "end" | undefined;
@@ -1,9 +1,9 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  const require_runtime = require("../../../_virtual/_rolldown/runtime.cjs");
3
- let node_path = require("node:path");
4
- node_path = require_runtime.__toESM(node_path, 1);
5
3
  let node_fs = require("node:fs");
6
4
  node_fs = require_runtime.__toESM(node_fs, 1);
5
+ let node_path = require("node:path");
6
+ node_path = require_runtime.__toESM(node_path, 1);
7
7
  //#region ../tailwind-internal/dist/utils/entryPoints.js
8
8
  /*! © 2026 Yahoo, Inc. UDS Tailwind Internal v0.0.0-development */
9
9
  const ALLOWED_ENTRY_FILE_EXTENSIONS = [".tsx"];
@@ -1,6 +1,6 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
- import path from "node:path";
3
2
  import fs from "node:fs";
3
+ import path from "node:path";
4
4
  //#region ../tailwind-internal/dist/utils/entryPoints.js
5
5
  /*! © 2026 Yahoo, Inc. UDS Tailwind Internal v0.0.0-development */
6
6
  const ALLOWED_ENTRY_FILE_EXTENSIONS = [".tsx"];
@@ -10,8 +10,8 @@ declare function getShadowStyles({
10
10
  }: {
11
11
  config: UniversalTokensConfig;
12
12
  shadowType: ShadowType;
13
- }): Record<".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-5" | ".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-5", {
14
- readonly [x: string]: "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-xs)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
13
+ }): Record<".uds-inset-shadow-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-5" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-5", {
14
+ readonly [x: string]: "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-xs)" | "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
15
15
  readonly boxShadow: "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
16
16
  }>; //#endregion
17
17
  //#endregion
@@ -10,8 +10,8 @@ declare function getShadowStyles({
10
10
  }: {
11
11
  config: UniversalTokensConfig;
12
12
  shadowType: ShadowType;
13
- }): Record<".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-5" | ".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-5", {
14
- readonly [x: string]: "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-xs)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
13
+ }): Record<".uds-inset-shadow-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-5" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-5", {
14
+ readonly [x: string]: "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-xs)" | "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
15
15
  readonly boxShadow: "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
16
16
  }>; //#endregion
17
17
  //#endregion
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
3
+ Copyright 2013 Andrey Sitnik <andrey@sitnik.es>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the "Software"), to deal in
@@ -14,16 +14,12 @@ and JetBrains. The [Autoprefixer] and [Stylelint] PostCSS plugins are some o
14
14
  ---
15
15
 
16
16
  <img src="https://cdn.evilmartians.com/badges/logo-no-label.svg" alt="" width="22" height="16" />  Built by
17
- <b><a href="https://evilmartians.com/devtools?utm_source=postcss&utm_campaign=devtools-button&utm_medium=github">Evil Martians</a></b>, go-to agency for <b>developer tools</b>.
17
+ <b><a href="https://evilmartians.com/devtools?utm_source=postcss&utm_campaign=devtools-button&utm_medium=github">Evil Martians</a></b>, go-to agency for <b>developer tools</b>.
18
18
 
19
19
  ---
20
20
 
21
- [Abstract Syntax Tree]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
22
- [Evil Martians]: https://evilmartians.com/?utm_source=postcss
23
- [Autoprefixer]: https://github.com/postcss/autoprefixer
24
- [Stylelint]: https://stylelint.io/
25
- [plugins]: https://github.com/postcss/postcss#plugins
26
-
27
-
28
- ## Docs
29
- Read full docs **[here](https://postcss.org/)**.
21
+ [Abstract Syntax Tree]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
22
+ [Evil Martians]: https://evilmartians.com/?utm_source=postcss
23
+ [Autoprefixer]: https://github.com/postcss/autoprefixer
24
+ [Stylelint]: https://stylelint.io/
25
+ [plugins]: https://github.com/postcss/postcss#plugins
@@ -49,7 +49,6 @@ declare namespace AtRule {
49
49
  raws?: AtRuleRaws
50
50
  }
51
51
 
52
- // eslint-disable-next-line @typescript-eslint/no-use-before-define
53
52
  export { AtRule_ as default }
54
53
  }
55
54
 
@@ -26,7 +26,6 @@ declare namespace Comment {
26
26
  text: string
27
27
  }
28
28
 
29
- // eslint-disable-next-line @typescript-eslint/no-use-before-define
30
29
  export { Comment_ as default }
31
30
  }
32
31
 
@@ -8,11 +8,7 @@ import Rule from './rule.js'
8
8
  declare namespace Container {
9
9
  export type ContainerWithChildren<Child extends Node = ChildNode> = {
10
10
  nodes: Child[]
11
- } & (
12
- | AtRule
13
- | Root
14
- | Rule
15
- )
11
+ } & (AtRule | Root | Rule)
16
12
 
17
13
  export interface ValueOptions {
18
14
  /**
@@ -43,7 +39,6 @@ declare namespace Container {
43
39
  | string
44
40
  | undefined
45
41
 
46
- // eslint-disable-next-line @typescript-eslint/no-use-before-define
47
42
  export { Container_ as default }
48
43
  }
49
44