@yahoo/uds-v5-wip 1.1.3 → 1.2.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 (101) hide show
  1. package/dist/components/dist/accordion.js +9 -9
  2. package/dist/components/dist/alert.js +2 -2
  3. package/dist/components/dist/avatar-group.js +6 -6
  4. package/dist/components/dist/avatar.js +3 -3
  5. package/dist/components/dist/badge.js +2 -2
  6. package/dist/components/dist/breadcrumb.js +17 -17
  7. package/dist/components/dist/button.js +5 -5
  8. package/dist/components/dist/card.js +4 -4
  9. package/dist/components/dist/collapsible.js +3 -3
  10. package/dist/components/dist/command.js +21 -21
  11. package/dist/components/dist/control-color.js +6 -6
  12. package/dist/components/dist/control-curve.js +4 -4
  13. package/dist/components/dist/control-folder.js +6 -6
  14. package/dist/components/dist/control-group.js +3 -3
  15. package/dist/components/dist/control-knob.js +8 -8
  16. package/dist/components/dist/control-panel.js +3 -3
  17. package/dist/components/dist/control-select.js +8 -8
  18. package/dist/components/dist/control-slider.js +8 -8
  19. package/dist/components/dist/control-spring.js +12 -12
  20. package/dist/components/dist/control-stepper.js +6 -6
  21. package/dist/components/dist/control-toggle.js +3 -3
  22. package/dist/components/dist/createSlot.js +2 -2
  23. package/dist/components/dist/dropdown.js +10 -10
  24. package/dist/components/dist/empty-state.js +6 -6
  25. package/dist/components/dist/grid.js +2 -2
  26. package/dist/components/dist/hstack.js +1 -1
  27. package/dist/components/dist/input.js +1 -1
  28. package/dist/components/dist/item.js +8 -8
  29. package/dist/components/dist/list.js +1 -1
  30. package/dist/components/dist/modal.js +8 -8
  31. package/dist/components/dist/nav-header.js +3 -3
  32. package/dist/components/dist/preset-bar.js +10 -10
  33. package/dist/components/dist/presets/index.js +1 -1
  34. package/dist/components/dist/progress.js +6 -6
  35. package/dist/components/dist/sheet.js +8 -8
  36. package/dist/components/dist/sidebar.js +42 -42
  37. package/dist/components/dist/skeleton.js +1 -1
  38. package/dist/components/dist/slider.js +5 -5
  39. package/dist/components/dist/spinner.js +2 -2
  40. package/dist/components/dist/switch.js +5 -5
  41. package/dist/components/dist/tabs.js +8 -8
  42. package/dist/components/dist/toast.js +7 -7
  43. package/dist/components/dist/tooltip.js +3 -3
  44. package/dist/components/dist/vstack.js +1 -1
  45. package/dist/components/presets/index.js +1 -1
  46. package/dist/config.d.ts +976 -976
  47. package/dist/core/dist/createComponent.d.ts +2 -1
  48. package/dist/core/dist/createComponentExample.d.ts +2 -1
  49. package/dist/core/dist/createProvider.d.ts +2 -1
  50. package/dist/core/dist/generated/stylePropsTwMap.d.ts +2 -1
  51. package/dist/core/dist/getComponentStyles.d.ts +2 -1
  52. package/dist/core/dist/getStyles.d.ts +2 -1
  53. package/dist/core/dist/macros.d.ts +2 -1
  54. package/dist/core/dist/propMappings.d.ts +2 -1
  55. package/dist/core/dist/resolveMotionState.d.ts +2 -1
  56. package/dist/core/dist/transformPreset.d.ts +2 -1
  57. package/dist/core/dist/withDefaultStyleProps.d.ts +2 -1
  58. package/dist/foundational-presets/dist/boldVibrant.d.ts +991 -990
  59. package/dist/foundational-presets/dist/brutalist.d.ts +991 -990
  60. package/dist/foundational-presets/dist/candy.d.ts +991 -990
  61. package/dist/foundational-presets/dist/cleanMinimalist.d.ts +991 -990
  62. package/dist/foundational-presets/dist/corporate.d.ts +991 -990
  63. package/dist/foundational-presets/dist/darkMoody.d.ts +991 -990
  64. package/dist/foundational-presets/dist/defaultPreset.d.ts +977 -976
  65. package/dist/foundational-presets/dist/forest.d.ts +991 -990
  66. package/dist/foundational-presets/dist/highContrast.d.ts +991 -990
  67. package/dist/foundational-presets/dist/lavender.d.ts +991 -990
  68. package/dist/foundational-presets/dist/luxury.d.ts +991 -990
  69. package/dist/foundational-presets/dist/monochrome.d.ts +991 -990
  70. package/dist/foundational-presets/dist/motion.d.ts +2 -1
  71. package/dist/foundational-presets/dist/neonCyber.d.ts +991 -990
  72. package/dist/foundational-presets/dist/newspaper.d.ts +991 -990
  73. package/dist/foundational-presets/dist/ocean.d.ts +991 -990
  74. package/dist/foundational-presets/dist/slate.d.ts +991 -990
  75. package/dist/foundational-presets/dist/sunset.d.ts +991 -990
  76. package/dist/foundational-presets/dist/terminal.d.ts +991 -990
  77. package/dist/foundational-presets/dist/warmOrganic.d.ts +991 -990
  78. package/dist/loader/dist/loader.d.ts +2 -1
  79. package/dist/loader/dist/next.d.ts +2 -1
  80. package/dist/presets/dist/boldVibrant.d.ts +1 -2
  81. package/dist/presets/dist/brutalist.d.ts +1 -2
  82. package/dist/presets/dist/candy.d.ts +1 -2
  83. package/dist/presets/dist/cleanMinimalist.d.ts +1 -2
  84. package/dist/presets/dist/corporate.d.ts +1 -2
  85. package/dist/presets/dist/darkMoody.d.ts +1 -2
  86. package/dist/presets/dist/defaultPreset.d.ts +1 -2
  87. package/dist/presets/dist/defaultPreset.js +1 -1
  88. package/dist/presets/dist/forest.d.ts +1 -2
  89. package/dist/presets/dist/highContrast.d.ts +1 -2
  90. package/dist/presets/dist/lavender.d.ts +1 -2
  91. package/dist/presets/dist/luxury.d.ts +1 -2
  92. package/dist/presets/dist/monochrome.d.ts +1 -2
  93. package/dist/presets/dist/neonCyber.d.ts +1 -2
  94. package/dist/presets/dist/newspaper.d.ts +1 -2
  95. package/dist/presets/dist/ocean.d.ts +1 -2
  96. package/dist/presets/dist/slate.d.ts +1 -2
  97. package/dist/presets/dist/sunset.d.ts +1 -2
  98. package/dist/presets/dist/terminal.d.ts +1 -2
  99. package/dist/presets/dist/warmOrganic.d.ts +1 -2
  100. package/dist/tsconfig.tsbuildinfo +1 -1
  101. package/package.json +3 -3
