@yahoo/uds-v5-wip 1.10.1 → 1.11.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/components/dist/collapsible.config.d.ts +1 -2
- package/dist/components/dist/collapsible.d.ts +1 -2
- package/dist/components/dist/presets/index.d.ts +2 -3
- package/dist/components/presets/index.d.ts +1 -1
- package/dist/loader/dist/_virtual/_rolldown/runtime.js +1 -2
- package/dist/loader/dist/loader/style-transform.js +4 -4
- package/dist/presets/dist/boldVibrant.d.ts +1 -2
- package/dist/presets/dist/brutalist.d.ts +1 -2
- package/dist/presets/dist/candy.d.ts +1 -2
- package/dist/presets/dist/cleanMinimalist.d.ts +1 -2
- package/dist/presets/dist/corporate.d.ts +1 -2
- package/dist/presets/dist/darkMoody.d.ts +1 -2
- package/dist/presets/dist/defaultPreset.d.ts +1 -2
- package/dist/presets/dist/forest.d.ts +1 -2
- package/dist/presets/dist/highContrast.d.ts +1 -2
- package/dist/presets/dist/lavender.d.ts +1 -2
- package/dist/presets/dist/luxury.d.ts +1 -2
- package/dist/presets/dist/monochrome.d.ts +1 -2
- package/dist/presets/dist/neonCyber.d.ts +1 -2
- package/dist/presets/dist/newspaper.d.ts +1 -2
- package/dist/presets/dist/ocean.d.ts +1 -2
- package/dist/presets/dist/slate.d.ts +1 -2
- package/dist/presets/dist/sunset.d.ts +1 -2
- package/dist/presets/dist/terminal.d.ts +1 -2
- package/dist/presets/dist/warmOrganic.d.ts +1 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/dist/loader/dist/node_modules/react/cjs/react-jsx-runtime.development.js +0 -203
- package/dist/loader/dist/node_modules/react/cjs/react-jsx-runtime.production.js +0 -25
- package/dist/loader/dist/node_modules/react/cjs/react.development.js +0 -762
- package/dist/loader/dist/node_modules/react/cjs/react.production.js +0 -351
- package/dist/loader/dist/node_modules/react/index.js +0 -10
- package/dist/loader/dist/node_modules/react/jsx-runtime.js +0 -10
- package/dist/loader/dist/packages/core/dist/createComponent.js +0 -6
- package/dist/loader/dist/packages/core/dist/createProvider.js +0 -7
- package/dist/loader/dist/packages/core/dist/generated/stylePropsTwMap.js +0 -570
- package/dist/loader/dist/packages/core/dist/getComponentStyles.js +0 -2
- package/dist/loader/dist/packages/core/dist/getStyles.js +0 -58
- package/dist/loader/dist/packages/core/dist/index.js +0 -6
- package/dist/loader/dist/packages/core/dist/macros.js +0 -41
- package/dist/loader/dist/packages/core/dist/propMappings.js +0 -1348
- package/dist/loader/dist/packages/core/dist/withDefaultStyleProps.js +0 -1
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ComponentConfig } from "../../config/dist/createConfig.js";
|
|
2
2
|
//#region ../components/dist/collapsible.config.d.ts
|
|
3
|
-
//#region src/collapsible.config.d.ts
|
|
4
3
|
declare const collapsibleConfig: ComponentConfig<{
|
|
5
4
|
Collapsible: {
|
|
6
5
|
readonly base: {
|
|
@@ -41,6 +40,6 @@ declare const collapsibleConfig: ComponentConfig<{
|
|
|
41
40
|
};
|
|
42
41
|
};
|
|
43
42
|
}, {}>;
|
|
44
|
-
type CollapsibleConfig = typeof collapsibleConfig;
|
|
43
|
+
type CollapsibleConfig = typeof collapsibleConfig;
|
|
45
44
|
//#endregion
|
|
46
45
|
export { CollapsibleConfig, collapsibleConfig };
|
|
@@ -3,7 +3,6 @@ import * as _$react from "react";
|
|
|
3
3
|
import * as _$_uds_types0 from "@uds/types";
|
|
4
4
|
|
|
5
5
|
//#region ../components/dist/collapsible.d.ts
|
|
6
|
-
//#region src/collapsible.d.ts
|
|
7
6
|
/**
|
|
8
7
|
* @description A headless collapsible primitive with animated expand/collapse
|
|
9
8
|
*/
|
|
@@ -57,6 +56,6 @@ declare const Collapsible: _$react.FC<_$_uds_types0.CreateComponentProps<Compone
|
|
|
57
56
|
trigger: "button";
|
|
58
57
|
content: "div";
|
|
59
58
|
}>>;
|
|
60
|
-
type CollapsibleProps = React.ComponentProps<typeof Collapsible>;
|
|
59
|
+
type CollapsibleProps = React.ComponentProps<typeof Collapsible>;
|
|
61
60
|
//#endregion
|
|
62
61
|
export { Collapsible, CollapsibleProps };
|
|
@@ -28,7 +28,6 @@ import { itemConfig } from "../item.config.js";
|
|
|
28
28
|
import { modalConfig } from "../modal.config.js";
|
|
29
29
|
import { navHeaderConfig } from "../nav-header.config.js";
|
|
30
30
|
import { presetBarConfig } from "../preset-bar.config.js";
|
|
31
|
-
import { toastConfig } from "../toast.config.js";
|
|
32
31
|
import { progressConfig } from "../progress.config.js";
|
|
33
32
|
import { selectConfig } from "../select.config.js";
|
|
34
33
|
import { sheetConfig } from "../sheet.config.js";
|
|
@@ -40,10 +39,10 @@ import { switchConfig } from "../switch.config.js";
|
|
|
40
39
|
import { tabsConfig } from "../tabs.config.js";
|
|
41
40
|
import { textConfig } from "../text.config.js";
|
|
42
41
|
import { textareaConfig } from "../textarea.config.js";
|
|
42
|
+
import { toastConfig } from "../toast.config.js";
|
|
43
43
|
import { tooltipConfig } from "../tooltip.config.js";
|
|
44
44
|
|
|
45
45
|
//#region ../components/dist/presets/index.d.ts
|
|
46
|
-
//#region src/presets/index.d.ts
|
|
47
46
|
declare const defaultComponentConfigs: readonly [ComponentConfig<{
|
|
48
47
|
Anchor: {
|
|
49
48
|
readonly base: {
|
|
@@ -17670,6 +17669,6 @@ declare const defaultComponentConfigs: readonly [ComponentConfig<{
|
|
|
17670
17669
|
};
|
|
17671
17670
|
};
|
|
17672
17671
|
};
|
|
17673
|
-
}, {}>];
|
|
17672
|
+
}, {}>];
|
|
17674
17673
|
//#endregion
|
|
17675
17674
|
export { defaultComponentConfigs };
|
|
@@ -27,7 +27,6 @@ import { itemConfig } from "../dist/item.config.js";
|
|
|
27
27
|
import { modalConfig } from "../dist/modal.config.js";
|
|
28
28
|
import { navHeaderConfig } from "../dist/nav-header.config.js";
|
|
29
29
|
import { presetBarConfig } from "../dist/preset-bar.config.js";
|
|
30
|
-
import { toastConfig } from "../dist/toast.config.js";
|
|
31
30
|
import { progressConfig } from "../dist/progress.config.js";
|
|
32
31
|
import { selectConfig } from "../dist/select.config.js";
|
|
33
32
|
import { sheetConfig } from "../dist/sheet.config.js";
|
|
@@ -39,6 +38,7 @@ import { switchConfig } from "../dist/switch.config.js";
|
|
|
39
38
|
import { tabsConfig } from "../dist/tabs.config.js";
|
|
40
39
|
import { textConfig } from "../dist/text.config.js";
|
|
41
40
|
import { textareaConfig } from "../dist/textarea.config.js";
|
|
41
|
+
import { toastConfig } from "../dist/toast.config.js";
|
|
42
42
|
import { tooltipConfig } from "../dist/tooltip.config.js";
|
|
43
43
|
import { defaultComponentConfigs } from "../dist/presets/index.js";
|
|
44
44
|
export { accordionConfig, alertConfig, anchorConfig, avatarConfig, avatarGroupConfig, badgeConfig, breadcrumbConfig, buttonConfig, cardConfig, collapsibleConfig, commandConfig, commandDialogConfig, commandEmptyConfig, commandGroupConfig, commandInputConfig, commandItemConfig, commandListConfig, commandSeparatorConfig, commandShortcutConfig, controlColorConfig, controlCurveConfig, controlFolderConfig, controlGroupConfig, controlKnobConfig, controlPanelConfig, controlSelectConfig, controlSliderConfig, controlSpringConfig, controlStepperConfig, controlToggleConfig, defaultComponentConfigs, dropdownConfig, emptyStateConfig, inputConfig, itemConfig, modalConfig, navHeaderConfig, presetBarConfig, progressConfig, selectConfig, sheetConfig, sidebarConfig, skeletonConfig, sliderConfig, spinnerConfig, switchConfig, tabsConfig, textConfig, textareaConfig, toastConfig, tooltipConfig };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { createRequire } from "node:module";
|
|
2
2
|
//#region ../loader/dist/_virtual/_rolldown/runtime.js
|
|
3
|
-
var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
4
3
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
5
4
|
//#endregion
|
|
6
|
-
export {
|
|
5
|
+
export { __require };
|
|
@@ -2,10 +2,10 @@ import { applyComponentStyleDefaults } from "../../../utils/dist/component-style
|
|
|
2
2
|
import { kebabCase } from "../../../utils/dist/string-utils/kebabCase.js";
|
|
3
3
|
import { componentVariantClass } from "../../../utils/dist/string-utils/componentClassName.js";
|
|
4
4
|
import "../../../utils/dist/index.js";
|
|
5
|
-
import { expandMacros } from "
|
|
6
|
-
import { colorPropToOpacityProp, propMappings } from "
|
|
7
|
-
import { toCamelCase } from "
|
|
8
|
-
import "
|
|
5
|
+
import { expandMacros } from "../../../core/dist/macros.js";
|
|
6
|
+
import { colorPropToOpacityProp, propMappings } from "../../../core/dist/propMappings.js";
|
|
7
|
+
import { toCamelCase } from "../../../core/dist/getStyles.js";
|
|
8
|
+
import "../../../core/dist/index.js";
|
|
9
9
|
import { buildDynamicClassExpression, parseHandlerString } from "./dynamic-style-codegen.js";
|
|
10
10
|
import * as t from "@babel/types";
|
|
11
11
|
//#region ../loader/dist/loader/style-transform.js
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { boldVibrantFoundationPreset } from "../../foundational-presets/dist/boldVibrant.js";
|
|
2
2
|
//#region ../presets/dist/boldVibrant.d.ts
|
|
3
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
-
declare const defaultPreset: typeof defaultFoundationPreset; //#endregion
|
|
3
|
+
declare const defaultPreset: typeof defaultFoundationPreset;
|
|
5
4
|
//#endregion
|
|
6
5
|
export { defaultPreset };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { forestFoundationPreset } from "../../foundational-presets/dist/forest.js";
|
|
2
2
|
//#region ../presets/dist/forest.d.ts
|
|
3
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
4
|
-
declare const warmOrganicPreset: typeof warmOrganicFoundationPreset; //#endregion
|
|
3
|
+
declare const warmOrganicPreset: typeof warmOrganicFoundationPreset;
|
|
5
4
|
//#endregion
|
|
6
5
|
export { warmOrganicPreset };
|