@@ -1,7 +1,8 @@
1
1
  import { LoaderDefinitionFunction } from "webpack";
2
2
 
3
3
  //#region ../loader/dist/loader.d.ts
4
+ //#region src/loader.d.ts
4
5
  declare const transformLoader: LoaderDefinitionFunction;
5
- declare const normal: LoaderDefinitionFunction<{}, {}>;
6
+ declare const normal: LoaderDefinitionFunction<{}, {}>; //#endregion
6
7
  //#endregion
7
8
  export { normal, transformLoader };
@@ -1,6 +1,7 @@
1
1
  import { NextConfig } from "next";
2
2
 
3
3
  //#region ../loader/dist/next.d.ts
4
+ //#region src/next.d.ts
4
5
  interface WithUdsOptions {
5
6
  /** Output directory for generated files (default: '.uds') */
6
7
  outputDir?: string;
@@ -11,6 +12,6 @@ interface WithUdsOptions {
11
12
  type NextConfigFn = (phase: string, ctx: {
12
13
  defaultConfig: NextConfig;
13
14
  }) => NextConfig | Promise<NextConfig>;
14
- declare function withUds(nextConfigOrFn: NextConfig | NextConfigFn, options?: WithUdsOptions): NextConfig | NextConfigFn;
15
+ declare function withUds(nextConfigOrFn: NextConfig | NextConfigFn, options?: WithUdsOptions): NextConfig | NextConfigFn; //#endregion
15
16
  //#endregion
16
17
  export { WithUdsOptions, withUds };
@@ -1,6 +1,5 @@
1
1
  import { boldVibrantFoundationPreset } from "../../foundational-presets/dist/boldVibrant.js";
2
2
  //#region ../presets/dist/boldVibrant.d.ts
3
- //#region src/boldVibrant.d.ts
4
- declare const boldVibrantPreset: typeof boldVibrantFoundationPreset; //#endregion
3
+ declare const boldVibrantPreset: typeof boldVibrantFoundationPreset;
5
4
  //#endregion
6
5
  export { boldVibrantPreset };
@@ -1,6 +1,5 @@
1
1
  import { brutalistFoundationPreset } from "../../foundational-presets/dist/brutalist.js";
2
2
  //#region ../presets/dist/brutalist.d.ts
3
- //#region src/brutalist.d.ts
4
- declare const brutalistPreset: typeof brutalistFoundationPreset; //#endregion
3
+ declare const brutalistPreset: typeof brutalistFoundationPreset;
5
4
  //#endregion
6
5
  export { brutalistPreset };
@@ -1,6 +1,5 @@
1
1
  import { candyFoundationPreset } from "../../foundational-presets/dist/candy.js";
2
2
  //#region ../presets/dist/candy.d.ts
3
- //#region src/candy.d.ts
4
- declare const candyPreset: typeof candyFoundationPreset; //#endregion
3
+ declare const candyPreset: typeof candyFoundationPreset;
5
4
  //#endregion
6
5
  export { candyPreset };
@@ -1,6 +1,5 @@
1
1
  import { cleanMinimalistFoundationPreset } from "../../foundational-presets/dist/cleanMinimalist.js";
2
2
  //#region ../presets/dist/cleanMinimalist.d.ts
3
- //#region src/cleanMinimalist.d.ts
4
- declare const cleanMinimalistPreset: typeof cleanMinimalistFoundationPreset; //#endregion
3
+ declare const cleanMinimalistPreset: typeof cleanMinimalistFoundationPreset;
5
4
  //#endregion
6
5
  export { cleanMinimalistPreset };
@@ -1,6 +1,5 @@
1
1
  import { corporateFoundationPreset } from "../../foundational-presets/dist/corporate.js";
2
2
  //#region ../presets/dist/corporate.d.ts
3
- //#region src/corporate.d.ts
4
- declare const corporatePreset: typeof corporateFoundationPreset; //#endregion
3
+ declare const corporatePreset: typeof corporateFoundationPreset;
5
4
  //#endregion
6
5
  export { corporatePreset };
@@ -1,6 +1,5 @@
1
1
  import { darkMoodyFoundationPreset } from "../../foundational-presets/dist/darkMoody.js";
2
2
  //#region ../presets/dist/darkMoody.d.ts
3
- //#region src/darkMoody.d.ts
4
- declare const darkMoodyPreset: typeof darkMoodyFoundationPreset; //#endregion
3
+ declare const darkMoodyPreset: typeof darkMoodyFoundationPreset;
5
4
  //#endregion
6
5
  export { darkMoodyPreset };
@@ -1,6 +1,5 @@
1
1
  import { defaultFoundationPreset } from "../../foundational-presets/dist/defaultPreset.js";
2
2
  //#region ../presets/dist/defaultPreset.d.ts
3
- //#region src/defaultPreset.d.ts
4
- declare const defaultPreset: typeof defaultFoundationPreset; //#endregion
3
+ declare const defaultPreset: typeof defaultFoundationPreset;
5
4
  //#endregion
6
5
  export { defaultPreset };
@@ -4,8 +4,8 @@ import { textConfig } from "../../components/dist/text.config.js";
4
4
  import { accordionConfig } from "../../components/dist/accordion.config.js";
5
5
  import { alertConfig } from "../../components/dist/alert.config.js";
6
6
  import { anchorConfig } from "../../components/dist/anchor.config.js";
7
- import { avatarGroupConfig } from "../../components/dist/avatar-group.config.js";
8
7
  import { avatarConfig } from "../../components/dist/avatar.config.js";
8
+ import { avatarGroupConfig } from "../../components/dist/avatar-group.config.js";
9
9
  import { badgeConfig } from "../../components/dist/badge.config.js";
10
10
  import { breadcrumbConfig } from "../../components/dist/breadcrumb.config.js";
11
11
  import { buttonConfig } from "../../components/dist/button.config.js";
@@ -1,6 +1,5 @@
1
1
  import { forestFoundationPreset } from "../../foundational-presets/dist/forest.js";
2
2
  //#region ../presets/dist/forest.d.ts
3
- //#region src/forest.d.ts
4
- declare const forestPreset: typeof forestFoundationPreset; //#endregion
3
+ declare const forestPreset: typeof forestFoundationPreset;
5
4
  //#endregion
6
5
  export { forestPreset };
@@ -1,6 +1,5 @@
1
1
  import { highContrastFoundationPreset } from "../../foundational-presets/dist/highContrast.js";
2
2
  //#region ../presets/dist/highContrast.d.ts
3
- //#region src/highContrast.d.ts
4
- declare const highContrastPreset: typeof highContrastFoundationPreset; //#endregion
3
+ declare const highContrastPreset: typeof highContrastFoundationPreset;
5
4
  //#endregion
6
5
  export { highContrastPreset };
@@ -1,6 +1,5 @@
1
1
  import { lavenderFoundationPreset } from "../../foundational-presets/dist/lavender.js";
2
2
  //#region ../presets/dist/lavender.d.ts
3
- //#region src/lavender.d.ts
4
- declare const lavenderPreset: typeof lavenderFoundationPreset; //#endregion
3
+ declare const lavenderPreset: typeof lavenderFoundationPreset;
5
4
  //#endregion
6
5
  export { lavenderPreset };
@@ -1,6 +1,5 @@
1
1
  import { luxuryFoundationPreset } from "../../foundational-presets/dist/luxury.js";
2
2
  //#region ../presets/dist/luxury.d.ts
3
- //#region src/luxury.d.ts
4
- declare const luxuryPreset: typeof luxuryFoundationPreset; //#endregion
3
+ declare const luxuryPreset: typeof luxuryFoundationPreset;
5
4
  //#endregion
6
5
  export { luxuryPreset };
@@ -1,6 +1,5 @@
1
1
  import { monochromeFoundationPreset } from "../../foundational-presets/dist/monochrome.js";
2
2
  //#region ../presets/dist/monochrome.d.ts
3
- //#region src/monochrome.d.ts
4
- declare const monochromePreset: typeof monochromeFoundationPreset; //#endregion
3
+ declare const monochromePreset: typeof monochromeFoundationPreset;
5
4
  //#endregion
6
5
  export { monochromePreset };
@@ -1,6 +1,5 @@
1
1
  import { neonCyberFoundationPreset } from "../../foundational-presets/dist/neonCyber.js";
2
2
  //#region ../presets/dist/neonCyber.d.ts
3
- //#region src/neonCyber.d.ts
4
- declare const neonCyberPreset: typeof neonCyberFoundationPreset; //#endregion
3
+ declare const neonCyberPreset: typeof neonCyberFoundationPreset;
5
4
  //#endregion
6
5
  export { neonCyberPreset };
@@ -1,6 +1,5 @@
1
1
  import { newspaperFoundationPreset } from "../../foundational-presets/dist/newspaper.js";
2
2
  //#region ../presets/dist/newspaper.d.ts
3
- //#region src/newspaper.d.ts
4
- declare const newspaperPreset: typeof newspaperFoundationPreset; //#endregion
3
+ declare const newspaperPreset: typeof newspaperFoundationPreset;
5
4
  //#endregion
6
5
  export { newspaperPreset };
@@ -1,6 +1,5 @@
1
1
  import { oceanFoundationPreset } from "../../foundational-presets/dist/ocean.js";
2
2
  //#region ../presets/dist/ocean.d.ts
3
- //#region src/ocean.d.ts
4
- declare const oceanPreset: typeof oceanFoundationPreset; //#endregion
3
+ declare const oceanPreset: typeof oceanFoundationPreset;
5
4
  //#endregion
6
5
  export { oceanPreset };
@@ -1,6 +1,5 @@
1
1
  import { slateFoundationPreset } from "../../foundational-presets/dist/slate.js";
2
2
  //#region ../presets/dist/slate.d.ts
3
- //#region src/slate.d.ts
4
- declare const slatePreset: typeof slateFoundationPreset; //#endregion
3
+ declare const slatePreset: typeof slateFoundationPreset;
5
4
  //#endregion
6
5
  export { slatePreset };
@@ -1,6 +1,5 @@
1
1
  import { sunsetFoundationPreset } from "../../foundational-presets/dist/sunset.js";
2
2
  //#region ../presets/dist/sunset.d.ts
3
- //#region src/sunset.d.ts
4
- declare const sunsetPreset: typeof sunsetFoundationPreset; //#endregion
3
+ declare const sunsetPreset: typeof sunsetFoundationPreset;
5
4
  //#endregion
6
5
  export { sunsetPreset };
@@ -1,6 +1,5 @@
1
1
  import { terminalFoundationPreset } from "../../foundational-presets/dist/terminal.js";
2
2
  //#region ../presets/dist/terminal.d.ts
3
- //#region src/terminal.d.ts
4
- declare const terminalPreset: typeof terminalFoundationPreset; //#endregion
3
+ declare const terminalPreset: typeof terminalFoundationPreset;
5
4
  //#endregion
6
5
  export { terminalPreset };
@@ -1,6 +1,5 @@
1
1
  import { warmOrganicFoundationPreset } from "../../foundational-presets/dist/warmOrganic.js";
2
2
  //#region ../presets/dist/warmOrganic.d.ts
3
- //#region src/warmOrganic.d.ts
4
- declare const warmOrganicPreset: typeof warmOrganicFoundationPreset; //#endregion
3
+ declare const warmOrganicPreset: typeof warmOrganicFoundationPreset;
5
4
  //#endregion
6
5
  export { warmOrganicPreset };