2024-08-07 12:23:35 +00:00
lockfileVersion : '9.0'
settings :
autoInstallPeers : false
excludeLinksFromLockfile : false
importers :
. :
dependencies :
'@fmhy/colors' :
specifier : ^0.0.11
version : 0.0 .11
2024-08-31 18:17:01 +00:00
'@fmhy/components' :
specifier : ^0.0.3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 0.0 .3 (typescript@5.9.3)(vitepress@1.6.4(@algolia/client-search@5.47.0)(@types/node@24.10.9)(nprogress@0.2.0)(postcss@8.5.6)(sass@1.97.3)(terser@5.46.0)(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3))
2024-08-07 12:23:35 +00:00
'@headlessui/vue' :
2024-10-17 06:03:48 +00:00
specifier : ^1.7.23
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 1.7 .23 (vue@3.5.27(typescript@5.9.3))
2024-08-07 12:23:35 +00:00
'@resvg/resvg-js' :
2024-08-18 05:17:55 +00:00
specifier : ^2.6.2
2024-08-07 12:23:35 +00:00
version : 2.6 .2
2025-03-11 23:38:38 +00:00
'@vueuse/core' :
2025-12-05 16:53:07 +00:00
specifier : ^14.1.0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 14.1 .0 (vue@3.5.27(typescript@5.9.3))
2026-01-04 05:39:22 +00:00
'@vueuse/integrations' :
specifier : ^14.1.0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 14.1 .0 (focus-trap@7.8.0)(nprogress@0.2.0)(vue@3.5.27(typescript@5.9.3))
2024-08-07 12:23:35 +00:00
consola :
2025-11-09 01:58:43 +00:00
specifier : ^3.4.2
version : 3.4 .2
2024-08-07 12:23:35 +00:00
feed :
2025-11-09 01:58:43 +00:00
specifier : ^5.1.0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 5.2 .0
2024-08-07 12:23:35 +00:00
itty-fetcher :
2025-11-09 01:58:43 +00:00
specifier : ^1.0.10
version : 1.0 .10
2026-01-04 05:39:22 +00:00
mark.js :
specifier : ^8.11.1
version : 8.11 .1
minisearch :
specifier : ^7.2.0
version : 7.2 .0
2024-08-07 12:23:35 +00:00
nitro-cors :
specifier : ^0.7.1
version : 0.7 .1
nitropack :
2025-11-09 01:58:43 +00:00
specifier : ^2.12.9
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 2.13 .1
2024-08-07 12:23:35 +00:00
nprogress :
specifier : ^0.2.0
version : 0.2 .0
pathe :
2025-11-09 01:58:43 +00:00
specifier : ^2.0.3
version : 2.0 .3
2025-03-27 12:54:11 +00:00
reka-ui :
2025-12-05 16:53:07 +00:00
specifier : ^2.6.1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 2.7 .0 (typescript@5.9.3)(vue@3.5.27(typescript@5.9.3))
tinycolor2 :
specifier : ^1.6.0
version : 1.6 .0
2024-08-07 12:23:35 +00:00
unocss :
2025-12-05 16:53:07 +00:00
specifier : 66.5 .10
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 66.5 .10 (vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0))
2024-08-07 12:23:35 +00:00
vitepress :
2025-11-09 01:58:43 +00:00
specifier : ^1.6.4
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 1.6 .4 (@algolia/client-search@5.47.0)(@types/node@24.10.9)(nprogress@0.2.0)(postcss@8.5.6)(sass@1.97.3)(terser@5.46.0)(typescript@5.9.3)
2024-08-07 12:23:35 +00:00
x-satori :
2025-11-09 01:58:43 +00:00
specifier : ^0.4.0
version : 0.4 .0
2024-08-07 12:23:35 +00:00
zod :
2025-12-05 16:53:07 +00:00
specifier : ^4.1.13
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 4.3 .6
2024-08-07 12:23:35 +00:00
devDependencies :
2025-01-01 11:25:05 +00:00
'@cloudflare/workers-types' :
2025-12-05 16:53:07 +00:00
specifier : ^4.20251202.0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 4.20260124 .0
2024-08-28 11:37:06 +00:00
'@ianvs/prettier-plugin-sort-imports' :
2025-11-09 01:58:43 +00:00
specifier : ^4.7.0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 4.7 .0 (@vue/compiler-sfc@3.5.27)(prettier@3.8.1)
2024-08-07 12:23:35 +00:00
'@iconify-json/carbon' :
2025-12-05 16:53:07 +00:00
specifier : ^1.2.15
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 1.2 .18
2025-06-09 18:49:48 +00:00
'@iconify-json/fluent' :
2025-12-05 16:53:07 +00:00
specifier : ^1.2.35
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 1.2 .37
2025-06-09 18:49:48 +00:00
'@iconify-json/fluent-mdl2' :
specifier : ^1.2.1
version : 1.2 .1
2025-05-27 06:19:37 +00:00
'@iconify-json/gravity-ui' :
2025-11-09 01:58:43 +00:00
specifier : ^1.2.10
version : 1.2 .10
2024-08-07 12:23:35 +00:00
'@iconify-json/heroicons-solid' :
2025-11-09 01:58:43 +00:00
specifier : ^1.2.1
version : 1.2 .1
2025-06-24 17:36:01 +00:00
'@iconify-json/logos' :
2024-10-17 06:03:48 +00:00
specifier : ^1.2.10
version : 1.2 .10
2025-11-09 01:58:43 +00:00
'@iconify-json/lucide' :
2025-12-05 16:53:07 +00:00
specifier : ^1.2.78
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 1.2 .86
2025-06-09 18:49:48 +00:00
'@iconify-json/material-symbols' :
2025-12-05 16:53:07 +00:00
specifier : ^1.2.49
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 1.2 .53
2024-08-07 12:23:35 +00:00
'@iconify-json/mdi' :
2025-11-09 01:58:43 +00:00
specifier : ^1.2.3
version : 1.2 .3
2025-03-27 12:54:11 +00:00
'@iconify-json/ph' :
specifier : ^1.2.2
version : 1.2 .2
2025-06-09 18:49:48 +00:00
'@iconify-json/qlementine-icons' :
2025-12-05 16:53:07 +00:00
specifier : ^1.2.12
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 1.2 .14
2024-11-23 14:46:16 +00:00
'@iconify-json/simple-icons' :
2025-12-05 16:53:07 +00:00
specifier : ^1.2.61
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 1.2 .67
2024-08-07 12:23:35 +00:00
'@iconify-json/twemoji' :
2025-11-09 01:58:43 +00:00
specifier : ^1.2.4
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 1.2 .5
2025-03-11 23:38:38 +00:00
'@iconify/utils' :
2025-12-05 16:53:07 +00:00
specifier : ^3.1.0
version : 3.1 .0
2024-08-07 12:23:35 +00:00
'@types/node' :
2025-12-05 16:53:07 +00:00
specifier : ^24.10.1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 24.10 .9
2024-08-07 12:23:35 +00:00
'@types/nprogress' :
specifier : ^0.2.3
version : 0.2 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@types/tinycolor2' :
specifier : ^1.4.6
version : 1.4 .6
2026-01-22 01:27:26 +00:00
'@vue/compiler-sfc' :
specifier : ^3.5.27
version : 3.5 .27
floating-vue :
specifier : ^5.2.2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 5.2 .2 (vue@3.5.27(typescript@5.9.3))
2025-01-01 11:25:05 +00:00
nitro-cloudflare-dev :
2025-03-11 23:38:38 +00:00
specifier : ^0.2.2
version : 0.2 .2
2024-08-07 12:23:35 +00:00
prettier :
2025-12-05 16:53:07 +00:00
specifier : ^3.7.4
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 3.8 .1
2024-08-25 11:00:20 +00:00
prettier-plugin-pkgsort :
specifier : ^0.2.1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 0.2 .1 (prettier@3.8.1)
2024-08-25 11:00:20 +00:00
prettier-plugin-tailwindcss :
2025-12-05 16:53:07 +00:00
specifier : ^0.7.2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 0.7 .2 (@ianvs/prettier-plugin-sort-imports@4.7.0(@vue/compiler-sfc@3.5.27)(prettier@3.8.1))(prettier@3.8.1)
2024-08-29 11:47:35 +00:00
sass :
2025-12-05 16:53:07 +00:00
specifier : ^1.94.2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 1.97 .3
2024-10-13 15:31:01 +00:00
typescript :
2025-11-09 01:58:43 +00:00
specifier : ^5.9.3
version : 5.9 .3
2024-08-25 11:00:20 +00:00
unplugin-auto-import :
2025-12-05 16:53:07 +00:00
specifier : ^20.3.0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 20.3 .0 (@vueuse/core@14.1.0(vue@3.5.27(typescript@5.9.3)))
2024-08-31 18:17:01 +00:00
vite-plugin-optimize-exclude :
specifier : ^0.0.1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 0.0 .1 (vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0))
2025-09-24 21:38:13 +00:00
vite-plugin-pwa :
2025-12-05 16:53:07 +00:00
specifier : ^1.2.0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 1.2 .0 (vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0))
2024-08-31 18:17:01 +00:00
vite-plugin-terminal :
2025-11-09 01:58:43 +00:00
specifier : ^1.3.0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 1.4 .0 (rollup@4.56.0)(vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0))
vue :
specifier : ^3.5.0
version : 3.5 .27 (typescript@5.9.3)
2024-08-07 12:23:35 +00:00
wrangler :
2025-12-05 16:53:07 +00:00
specifier : ^4.52.1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
version : 4.60 .0 (@cloudflare/workers-types@4.20260124.0)
2024-08-07 12:23:35 +00:00
packages :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/abtesting@1.13.0' :
resolution : {integrity : sha512-Zrqam12iorp3FjiKMXSTpedGYznZ3hTEOAr2oCxI8tbF8bS1kQHClyDYNq/eV0ewMNLyFkgZVWjaS+8spsOYiQ==}
2025-11-09 01:58:43 +00:00
engines : {node : '>= 14.0.0' }
2025-03-11 23:38:38 +00:00
'@algolia/autocomplete-core@1.17.7' :
resolution : {integrity : sha512-BjiPOW6ks90UKl7TwMv7oNQMnzU+t/wk9mgIDi6b1tXpUek7MW0lbNOUHpvam9pe3lVCf4xPFT+lK7s+e+fs7Q==}
2024-08-07 12:23:35 +00:00
2025-03-11 23:38:38 +00:00
'@algolia/autocomplete-plugin-algolia-insights@1.17.7' :
resolution : {integrity : sha512-Jca5Ude6yUOuyzjnz57og7Et3aXjbwCSDf/8onLHSQgw1qW3ALl9mrMWaXb5FmPVkV3EtkD2F/+NkT6VHyPu9A==}
2024-08-07 12:23:35 +00:00
peerDependencies :
search-insights : '>= 1 < 3'
2025-03-11 23:38:38 +00:00
'@algolia/autocomplete-preset-algolia@1.17.7' :
resolution : {integrity : sha512-ggOQ950+nwbWROq2MOCIL71RE0DdQZsceqrg32UqnhDz8FlO9rL8ONHNsI2R1MH0tkgVIDKI/D0sMiUchsFdWA==}
2024-08-07 12:23:35 +00:00
peerDependencies :
'@algolia/client-search' : '>= 4.9.1 < 6'
algoliasearch : '>= 4.9.1 < 6'
2025-03-11 23:38:38 +00:00
'@algolia/autocomplete-shared@1.17.7' :
resolution : {integrity : sha512-o/1Vurr42U/qskRSuhBH+VKxMvkkUVTLU6WZQr+L5lGZZLYWyhdzWjW0iGXY7EkwRTjBqvN2EsR81yCTGV/kmg==}
2024-08-07 12:23:35 +00:00
peerDependencies :
'@algolia/client-search' : '>= 4.9.1 < 6'
algoliasearch : '>= 4.9.1 < 6'
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-abtesting@5.47.0' :
resolution : {integrity : sha512-aOpsdlgS9xTEvz47+nXmw8m0NtUiQbvGWNuSEb7fA46iPL5FxOmOUZkh8PREBJpZ0/H8fclSc7BMJCVr+Dn72w==}
2025-03-11 23:38:38 +00:00
engines : {node : '>= 14.0.0' }
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-analytics@5.47.0' :
resolution : {integrity : sha512-EcF4w7IvIk1sowrO7Pdy4Ako7x/S8+nuCgdk6En+u5jsaNQM4rTT09zjBPA+WQphXkA2mLrsMwge96rf6i7Mow==}
2025-03-11 23:38:38 +00:00
engines : {node : '>= 14.0.0' }
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-common@5.47.0' :
resolution : {integrity : sha512-Wzg5Me2FqgRDj0lFuPWFK05UOWccSMsIBL2YqmTmaOzxVlLZ+oUqvKbsUSOE5ud8Fo1JU7JyiLmEXBtgDKzTwg==}
2025-03-11 23:38:38 +00:00
engines : {node : '>= 14.0.0' }
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-insights@5.47.0' :
resolution : {integrity : sha512-Ci+cn/FDIsDxSKMRBEiyKrqybblbk8xugo6ujDN1GSTv9RIZxwxqZYuHfdLnLEwLlX7GB8pqVyqrUSlRnR+sJA==}
2025-03-11 23:38:38 +00:00
engines : {node : '>= 14.0.0' }
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-personalization@5.47.0' :
resolution : {integrity : sha512-gsLnHPZmWcX0T3IigkDL2imCNtsQ7dR5xfnwiFsb+uTHCuYQt+IwSNjsd8tok6HLGLzZrliSaXtB5mfGBtYZvQ==}
2025-03-11 23:38:38 +00:00
engines : {node : '>= 14.0.0' }
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-query-suggestions@5.47.0' :
resolution : {integrity : sha512-PDOw0s8WSlR2fWFjPQldEpmm/gAoUgLigvC3k/jCSi/DzigdGX6RdC0Gh1RR1P8Cbk5KOWYDuL3TNzdYwkfDyA==}
2025-03-11 23:38:38 +00:00
engines : {node : '>= 14.0.0' }
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-search@5.47.0' :
resolution : {integrity : sha512-b5hlU69CuhnS2Rqgsz7uSW0t4VqrLMLTPbUpEl0QVz56rsSwr1Sugyogrjb493sWDA+XU1FU5m9eB8uH7MoI0g==}
2025-03-11 23:38:38 +00:00
engines : {node : '>= 14.0.0' }
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/ingestion@1.47.0' :
resolution : {integrity : sha512-WvwwXp5+LqIGISK3zHRApLT1xkuEk320/EGeD7uYy+K8WwDd5OjXnhjuXRhYr1685KnkvWkq1rQ/ihCJjOfHpQ==}
2025-03-11 23:38:38 +00:00
engines : {node : '>= 14.0.0' }
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/monitoring@1.47.0' :
resolution : {integrity : sha512-j2EUFKAlzM0TE4GRfkDE3IDfkVeJdcbBANWzK16Tb3RHz87WuDfQ9oeEW6XiRE1/bEkq2xf4MvZesvSeQrZRDA==}
2025-03-11 23:38:38 +00:00
engines : {node : '>= 14.0.0' }
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/recommend@5.47.0' :
resolution : {integrity : sha512-+kTSE4aQ1ARj2feXyN+DMq0CIDHJwZw1kpxIunedkmpWUg8k3TzFwWsMCzJVkF2nu1UcFbl7xsIURz3Q3XwOXA==}
2025-03-11 23:38:38 +00:00
engines : {node : '>= 14.0.0' }
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/requester-browser-xhr@5.47.0' :
resolution : {integrity : sha512-Ja+zPoeSA2SDowPwCNRbm5Q2mzDvVV8oqxCQ4m6SNmbKmPlCfe30zPfrt9ho3kBHnsg37pGucwOedRIOIklCHw==}
2025-03-11 23:38:38 +00:00
engines : {node : '>= 14.0.0' }
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/requester-fetch@5.47.0' :
resolution : {integrity : sha512-N6nOvLbaR4Ge+oVm7T4W/ea1PqcSbsHR4O58FJ31XtZjFPtOyxmnhgCmGCzP9hsJI6+x0yxJjkW5BMK/XI8OvA==}
2025-03-11 23:38:38 +00:00
engines : {node : '>= 14.0.0' }
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/requester-node-http@5.47.0' :
resolution : {integrity : sha512-z1oyLq5/UVkohVXNDEY70mJbT/sv/t6HYtCvCwNrOri6pxBJDomP9R83KOlwcat+xqBQEdJHjbrPh36f1avmZA==}
2025-03-11 23:38:38 +00:00
engines : {node : '>= 14.0.0' }
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@antfu/install-pkg@1.1.0' :
resolution : {integrity : sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@apideck/better-ajv-errors@0.3.6' :
resolution : {integrity : sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==}
engines : {node : '>=10' }
peerDependencies :
ajv : '>=8'
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/code-frame@7.28.6' :
resolution : {integrity : sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/compat-data@7.28.6' :
resolution : {integrity : sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=6.9.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core@7.28.6' :
resolution : {integrity : sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/generator@7.28.6' :
resolution : {integrity : sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
'@babel/helper-annotate-as-pure@7.27.3' :
resolution : {integrity : sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==}
engines : {node : '>=6.9.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-compilation-targets@7.28.6' :
resolution : {integrity : sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-create-class-features-plugin@7.28.6' :
resolution : {integrity : sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0
2025-11-09 01:58:43 +00:00
'@babel/helper-create-regexp-features-plugin@7.28.5' :
resolution : {integrity : sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-define-polyfill-provider@0.6.6' :
resolution : {integrity : sha512-mOAsxeeKkUKayvZR3HeTYD/fICpCPLJrU5ZjelT/PA6WHtNDBOE436YiaEUvHN454bRM3CebhDsIpieCc4texA==}
2025-09-24 21:38:13 +00:00
peerDependencies :
'@babel/core' : ^7.4.0 || ^8.0.0-0 <8.0.0
'@babel/helper-globals@7.28.0' :
resolution : {integrity : sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
engines : {node : '>=6.9.0' }
2025-11-09 01:58:43 +00:00
'@babel/helper-member-expression-to-functions@7.28.5' :
resolution : {integrity : sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=6.9.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-module-imports@7.28.6' :
resolution : {integrity : sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-module-transforms@7.28.6' :
resolution : {integrity : sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0
'@babel/helper-optimise-call-expression@7.27.1' :
resolution : {integrity : sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==}
engines : {node : '>=6.9.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-plugin-utils@7.28.6' :
resolution : {integrity : sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
'@babel/helper-remap-async-to-generator@7.27.1' :
resolution : {integrity : sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-replace-supers@7.28.6' :
resolution : {integrity : sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0
'@babel/helper-skip-transparent-expression-wrappers@7.27.1' :
resolution : {integrity : sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==}
engines : {node : '>=6.9.0' }
'@babel/helper-string-parser@7.27.1' :
resolution : {integrity : sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
engines : {node : '>=6.9.0' }
2025-11-09 01:58:43 +00:00
'@babel/helper-validator-identifier@7.28.5' :
resolution : {integrity : sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=6.9.0' }
2025-09-24 21:38:13 +00:00
'@babel/helper-validator-option@7.27.1' :
resolution : {integrity : sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
engines : {node : '>=6.9.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-wrap-function@7.28.6' :
resolution : {integrity : sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helpers@7.28.6' :
resolution : {integrity : sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=6.9.0' }
2025-11-09 01:58:43 +00:00
'@babel/parser@7.27.7' :
resolution : {integrity : sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=6.0.0' }
hasBin : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/parser@7.28.6' :
resolution : {integrity : sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=6.0.0' }
hasBin : true
2025-11-09 01:58:43 +00:00
'@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5' :
resolution : {integrity : sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=6.9.0' }
2025-09-24 21:38:13 +00:00
peerDependencies :
'@babel/core' : ^7.0.0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1' :
resolution : {integrity : sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=6.9.0' }
2025-09-24 21:38:13 +00:00
peerDependencies :
'@babel/core' : ^7.0.0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1' :
resolution : {integrity : sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=6.9.0' }
2025-09-24 21:38:13 +00:00
peerDependencies :
'@babel/core' : ^7.0.0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1' :
resolution : {integrity : sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=6.9.0' }
2025-09-24 21:38:13 +00:00
peerDependencies :
'@babel/core' : ^7.13.0
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6' :
resolution : {integrity : sha512-a0aBScVTlNaiUe35UtfxAN7A/tehvvG4/ByO6+46VPKTRSlfnAFsgKy0FUh+qAkQrDTmhDkT+IBOKlOoMUxQ0g==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2' :
resolution : {integrity : sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==}
engines : {node : '>=6.9.0' }
2025-03-11 23:38:38 +00:00
peerDependencies :
2025-09-24 21:38:13 +00:00
'@babel/core' : ^7.0.0-0
2025-03-11 23:38:38 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-syntax-import-assertions@7.28.6' :
resolution : {integrity : sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-syntax-import-attributes@7.28.6' :
resolution : {integrity : sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-syntax-unicode-sets-regex@7.18.6' :
resolution : {integrity : sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-arrow-functions@7.27.1' :
resolution : {integrity : sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-async-generator-functions@7.28.6' :
resolution : {integrity : sha512-9knsChgsMzBV5Yh3kkhrZNxH3oCYAfMBkNNaVN4cP2RVlFPe8wYdwwcnOsAbkdDoV9UjFtOXWrWB52M8W4jNeA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-async-to-generator@7.28.6' :
resolution : {integrity : sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2025-01-01 11:25:05 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-block-scoped-functions@7.27.1' :
resolution : {integrity : sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-block-scoping@7.28.6' :
resolution : {integrity : sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-class-properties@7.28.6' :
resolution : {integrity : sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-class-static-block@7.28.6' :
resolution : {integrity : sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
2024-08-07 12:23:35 +00:00
peerDependencies :
2025-09-24 21:38:13 +00:00
'@babel/core' : ^7.12.0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-classes@7.28.6' :
resolution : {integrity : sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2025-03-11 23:38:38 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-computed-properties@7.28.6' :
resolution : {integrity : sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
2024-08-07 12:23:35 +00:00
peerDependencies :
2025-09-24 21:38:13 +00:00
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@babel/plugin-transform-destructuring@7.28.5' :
resolution : {integrity : sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
2024-08-07 12:23:35 +00:00
peerDependencies :
2025-09-24 21:38:13 +00:00
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-dotall-regex@7.28.6' :
resolution : {integrity : sha512-SljjowuNKB7q5Oayv4FoPzeB74g3QgLt8IVJw9ADvWy3QnUb/01aw8I4AVv8wYnPvQz2GDDZ/g3GhcNyDBI4Bg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-duplicate-keys@7.27.1' :
resolution : {integrity : sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-10-17 06:03:48 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.28.6' :
resolution : {integrity : sha512-5suVoXjC14lUN6ZL9OLKIHCNVWCrqGqlmEp/ixdXjvgnEl/kauLvvMO/Xw9NyMc95Joj1AeLVPVMvibBgSoFlA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0
2024-12-30 19:59:07 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-dynamic-import@7.27.1' :
resolution : {integrity : sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-explicit-resource-management@7.28.6' :
resolution : {integrity : sha512-Iao5Konzx2b6g7EPqTy40UZbcdXE126tTxVFr/nAIj+WItNxjKSYTEw3RC+A2/ZetmdJsgueL1KhaMCQHkLPIg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-exponentiation-operator@7.28.6' :
resolution : {integrity : sha512-WitabqiGjV/vJ0aPOLSFfNY1u9U3R7W36B03r5I2KoNix+a3sOhJ3pKFB3R5It9/UiK78NiO0KE9P21cMhlPkw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-10-17 06:03:48 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-export-namespace-from@7.27.1' :
resolution : {integrity : sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-for-of@7.27.1' :
resolution : {integrity : sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-function-name@7.27.1' :
resolution : {integrity : sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-json-strings@7.28.6' :
resolution : {integrity : sha512-Nr+hEN+0geQkzhbdgQVPoqr47lZbm+5fCUmO70722xJZd0Mvb59+33QLImGj6F+DkK3xgDi1YVysP8whD6FQAw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-10-17 06:03:48 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-literals@7.27.1' :
resolution : {integrity : sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-logical-assignment-operators@7.28.6' :
resolution : {integrity : sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-member-expression-literals@7.27.1' :
resolution : {integrity : sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-10-17 06:03:48 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-modules-amd@7.27.1' :
resolution : {integrity : sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-modules-commonjs@7.28.6' :
resolution : {integrity : sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@babel/plugin-transform-modules-systemjs@7.28.5' :
resolution : {integrity : sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-modules-umd@7.27.1' :
resolution : {integrity : sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-10-17 06:03:48 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-named-capturing-groups-regex@7.27.1' :
resolution : {integrity : sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-new-target@7.27.1' :
resolution : {integrity : sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-nullish-coalescing-operator@7.28.6' :
resolution : {integrity : sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-numeric-separator@7.28.6' :
resolution : {integrity : sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-10-17 06:03:48 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-object-rest-spread@7.28.6' :
resolution : {integrity : sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-12-30 19:59:07 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-object-super@7.27.1' :
resolution : {integrity : sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-optional-catch-binding@7.28.6' :
resolution : {integrity : sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-optional-chaining@7.28.6' :
resolution : {integrity : sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-10-17 06:03:48 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-parameters@7.27.7' :
resolution : {integrity : sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-private-methods@7.28.6' :
resolution : {integrity : sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-private-property-in-object@7.28.6' :
resolution : {integrity : sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-property-literals@7.27.1' :
resolution : {integrity : sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-10-17 06:03:48 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-regenerator@7.28.6' :
resolution : {integrity : sha512-eZhoEZHYQLL5uc1gS5e9/oTknS0sSSAtd5TkKMUp3J+S/CaUjagc0kOUPsEbDmMeva0nC3WWl4SxVY6+OBuxfw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-regexp-modifiers@7.28.6' :
resolution : {integrity : sha512-QGWAepm9qxpaIs7UM9FvUSnCGlb8Ua1RhyM4/veAxLwt3gMat/LSGrZixyuj4I6+Kn9iwvqCyPTtbdxanYoWYg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-reserved-words@7.27.1' :
resolution : {integrity : sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-shorthand-properties@7.27.1' :
resolution : {integrity : sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-10-17 06:03:48 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-spread@7.28.6' :
resolution : {integrity : sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-sticky-regex@7.27.1' :
resolution : {integrity : sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-template-literals@7.27.1' :
resolution : {integrity : sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-typeof-symbol@7.27.1' :
resolution : {integrity : sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-10-17 06:03:48 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-unicode-escapes@7.27.1' :
resolution : {integrity : sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-unicode-property-regex@7.28.6' :
resolution : {integrity : sha512-4Wlbdl/sIZjzi/8St0evF0gEZrgOswVO6aOzqxh1kDZOl9WmLrHq2HtGhnOJZmHZYKP8WZ1MDLCt5DAWwRo57A==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/plugin-transform-unicode-regex@7.27.1' :
resolution : {integrity : sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==}
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-unicode-sets-regex@7.28.6' :
resolution : {integrity : sha512-/wHc/paTUmsDYN7SZkpWxogTOBNnlx7nBQYfy6JJlCT7G3mVhltk3e++N7zV0XfgGsrqBxd4rJQt9H16I21Y1Q==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0
2024-10-17 06:03:48 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/preset-env@7.28.6' :
resolution : {integrity : sha512-GaTI4nXDrs7l0qaJ6Rg06dtOXTBCG6TMDB44zbqofCIC4PqC7SEvmFFtpxzCDw9W5aJ7RKVshgXTLvLdBFV/qw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
peerDependencies :
'@babel/core' : ^7.0.0-0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/preset-modules@0.1.6-no-external-plugins' :
resolution : {integrity : sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==}
peerDependencies :
'@babel/core' : ^7.0.0-0 || ^8.0.0-0 <8.0.0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/runtime@7.28.6' :
resolution : {integrity : sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/template@7.28.6' :
resolution : {integrity : sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@babel/traverse@7.27.7' :
resolution : {integrity : sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/traverse@7.28.6' :
resolution : {integrity : sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/types@7.28.6' :
resolution : {integrity : sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=6.9.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/kv-asset-handler@0.4.2' :
resolution : {integrity : sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==}
2025-11-09 01:58:43 +00:00
engines : {node : '>=18.0.0' }
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/unenv-preset@2.11.0' :
resolution : {integrity : sha512-z3hxFajL765VniNPGV0JRStZolNz63gU3B3AktwoGdDlnQvz5nP+Ah4RL04PONlZQjwmDdGHowEStJ94+RsaJg==}
2025-09-24 21:38:13 +00:00
peerDependencies :
2025-11-09 01:58:43 +00:00
unenv : 2.0 .0 -rc.24
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
workerd : ^1.20260115.0
2025-09-24 21:38:13 +00:00
peerDependenciesMeta :
workerd :
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/workerd-darwin-64@1.20260120.0' :
resolution : {integrity : sha512-JLHx3p5dpwz4wjVSis45YNReftttnI3ndhdMh5BUbbpdreN/g0jgxNt5Qp9tDFqEKl++N63qv+hxJiIIvSLR+Q==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=16' }
cpu : [ x64]
os : [ darwin]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/workerd-darwin-arm64@1.20260120.0' :
resolution : {integrity : sha512-1Md2tCRhZjwajsZNOiBeOVGiS3zbpLPzUDjHr4+XGTXWOA6FzzwScJwQZLa0Doc28Cp4Nr1n7xGL0Dwiz1XuOA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=16' }
cpu : [ arm64]
os : [ darwin]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/workerd-linux-64@1.20260120.0' :
resolution : {integrity : sha512-O0mIfJfvU7F8N5siCoRDaVDuI12wkz2xlG4zK6/Ct7U9c9FiE0ViXNFWXFQm5PPj+qbkNRyhjUwhP+GCKTk5EQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=16' }
cpu : [ x64]
2024-10-17 06:03:48 +00:00
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/workerd-linux-arm64@1.20260120.0' :
resolution : {integrity : sha512-aRHO/7bjxVpjZEmVVcpmhbzpN6ITbFCxuLLZSW0H9O0C0w40cDCClWSi19T87Ax/PQcYjFNT22pTewKsupkckA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=16' }
cpu : [ arm64]
2024-08-07 12:23:35 +00:00
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/workerd-windows-64@1.20260120.0' :
resolution : {integrity : sha512-ASZIz1E8sqZQqQCgcfY1PJbBpUDrxPt8NZ+lqNil0qxnO4qX38hbCsdDF2/TDAuq0Txh7nu8ztgTelfNDlb4EA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=16' }
cpu : [ x64]
os : [ win32]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/workers-types@4.20260124.0' :
resolution : {integrity : sha512-h6TJlew6AtGuEXFc+k5ifalk+tg3fkg0lla6XbMAb2AKKfJGwlFNTwW2xyT/Ha92KY631CIJ+Ace08DPdFohdA==}
2025-09-24 21:38:13 +00:00
'@cspotcode/source-map-support@0.8.1' :
resolution : {integrity : sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=12' }
2025-09-24 21:38:13 +00:00
'@docsearch/css@3.8.2' :
resolution : {integrity : sha512-y05ayQFyUmCXze79+56v/4HpycYF3uFqB78pLPrSV5ZKAlDuIAAJNhaRi8tTdRNXh05yxX/TyNnzD6LwSM89vQ==}
'@docsearch/js@3.8.2' :
resolution : {integrity : sha512-Q5wY66qHn0SwA7Taa0aDbHiJvaFJLOJyHmooQ7y8hlwwQLQ/5WwCcoX0g7ii04Qi2DJlHsd0XXzJ8Ypw9+9YmQ==}
'@docsearch/react@3.8.2' :
resolution : {integrity : sha512-xCRrJQlTt8N9GU0DG4ptwHRkfnSnD/YpdeaXe02iKfqs97TkZJv60yE+1eq/tjPcVnTW8dP5qLP7itifFVV5eg==}
peerDependencies :
'@types/react' : '>= 16.8.0 < 19.0.0'
react : '>= 16.8.0 < 19.0.0'
react-dom : '>= 16.8.0 < 19.0.0'
search-insights : '>= 1 < 3'
peerDependenciesMeta :
'@types/react' :
optional : true
react :
optional : true
react-dom :
optional : true
search-insights :
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@emnapi/runtime@1.8.1' :
resolution : {integrity : sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==}
2025-09-24 21:38:13 +00:00
'@esbuild/aix-ppc64@0.21.5' :
resolution : {integrity : sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=12' }
cpu : [ ppc64]
2025-09-24 21:38:13 +00:00
os : [ aix]
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/aix-ppc64@0.25.12' :
resolution : {integrity : sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
2024-10-17 06:03:48 +00:00
engines : {node : '>=18' }
cpu : [ ppc64]
2025-09-24 21:38:13 +00:00
os : [ aix]
2024-10-17 06:03:48 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/aix-ppc64@0.27.0' :
resolution : {integrity : sha512-KuZrd2hRjz01y5JK9mEBSD3Vj3mbCvemhT466rSuJYeE/hjuBrHfjjcjMdTm/sz7au+++sdbJZJmuBwQLuw68A==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=18' }
cpu : [ ppc64]
2025-09-24 21:38:13 +00:00
os : [ aix]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/aix-ppc64@0.27.2' :
resolution : {integrity : sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==}
engines : {node : '>=18' }
cpu : [ ppc64]
os : [ aix]
2025-09-24 21:38:13 +00:00
'@esbuild/android-arm64@0.21.5' :
resolution : {integrity : sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=12' }
2025-09-24 21:38:13 +00:00
cpu : [ arm64]
os : [ android]
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/android-arm64@0.25.12' :
resolution : {integrity : sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
2024-10-17 06:03:48 +00:00
engines : {node : '>=18' }
2025-09-24 21:38:13 +00:00
cpu : [ arm64]
os : [ android]
2024-10-17 06:03:48 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/android-arm64@0.27.0' :
resolution : {integrity : sha512-CC3vt4+1xZrs97/PKDkl0yN7w8edvU2vZvAFGD16n9F0Cvniy5qvzRXjfO1l94efczkkQE6g1x0i73Qf5uthOQ==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=18' }
2025-09-24 21:38:13 +00:00
cpu : [ arm64]
os : [ android]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/android-arm64@0.27.2' :
resolution : {integrity : sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==}
engines : {node : '>=18' }
cpu : [ arm64]
os : [ android]
2025-09-24 21:38:13 +00:00
'@esbuild/android-arm@0.21.5' :
resolution : {integrity : sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=12' }
2025-09-24 21:38:13 +00:00
cpu : [ arm]
os : [ android]
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/android-arm@0.25.12' :
resolution : {integrity : sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
2024-10-17 06:03:48 +00:00
engines : {node : '>=18' }
2025-09-24 21:38:13 +00:00
cpu : [ arm]
os : [ android]
2024-10-17 06:03:48 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/android-arm@0.27.0' :
resolution : {integrity : sha512-j67aezrPNYWJEOHUNLPj9maeJte7uSMM6gMoxfPC9hOg8N02JuQi/T7ewumf4tNvJadFkvLZMlAq73b9uwdMyQ==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=18' }
2025-09-24 21:38:13 +00:00
cpu : [ arm]
os : [ android]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/android-arm@0.27.2' :
resolution : {integrity : sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==}
engines : {node : '>=18' }
cpu : [ arm]
os : [ android]
2025-09-24 21:38:13 +00:00
'@esbuild/android-x64@0.21.5' :
resolution : {integrity : sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=12' }
cpu : [ x64]
2025-09-24 21:38:13 +00:00
os : [ android]
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/android-x64@0.25.12' :
resolution : {integrity : sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
2024-10-17 06:03:48 +00:00
engines : {node : '>=18' }
cpu : [ x64]
2025-09-24 21:38:13 +00:00
os : [ android]
2024-10-17 06:03:48 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/android-x64@0.27.0' :
resolution : {integrity : sha512-wurMkF1nmQajBO1+0CJmcN17U4BP6GqNSROP8t0X/Jiw2ltYGLHpEksp9MpoBqkrFR3kv2/te6Sha26k3+yZ9Q==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=18' }
2024-08-07 12:23:35 +00:00
cpu : [ x64]
2025-09-24 21:38:13 +00:00
os : [ android]
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/android-x64@0.27.2' :
resolution : {integrity : sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==}
engines : {node : '>=18' }
cpu : [ x64]
os : [ android]
2025-09-24 21:38:13 +00:00
'@esbuild/darwin-arm64@0.21.5' :
resolution : {integrity : sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
engines : {node : '>=12' }
cpu : [ arm64]
os : [ darwin]
2025-11-09 01:58:43 +00:00
'@esbuild/darwin-arm64@0.25.12' :
resolution : {integrity : sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=18' }
cpu : [ arm64]
2025-09-24 21:38:13 +00:00
os : [ darwin]
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/darwin-arm64@0.27.0' :
resolution : {integrity : sha512-uJOQKYCcHhg07DL7i8MzjvS2LaP7W7Pn/7uA0B5S1EnqAirJtbyw4yC5jQ5qcFjHK9l6o/MX9QisBg12kNkdHg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ arm64]
os : [ darwin]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/darwin-arm64@0.27.2' :
resolution : {integrity : sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==}
engines : {node : '>=18' }
cpu : [ arm64]
os : [ darwin]
2025-09-24 21:38:13 +00:00
'@esbuild/darwin-x64@0.21.5' :
resolution : {integrity : sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=12' }
cpu : [ x64]
2025-09-24 21:38:13 +00:00
os : [ darwin]
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/darwin-x64@0.25.12' :
resolution : {integrity : sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
2024-10-17 06:03:48 +00:00
engines : {node : '>=18' }
cpu : [ x64]
2025-09-24 21:38:13 +00:00
os : [ darwin]
2024-10-17 06:03:48 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/darwin-x64@0.27.0' :
resolution : {integrity : sha512-8mG6arH3yB/4ZXiEnXof5MK72dE6zM9cDvUcPtxhUZsDjESl9JipZYW60C3JGreKCEP+p8P/72r69m4AZGJd5g==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=18' }
cpu : [ x64]
2025-09-24 21:38:13 +00:00
os : [ darwin]
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/darwin-x64@0.27.2' :
resolution : {integrity : sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==}
engines : {node : '>=18' }
cpu : [ x64]
os : [ darwin]
2025-09-24 21:38:13 +00:00
'@esbuild/freebsd-arm64@0.21.5' :
resolution : {integrity : sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
engines : {node : '>=12' }
cpu : [ arm64]
os : [ freebsd]
2025-11-09 01:58:43 +00:00
'@esbuild/freebsd-arm64@0.25.12' :
resolution : {integrity : sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
2024-10-17 06:03:48 +00:00
engines : {node : '>=18' }
cpu : [ arm64]
2025-09-24 21:38:13 +00:00
os : [ freebsd]
2024-10-17 06:03:48 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/freebsd-arm64@0.27.0' :
resolution : {integrity : sha512-9FHtyO988CwNMMOE3YIeci+UV+x5Zy8fI2qHNpsEtSF83YPBmE8UWmfYAQg6Ux7Gsmd4FejZqnEUZCMGaNQHQw==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=18' }
cpu : [ arm64]
2025-09-24 21:38:13 +00:00
os : [ freebsd]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/freebsd-arm64@0.27.2' :
resolution : {integrity : sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==}
engines : {node : '>=18' }
cpu : [ arm64]
os : [ freebsd]
2025-09-24 21:38:13 +00:00
'@esbuild/freebsd-x64@0.21.5' :
resolution : {integrity : sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=12' }
cpu : [ x64]
2025-09-24 21:38:13 +00:00
os : [ freebsd]
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/freebsd-x64@0.25.12' :
resolution : {integrity : sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
2024-10-17 06:03:48 +00:00
engines : {node : '>=18' }
cpu : [ x64]
2025-09-24 21:38:13 +00:00
os : [ freebsd]
2024-10-17 06:03:48 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/freebsd-x64@0.27.0' :
resolution : {integrity : sha512-zCMeMXI4HS/tXvJz8vWGexpZj2YVtRAihHLk1imZj4efx1BQzN76YFeKqlDr3bUWI26wHwLWPd3rwh6pe4EV7g==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=18' }
2024-08-07 12:23:35 +00:00
cpu : [ x64]
2025-09-24 21:38:13 +00:00
os : [ freebsd]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/freebsd-x64@0.27.2' :
resolution : {integrity : sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==}
engines : {node : '>=18' }
cpu : [ x64]
os : [ freebsd]
2025-09-24 21:38:13 +00:00
'@esbuild/linux-arm64@0.21.5' :
resolution : {integrity : sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=12' }
2025-09-24 21:38:13 +00:00
cpu : [ arm64]
os : [ linux]
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/linux-arm64@0.25.12' :
resolution : {integrity : sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
2024-10-17 06:03:48 +00:00
engines : {node : '>=18' }
2025-09-24 21:38:13 +00:00
cpu : [ arm64]
os : [ linux]
2024-10-17 06:03:48 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/linux-arm64@0.27.0' :
resolution : {integrity : sha512-AS18v0V+vZiLJyi/4LphvBE+OIX682Pu7ZYNsdUHyUKSoRwdnOsMf6FDekwoAFKej14WAkOef3zAORJgAtXnlQ==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=18' }
2025-09-24 21:38:13 +00:00
cpu : [ arm64]
os : [ linux]
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-arm64@0.27.2' :
resolution : {integrity : sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==}
engines : {node : '>=18' }
cpu : [ arm64]
os : [ linux]
2025-09-24 21:38:13 +00:00
'@esbuild/linux-arm@0.21.5' :
resolution : {integrity : sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=12' }
2025-09-24 21:38:13 +00:00
cpu : [ arm]
os : [ linux]
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/linux-arm@0.25.12' :
resolution : {integrity : sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
2024-10-17 06:03:48 +00:00
engines : {node : '>=18' }
2025-09-24 21:38:13 +00:00
cpu : [ arm]
os : [ linux]
2024-10-17 06:03:48 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/linux-arm@0.27.0' :
resolution : {integrity : sha512-t76XLQDpxgmq2cNXKTVEB7O7YMb42atj2Re2Haf45HkaUpjM2J0UuJZDuaGbPbamzZ7bawyGFUkodL+zcE+jvQ==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=18' }
2025-09-24 21:38:13 +00:00
cpu : [ arm]
os : [ linux]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-arm@0.27.2' :
resolution : {integrity : sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==}
engines : {node : '>=18' }
cpu : [ arm]
os : [ linux]
2025-09-24 21:38:13 +00:00
'@esbuild/linux-ia32@0.21.5' :
resolution : {integrity : sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=12' }
cpu : [ ia32]
2025-09-24 21:38:13 +00:00
os : [ linux]
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/linux-ia32@0.25.12' :
resolution : {integrity : sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
2024-10-17 06:03:48 +00:00
engines : {node : '>=18' }
cpu : [ ia32]
2025-09-24 21:38:13 +00:00
os : [ linux]
2024-10-17 06:03:48 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/linux-ia32@0.27.0' :
resolution : {integrity : sha512-Mz1jxqm/kfgKkc/KLHC5qIujMvnnarD9ra1cEcrs7qshTUSksPihGrWHVG5+osAIQ68577Zpww7SGapmzSt4Nw==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=18' }
cpu : [ ia32]
2025-09-24 21:38:13 +00:00
os : [ linux]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-ia32@0.27.2' :
resolution : {integrity : sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==}
engines : {node : '>=18' }
cpu : [ ia32]
os : [ linux]
2025-09-24 21:38:13 +00:00
'@esbuild/linux-loong64@0.21.5' :
resolution : {integrity : sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=12' }
2025-09-24 21:38:13 +00:00
cpu : [ loong64]
os : [ linux]
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/linux-loong64@0.25.12' :
resolution : {integrity : sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
2024-10-17 06:03:48 +00:00
engines : {node : '>=18' }
2025-09-24 21:38:13 +00:00
cpu : [ loong64]
os : [ linux]
2024-10-17 06:03:48 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/linux-loong64@0.27.0' :
resolution : {integrity : sha512-QbEREjdJeIreIAbdG2hLU1yXm1uu+LTdzoq1KCo4G4pFOLlvIspBm36QrQOar9LFduavoWX2msNFAAAY9j4BDg==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=18' }
2025-09-24 21:38:13 +00:00
cpu : [ loong64]
os : [ linux]
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-loong64@0.27.2' :
resolution : {integrity : sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==}
engines : {node : '>=18' }
cpu : [ loong64]
os : [ linux]
2025-09-24 21:38:13 +00:00
'@esbuild/linux-mips64el@0.21.5' :
resolution : {integrity : sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
engines : {node : '>=12' }
cpu : [ mips64el]
os : [ linux]
2025-03-27 12:54:11 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/linux-mips64el@0.25.12' :
resolution : {integrity : sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ mips64el]
os : [ linux]
2025-03-27 12:54:11 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/linux-mips64el@0.27.0' :
resolution : {integrity : sha512-sJz3zRNe4tO2wxvDpH/HYJilb6+2YJxo/ZNbVdtFiKDufzWq4JmKAiHy9iGoLjAV7r/W32VgaHGkk35cUXlNOg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ mips64el]
os : [ linux]
2025-03-27 12:54:11 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-mips64el@0.27.2' :
resolution : {integrity : sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==}
engines : {node : '>=18' }
cpu : [ mips64el]
os : [ linux]
2025-09-24 21:38:13 +00:00
'@esbuild/linux-ppc64@0.21.5' :
resolution : {integrity : sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
engines : {node : '>=12' }
cpu : [ ppc64]
os : [ linux]
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/linux-ppc64@0.25.12' :
resolution : {integrity : sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ ppc64]
os : [ linux]
2024-08-31 18:17:01 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/linux-ppc64@0.27.0' :
resolution : {integrity : sha512-z9N10FBD0DCS2dmSABDBb5TLAyF1/ydVb+N4pi88T45efQ/w4ohr/F/QYCkxDPnkhkp6AIpIcQKQ8F0ANoA2JA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ ppc64]
os : [ linux]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-ppc64@0.27.2' :
resolution : {integrity : sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==}
engines : {node : '>=18' }
cpu : [ ppc64]
os : [ linux]
2025-09-24 21:38:13 +00:00
'@esbuild/linux-riscv64@0.21.5' :
resolution : {integrity : sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
engines : {node : '>=12' }
cpu : [ riscv64]
os : [ linux]
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/linux-riscv64@0.25.12' :
resolution : {integrity : sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ riscv64]
2025-03-11 23:38:38 +00:00
os : [ linux]
2025-12-05 16:53:07 +00:00
'@esbuild/linux-riscv64@0.27.0' :
resolution : {integrity : sha512-pQdyAIZ0BWIC5GyvVFn5awDiO14TkT/19FTmFcPdDec94KJ1uZcmFs21Fo8auMXzD4Tt+diXu1LW1gHus9fhFQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ riscv64]
2025-03-11 23:38:38 +00:00
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-riscv64@0.27.2' :
resolution : {integrity : sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==}
engines : {node : '>=18' }
cpu : [ riscv64]
os : [ linux]
2025-09-24 21:38:13 +00:00
'@esbuild/linux-s390x@0.21.5' :
resolution : {integrity : sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
engines : {node : '>=12' }
cpu : [ s390x]
2025-03-11 23:38:38 +00:00
os : [ linux]
2025-11-09 01:58:43 +00:00
'@esbuild/linux-s390x@0.25.12' :
resolution : {integrity : sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ s390x]
2025-03-11 23:38:38 +00:00
os : [ linux]
2025-12-05 16:53:07 +00:00
'@esbuild/linux-s390x@0.27.0' :
resolution : {integrity : sha512-hPlRWR4eIDDEci953RI1BLZitgi5uqcsjKMxwYfmi4LcwyWo2IcRP+lThVnKjNtk90pLS8nKdroXYOqW+QQH+w==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ s390x]
2025-03-11 23:38:38 +00:00
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-s390x@0.27.2' :
resolution : {integrity : sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==}
engines : {node : '>=18' }
cpu : [ s390x]
os : [ linux]
2025-09-24 21:38:13 +00:00
'@esbuild/linux-x64@0.21.5' :
resolution : {integrity : sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
engines : {node : '>=12' }
cpu : [ x64]
2025-03-11 23:38:38 +00:00
os : [ linux]
2025-11-09 01:58:43 +00:00
'@esbuild/linux-x64@0.25.12' :
resolution : {integrity : sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ x64]
2025-03-11 23:38:38 +00:00
os : [ linux]
2025-12-05 16:53:07 +00:00
'@esbuild/linux-x64@0.27.0' :
resolution : {integrity : sha512-1hBWx4OUJE2cab++aVZ7pObD6s+DK4mPGpemtnAORBvb5l/g5xFGk0vc0PjSkrDs0XaXj9yyob3d14XqvnQ4gw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
2025-03-11 23:38:38 +00:00
cpu : [ x64]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-x64@0.27.2' :
resolution : {integrity : sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==}
engines : {node : '>=18' }
cpu : [ x64]
os : [ linux]
2025-11-09 01:58:43 +00:00
'@esbuild/netbsd-arm64@0.25.12' :
resolution : {integrity : sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
2025-03-11 23:38:38 +00:00
cpu : [ arm64]
2025-09-24 21:38:13 +00:00
os : [ netbsd]
2025-03-11 23:38:38 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/netbsd-arm64@0.27.0' :
resolution : {integrity : sha512-6m0sfQfxfQfy1qRuecMkJlf1cIzTOgyaeXaiVaaki8/v+WB+U4hc6ik15ZW6TAllRlg/WuQXxWj1jx6C+dfy3w==}
2025-11-09 01:58:43 +00:00
engines : {node : '>=18' }
cpu : [ arm64]
2025-09-24 21:38:13 +00:00
os : [ netbsd]
2025-03-11 23:38:38 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/netbsd-arm64@0.27.2' :
resolution : {integrity : sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==}
engines : {node : '>=18' }
cpu : [ arm64]
os : [ netbsd]
2025-09-24 21:38:13 +00:00
'@esbuild/netbsd-x64@0.21.5' :
resolution : {integrity : sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
engines : {node : '>=12' }
cpu : [ x64]
os : [ netbsd]
2025-03-11 23:38:38 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/netbsd-x64@0.25.12' :
resolution : {integrity : sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
2025-03-11 23:38:38 +00:00
cpu : [ x64]
2025-09-24 21:38:13 +00:00
os : [ netbsd]
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/netbsd-x64@0.27.0' :
resolution : {integrity : sha512-xbbOdfn06FtcJ9d0ShxxvSn2iUsGd/lgPIO2V3VZIPDbEaIj1/3nBBe1AwuEZKXVXkMmpr6LUAgMkLD/4D2PPA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ x64]
os : [ netbsd]
2025-03-27 12:54:11 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/netbsd-x64@0.27.2' :
resolution : {integrity : sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==}
engines : {node : '>=18' }
cpu : [ x64]
os : [ netbsd]
2025-11-09 01:58:43 +00:00
'@esbuild/openbsd-arm64@0.25.12' :
resolution : {integrity : sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ arm64]
os : [ openbsd]
2025-03-27 12:54:11 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/openbsd-arm64@0.27.0' :
resolution : {integrity : sha512-fWgqR8uNbCQ/GGv0yhzttj6sU/9Z5/Sv/VGU3F5OuXK6J6SlriONKrQ7tNlwBrJZXRYk5jUhuWvF7GYzGguBZQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ arm64]
os : [ openbsd]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/openbsd-arm64@0.27.2' :
resolution : {integrity : sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==}
engines : {node : '>=18' }
cpu : [ arm64]
os : [ openbsd]
2025-09-24 21:38:13 +00:00
'@esbuild/openbsd-x64@0.21.5' :
resolution : {integrity : sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
engines : {node : '>=12' }
cpu : [ x64]
os : [ openbsd]
2024-12-30 19:59:07 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/openbsd-x64@0.25.12' :
resolution : {integrity : sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ x64]
os : [ openbsd]
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/openbsd-x64@0.27.0' :
resolution : {integrity : sha512-aCwlRdSNMNxkGGqQajMUza6uXzR/U0dIl1QmLjPtRbLOx3Gy3otfFu/VjATy4yQzo9yFDGTxYDo1FfAD9oRD2A==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ x64]
os : [ openbsd]
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/openbsd-x64@0.27.2' :
resolution : {integrity : sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==}
engines : {node : '>=18' }
cpu : [ x64]
os : [ openbsd]
2025-11-09 01:58:43 +00:00
'@esbuild/openharmony-arm64@0.25.12' :
resolution : {integrity : sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==}
engines : {node : '>=18' }
cpu : [ arm64]
os : [ openharmony]
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/openharmony-arm64@0.27.0' :
resolution : {integrity : sha512-nyvsBccxNAsNYz2jVFYwEGuRRomqZ149A39SHWk4hV0jWxKM0hjBPm3AmdxcbHiFLbBSwG6SbpIcUbXjgyECfA==}
engines : {node : '>=18' }
cpu : [ arm64]
os : [ openharmony]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/openharmony-arm64@0.27.2' :
resolution : {integrity : sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==}
engines : {node : '>=18' }
cpu : [ arm64]
os : [ openharmony]
2025-09-24 21:38:13 +00:00
'@esbuild/sunos-x64@0.21.5' :
resolution : {integrity : sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
engines : {node : '>=12' }
cpu : [ x64]
os : [ sunos]
2024-12-30 19:59:07 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/sunos-x64@0.25.12' :
resolution : {integrity : sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ x64]
os : [ sunos]
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/sunos-x64@0.27.0' :
resolution : {integrity : sha512-Q1KY1iJafM+UX6CFEL+F4HRTgygmEW568YMqDA5UV97AuZSm21b7SXIrRJDwXWPzr8MGr75fUZPV67FdtMHlHA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ x64]
os : [ sunos]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/sunos-x64@0.27.2' :
resolution : {integrity : sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==}
engines : {node : '>=18' }
cpu : [ x64]
os : [ sunos]
2025-09-24 21:38:13 +00:00
'@esbuild/win32-arm64@0.21.5' :
resolution : {integrity : sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
engines : {node : '>=12' }
cpu : [ arm64]
os : [ win32]
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/win32-arm64@0.25.12' :
resolution : {integrity : sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=18' }
2025-09-24 21:38:13 +00:00
cpu : [ arm64]
os : [ win32]
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/win32-arm64@0.27.0' :
resolution : {integrity : sha512-W1eyGNi6d+8kOmZIwi/EDjrL9nxQIQ0MiGqe/AWc6+IaHloxHSGoeRgDRKHFISThLmsewZ5nHFvGFWdBYlgKPg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ arm64]
os : [ win32]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/win32-arm64@0.27.2' :
resolution : {integrity : sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==}
engines : {node : '>=18' }
cpu : [ arm64]
os : [ win32]
2025-09-24 21:38:13 +00:00
'@esbuild/win32-ia32@0.21.5' :
resolution : {integrity : sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
engines : {node : '>=12' }
cpu : [ ia32]
os : [ win32]
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/win32-ia32@0.25.12' :
resolution : {integrity : sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ ia32]
os : [ win32]
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/win32-ia32@0.27.0' :
resolution : {integrity : sha512-30z1aKL9h22kQhilnYkORFYt+3wp7yZsHWus+wSKAJR8JtdfI76LJ4SBdMsCopTR3z/ORqVu5L1vtnHZWVj4cQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
cpu : [ ia32]
os : [ win32]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/win32-ia32@0.27.2' :
resolution : {integrity : sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==}
engines : {node : '>=18' }
cpu : [ ia32]
os : [ win32]
2025-09-24 21:38:13 +00:00
'@esbuild/win32-x64@0.21.5' :
resolution : {integrity : sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
engines : {node : '>=12' }
cpu : [ x64]
os : [ win32]
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@esbuild/win32-x64@0.25.12' :
resolution : {integrity : sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
2024-08-07 12:23:35 +00:00
cpu : [ x64]
2025-09-24 21:38:13 +00:00
os : [ win32]
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@esbuild/win32-x64@0.27.0' :
resolution : {integrity : sha512-aIitBcjQeyOhMTImhLZmtxfdOcuNRpwlPNmlFKPcHQYPhEssw75Cl1TSXJXpMkzaua9FUetx/4OQKq7eJul5Cg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
2024-08-07 12:23:35 +00:00
cpu : [ x64]
2025-09-24 21:38:13 +00:00
os : [ win32]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/win32-x64@0.27.2' :
resolution : {integrity : sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==}
engines : {node : '>=18' }
cpu : [ x64]
os : [ win32]
2025-11-09 01:58:43 +00:00
'@floating-ui/core@1.7.3' :
resolution : {integrity : sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==}
2024-08-07 12:23:35 +00:00
2026-01-22 01:27:26 +00:00
'@floating-ui/dom@1.1.1' :
resolution : {integrity : sha512-TpIO93+DIujg3g7SykEAGZMDtbJRrmnYRCNYSjJlvIbGhBjRSNTLVbNeDQBrzy9qDgUbiWdc7KA0uZHZ2tJmiw==}
2025-11-09 01:58:43 +00:00
'@floating-ui/dom@1.7.4' :
resolution : {integrity : sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@floating-ui/utils@0.2.10' :
resolution : {integrity : sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@floating-ui/vue@1.1.9' :
resolution : {integrity : sha512-BfNqNW6KA83Nexspgb9DZuz578R7HT8MZw1CfK9I6Ah4QReNWEJsXWHN+SdmOVLNGmTPDi+fDT535Df5PzMLbQ==}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@fmhy/colors@0.0.11' :
resolution : {integrity : sha512-sNwSoifyPi+9s/wOXXl9B3qpcfMDNj4HtNlxtf6FQs2LUshcxx226KIJgnxRwawGmQq26Vck1dcJESC6s4QwiA==}
engines : {node : '>=18.16.1' }
2025-11-09 01:58:43 +00:00
deprecated : Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@fmhy/components@0.0.3' :
resolution : {integrity : sha512-5L+O5aYb17gB18nhIMMXRNtFM/j2OL+W8NjZR+cdLfI5T6HoFFeIkUHHqsTLQCsjzPLStZoVhQgywroXDfVwOA==}
engines : {node : '>=18.16.1' }
2025-11-09 01:58:43 +00:00
deprecated : Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
2025-09-24 21:38:13 +00:00
peerDependencies :
typescript : ^5.0.0
vitepress : ^1.3.2
vue : ^3.4.21
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@headlessui/vue@1.7.23' :
resolution : {integrity : sha512-JzdCNqurrtuu0YW6QaDtR2PIYCKPUWq28csDyMvN4zmGccmE7lz40Is6hc3LA4HFeCI7sekZ/PQMTNmn9I/4Wg==}
engines : {node : '>=10' }
peerDependencies :
vue : ^3.2.0
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@ianvs/prettier-plugin-sort-imports@4.7.0' :
resolution : {integrity : sha512-soa2bPUJAFruLL4z/CnMfSEKGznm5ebz29fIa9PxYtu8HHyLKNE1NXAs6dylfw1jn/ilEIfO2oLLN6uAafb7DA==}
2025-09-24 21:38:13 +00:00
peerDependencies :
2025-11-09 01:58:43 +00:00
'@prettier/plugin-oxc' : ^0.0.4
2025-09-24 21:38:13 +00:00
'@vue/compiler-sfc' : 2.7 .x || 3.x
2025-11-09 01:58:43 +00:00
content-tag : ^4.0.0
prettier : 2 || 3 || ^4.0.0-0
prettier-plugin-ember-template-tag : ^2.1.0
2025-09-24 21:38:13 +00:00
peerDependenciesMeta :
2025-11-09 01:58:43 +00:00
'@prettier/plugin-oxc' :
optional : true
2025-09-24 21:38:13 +00:00
'@vue/compiler-sfc' :
optional : true
2025-11-09 01:58:43 +00:00
content-tag :
optional : true
prettier-plugin-ember-template-tag :
optional : true
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@iconify-json/carbon@1.2.18' :
resolution : {integrity : sha512-Grb13E6r/RqTEV4Sqd/BQR2FUt57U2WLuticJ5H8JbTdHLop1LmdePu3EJJA3Xi8DcWRbD6OnC133hKfOwlgtg==}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@iconify-json/fluent-mdl2@1.2.1' :
resolution : {integrity : sha512-zFgd1V9r0a+mqA46Z4mOoSf6PbQbhYnY9Uhtpjl3xvw03doNolh4apMtsZoLlC/Y7wO2uj306MgziaqwWdNMwg==}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@iconify-json/fluent@1.2.37' :
resolution : {integrity : sha512-wNm8JXU1eV+M3ONGIG0pwb4X8PoEfYDdLRt0xCUcOofoy0WxXRldB0dkmILnXhLZmCNVWRzt9z/3I6xS+8YNGQ==}
2024-10-13 15:31:01 +00:00
2025-11-09 01:58:43 +00:00
'@iconify-json/gravity-ui@1.2.10' :
resolution : {integrity : sha512-GpLMMrVCc1XkKuNVQ0HaA37dW2fnkWED/2zcsd288QIncv1pQ8RG/Hr/mCDgGHe4Nec/1eu9OBk6yVqqQiR5Gw==}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@iconify-json/heroicons-solid@1.2.1' :
resolution : {integrity : sha512-sRZ6U1FT1lkxtIuL+iQ9Fpm5IZxvJCDaKdLpP5elgZ6OkQn6j8HVJpxgFIcuJbHC/EeoNp3tHldMEELqN9pZDQ==}
2025-03-11 23:38:38 +00:00
2025-11-09 01:58:43 +00:00
'@iconify-json/logos@1.2.10' :
resolution : {integrity : sha512-qxaXKJ6fu8jzTMPQdHtNxlfx6tBQ0jXRbHZIYy5Ilh8Lx9US9FsAdzZWUR8MXV8PnWTKGDFO4ZZee9VwerCyMA==}
2025-03-11 23:38:38 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@iconify-json/lucide@1.2.86' :
resolution : {integrity : sha512-W/Jz7/gGOkI9u43r+UHmQtZtcyw2YLvMwiHa01WV6V4DYltrPNXiD+bCa+djV8LZB1uwF8CiympOMIbgiQ74nA==}
2025-03-11 23:38:38 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@iconify-json/material-symbols@1.2.53' :
resolution : {integrity : sha512-2jXBKFdNzL9zy6chnJqubykL9WZno7rEP6/isSzpp6fKJJMXXhRtVkaGw1Clle0RlXGWzVkd/eiYUH8f9/ILrQ==}
2025-03-11 23:38:38 +00:00
2025-11-09 01:58:43 +00:00
'@iconify-json/mdi@1.2.3' :
resolution : {integrity : sha512-O3cLwbDOK7NNDf2ihaQOH5F9JglnulNDFV7WprU2dSoZu3h3cWH//h74uQAB87brHmvFVxIOkuBX2sZSzYhScg==}
2024-12-30 19:59:07 +00:00
2025-09-24 21:38:13 +00:00
'@iconify-json/ph@1.2.2' :
resolution : {integrity : sha512-PgkEZNtqa8hBGjHXQa4pMwZa93hmfu8FUSjs/nv4oUU6yLsgv+gh9nu28Kqi8Fz9CCVu4hj1MZs9/60J57IzFw==}
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@iconify-json/qlementine-icons@1.2.14' :
resolution : {integrity : sha512-FcsHX1F/l3Imjtu8eKxIiApJ9Pl8PFRADfbMMlsjZS6Jm9DCRfVY6fWBN4NsFyTpkcMC/Y9R/SZ5k7W1RkCKQg==}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@iconify-json/simple-icons@1.2.67' :
resolution : {integrity : sha512-RGJRwlxyup54L1UDAjCshy3ckX5zcvYIU74YLSnUgHGvqh6B4mvksbGNHAIEp7dZQ6cM13RZVT5KC07CmnFNew==}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@iconify-json/twemoji@1.2.5' :
resolution : {integrity : sha512-uKpuIEV0v6K5BW3Mjdyl+XKFVAbbcPxAgifKvEMtZoUZB5+YiY5zaMm2uNNCxyXzAWU9yNLlj41WU6/mvgALsw==}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@iconify/types@2.0.0' :
resolution : {integrity : sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
2025-12-05 16:53:07 +00:00
'@iconify/utils@3.1.0' :
resolution : {integrity : sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==}
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/colour@1.0.0' :
resolution : {integrity : sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==}
engines : {node : '>=18' }
'@img/sharp-darwin-arm64@0.34.5' :
resolution : {integrity : sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==}
2025-09-24 21:38:13 +00:00
engines : {node : ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu : [ arm64]
os : [ darwin]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-darwin-x64@0.34.5' :
resolution : {integrity : sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==}
2025-09-24 21:38:13 +00:00
engines : {node : ^18.17.0 || ^20.3.0 || >=21.0.0}
2024-08-07 12:23:35 +00:00
cpu : [ x64]
os : [ darwin]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-darwin-arm64@1.2.4' :
resolution : {integrity : sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==}
2025-09-24 21:38:13 +00:00
cpu : [ arm64]
os : [ darwin]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-darwin-x64@1.2.4' :
resolution : {integrity : sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==}
2025-09-24 21:38:13 +00:00
cpu : [ x64]
os : [ darwin]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linux-arm64@1.2.4' :
resolution : {integrity : sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==}
2025-09-24 21:38:13 +00:00
cpu : [ arm64]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linux-arm@1.2.4' :
resolution : {integrity : sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==}
2024-08-07 12:23:35 +00:00
cpu : [ arm]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linux-ppc64@1.2.4' :
resolution : {integrity : sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==}
cpu : [ ppc64]
os : [ linux]
'@img/sharp-libvips-linux-riscv64@1.2.4' :
resolution : {integrity : sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==}
cpu : [ riscv64]
os : [ linux]
'@img/sharp-libvips-linux-s390x@1.2.4' :
resolution : {integrity : sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==}
2025-09-24 21:38:13 +00:00
cpu : [ s390x]
2024-08-07 12:23:35 +00:00
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linux-x64@1.2.4' :
resolution : {integrity : sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==}
2025-09-24 21:38:13 +00:00
cpu : [ x64]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linuxmusl-arm64@1.2.4' :
resolution : {integrity : sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==}
2024-08-07 12:23:35 +00:00
cpu : [ arm64]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linuxmusl-x64@1.2.4' :
resolution : {integrity : sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==}
2024-08-07 12:23:35 +00:00
cpu : [ x64]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-linux-arm64@0.34.5' :
resolution : {integrity : sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==}
2025-09-24 21:38:13 +00:00
engines : {node : ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu : [ arm64]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-linux-arm@0.34.5' :
resolution : {integrity : sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==}
2025-09-24 21:38:13 +00:00
engines : {node : ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu : [ arm]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-linux-ppc64@0.34.5' :
resolution : {integrity : sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==}
engines : {node : ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu : [ ppc64]
os : [ linux]
'@img/sharp-linux-riscv64@0.34.5' :
resolution : {integrity : sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==}
engines : {node : ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu : [ riscv64]
os : [ linux]
'@img/sharp-linux-s390x@0.34.5' :
resolution : {integrity : sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==}
2025-09-24 21:38:13 +00:00
engines : {node : ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu : [ s390x]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-linux-x64@0.34.5' :
resolution : {integrity : sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==}
2025-09-24 21:38:13 +00:00
engines : {node : ^18.17.0 || ^20.3.0 || >=21.0.0}
2024-08-07 12:23:35 +00:00
cpu : [ x64]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-linuxmusl-arm64@0.34.5' :
resolution : {integrity : sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==}
2025-09-24 21:38:13 +00:00
engines : {node : ^18.17.0 || ^20.3.0 || >=21.0.0}
2024-08-07 12:23:35 +00:00
cpu : [ arm64]
2025-09-24 21:38:13 +00:00
os : [ linux]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-linuxmusl-x64@0.34.5' :
resolution : {integrity : sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==}
2025-09-24 21:38:13 +00:00
engines : {node : ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu : [ x64]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-wasm32@0.34.5' :
resolution : {integrity : sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==}
2025-09-24 21:38:13 +00:00
engines : {node : ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu : [ wasm32]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-win32-arm64@0.34.5' :
resolution : {integrity : sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==}
engines : {node : ^18.17.0 || ^20.3.0 || >=21.0.0}
cpu : [ arm64]
os : [ win32]
'@img/sharp-win32-ia32@0.34.5' :
resolution : {integrity : sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==}
2025-09-24 21:38:13 +00:00
engines : {node : ^18.17.0 || ^20.3.0 || >=21.0.0}
2024-08-07 12:23:35 +00:00
cpu : [ ia32]
os : [ win32]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-win32-x64@0.34.5' :
resolution : {integrity : sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==}
2025-09-24 21:38:13 +00:00
engines : {node : ^18.17.0 || ^20.3.0 || >=21.0.0}
2024-08-07 12:23:35 +00:00
cpu : [ x64]
os : [ win32]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@internationalized/date@3.10.1' :
resolution : {integrity : sha512-oJrXtQiAXLvT9clCf1K4kxp3eKsQhIaZqxEyowkBcsvZDdZkbWrVmnGknxs5flTD0VGsxrxKgBCZty1EzoiMzA==}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@internationalized/number@3.6.5' :
resolution : {integrity : sha512-6hY4Kl4HPBvtfS62asS/R22JzNNy8vi/Ssev7x6EobfCp+9QIB2hKvI2EtbdJ0VSQacxVNtqhE/NmF/NZ0gm6g==}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@ioredis/commands@1.5.0' :
resolution : {integrity : sha512-eUgLqrMf8nJkZxT24JvVRrQya1vZkQh8BBeYNwGDqa5I0VUi8ACx7uFvAaLxintokpTenkK6DASvo/bvNbBGow==}
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@isaacs/balanced-match@4.0.1' :
resolution : {integrity : sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==}
engines : {node : 20 || >=22}
'@isaacs/brace-expansion@5.0.0' :
resolution : {integrity : sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==}
engines : {node : 20 || >=22}
2025-09-24 21:38:13 +00:00
'@isaacs/cliui@8.0.2' :
resolution : {integrity : sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
engines : {node : '>=12' }
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@isaacs/fs-minipass@4.0.1' :
resolution : {integrity : sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==}
engines : {node : '>=18.0.0' }
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@jridgewell/gen-mapping@0.3.13' :
resolution : {integrity : sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@jridgewell/remapping@2.3.5' :
resolution : {integrity : sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@jridgewell/resolve-uri@3.1.2' :
resolution : {integrity : sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
engines : {node : '>=6.0.0' }
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@jridgewell/source-map@0.3.11' :
resolution : {integrity : sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@jridgewell/sourcemap-codec@1.5.5' :
resolution : {integrity : sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@jridgewell/trace-mapping@0.3.31' :
resolution : {integrity : sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@jridgewell/trace-mapping@0.3.9' :
resolution : {integrity : sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==}
2025-12-05 16:53:07 +00:00
'@mapbox/node-pre-gyp@2.0.3' :
resolution : {integrity : sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
hasBin : true
'@nodelib/fs.scandir@2.1.5' :
resolution : {integrity : sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
engines : {node : '>= 8' }
'@nodelib/fs.stat@2.0.5' :
resolution : {integrity : sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
engines : {node : '>= 8' }
'@nodelib/fs.walk@1.2.8' :
resolution : {integrity : sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
engines : {node : '>= 8' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-android-arm64@2.5.6' :
resolution : {integrity : sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 10.0.0' }
2024-12-30 19:59:07 +00:00
cpu : [ arm64]
2025-09-24 21:38:13 +00:00
os : [ android]
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-darwin-arm64@2.5.6' :
resolution : {integrity : sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 10.0.0' }
cpu : [ arm64]
os : [ darwin]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-darwin-x64@2.5.6' :
resolution : {integrity : sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 10.0.0' }
cpu : [ x64]
os : [ darwin]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-freebsd-x64@2.5.6' :
resolution : {integrity : sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 10.0.0' }
2024-12-30 19:59:07 +00:00
cpu : [ x64]
os : [ freebsd]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-linux-arm-glibc@2.5.6' :
resolution : {integrity : sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 10.0.0' }
2024-08-07 12:23:35 +00:00
cpu : [ arm]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-linux-arm-musl@2.5.6' :
resolution : {integrity : sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 10.0.0' }
2024-08-07 12:23:35 +00:00
cpu : [ arm]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-linux-arm64-glibc@2.5.6' :
resolution : {integrity : sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 10.0.0' }
2024-08-07 12:23:35 +00:00
cpu : [ arm64]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-linux-arm64-musl@2.5.6' :
resolution : {integrity : sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 10.0.0' }
2024-08-07 12:23:35 +00:00
cpu : [ arm64]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-linux-x64-glibc@2.5.6' :
resolution : {integrity : sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 10.0.0' }
2024-08-07 12:23:35 +00:00
cpu : [ x64]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-linux-x64-musl@2.5.6' :
resolution : {integrity : sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 10.0.0' }
2024-08-07 12:23:35 +00:00
cpu : [ x64]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-wasm@2.5.6' :
resolution : {integrity : sha512-byAiBZ1t3tXQvc8dMD/eoyE7lTXYorhn+6uVW5AC+JGI1KtJC/LvDche5cfUE+qiefH+Ybq0bUCJU0aB1cSHUA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 10.0.0' }
bundledDependencies :
- napi-wasm
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-win32-arm64@2.5.6' :
resolution : {integrity : sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 10.0.0' }
2024-08-07 12:23:35 +00:00
cpu : [ arm64]
os : [ win32]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-win32-ia32@2.5.6' :
resolution : {integrity : sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 10.0.0' }
2024-08-07 12:23:35 +00:00
cpu : [ ia32]
os : [ win32]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-win32-x64@2.5.6' :
resolution : {integrity : sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 10.0.0' }
2024-08-07 12:23:35 +00:00
cpu : [ x64]
os : [ win32]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher@2.5.6' :
resolution : {integrity : sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 10.0.0' }
2024-10-13 15:31:01 +00:00
2025-09-24 21:38:13 +00:00
'@pkgjs/parseargs@0.11.0' :
resolution : {integrity : sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines : {node : '>=14' }
2024-10-13 15:31:01 +00:00
2025-11-09 01:58:43 +00:00
'@polka/url@1.0.0-next.29' :
resolution : {integrity : sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@poppinss/colors@4.1.6' :
resolution : {integrity : sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==}
2025-03-11 23:38:38 +00:00
2025-11-09 01:58:43 +00:00
'@poppinss/dumper@0.6.5' :
resolution : {integrity : sha512-NBdYIb90J7LfOI32dOewKI1r7wnkiH6m920puQ3qHUeZkxNkQiFnXVWoE6YtFSv6QOiPPf7ys6i+HWWecDz7sw==}
2025-03-27 12:54:11 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@poppinss/exception@1.2.3' :
resolution : {integrity : sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==}
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@quansync/fs@1.0.0' :
resolution : {integrity : sha512-4TJ3DFtlf1L5LDMaM6CanJ/0lckGNtJcMjQ1NAV6zDmA0tEHKZtxNKin8EgPaVX1YzljbxckyT2tJrpQKAtngQ==}
2025-03-27 12:54:11 +00:00
2025-09-24 21:38:13 +00:00
'@resvg/resvg-js-android-arm-eabi@2.6.2' :
resolution : {integrity : sha512-FrJibrAk6v29eabIPgcTUMPXiEz8ssrAk7TXxsiZzww9UTQ1Z5KAbFJs+Z0Ez+VZTYgnE5IQJqBcoSiMebtPHA==}
engines : {node : '>= 10' }
cpu : [ arm]
os : [ android]
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@resvg/resvg-js-android-arm64@2.6.2' :
resolution : {integrity : sha512-VcOKezEhm2VqzXpcIJoITuvUS/fcjIw5NA/w3tjzWyzmvoCdd+QXIqy3FBGulWdClvp4g+IfUemigrkLThSjAQ==}
engines : {node : '>= 10' }
cpu : [ arm64]
os : [ android]
2025-03-27 12:54:11 +00:00
2025-09-24 21:38:13 +00:00
'@resvg/resvg-js-darwin-arm64@2.6.2' :
resolution : {integrity : sha512-nmok2LnAd6nLUKI16aEB9ydMC6Lidiiq2m1nEBDR1LaaP7FGs4AJ90qDraxX+CWlVuRlvNjyYJTNv8qFjtL9+A==}
engines : {node : '>= 10' }
cpu : [ arm64]
os : [ darwin]
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@resvg/resvg-js-darwin-x64@2.6.2' :
resolution : {integrity : sha512-GInyZLjgWDfsVT6+SHxQVRwNzV0AuA1uqGsOAW+0th56J7Nh6bHHKXHBWzUrihxMetcFDmQMAX1tZ1fZDYSRsw==}
engines : {node : '>= 10' }
cpu : [ x64]
os : [ darwin]
2024-10-13 15:31:01 +00:00
2025-09-24 21:38:13 +00:00
'@resvg/resvg-js-linux-arm-gnueabihf@2.6.2' :
resolution : {integrity : sha512-YIV3u/R9zJbpqTTNwTZM5/ocWetDKGsro0SWp70eGEM9eV2MerWyBRZnQIgzU3YBnSBQ1RcxRZvY/UxwESfZIw==}
engines : {node : '>= 10' }
cpu : [ arm]
os : [ linux]
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@resvg/resvg-js-linux-arm64-gnu@2.6.2' :
resolution : {integrity : sha512-zc2BlJSim7YR4FZDQ8OUoJg5holYzdiYMeobb9pJuGDidGL9KZUv7SbiD4E8oZogtYY42UZEap7dqkkYuA91pg==}
engines : {node : '>= 10' }
cpu : [ arm64]
os : [ linux]
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@resvg/resvg-js-linux-arm64-musl@2.6.2' :
resolution : {integrity : sha512-3h3dLPWNgSsD4lQBJPb4f+kvdOSJHa5PjTYVsWHxLUzH4IFTJUAnmuWpw4KqyQ3NA5QCyhw4TWgxk3jRkQxEKg==}
engines : {node : '>= 10' }
cpu : [ arm64]
os : [ linux]
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@resvg/resvg-js-linux-x64-gnu@2.6.2' :
resolution : {integrity : sha512-IVUe+ckIerA7xMZ50duAZzwf1U7khQe2E0QpUxu5MBJNao5RqC0zwV/Zm965vw6D3gGFUl7j4m+oJjubBVoftw==}
engines : {node : '>= 10' }
cpu : [ x64]
os : [ linux]
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@resvg/resvg-js-linux-x64-musl@2.6.2' :
resolution : {integrity : sha512-UOf83vqTzoYQO9SZ0fPl2ZIFtNIz/Rr/y+7X8XRX1ZnBYsQ/tTb+cj9TE+KHOdmlTFBxhYzVkP2lRByCzqi4jQ==}
engines : {node : '>= 10' }
cpu : [ x64]
os : [ linux]
2024-10-13 15:31:01 +00:00
2025-09-24 21:38:13 +00:00
'@resvg/resvg-js-win32-arm64-msvc@2.6.2' :
resolution : {integrity : sha512-7C/RSgCa+7vqZ7qAbItfiaAWhyRSoD4l4BQAbVDqRRsRgY+S+hgS3in0Rxr7IorKUpGE69X48q6/nOAuTJQxeQ==}
engines : {node : '>= 10' }
cpu : [ arm64]
os : [ win32]
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@resvg/resvg-js-win32-ia32-msvc@2.6.2' :
resolution : {integrity : sha512-har4aPAlvjnLcil40AC77YDIk6loMawuJwFINEM7n0pZviwMkMvjb2W5ZirsNOZY4aDbo5tLx0wNMREp5Brk+w==}
engines : {node : '>= 10' }
cpu : [ ia32]
os : [ win32]
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@resvg/resvg-js-win32-x64-msvc@2.6.2' :
resolution : {integrity : sha512-ZXtYhtUr5SSaBrUDq7DiyjOFJqBVL/dOBN7N/qmi/pO0IgiWW/f/ue3nbvu9joWE5aAKDoIzy/CxsY0suwGosQ==}
engines : {node : '>= 10' }
cpu : [ x64]
os : [ win32]
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@resvg/resvg-js@2.6.2' :
resolution : {integrity : sha512-xBaJish5OeGmniDj9cW5PRa/PtmuVU3ziqrbr5xJj901ZDN4TosrVaNZpEiLZAxdfnhAe7uQ7QFWfjPe9d9K2Q==}
engines : {node : '>= 10' }
2024-08-25 11:00:20 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/plugin-alias@6.0.0' :
resolution : {integrity : sha512-tPCzJOtS7uuVZd+xPhoy5W4vThe6KWXNmsFCNktaAh5RTqcLiSfT4huPQIXkgJ6YCOjJHvecOAzQxLFhPxKr+g==}
engines : {node : '>=20.19.0' }
2025-09-24 21:38:13 +00:00
peerDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup : '>=4.0.0'
2025-09-24 21:38:13 +00:00
peerDependenciesMeta :
rollup :
optional : true
2024-08-25 11:00:20 +00:00
2025-09-24 21:38:13 +00:00
'@rollup/plugin-babel@5.3.1' :
resolution : {integrity : sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==}
engines : {node : '>= 10.0.0' }
peerDependencies :
'@babel/core' : ^7.0.0
'@types/babel__core' : ^7.1.9
rollup : ^1.20.0||^2.0.0
peerDependenciesMeta :
'@types/babel__core' :
optional : true
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/plugin-commonjs@29.0.0' :
resolution : {integrity : sha512-U2YHaxR2cU/yAiwKJtJRhnyLk7cifnQw0zUpISsocBDoHDJn+HTV74ABqnwr5bEgWUwFZC9oFL6wLe21lHu5eQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=16.0.0 || 14 >= 14.17' }
peerDependencies :
rollup : ^2.68.0||^3.0.0||^4.0.0
peerDependenciesMeta :
rollup :
optional : true
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@rollup/plugin-inject@5.0.5' :
resolution : {integrity : sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==}
engines : {node : '>=14.0.0' }
peerDependencies :
rollup : ^1.20.0||^2.0.0||^3.0.0||^4.0.0
peerDependenciesMeta :
rollup :
optional : true
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@rollup/plugin-json@6.1.0' :
resolution : {integrity : sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==}
engines : {node : '>=14.0.0' }
peerDependencies :
rollup : ^1.20.0||^2.0.0||^3.0.0||^4.0.0
peerDependenciesMeta :
rollup :
optional : true
2024-10-13 15:31:01 +00:00
2025-09-24 21:38:13 +00:00
'@rollup/plugin-node-resolve@15.3.1' :
resolution : {integrity : sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==}
engines : {node : '>=14.0.0' }
2024-08-07 12:23:35 +00:00
peerDependencies :
2025-09-24 21:38:13 +00:00
rollup : ^2.78.0||^3.0.0||^4.0.0
2024-08-07 12:23:35 +00:00
peerDependenciesMeta :
2025-09-24 21:38:13 +00:00
rollup :
2024-08-07 12:23:35 +00:00
optional : true
2025-11-09 01:58:43 +00:00
'@rollup/plugin-node-resolve@16.0.3' :
resolution : {integrity : sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=14.0.0' }
peerDependencies :
rollup : ^2.78.0||^3.0.0||^4.0.0
peerDependenciesMeta :
rollup :
optional : true
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@rollup/plugin-replace@2.4.2' :
resolution : {integrity : sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==}
peerDependencies :
rollup : ^1.20.0 || ^2.0.0
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@rollup/plugin-replace@6.0.3' :
resolution : {integrity : sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=14.0.0' }
peerDependencies :
rollup : ^1.20.0||^2.0.0||^3.0.0||^4.0.0
peerDependenciesMeta :
rollup :
optional : true
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@rollup/plugin-strip@3.0.4' :
resolution : {integrity : sha512-LDRV49ZaavxUo2YoKKMQjCxzCxugu1rCPQa0lDYBOWLj6vtzBMr8DcoJjsmg+s450RbKbe3qI9ZLaSO+O1oNbg==}
engines : {node : '>=14.0.0' }
peerDependencies :
rollup : ^1.20.0||^2.0.0||^3.0.0||^4.0.0
peerDependenciesMeta :
rollup :
optional : true
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@rollup/plugin-terser@0.4.4' :
resolution : {integrity : sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==}
engines : {node : '>=14.0.0' }
peerDependencies :
rollup : ^2.0.0||^3.0.0||^4.0.0
peerDependenciesMeta :
rollup :
optional : true
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@rollup/pluginutils@3.1.0' :
resolution : {integrity : sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==}
engines : {node : '>= 8.0.0' }
peerDependencies :
rollup : ^1.20.0||^2.0.0
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@rollup/pluginutils@5.3.0' :
resolution : {integrity : sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=14.0.0' }
peerDependencies :
rollup : ^1.20.0||^2.0.0||^3.0.0||^4.0.0
peerDependenciesMeta :
rollup :
optional : true
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-android-arm-eabi@4.56.0' :
resolution : {integrity : sha512-LNKIPA5k8PF1+jAFomGe3qN3bbIgJe/IlpDBwuVjrDKrJhVWywgnJvflMt/zkbVNLFtF1+94SljYQS6e99klnw==}
2025-09-24 21:38:13 +00:00
cpu : [ arm]
os : [ android]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-android-arm64@4.56.0' :
resolution : {integrity : sha512-lfbVUbelYqXlYiU/HApNMJzT1E87UPGvzveGg2h0ktUNlOCxKlWuJ9jtfvs1sKHdwU4fzY7Pl8sAl49/XaEk6Q==}
2025-09-24 21:38:13 +00:00
cpu : [ arm64]
os : [ android]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-darwin-arm64@4.56.0' :
resolution : {integrity : sha512-EgxD1ocWfhoD6xSOeEEwyE7tDvwTgZc8Bss7wCWe+uc7wO8G34HHCUH+Q6cHqJubxIAnQzAsyUsClt0yFLu06w==}
2025-09-24 21:38:13 +00:00
cpu : [ arm64]
os : [ darwin]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-darwin-x64@4.56.0' :
resolution : {integrity : sha512-1vXe1vcMOssb/hOF8iv52A7feWW2xnu+c8BV4t1F//m9QVLTfNVpEdja5ia762j/UEJe2Z1jAmEqZAK42tVW3g==}
2025-09-24 21:38:13 +00:00
cpu : [ x64]
os : [ darwin]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-freebsd-arm64@4.56.0' :
resolution : {integrity : sha512-bof7fbIlvqsyv/DtaXSck4VYQ9lPtoWNFCB/JY4snlFuJREXfZnm+Ej6yaCHfQvofJDXLDMTVxWscVSuQvVWUQ==}
2025-09-24 21:38:13 +00:00
cpu : [ arm64]
os : [ freebsd]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-freebsd-x64@4.56.0' :
resolution : {integrity : sha512-KNa6lYHloW+7lTEkYGa37fpvPq+NKG/EHKM8+G/g9WDU7ls4sMqbVRV78J6LdNuVaeeK5WB9/9VAFbKxcbXKYg==}
2025-09-24 21:38:13 +00:00
cpu : [ x64]
os : [ freebsd]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-arm-gnueabihf@4.56.0' :
resolution : {integrity : sha512-E8jKK87uOvLrrLN28jnAAAChNq5LeCd2mGgZF+fGF5D507WlG/Noct3lP/QzQ6MrqJ5BCKNwI9ipADB6jyiq2A==}
2025-09-24 21:38:13 +00:00
cpu : [ arm]
os : [ linux]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-arm-musleabihf@4.56.0' :
resolution : {integrity : sha512-jQosa5FMYF5Z6prEpTCCmzCXz6eKr/tCBssSmQGEeozA9tkRUty/5Vx06ibaOP9RCrW1Pvb8yp3gvZhHwTDsJw==}
2025-09-24 21:38:13 +00:00
cpu : [ arm]
os : [ linux]
2025-03-11 23:38:38 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-arm64-gnu@4.56.0' :
resolution : {integrity : sha512-uQVoKkrC1KGEV6udrdVahASIsaF8h7iLG0U0W+Xn14ucFwi6uS539PsAr24IEF9/FoDtzMeeJXJIBo5RkbNWvQ==}
2025-09-24 21:38:13 +00:00
cpu : [ arm64]
os : [ linux]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-arm64-musl@4.56.0' :
resolution : {integrity : sha512-vLZ1yJKLxhQLFKTs42RwTwa6zkGln+bnXc8ueFGMYmBTLfNu58sl5/eXyxRa2RarTkJbXl8TKPgfS6V5ijNqEA==}
2025-09-24 21:38:13 +00:00
cpu : [ arm64]
os : [ linux]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-loong64-gnu@4.56.0' :
resolution : {integrity : sha512-FWfHOCub564kSE3xJQLLIC/hbKqHSVxy8vY75/YHHzWvbJL7aYJkdgwD/xGfUlL5UV2SB7otapLrcCj2xnF1dg==}
2025-09-24 21:38:13 +00:00
cpu : [ loong64]
os : [ linux]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-loong64-musl@4.56.0' :
resolution : {integrity : sha512-z1EkujxIh7nbrKL1lmIpqFTc/sr0u8Uk0zK/qIEFldbt6EDKWFk/pxFq3gYj4Bjn3aa9eEhYRlL3H8ZbPT1xvA==}
cpu : [ loong64]
os : [ linux]
'@rollup/rollup-linux-ppc64-gnu@4.56.0' :
resolution : {integrity : sha512-iNFTluqgdoQC7AIE8Q34R3AuPrJGJirj5wMUErxj22deOcY7XwZRaqYmB6ZKFHoVGqRcRd0mqO+845jAibKCkw==}
cpu : [ ppc64]
os : [ linux]
'@rollup/rollup-linux-ppc64-musl@4.56.0' :
resolution : {integrity : sha512-MtMeFVlD2LIKjp2sE2xM2slq3Zxf9zwVuw0jemsxvh1QOpHSsSzfNOTH9uYW9i1MXFxUSMmLpeVeUzoNOKBaWg==}
2025-09-24 21:38:13 +00:00
cpu : [ ppc64]
os : [ linux]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-riscv64-gnu@4.56.0' :
resolution : {integrity : sha512-in+v6wiHdzzVhYKXIk5U74dEZHdKN9KH0Q4ANHOTvyXPG41bajYRsy7a8TPKbYPl34hU7PP7hMVHRvv/5aCSew==}
2025-11-09 01:58:43 +00:00
cpu : [ riscv64]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-riscv64-musl@4.56.0' :
resolution : {integrity : sha512-yni2raKHB8m9NQpI9fPVwN754mn6dHQSbDTwxdr9SE0ks38DTjLMMBjrwvB5+mXrX+C0npX0CVeCUcvvvD8CNQ==}
2025-09-24 21:38:13 +00:00
cpu : [ riscv64]
os : [ linux]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-s390x-gnu@4.56.0' :
resolution : {integrity : sha512-zhLLJx9nQPu7wezbxt2ut+CI4YlXi68ndEve16tPc/iwoylWS9B3FxpLS2PkmfYgDQtosah07Mj9E0khc3Y+vQ==}
2025-09-24 21:38:13 +00:00
cpu : [ s390x]
os : [ linux]
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-x64-gnu@4.56.0' :
resolution : {integrity : sha512-MVC6UDp16ZSH7x4rtuJPAEoE1RwS8N4oK9DLHy3FTEdFoUTCFVzMfJl/BVJ330C+hx8FfprA5Wqx4FhZXkj2Kw==}
2025-09-24 21:38:13 +00:00
cpu : [ x64]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-x64-musl@4.56.0' :
resolution : {integrity : sha512-ZhGH1eA4Qv0lxaV00azCIS1ChedK0V32952Md3FtnxSqZTBTd6tgil4nZT5cU8B+SIw3PFYkvyR4FKo2oyZIHA==}
2025-09-24 21:38:13 +00:00
cpu : [ x64]
os : [ linux]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-openbsd-x64@4.56.0' :
resolution : {integrity : sha512-O16XcmyDeFI9879pEcmtWvD/2nyxR9mF7Gs44lf1vGGx8Vg2DRNx11aVXBEqOQhWb92WN4z7fW/q4+2NYzCbBA==}
cpu : [ x64]
os : [ openbsd]
'@rollup/rollup-openharmony-arm64@4.56.0' :
resolution : {integrity : sha512-LhN/Reh+7F3RCgQIRbgw8ZMwUwyqJM+8pXNT6IIJAqm2IdKkzpCh/V9EdgOMBKuebIrzswqy4ATlrDgiOwbRcQ==}
2025-11-09 01:58:43 +00:00
cpu : [ arm64]
os : [ openharmony]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-win32-arm64-msvc@4.56.0' :
resolution : {integrity : sha512-kbFsOObXp3LBULg1d3JIUQMa9Kv4UitDmpS+k0tinPBz3watcUiV2/LUDMMucA6pZO3WGE27P7DsfaN54l9ing==}
2025-09-24 21:38:13 +00:00
cpu : [ arm64]
os : [ win32]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-win32-ia32-msvc@4.56.0' :
resolution : {integrity : sha512-vSSgny54D6P4vf2izbtFm/TcWYedw7f8eBrOiGGecyHyQB9q4Kqentjaj8hToe+995nob/Wv48pDqL5a62EWtg==}
2025-09-24 21:38:13 +00:00
cpu : [ ia32]
os : [ win32]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-win32-x64-gnu@4.56.0' :
resolution : {integrity : sha512-FeCnkPCTHQJFbiGG49KjV5YGW/8b9rrXAM2Mz2kiIoktq2qsJxRD5giEMEOD2lPdgs72upzefaUvS+nc8E3UzQ==}
2025-11-09 01:58:43 +00:00
cpu : [ x64]
os : [ win32]
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-win32-x64-msvc@4.56.0' :
resolution : {integrity : sha512-H8AE9Ur/t0+1VXujj90w0HrSOuv0Nq9r1vSZF2t5km20NTfosQsGGUXDaKdQZzwuLts7IyL1fYT4hM95TI9c4g==}
2025-09-24 21:38:13 +00:00
cpu : [ x64]
os : [ win32]
'@shikijs/core@2.5.0' :
resolution : {integrity : sha512-uu/8RExTKtavlpH7XqnVYBrfBkUc20ngXiX9NSrBhOVZYv/7XQRKUyhtkeflY5QsxC0GbJThCerruZfsUaSldg==}
'@shikijs/engine-javascript@2.5.0' :
resolution : {integrity : sha512-VjnOpnQf8WuCEZtNUdjjwGUbtAVKuZkVQ/5cHy/tojVVRIRtlWMYVjyWhxOmIq05AlSOv72z7hRNRGVBgQOl0w==}
'@shikijs/engine-oniguruma@2.5.0' :
resolution : {integrity : sha512-pGd1wRATzbo/uatrCIILlAdFVKdxImWJGQ5rFiB5VZi2ve5xj3Ax9jny8QvkaV93btQEwR/rSz5ERFpC5mKNIw==}
'@shikijs/langs@2.5.0' :
resolution : {integrity : sha512-Qfrrt5OsNH5R+5tJ/3uYBBZv3SuGmnRPejV9IlIbFH3HTGLDlkqgHymAlzklVmKBjAaVmkPkyikAV/sQ1wSL+w==}
'@shikijs/themes@2.5.0' :
resolution : {integrity : sha512-wGrk+R8tJnO0VMzmUExHR+QdSaPUl/NKs+a4cQQRWyoc3YFbUzuLEi/KWK1hj+8BfHRKm2jNhhJck1dfstJpiw==}
'@shikijs/transformers@2.5.0' :
resolution : {integrity : sha512-SI494W5X60CaUwgi8u4q4m4s3YAFSxln3tzNjOSYqq54wlVgz0/NbbXEb3mdLbqMBztcmS7bVTaEd2w0qMmfeg==}
'@shikijs/types@2.5.0' :
resolution : {integrity : sha512-ygl5yhxki9ZLNuNpPitBWvcy9fsSKKaRuO4BAlMyagszQidxcpLAr0qiW/q43DtSIDxO6hEbtYLiFZNXO/hdGw==}
'@shikijs/vscode-textmate@10.0.2' :
resolution : {integrity : sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==}
'@shuding/opentype.js@1.4.0-beta.0' :
resolution : {integrity : sha512-3NgmNyH3l/Hv6EvsWJbsvpcpUba6R8IREQ83nH83cyakCw7uM1arZKNfHwv1Wz6jgqrF/j4x5ELvR6PnK9nTcA==}
engines : {node : '>= 8.0.0' }
hasBin : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@sindresorhus/is@7.2.0' :
resolution : {integrity : sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
2025-11-09 01:58:43 +00:00
'@sindresorhus/merge-streams@4.0.0' :
resolution : {integrity : sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=18' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@speed-highlight/core@1.2.14' :
resolution : {integrity : sha512-G4ewlBNhUtlLvrJTb88d2mdy2KRijzs4UhnlrOSRT4bmjh/IqNElZa3zkrZ+TC47TwtlDWzVLFADljF1Ijp5hA==}
2025-09-24 21:38:13 +00:00
'@surma/rollup-plugin-off-main-thread@2.2.3' :
resolution : {integrity : sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@swc/helpers@0.5.18' :
resolution : {integrity : sha512-TXTnIcNJQEKwThMMqBXsZ4VGAza6bvN4pa41Rkqoio6QBKMvo+5lexeTMScGCIxtzgQJzElcvIltani+adC5PQ==}
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@tanstack/virtual-core@3.13.18' :
resolution : {integrity : sha512-Mx86Hqu1k39icq2Zusq+Ey2J6dDWTjDvEv43PJtRCoEYTLyfaPnxIQ6iy7YAOK0NV/qOEmZQ/uCufrppZxTgcg==}
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@tanstack/vue-virtual@3.13.18' :
resolution : {integrity : sha512-6pT8HdHtTU5Z+t906cGdCroUNA5wHjFXsNss9gwk7QAr1VNZtz9IQCs2Nhx0gABK48c+OocHl2As+TMg8+Hy4A==}
2025-09-24 21:38:13 +00:00
peerDependencies :
vue : ^2.7.0 || ^3.0.0
'@types/estree@0.0.39' :
resolution : {integrity : sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==}
2025-11-09 01:58:43 +00:00
'@types/estree@1.0.8' :
resolution : {integrity : sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
2025-09-24 21:38:13 +00:00
'@types/hast@3.0.4' :
resolution : {integrity : sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
'@types/linkify-it@5.0.0' :
resolution : {integrity : sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==}
'@types/markdown-it@14.1.2' :
resolution : {integrity : sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==}
'@types/mdast@4.0.4' :
resolution : {integrity : sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
'@types/mdurl@2.0.0' :
resolution : {integrity : sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@types/node@24.10.9' :
resolution : {integrity : sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==}
2025-09-24 21:38:13 +00:00
'@types/nprogress@0.2.3' :
resolution : {integrity : sha512-k7kRA033QNtC+gLc4VPlfnue58CM1iQLgn1IMAU8VPHGOj7oIHPp9UlhedEnD/Gl8evoCjwkZjlBORtZ3JByUA==}
'@types/parse-author@2.0.3' :
resolution : {integrity : sha512-pgRW2K/GVQoogylrGJXDl7PBLW9A6T4OOc9Hy9MLT5f7vgufK2GQ8FcfAbjFHR5HjcN9ByzuCczAORk49REqoA==}
'@types/parse-json@4.0.2' :
resolution : {integrity : sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==}
'@types/resolve@1.20.2' :
resolution : {integrity : sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@types/tinycolor2@1.4.6' :
resolution : {integrity : sha512-iEN8J0BoMnsWBqjVbWH/c0G0Hh7O21lpR2/+PrvAVgWdzL7eexIFm4JN/Wn10PTcmNdtS6U67r499mlWMXOxNw==}
2025-09-24 21:38:13 +00:00
'@types/trusted-types@2.0.7' :
resolution : {integrity : sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
'@types/unist@3.0.3' :
resolution : {integrity : sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
'@types/web-bluetooth@0.0.21' :
resolution : {integrity : sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==}
'@ungap/structured-clone@1.3.0' :
resolution : {integrity : sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
2025-12-05 16:53:07 +00:00
'@unocss/astro@66.5.10' :
resolution : {integrity : sha512-R1UU8lfIqcuorGpiuU+9pQEmK8uBBk1sf5re1db9kr23924Ia/aBCmfs4W2xyVCwJ0cGBv9C3ywDgOsgkHFCbQ==}
2025-09-24 21:38:13 +00:00
peerDependencies :
2025-11-09 01:58:43 +00:00
vite : ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0
2025-09-24 21:38:13 +00:00
peerDependenciesMeta :
vite :
optional : true
2025-12-05 16:53:07 +00:00
'@unocss/cli@66.5.10' :
resolution : {integrity : sha512-3tGBTGLLTtwGEwXGWsL77K4bTvNG115VJvYPPit68Z7uXnA6S8xpkwaFFDJ3kbrsWtgXBpIgM06HhtT6/3MILg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=14' }
hasBin : true
2025-12-05 16:53:07 +00:00
'@unocss/config@66.5.10' :
resolution : {integrity : sha512-udBhfMe+2MU70ZdjnRLnwLQ+0EHYJ4f5JjjvHsfmQ0If4KeYmSStWBuX+/LHNQidhl487JiwW1lBDQ8pKHmbiw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=14' }
2025-12-05 16:53:07 +00:00
'@unocss/core@66.5.10' :
resolution : {integrity : sha512-SEmPE4pWNn9VcCvZqovPwFGuG/j69W3zh+x1Ky4z/I2pnyoB0Y0lBmq22KVu/dwExe+ZKKTQpxa0j5rbE27rDQ==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/extractor-arbitrary-variants@66.5.10' :
resolution : {integrity : sha512-9JsAY1a68WZaIbSiwQa7LLAO+t4T5nnhgmNxY3MGaK58k6Qa9ayZb4AG4fqOpw+Zn8tmKd7yXJ0s+27sx1n2BA==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/inspector@66.5.10' :
resolution : {integrity : sha512-L/Nvi4bkXFxbGNOi7TPNnIIDfY1zKghfJ+cF7To/WrXplP1Y4nEZa2kGwcVBcsaysACri0whU19Dh3yf+bG+Pg==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/postcss@66.5.10' :
resolution : {integrity : sha512-Hp9k+1AB0qxc6b7Sh7JPKwYgcklIvRhleYtQldFbdU5eAY5InOy9m7gSZxRsz2WQb6IzliqO7Or34PbhnMlcFQ==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=14' }
2025-12-05 16:53:07 +00:00
'@unocss/preset-attributify@66.5.10' :
resolution : {integrity : sha512-dEFs8kXC9xoqolQBFvtgXvdzWQqHoWqSj/eosX2oDmy8REk7UErpBvMmqR4pCP7mqdtG8yZ2l34Gtb42hDM3JA==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-icons@66.5.10' :
resolution : {integrity : sha512-zf4Sev/F2QQgVjGjKBCw3BKc15HQAtvUrNX2zymXXbAjt83Lf27ofYzTAUVUO9mi/oQhXcP5sQrIGIe7iQX3hw==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-mini@66.5.10' :
resolution : {integrity : sha512-jRmweaPhaTGBSDKFuhEGayGyuGr66rTRRqzv5EAdHH4x43TFlJ1RO5SVlzzJdo1zJy4vyGSINIVKeI49FYhEKQ==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-tagify@66.5.10' :
resolution : {integrity : sha512-SLfMhNQCFEXspp/zREZv61dmuvRQ+CVI04zcpGpg4LnqvMKkLVyPPetlhgJwW1hd9D7OWkUGoQm9JA0O4+9XJA==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-typography@66.5.10' :
resolution : {integrity : sha512-GMchTwywSA6vwiZ2w8svBY9U9br/OW7vIjwyYis0c9kp4h8apKCrLtAv2LjmlKyg12IDy9d8jp/hZ1zP9umung==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-uno@66.5.10' :
resolution : {integrity : sha512-O3R99td+Jt3XAJh1pVbOSTu3z7jUosg80y90iu6JQIpvXI/pGanWJEhoEz95SgJmRV+vXNEn4f6tIvfUXkTd/w==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-web-fonts@66.5.10' :
resolution : {integrity : sha512-rA9pjL+CuDpyEekawX54pkWHc4n+kfhoYsAFBWBtNHl4akDYsbnSA+2EF/XiEbRvz1YVFYDucZ9KpUiaq9+xtQ==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-wind3@66.5.10' :
resolution : {integrity : sha512-N2Wgu+AnTSr4jIEAfajOfUtwESE/Zzr0GxwW88+MHIw6Tzj6tZeCEKNNKFzsgwfGkoNjvwIeIbkaIrIGJ7SveA==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-wind4@66.5.10' :
resolution : {integrity : sha512-PXLxEcYJUsysQvK4xj3iA7plvq5RcAt9S1vLlOmBtl2X66dWU6XqiGEu7lLfqoypip1bPCOGlRB7HbfMuQpftQ==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-wind@66.5.10' :
resolution : {integrity : sha512-tR8JaXHnL006qcIEbD4lalZoqvW78SE+OvD7Sv5yj6s5FjwLZTiaJP8/0RTlx8SvhM6bw+NDxKQq678ntiZdiA==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/reset@66.5.10' :
resolution : {integrity : sha512-xlydsCqbmVtA8QbVWv8+R66v4MJzeDXYsdoGDz7xsa2r65RD4UvJFZuyueY7+/bhzns9QhNOxltEiPi06j3Gvw==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/rule-utils@66.5.10' :
resolution : {integrity : sha512-497GPWZpArNG25cto0Yq3/Yw+i0x7/N/ySq1HHeE3lB43sdmCv6+m6QEv14I/9/e5WJhQOmrY5LmHZYXC7xxMw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=14' }
2025-12-05 16:53:07 +00:00
'@unocss/transformer-attributify-jsx@66.5.10' :
resolution : {integrity : sha512-WAAVWWx/BVQ9dk1W9FCP7UL9dLScmNDrRwBRah5WJMtKaV890RaL4wLItfQH0SN31C+quTwuaU0Hi6BiBsc9qw==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/transformer-compile-class@66.5.10' :
resolution : {integrity : sha512-NFXf5qTVJXZNnZTpnCSQmNwJhQrmCQv/tgmX69rwNDYKmYcBufpaKfwKzO+EkVQz4A6ySv09Q9PaNBCH5N0FTQ==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/transformer-directives@66.5.10' :
resolution : {integrity : sha512-EDak3DGW+rSYjoZNwU8xJIXbwif+q9e3cjhCZy48ll1nfyg2E1Znqtwv/X8vLRr8fJ0gWn75P2uGi4jfGLZzMg==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/transformer-variant-group@66.5.10' :
resolution : {integrity : sha512-9DWi9bLOGwdw6whCTdywVD9+lA5lkeqcgy9sMoizfUa4CfT1bSdMT27VoAbYhxeEznV92BCW2jCYt0I8M00phw==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/vite@66.5.10' :
resolution : {integrity : sha512-GegFDmcWe0V2CR/uN1f+iQuDh2R1vA6EAwSvl1nyL+6ue0/zLyF9yhdVnypIVlJnS6RK/xaLPOP6vWJnqRGhZg==}
2025-09-24 21:38:13 +00:00
peerDependencies :
2025-11-09 01:58:43 +00:00
vite : ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vercel/nft@1.3.0' :
resolution : {integrity : sha512-i4EYGkCsIjzu4vorDUbqglZc5eFtQI2syHb++9ZUDm6TU4edVywGpVnYDein35x9sevONOn9/UabfQXuNXtuzQ==}
engines : {node : '>=20' }
2025-09-24 21:38:13 +00:00
hasBin : true
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@vitejs/plugin-vue@5.2.4' :
resolution : {integrity : sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==}
2024-08-07 12:23:35 +00:00
engines : {node : ^18.0.0 || >=20.0.0}
peerDependencies :
2025-03-11 23:38:38 +00:00
vite : ^5.0.0 || ^6.0.0
2024-08-07 12:23:35 +00:00
vue : ^3.2.25
2026-01-22 01:27:26 +00:00
'@vue/compiler-core@3.5.27' :
resolution : {integrity : sha512-gnSBQjZA+//qDZen+6a2EdHqJ68Z7uybrMf3SPjEGgG4dicklwDVmMC1AeIHxtLVPT7sn6sH1KOO+tS6gwOUeQ==}
'@vue/compiler-dom@3.5.27' :
resolution : {integrity : sha512-oAFea8dZgCtVVVTEC7fv3T5CbZW9BxpFzGGxC79xakTr6ooeEqmRuvQydIiDAkglZEAd09LgVf1RoDnL54fu5w==}
'@vue/compiler-sfc@3.5.27' :
resolution : {integrity : sha512-sHZu9QyDPeDmN/MRoshhggVOWE5WlGFStKFwu8G52swATgSny27hJRWteKDSUUzUH+wp+bmeNbhJnEAel/auUQ==}
'@vue/compiler-ssr@3.5.27' :
resolution : {integrity : sha512-Sj7h+JHt512fV1cTxKlYhg7qxBvack+BGncSpH+8vnN+KN95iPIcqB5rsbblX40XorP+ilO7VIKlkuu3Xq2vjw==}
2025-12-05 16:53:07 +00:00
'@vue/devtools-api@7.7.9' :
resolution : {integrity : sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==}
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@vue/devtools-kit@7.7.9' :
resolution : {integrity : sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==}
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@vue/devtools-shared@7.7.9' :
resolution : {integrity : sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vue/reactivity@3.5.27' :
resolution : {integrity : sha512-vvorxn2KXfJ0nBEnj4GYshSgsyMNFnIQah/wczXlsNXt+ijhugmW+PpJ2cNPe4V6jpnBcs0MhCODKllWG+nvoQ==}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vue/runtime-core@3.5.27' :
resolution : {integrity : sha512-fxVuX/fzgzeMPn/CLQecWeDIFNt3gQVhxM0rW02Tvp/YmZfXQgcTXlakq7IMutuZ/+Ogbn+K0oct9J3JZfyk3A==}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vue/runtime-dom@3.5.27' :
resolution : {integrity : sha512-/QnLslQgYqSJ5aUmb5F0z0caZPGHRB8LEAQ1s81vHFM5CBfnun63rxhvE/scVb/j3TbBuoZwkJyiLCkBluMpeg==}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vue/server-renderer@3.5.27' :
resolution : {integrity : sha512-qOz/5thjeP1vAFc4+BY3Nr6wxyLhpeQgAE/8dDtKo6a6xdk+L4W46HDZgNmLOBUDEkFXV3G7pRiUqxjX0/2zWA==}
2024-08-07 12:23:35 +00:00
peerDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vue : 3.5 .27
2024-08-07 12:23:35 +00:00
2026-01-22 01:27:26 +00:00
'@vue/shared@3.5.27' :
resolution : {integrity : sha512-dXr/3CgqXsJkZ0n9F3I4elY8wM9jMJpP3pvRG52r6m0tu/MsAFIe6JpXVGeNMd/D9F4hQynWT8Rfuj0bdm9kFQ==}
2025-03-11 23:38:38 +00:00
'@vueuse/core@12.8.2' :
resolution : {integrity : sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==}
2024-08-18 05:17:55 +00:00
2025-12-05 16:53:07 +00:00
'@vueuse/core@14.1.0' :
resolution : {integrity : sha512-rgBinKs07hAYyPF834mDTigH7BtPqvZ3Pryuzt1SD/lg5wEcWqvwzXXYGEDb2/cP0Sj5zSvHl3WkmMELr5kfWw==}
2025-03-11 23:38:38 +00:00
peerDependencies :
vue : ^3.5.0
2024-08-07 12:23:35 +00:00
2025-03-11 23:38:38 +00:00
'@vueuse/integrations@12.8.2' :
resolution : {integrity : sha512-fbGYivgK5uBTRt7p5F3zy6VrETlV9RtZjBqd1/HxGdjdckBgBM4ugP8LHpjolqTj14TXTxSK1ZfgPbHYyGuH7g==}
2024-08-07 12:23:35 +00:00
peerDependencies :
async-validator : ^4
axios : ^1
2024-09-01 15:12:33 +00:00
change-case : ^5
drauu : ^0.4
2024-08-07 12:23:35 +00:00
focus-trap : ^7
2024-09-01 15:12:33 +00:00
fuse.js : ^7
2024-08-07 12:23:35 +00:00
idb-keyval : ^6
2024-09-01 15:12:33 +00:00
jwt-decode : ^4
2024-08-07 12:23:35 +00:00
nprogress : ^0.2
qrcode : ^1.5
sortablejs : ^1
2024-09-01 15:12:33 +00:00
universal-cookie : ^7
2024-08-07 12:23:35 +00:00
peerDependenciesMeta :
async-validator :
optional : true
axios :
optional : true
change-case :
optional : true
drauu :
optional : true
focus-trap :
optional : true
fuse.js :
optional : true
idb-keyval :
optional : true
jwt-decode :
optional : true
nprogress :
optional : true
qrcode :
optional : true
sortablejs :
optional : true
universal-cookie :
optional : true
2026-01-04 05:39:22 +00:00
'@vueuse/integrations@14.1.0' :
resolution : {integrity : sha512-eNQPdisnO9SvdydTIXnTE7c29yOsJBD/xkwEyQLdhDC/LKbqrFpXHb3uS//7NcIrQO3fWVuvMGp8dbK6mNEMCA==}
peerDependencies :
async-validator : ^4
axios : ^1
change-case : ^5
drauu : ^0.4
focus-trap : ^7
fuse.js : ^7
idb-keyval : ^6
jwt-decode : ^4
nprogress : ^0.2
qrcode : ^1.5
sortablejs : ^1
universal-cookie : ^7 || ^8
vue : ^3.5.0
peerDependenciesMeta :
async-validator :
optional : true
axios :
optional : true
change-case :
optional : true
drauu :
optional : true
focus-trap :
optional : true
fuse.js :
optional : true
idb-keyval :
optional : true
jwt-decode :
optional : true
nprogress :
optional : true
qrcode :
optional : true
sortablejs :
optional : true
universal-cookie :
optional : true
2025-03-11 23:38:38 +00:00
'@vueuse/metadata@12.8.2' :
resolution : {integrity : sha512-rAyLGEuoBJ/Il5AmFHiziCPdQzRt88VxR+Y/A/QhJ1EWtWqPBBAxTAFaSkviwEuOEZNtW8pvkPgoCZQ+HxqW1A==}
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@vueuse/metadata@14.1.0' :
resolution : {integrity : sha512-7hK4g015rWn2PhKcZ99NyT+ZD9sbwm7SGvp7k+k+rKGWnLjS/oQozoIZzWfCewSUeBmnJkIb+CNr7Zc/EyRnnA==}
2024-08-07 12:23:35 +00:00
2025-03-11 23:38:38 +00:00
'@vueuse/shared@12.8.2' :
resolution : {integrity : sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w==}
2025-12-05 16:53:07 +00:00
'@vueuse/shared@14.1.0' :
resolution : {integrity : sha512-EcKxtYvn6gx1F8z9J5/rsg3+lTQnvOruQd8fUecW99DCK04BkWD7z5KQ/wTAx+DazyoEE9dJt/zV8OIEQbM6kw==}
2025-03-11 23:38:38 +00:00
peerDependencies :
vue : ^3.5.0
2025-11-09 01:58:43 +00:00
abbrev@3.0.1 :
resolution : {integrity : sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==}
2025-03-11 23:38:38 +00:00
engines : {node : ^18.17.0 || >=20.5.0}
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
abort-controller@3.0.0 :
resolution : {integrity : sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
engines : {node : '>=6.5' }
acorn-import-attributes@1.9.5 :
resolution : {integrity : sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==}
peerDependencies :
acorn : ^8
2025-11-09 01:58:43 +00:00
acorn@8.15.0 :
resolution : {integrity : sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
2025-03-11 23:38:38 +00:00
engines : {node : '>=0.4.0' }
hasBin : true
2025-11-09 01:58:43 +00:00
agent-base@7.1.4 :
resolution : {integrity : sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
2024-12-30 19:59:07 +00:00
engines : {node : '>= 14' }
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
ajv@8.17.1 :
resolution : {integrity : sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
algoliasearch@5.47.0 :
resolution : {integrity : sha512-AGtz2U7zOV4DlsuYV84tLp2tBbA7RPtLA44jbVH4TTpDcc1dIWmULjHSsunlhscbzDydnjuFlNhflR3nV4VJaQ==}
2025-03-11 23:38:38 +00:00
engines : {node : '>= 14.0.0' }
2024-08-07 12:23:35 +00:00
ansi-regex@5.0.1 :
resolution : {integrity : sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
engines : {node : '>=8' }
2025-11-09 01:58:43 +00:00
ansi-regex@6.2.2 :
resolution : {integrity : sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==}
2024-08-29 11:47:35 +00:00
engines : {node : '>=12' }
2024-08-07 12:23:35 +00:00
ansi-styles@4.3.0 :
resolution : {integrity : sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
engines : {node : '>=8' }
2025-11-09 01:58:43 +00:00
ansi-styles@6.2.3 :
resolution : {integrity : sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
2024-10-13 15:31:01 +00:00
engines : {node : '>=12' }
2024-08-07 12:23:35 +00:00
anymatch@3.1.3 :
resolution : {integrity : sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
engines : {node : '>= 8' }
2024-10-13 15:31:01 +00:00
archiver-utils@5.0.2 :
resolution : {integrity : sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==}
engines : {node : '>= 14' }
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
archiver@7.0.1 :
resolution : {integrity : sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==}
engines : {node : '>= 14' }
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
aria-hidden@1.2.6 :
resolution : {integrity : sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==}
2025-03-27 12:54:11 +00:00
engines : {node : '>=10' }
2025-09-24 21:38:13 +00:00
array-buffer-byte-length@1.0.2 :
resolution : {integrity : sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==}
engines : {node : '>= 0.4' }
arraybuffer.prototype.slice@1.0.4 :
resolution : {integrity : sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==}
engines : {node : '>= 0.4' }
async-function@1.0.0 :
resolution : {integrity : sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
async-sema@3.1.1 :
resolution : {integrity : sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==}
2024-10-13 15:31:01 +00:00
async@3.2.6 :
resolution : {integrity : sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
at-least-node@1.0.0 :
resolution : {integrity : sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
engines : {node : '>= 4.0.0' }
2024-08-25 11:00:20 +00:00
author-regex@1.0.0 :
resolution : {integrity : sha512-KbWgR8wOYRAPekEmMXrYYdc7BRyhn2Ftk7KWfMUnQ43hFdojWEFRxhhRUm3/OFEdPa1r0KAvTTg9YQK57xTe0g==}
engines : {node : '>=0.8' }
2025-09-24 21:38:13 +00:00
available-typed-arrays@1.0.7 :
resolution : {integrity : sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
engines : {node : '>= 0.4' }
2025-11-09 01:58:43 +00:00
b4a@1.7.3 :
resolution : {integrity : sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==}
peerDependencies :
react-native-b4a : '*'
peerDependenciesMeta :
react-native-b4a :
optional : true
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
babel-plugin-polyfill-corejs2@0.4.15 :
resolution : {integrity : sha512-hR3GwrRwHUfYwGfrisXPIDP3JcYfBrW7wKE7+Au6wDYl7fm/ka1NEII6kORzxNU556JjfidZeBsO10kYvtV1aw==}
2025-09-24 21:38:13 +00:00
peerDependencies :
'@babel/core' : ^7.4.0 || ^8.0.0-0 <8.0.0
babel-plugin-polyfill-corejs3@0.13.0 :
resolution : {integrity : sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==}
peerDependencies :
'@babel/core' : ^7.4.0 || ^8.0.0-0 <8.0.0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
babel-plugin-polyfill-regenerator@0.6.6 :
resolution : {integrity : sha512-hYm+XLYRMvupxiQzrvXUj7YyvFFVfv5gI0R71AJzudg1g2AI2vyCPPIFEBjk162/wFzti3inBHo7isWFuEVS/A==}
2025-09-24 21:38:13 +00:00
peerDependencies :
'@babel/core' : ^7.4.0 || ^8.0.0-0 <8.0.0
2024-08-07 12:23:35 +00:00
balanced-match@1.0.2 :
resolution : {integrity : sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
2025-11-09 01:58:43 +00:00
bare-events@2.8.2 :
resolution : {integrity : sha512-riJjyv1/mHLIPX4RwiK+oW9/4c3TEUeORHKefKAKnZ5kyslbN+HXowtbaVEqt4IMUB7OXlfixcs6gsFeo/jhiQ==}
peerDependencies :
bare-abort-controller : '*'
peerDependenciesMeta :
bare-abort-controller :
optional : true
2024-10-13 15:31:01 +00:00
2024-08-07 12:23:35 +00:00
base64-js@0.0.8 :
resolution : {integrity : sha512-3XSA2cR/h/73EzlXXdU6YNycmYI7+kicTxks4eJg2g39biHR84slg2+des+p7iHYhbRg/udIS4TD53WabcOUkw==}
engines : {node : '>= 0.4' }
2024-10-13 15:31:01 +00:00
base64-js@1.5.1 :
resolution : {integrity : sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
baseline-browser-mapping@2.9.18 :
resolution : {integrity : sha512-e23vBV1ZLfjb9apvfPk4rHVu2ry6RIr2Wfs+O324okSidrX7pTAnEJPCh/O5BtRlr7QtZI7ktOP3vsqr7Z5XoA==}
2025-09-24 21:38:13 +00:00
hasBin : true
2025-03-11 23:38:38 +00:00
binary-extensions@2.3.0 :
resolution : {integrity : sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=8' }
bindings@1.5.0 :
resolution : {integrity : sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==}
2025-12-05 16:53:07 +00:00
birpc@2.9.0 :
resolution : {integrity : sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==}
2024-08-07 12:23:35 +00:00
blake3-wasm@2.1.5 :
resolution : {integrity : sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==}
2025-11-09 01:58:43 +00:00
brace-expansion@1.1.12 :
resolution : {integrity : sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
brace-expansion@2.0.2 :
resolution : {integrity : sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
2024-08-07 12:23:35 +00:00
2024-08-29 11:47:35 +00:00
braces@3.0.3 :
resolution : {integrity : sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
engines : {node : '>=8' }
2025-12-05 16:53:07 +00:00
browserslist@4.28.1 :
resolution : {integrity : sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
2025-09-24 21:38:13 +00:00
engines : {node : ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin : true
2024-10-13 15:31:01 +00:00
buffer-crc32@1.0.0 :
resolution : {integrity : sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==}
engines : {node : '>=8.0.0' }
2024-08-07 12:23:35 +00:00
buffer-from@1.1.2 :
resolution : {integrity : sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
2024-10-13 15:31:01 +00:00
buffer@6.0.3 :
resolution : {integrity : sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
c12@3.3.3 :
resolution : {integrity : sha512-750hTRvgBy5kcMNPdh95Qo+XUBeGo8C7nsKSmedDmaQI+E0r82DwHeM6vBewDe4rGFbnxoa4V9pw+sPh5+Iz8Q==}
2024-10-13 15:31:01 +00:00
peerDependencies :
2025-12-05 16:53:07 +00:00
magicast : '*'
2024-10-13 15:31:01 +00:00
peerDependenciesMeta :
magicast :
optional : true
2024-08-07 12:23:35 +00:00
cac@6.7.14 :
resolution : {integrity : sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
engines : {node : '>=8' }
2025-09-24 21:38:13 +00:00
call-bind-apply-helpers@1.0.2 :
resolution : {integrity : sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
engines : {node : '>= 0.4' }
call-bind@1.0.8 :
resolution : {integrity : sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==}
engines : {node : '>= 0.4' }
call-bound@1.0.4 :
resolution : {integrity : sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
engines : {node : '>= 0.4' }
2024-08-25 11:00:20 +00:00
callsites@3.1.0 :
resolution : {integrity : sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
engines : {node : '>=6' }
2024-08-07 12:23:35 +00:00
camelize@1.0.1 :
resolution : {integrity : sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
caniuse-lite@1.0.30001766 :
resolution : {integrity : sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==}
2025-09-24 21:38:13 +00:00
2024-10-13 15:31:01 +00:00
ccount@2.0.1 :
resolution : {integrity : sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
character-entities-html4@2.1.0 :
resolution : {integrity : sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==}
character-entities-legacy@3.0.0 :
resolution : {integrity : sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==}
2024-08-07 12:23:35 +00:00
chokidar@3.6.0 :
resolution : {integrity : sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
engines : {node : '>= 8.10.0' }
2024-12-30 19:59:07 +00:00
chokidar@4.0.3 :
resolution : {integrity : sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
engines : {node : '>= 14.16.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
chokidar@5.0.0 :
resolution : {integrity : sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==}
engines : {node : '>= 20.19.0' }
2024-12-30 19:59:07 +00:00
chownr@3.0.0 :
resolution : {integrity : sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
engines : {node : '>=18' }
2024-10-13 15:31:01 +00:00
citty@0.1.6 :
resolution : {integrity : sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
citty@0.2.0 :
resolution : {integrity : sha512-8csy5IBFI2ex2hTVpaHN2j+LNE199AgiI7y4dMintrr8i0lQiFn+0AWMZrWdHKIgMOer65f8IThysYhoReqjWA==}
2024-10-13 15:31:01 +00:00
clipboardy@4.0.0 :
resolution : {integrity : sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==}
engines : {node : '>=18' }
2024-08-07 12:23:35 +00:00
cliui@8.0.1 :
resolution : {integrity : sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
engines : {node : '>=12' }
cluster-key-slot@1.1.2 :
resolution : {integrity : sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==}
engines : {node : '>=0.10.0' }
color-convert@2.0.1 :
resolution : {integrity : sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
engines : {node : '>=7.0.0' }
color-name@1.1.4 :
resolution : {integrity : sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
colorette@2.0.20 :
resolution : {integrity : sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==}
2024-10-13 15:31:01 +00:00
comma-separated-tokens@2.0.3 :
resolution : {integrity : sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==}
2024-08-07 12:23:35 +00:00
commander@2.20.3 :
resolution : {integrity : sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
2024-08-25 11:00:20 +00:00
commander@4.1.1 :
resolution : {integrity : sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
engines : {node : '>= 6' }
2025-09-24 21:38:13 +00:00
common-tags@1.8.2 :
resolution : {integrity : sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==}
engines : {node : '>=4.0.0' }
2024-08-07 12:23:35 +00:00
commondir@1.0.1 :
resolution : {integrity : sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==}
2025-11-09 01:58:43 +00:00
compatx@0.2.0 :
resolution : {integrity : sha512-6gLRNt4ygsi5NyMVhceOCFv14CIdDFN7fQjX1U4+47qVE/+kjPoXMK65KWK+dWxmFzMTuKazoQ9sch6pM0p5oA==}
2024-12-30 19:59:07 +00:00
2024-10-13 15:31:01 +00:00
compress-commons@6.0.2 :
resolution : {integrity : sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==}
engines : {node : '>= 14' }
2024-08-07 12:23:35 +00:00
concat-map@0.0.1 :
resolution : {integrity : sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
2024-10-13 15:31:01 +00:00
confbox@0.1.8 :
resolution : {integrity : sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
2025-11-09 01:58:43 +00:00
confbox@0.2.2 :
resolution : {integrity : sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==}
2025-03-11 23:38:38 +00:00
2025-11-09 01:58:43 +00:00
consola@3.4.2 :
resolution : {integrity : sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==}
2025-01-12 17:44:42 +00:00
engines : {node : ^14.18.0 || >=16.10.0}
2024-08-07 12:23:35 +00:00
convert-source-map@2.0.0 :
resolution : {integrity : sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
2024-10-13 15:31:01 +00:00
cookie-es@1.2.2 :
resolution : {integrity : sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==}
2025-03-11 23:38:38 +00:00
cookie-es@2.0.0 :
resolution : {integrity : sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==}
2025-12-05 16:53:07 +00:00
cookie@1.1.1 :
resolution : {integrity : sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==}
2025-03-11 23:38:38 +00:00
engines : {node : '>=18' }
2025-11-09 01:58:43 +00:00
copy-anything@4.0.5 :
resolution : {integrity : sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==}
engines : {node : '>=18' }
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
core-js-compat@3.48.0 :
resolution : {integrity : sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==}
2025-09-24 21:38:13 +00:00
2024-08-07 12:23:35 +00:00
core-util-is@1.0.3 :
resolution : {integrity : sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
2024-08-25 11:00:20 +00:00
cosmiconfig@7.1.0 :
resolution : {integrity : sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==}
engines : {node : '>=10' }
2024-08-07 12:23:35 +00:00
crc-32@1.2.2 :
resolution : {integrity : sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==}
engines : {node : '>=0.8' }
hasBin : true
2024-10-13 15:31:01 +00:00
crc32-stream@6.0.0 :
resolution : {integrity : sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==}
engines : {node : '>= 14' }
2025-11-09 01:58:43 +00:00
croner@9.1.0 :
resolution : {integrity : sha512-p9nwwR4qyT5W996vBZhdvBCnMhicY5ytZkR4D1Xj0wuTDEiMnjwR57Q3RXYY/s0EpX6Ay3vgIcfaR+ewGHsi+g==}
2024-10-13 15:31:01 +00:00
engines : {node : '>=18.0' }
2024-08-07 12:23:35 +00:00
2025-03-11 23:38:38 +00:00
cross-spawn@7.0.6 :
resolution : {integrity : sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
2024-08-07 12:23:35 +00:00
engines : {node : '>= 8' }
2025-11-09 01:58:43 +00:00
crossws@0.3.5 :
resolution : {integrity : sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==}
2025-03-11 23:38:38 +00:00
2025-09-24 21:38:13 +00:00
crypto-random-string@2.0.0 :
resolution : {integrity : sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==}
engines : {node : '>=8' }
2024-08-07 12:23:35 +00:00
css-background-parser@0.1.0 :
resolution : {integrity : sha512-2EZLisiZQ+7m4wwur/qiYJRniHX4K5Tc9w93MT3AS0WS1u5kaZ4FKXlOTBhOjc+CgEgPiGY+fX1yWD8UwpEqUA==}
css-box-shadow@1.0.0-3 :
resolution : {integrity : sha512-9jaqR6e7Ohds+aWwmhe6wILJ99xYQbfmK9QQB9CcMjDbTxPZjwEmUQpU91OG05Xgm8BahT5fW+svbsQGjS/zPg==}
css-color-keywords@1.0.0 :
resolution : {integrity : sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==}
engines : {node : '>=4' }
2025-11-09 01:58:43 +00:00
css-gradient-parser@0.0.17 :
resolution : {integrity : sha512-w2Xy9UMMwlKtou0vlRnXvWglPAceXCTtcmVSo8ZBUvqCV5aXEFP/PC6d+I464810I9FT++UACwTD5511bmGPUg==}
engines : {node : '>=16' }
2024-08-07 12:23:35 +00:00
css-to-react-native@3.2.0 :
resolution : {integrity : sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==}
2025-01-12 17:44:42 +00:00
css-tree@3.1.0 :
resolution : {integrity : sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==}
engines : {node : ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
2025-12-05 16:53:07 +00:00
csstype@3.2.3 :
resolution : {integrity : sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
data-view-buffer@1.0.2 :
resolution : {integrity : sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==}
engines : {node : '>= 0.4' }
data-view-byte-length@1.0.2 :
resolution : {integrity : sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==}
engines : {node : '>= 0.4' }
data-view-byte-offset@1.0.1 :
resolution : {integrity : sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==}
engines : {node : '>= 0.4' }
2025-11-09 01:58:43 +00:00
db0@0.3.4 :
resolution : {integrity : sha512-RiXXi4WaNzPTHEOu8UPQKMooIbqOEyqA1t7Z6MsdxSCeb8iUC9ko3LcmsLmeUt2SM5bctfArZKkRQggKZz7JNw==}
2025-09-24 21:38:13 +00:00
peerDependencies :
'@electric-sql/pglite' : '*'
'@libsql/client' : '*'
2024-12-30 19:59:07 +00:00
better-sqlite3 : '*'
drizzle-orm : '*'
mysql2 : '*'
2025-03-11 23:38:38 +00:00
sqlite3 : '*'
2024-10-13 15:31:01 +00:00
peerDependenciesMeta :
2024-12-30 19:59:07 +00:00
'@electric-sql/pglite' :
optional : true
2024-10-13 15:31:01 +00:00
'@libsql/client' :
optional : true
better-sqlite3 :
optional : true
2025-11-09 01:58:43 +00:00
drizzle-orm :
optional : true
mysql2 :
optional : true
sqlite3 :
2024-08-29 11:47:35 +00:00
optional : true
2025-09-24 21:38:13 +00:00
debug@4.4.3 :
resolution : {integrity : sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=6.0' }
peerDependencies :
supports-color : '*'
peerDependenciesMeta :
supports-color :
optional : true
2024-08-07 12:23:35 +00:00
deepmerge@4.3.1 :
resolution : {integrity : sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
engines : {node : '>=0.10.0' }
2025-09-24 21:38:13 +00:00
define-data-property@1.1.4 :
resolution : {integrity : sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
define-lazy-prop@2.0.0 :
resolution : {integrity : sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==}
engines : {node : '>=8' }
2025-09-24 21:38:13 +00:00
define-properties@1.2.1 :
resolution : {integrity : sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
defu@6.1.4 :
resolution : {integrity : sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==}
denque@2.1.0 :
resolution : {integrity : sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==}
engines : {node : '>=0.10' }
depd@2.0.0 :
resolution : {integrity : sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
engines : {node : '>= 0.8' }
2024-10-13 15:31:01 +00:00
dequal@2.0.3 :
resolution : {integrity : sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
engines : {node : '>=6' }
2025-11-09 01:58:43 +00:00
destr@2.0.5 :
resolution : {integrity : sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
detect-libc@2.1.2 :
resolution : {integrity : sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=8' }
2024-10-13 15:31:01 +00:00
devlop@1.1.0 :
resolution : {integrity : sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
2025-11-09 01:58:43 +00:00
dot-prop@10.1.0 :
resolution : {integrity : sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==}
engines : {node : '>=20' }
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
dotenv@17.2.3 :
resolution : {integrity : sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=12' }
2025-09-24 21:38:13 +00:00
dunder-proto@1.0.1 :
resolution : {integrity : sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
duplexer@0.1.2 :
resolution : {integrity : sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==}
2024-10-13 15:31:01 +00:00
eastasianwidth@0.2.0 :
resolution : {integrity : sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
2024-08-07 12:23:35 +00:00
ee-first@1.1.1 :
resolution : {integrity : sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
2025-09-24 21:38:13 +00:00
ejs@3.1.10 :
resolution : {integrity : sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==}
engines : {node : '>=0.10.0' }
hasBin : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
electron-to-chromium@1.5.278 :
resolution : {integrity : sha512-dQ0tM1svDRQOwxnXxm+twlGTjr9Upvt8UFWAgmLsxEzFQxhbti4VwxmMjsDxVC51Zo84swW7FVCXEV+VAkhuPw==}
2025-09-24 21:38:13 +00:00
2024-12-30 19:59:07 +00:00
emoji-regex-xs@1.0.0 :
resolution : {integrity : sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==}
2025-11-09 01:58:43 +00:00
emoji-regex-xs@2.0.1 :
resolution : {integrity : sha512-1QFuh8l7LqUcKe24LsPUNzjrzJQ7pgRwp1QMcZ5MX6mFplk2zQ08NVCM84++1cveaUUYtcCYHmeFEuNg16sU4g==}
engines : {node : '>=10.0.0' }
2024-08-07 12:23:35 +00:00
emoji-regex@8.0.0 :
resolution : {integrity : sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
2024-10-13 15:31:01 +00:00
emoji-regex@9.2.2 :
resolution : {integrity : sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
encodeurl@2.0.0 :
resolution : {integrity : sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==}
engines : {node : '>= 0.8' }
2026-01-22 01:27:26 +00:00
entities@7.0.1 :
resolution : {integrity : sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
engines : {node : '>=0.12' }
2025-11-09 01:58:43 +00:00
error-ex@1.3.4 :
resolution : {integrity : sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==}
2024-08-25 11:00:20 +00:00
2025-03-11 23:38:38 +00:00
error-stack-parser-es@1.0.5 :
resolution : {integrity : sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
es-abstract@1.24.1 :
resolution : {integrity : sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 0.4' }
es-define-property@1.0.1 :
resolution : {integrity : sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
engines : {node : '>= 0.4' }
es-errors@1.3.0 :
resolution : {integrity : sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
engines : {node : '>= 0.4' }
es-object-atoms@1.1.1 :
resolution : {integrity : sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
engines : {node : '>= 0.4' }
es-set-tostringtag@2.1.0 :
resolution : {integrity : sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
engines : {node : '>= 0.4' }
es-to-primitive@1.3.0 :
resolution : {integrity : sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
esbuild@0.21.5 :
resolution : {integrity : sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
engines : {node : '>=12' }
hasBin : true
2025-11-09 01:58:43 +00:00
esbuild@0.25.12 :
resolution : {integrity : sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
2024-10-17 06:03:48 +00:00
engines : {node : '>=18' }
hasBin : true
2025-12-05 16:53:07 +00:00
esbuild@0.27.0 :
resolution : {integrity : sha512-jd0f4NHbD6cALCyGElNpGAOtWxSq46l9X/sWB0Nzd5er4Kz2YTm+Vl0qKFT9KUJvD8+fiO8AvoHhFvEatfVixA==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=18' }
hasBin : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
esbuild@0.27.2 :
resolution : {integrity : sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==}
engines : {node : '>=18' }
hasBin : true
2024-10-13 15:31:01 +00:00
escalade@3.2.0 :
resolution : {integrity : sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
engines : {node : '>=6' }
2024-08-07 12:23:35 +00:00
escape-html@1.0.3 :
resolution : {integrity : sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
escape-string-regexp@5.0.0 :
resolution : {integrity : sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
engines : {node : '>=12' }
2025-09-24 21:38:13 +00:00
estree-walker@1.0.1 :
resolution : {integrity : sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==}
2024-08-07 12:23:35 +00:00
estree-walker@2.0.2 :
resolution : {integrity : sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
estree-walker@3.0.3 :
resolution : {integrity : sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
2025-09-24 21:38:13 +00:00
esutils@2.0.3 :
resolution : {integrity : sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
engines : {node : '>=0.10.0' }
2024-08-07 12:23:35 +00:00
etag@1.8.1 :
resolution : {integrity : sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
engines : {node : '>= 0.6' }
2024-10-13 15:31:01 +00:00
event-target-shim@5.0.1 :
resolution : {integrity : sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
engines : {node : '>=6' }
2025-11-09 01:58:43 +00:00
events-universal@1.0.1 :
resolution : {integrity : sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==}
2024-10-13 15:31:01 +00:00
events@3.3.0 :
resolution : {integrity : sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
engines : {node : '>=0.8.x' }
execa@8.0.1 :
resolution : {integrity : sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==}
engines : {node : '>=16.17' }
2025-12-05 16:53:07 +00:00
exsolve@1.0.8 :
resolution : {integrity : sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==}
2025-03-11 23:38:38 +00:00
2024-08-29 11:47:35 +00:00
fast-deep-equal@3.1.3 :
resolution : {integrity : sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
2024-08-07 12:23:35 +00:00
fast-fifo@1.3.2 :
resolution : {integrity : sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==}
2025-03-11 23:38:38 +00:00
fast-glob@3.3.3 :
resolution : {integrity : sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
engines : {node : '>=8.6.0' }
2025-09-24 21:38:13 +00:00
fast-json-stable-stringify@2.1.0 :
resolution : {integrity : sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
fast-uri@3.1.0 :
resolution : {integrity : sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
fastq@1.20.1 :
resolution : {integrity : sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
fdir@6.5.0 :
resolution : {integrity : sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
engines : {node : '>=12.0.0' }
2024-10-17 06:03:48 +00:00
peerDependencies :
picomatch : ^3 || ^4
peerDependenciesMeta :
picomatch :
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
feed@5.2.0 :
resolution : {integrity : sha512-hgH6CCb+7+0c8PBlakI2KubG6R+Rb1MhpNcdvqUXZTBwBHf32piwY255diAkAmkGZ6AWlywOU88AkOgP9q8Rdw==}
2025-11-09 01:58:43 +00:00
engines : {node: '>=20', pnpm : '>=10' }
2024-08-07 12:23:35 +00:00
fflate@0.7.4 :
resolution : {integrity : sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw==}
file-uri-to-path@1.0.0 :
resolution : {integrity : sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==}
2025-09-24 21:38:13 +00:00
filelist@1.0.4 :
resolution : {integrity : sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==}
2024-08-29 11:47:35 +00:00
fill-range@7.1.1 :
resolution : {integrity : sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
engines : {node : '>=8' }
2026-01-22 01:27:26 +00:00
floating-vue@5.2.2 :
resolution : {integrity : sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==}
peerDependencies :
'@nuxt/kit' : ^3.2.0
vue : ^3.2.0
peerDependenciesMeta :
'@nuxt/kit' :
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
focus-trap@7.8.0 :
resolution : {integrity : sha512-/yNdlIkpWbM0ptxno3ONTuf+2g318kh2ez3KSeZN5dZ8YC6AAmgeWz+GasYYiBJPFaYcSAPeu4GfhUaChzIJXA==}
2024-10-13 15:31:01 +00:00
2025-09-24 21:38:13 +00:00
for-each@0.3.5 :
resolution : {integrity : sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==}
engines : {node : '>= 0.4' }
2025-03-11 23:38:38 +00:00
foreground-child@3.3.1 :
resolution : {integrity : sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
2024-10-13 15:31:01 +00:00
engines : {node : '>=14' }
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
fresh@2.0.0 :
resolution : {integrity : sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==}
engines : {node : '>= 0.8' }
2024-08-07 12:23:35 +00:00
2024-08-25 11:00:20 +00:00
fs-extra@10.1.0 :
resolution : {integrity : sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==}
engines : {node : '>=12' }
2025-09-24 21:38:13 +00:00
fs-extra@9.1.0 :
resolution : {integrity : sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==}
engines : {node : '>=10' }
2024-08-07 12:23:35 +00:00
fs.realpath@1.0.0 :
resolution : {integrity : sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
fsevents@2.3.3 :
resolution : {integrity : sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
engines : {node : ^8.16.0 || ^10.6.0 || >=11.0.0}
os : [ darwin]
function-bind@1.1.2 :
resolution : {integrity : sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
2025-09-24 21:38:13 +00:00
function.prototype.name@1.1.8 :
resolution : {integrity : sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==}
engines : {node : '>= 0.4' }
functions-have-names@1.2.3 :
resolution : {integrity : sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
2025-11-09 01:58:43 +00:00
generator-function@2.0.1 :
resolution : {integrity : sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
gensync@1.0.0-beta.2 :
resolution : {integrity : sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
engines : {node : '>=6.9.0' }
get-caller-file@2.0.5 :
resolution : {integrity : sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
engines : {node : 6 .* || 8.* || >= 10.*}
2025-09-24 21:38:13 +00:00
get-intrinsic@1.3.0 :
resolution : {integrity : sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
engines : {node : '>= 0.4' }
get-own-enumerable-property-symbols@3.0.2 :
resolution : {integrity : sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==}
2025-11-09 01:58:43 +00:00
get-port-please@3.2.0 :
resolution : {integrity : sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
get-proto@1.0.1 :
resolution : {integrity : sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
engines : {node : '>= 0.4' }
2024-10-13 15:31:01 +00:00
get-stream@8.0.1 :
resolution : {integrity : sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==}
engines : {node : '>=16' }
2025-09-24 21:38:13 +00:00
get-symbol-description@1.1.0 :
resolution : {integrity : sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==}
engines : {node : '>= 0.4' }
2025-03-11 23:38:38 +00:00
giget@2.0.0 :
resolution : {integrity : sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==}
2024-08-07 12:23:35 +00:00
hasBin : true
glob-parent@5.1.2 :
resolution : {integrity : sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
engines : {node : '>= 6' }
2025-12-05 16:53:07 +00:00
glob@10.5.0 :
resolution : {integrity : sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==}
hasBin : true
glob@11.1.0 :
resolution : {integrity : sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==}
engines : {node : 20 || >=22}
2024-10-13 15:31:01 +00:00
hasBin : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
glob@13.0.0 :
resolution : {integrity : sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==}
engines : {node : 20 || >=22}
2024-08-07 12:23:35 +00:00
glob@7.2.3 :
resolution : {integrity : sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
2024-08-25 11:00:20 +00:00
deprecated : Glob versions prior to v9 are no longer supported
2024-08-07 12:23:35 +00:00
globals@11.12.0 :
resolution : {integrity : sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
engines : {node : '>=4' }
2025-09-24 21:38:13 +00:00
globalthis@1.0.4 :
resolution : {integrity : sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
engines : {node : '>= 0.4' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
globby@16.1.0 :
resolution : {integrity : sha512-+A4Hq7m7Ze592k9gZRy4gJ27DrXRNnC1vPjxTt1qQxEY8RxagBkBxivkCwg7FxSTG0iLLEMaUx13oOr0R2/qcQ==}
2025-11-09 01:58:43 +00:00
engines : {node : '>=20' }
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
gopd@1.2.0 :
resolution : {integrity : sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
graceful-fs@4.2.11 :
resolution : {integrity : sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
gzip-size@6.0.0 :
resolution : {integrity : sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==}
engines : {node : '>=10' }
gzip-size@7.0.0 :
resolution : {integrity : sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==}
engines : {node : ^12.20.0 || ^14.13.1 || >=16.0.0}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
h3@1.15.5 :
resolution : {integrity : sha512-xEyq3rSl+dhGX2Lm0+eFQIAzlDN6Fs0EcC4f7BNUmzaRX/PTzeuM+Tr2lHB8FoXggsQIeXLj8EDVgs5ywxyxmg==}
2025-03-11 23:38:38 +00:00
2025-09-24 21:38:13 +00:00
has-bigints@1.1.0 :
resolution : {integrity : sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==}
engines : {node : '>= 0.4' }
has-property-descriptors@1.0.2 :
resolution : {integrity : sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==}
has-proto@1.2.0 :
resolution : {integrity : sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==}
engines : {node : '>= 0.4' }
has-symbols@1.1.0 :
resolution : {integrity : sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
engines : {node : '>= 0.4' }
has-tostringtag@1.0.2 :
resolution : {integrity : sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
engines : {node : '>= 0.4' }
2025-03-11 23:38:38 +00:00
hasown@2.0.2 :
resolution : {integrity : sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
2024-08-07 12:23:35 +00:00
engines : {node : '>= 0.4' }
2025-03-11 23:38:38 +00:00
hast-util-to-html@9.0.5 :
resolution : {integrity : sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==}
2024-10-13 15:31:01 +00:00
hast-util-whitespace@3.0.0 :
resolution : {integrity : sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==}
2024-08-07 12:23:35 +00:00
hex-rgb@4.3.0 :
resolution : {integrity : sha512-Ox1pJVrDCyGHMG9CFg1tmrRUMRPRsAWYc/PinY0XzJU4K7y7vjNoLKIQ7BR5UJMCxNN8EM1MNDmHWA/B3aZUuw==}
engines : {node : '>=6' }
hookable@5.5.3 :
resolution : {integrity : sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
2024-10-13 15:31:01 +00:00
html-void-elements@3.0.0 :
resolution : {integrity : sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
2025-12-05 16:53:07 +00:00
http-errors@2.0.1 :
resolution : {integrity : sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==}
2024-08-07 12:23:35 +00:00
engines : {node : '>= 0.8' }
http-shutdown@1.2.2 :
resolution : {integrity : sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==}
engines : {iojs: '>= 1.0.0', node : '>= 0.12.0' }
2024-12-30 19:59:07 +00:00
https-proxy-agent@7.0.6 :
resolution : {integrity : sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
engines : {node : '>= 14' }
2024-08-07 12:23:35 +00:00
2025-03-11 23:38:38 +00:00
httpxy@0.1.7 :
resolution : {integrity : sha512-pXNx8gnANKAndgga5ahefxc++tJvNL87CXoRwxn1cJE2ZkWEojF3tNfQIEhZX/vfpt+wzeAzpUI4qkediX1MLQ==}
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
human-signals@5.0.0 :
resolution : {integrity : sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
engines : {node : '>=16.17.0' }
2025-09-24 21:38:13 +00:00
idb@7.1.1 :
resolution : {integrity : sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==}
2024-10-13 15:31:01 +00:00
ieee754@1.2.1 :
resolution : {integrity : sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
ignore@7.0.5 :
resolution : {integrity : sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
2024-10-17 06:03:48 +00:00
engines : {node : '>= 4' }
2025-11-09 01:58:43 +00:00
immutable@5.1.4 :
resolution : {integrity : sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==}
2024-08-29 11:47:35 +00:00
2025-03-11 23:38:38 +00:00
import-fresh@3.3.1 :
resolution : {integrity : sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
2024-08-25 11:00:20 +00:00
engines : {node : '>=6' }
2024-08-07 12:23:35 +00:00
inflight@1.0.6 :
resolution : {integrity : sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
2025-03-11 23:38:38 +00:00
deprecated : This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
2024-08-07 12:23:35 +00:00
inherits@2.0.4 :
resolution : {integrity : sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
2025-09-24 21:38:13 +00:00
internal-slot@1.1.0 :
resolution : {integrity : sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==}
engines : {node : '>= 0.4' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
ioredis@5.9.2 :
resolution : {integrity : sha512-tAAg/72/VxOUW7RQSX1pIxJVucYKcjFjfvj60L57jrZpYCHC3XN0WCQ3sNYL4Gmvv+7GPvTAjc+KSdeNuE8oWQ==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=12.22.0' }
2024-10-13 15:31:01 +00:00
iron-webcrypto@1.2.1 :
resolution : {integrity : sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==}
2025-09-24 21:38:13 +00:00
is-array-buffer@3.0.5 :
resolution : {integrity : sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==}
engines : {node : '>= 0.4' }
2024-08-25 11:00:20 +00:00
is-arrayish@0.2.1 :
resolution : {integrity : sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
2025-09-24 21:38:13 +00:00
is-async-function@2.1.1 :
resolution : {integrity : sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==}
engines : {node : '>= 0.4' }
is-bigint@1.1.0 :
resolution : {integrity : sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
is-binary-path@2.1.0 :
resolution : {integrity : sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
engines : {node : '>=8' }
2025-09-24 21:38:13 +00:00
is-boolean-object@1.2.2 :
resolution : {integrity : sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==}
engines : {node : '>= 0.4' }
is-callable@1.2.7 :
resolution : {integrity : sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==}
engines : {node : '>= 0.4' }
2025-03-11 23:38:38 +00:00
is-core-module@2.16.1 :
resolution : {integrity : sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
is-data-view@1.0.2 :
resolution : {integrity : sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==}
engines : {node : '>= 0.4' }
is-date-object@1.1.0 :
resolution : {integrity : sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
is-docker@2.2.1 :
resolution : {integrity : sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==}
engines : {node : '>=8' }
hasBin : true
2024-10-13 15:31:01 +00:00
is-docker@3.0.0 :
resolution : {integrity : sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
engines : {node : ^12.20.0 || ^14.13.1 || >=16.0.0}
hasBin : true
2024-08-07 12:23:35 +00:00
is-extglob@2.1.1 :
resolution : {integrity : sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
engines : {node : '>=0.10.0' }
2025-09-24 21:38:13 +00:00
is-finalizationregistry@1.1.1 :
resolution : {integrity : sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
is-fullwidth-code-point@3.0.0 :
resolution : {integrity : sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
engines : {node : '>=8' }
2025-11-09 01:58:43 +00:00
is-generator-function@1.1.2 :
resolution : {integrity : sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
is-glob@4.0.3 :
resolution : {integrity : sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
engines : {node : '>=0.10.0' }
2024-10-13 15:31:01 +00:00
is-inside-container@1.0.0 :
resolution : {integrity : sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
engines : {node : '>=14.16' }
hasBin : true
2025-09-24 21:38:13 +00:00
is-map@2.0.3 :
resolution : {integrity : sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
is-module@1.0.0 :
resolution : {integrity : sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==}
2025-09-24 21:38:13 +00:00
is-negative-zero@2.0.3 :
resolution : {integrity : sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==}
engines : {node : '>= 0.4' }
is-number-object@1.1.1 :
resolution : {integrity : sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
is-number@7.0.0 :
resolution : {integrity : sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
engines : {node : '>=0.12.0' }
2025-09-24 21:38:13 +00:00
is-obj@1.0.1 :
resolution : {integrity : sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==}
engines : {node : '>=0.10.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
is-path-inside@4.0.0 :
resolution : {integrity : sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==}
engines : {node : '>=12' }
2024-08-07 12:23:35 +00:00
is-reference@1.2.1 :
resolution : {integrity : sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==}
2025-09-24 21:38:13 +00:00
is-regex@1.2.1 :
resolution : {integrity : sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==}
engines : {node : '>= 0.4' }
is-regexp@1.0.0 :
resolution : {integrity : sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==}
engines : {node : '>=0.10.0' }
is-set@2.0.3 :
resolution : {integrity : sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==}
engines : {node : '>= 0.4' }
is-shared-array-buffer@1.0.4 :
resolution : {integrity : sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
is-stream@2.0.1 :
resolution : {integrity : sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
engines : {node : '>=8' }
2024-10-13 15:31:01 +00:00
is-stream@3.0.0 :
resolution : {integrity : sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==}
engines : {node : ^12.20.0 || ^14.13.1 || >=16.0.0}
2025-09-24 21:38:13 +00:00
is-string@1.1.1 :
resolution : {integrity : sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==}
engines : {node : '>= 0.4' }
is-symbol@1.1.1 :
resolution : {integrity : sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==}
engines : {node : '>= 0.4' }
is-typed-array@1.1.15 :
resolution : {integrity : sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==}
engines : {node : '>= 0.4' }
is-weakmap@2.0.2 :
resolution : {integrity : sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==}
engines : {node : '>= 0.4' }
is-weakref@1.1.1 :
resolution : {integrity : sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==}
engines : {node : '>= 0.4' }
is-weakset@2.0.4 :
resolution : {integrity : sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==}
engines : {node : '>= 0.4' }
2025-11-09 01:58:43 +00:00
is-what@5.5.0 :
resolution : {integrity : sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==}
engines : {node : '>=18' }
2024-08-07 12:23:35 +00:00
is-wsl@2.2.0 :
resolution : {integrity : sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==}
engines : {node : '>=8' }
2024-10-13 15:31:01 +00:00
is-wsl@3.1.0 :
resolution : {integrity : sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==}
engines : {node : '>=16' }
is64bit@2.0.0 :
resolution : {integrity : sha512-jv+8jaWCl0g2lSBkNSVXdzfBA0npK1HGC2KtWM9FumFRoGS94g3NbCCLVnCYHLjp4GrW2KZeeSTMo5ddtznmGw==}
engines : {node : '>=18' }
2024-08-07 12:23:35 +00:00
isarray@1.0.0 :
resolution : {integrity : sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
2025-09-24 21:38:13 +00:00
isarray@2.0.5 :
resolution : {integrity : sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==}
2024-08-07 12:23:35 +00:00
isexe@2.0.0 :
resolution : {integrity : sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
2025-11-09 01:58:43 +00:00
itty-fetcher@1.0.10 :
resolution : {integrity : sha512-sxNekddIHnYEiiBNZDfkZUYD05TNGWqVuZbVWxHvgp93VjYdDu/hOuM0ZTUkMQd8vzeCjrxwaOwqr2E8krI/yw==}
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
jackspeak@3.4.3 :
resolution : {integrity : sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
jackspeak@4.1.1 :
resolution : {integrity : sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==}
engines : {node : 20 || >=22}
2025-09-24 21:38:13 +00:00
jake@10.9.4 :
resolution : {integrity : sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==}
engines : {node : '>=10' }
hasBin : true
2025-11-09 01:58:43 +00:00
jiti@2.6.1 :
resolution : {integrity : sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
2024-10-13 15:31:01 +00:00
hasBin : true
2024-08-07 12:23:35 +00:00
js-tokens@4.0.0 :
resolution : {integrity : sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
2025-03-11 23:38:38 +00:00
js-tokens@9.0.1 :
resolution : {integrity : sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
2025-09-24 21:38:13 +00:00
jsesc@3.1.0 :
resolution : {integrity : sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
engines : {node : '>=6' }
hasBin : true
2024-08-25 11:00:20 +00:00
json-parse-even-better-errors@2.3.1 :
resolution : {integrity : sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
2024-08-29 11:47:35 +00:00
json-schema-traverse@1.0.0 :
resolution : {integrity : sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
2025-09-24 21:38:13 +00:00
json-schema@0.4.0 :
resolution : {integrity : sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==}
2024-08-07 12:23:35 +00:00
json5@2.2.3 :
resolution : {integrity : sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
engines : {node : '>=6' }
hasBin : true
2025-11-09 01:58:43 +00:00
jsonfile@6.2.0 :
resolution : {integrity : sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
jsonpointer@5.0.1 :
resolution : {integrity : sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==}
engines : {node : '>=0.10.0' }
2025-03-11 23:38:38 +00:00
kleur@4.1.5 :
resolution : {integrity : sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
engines : {node : '>=6' }
2024-08-07 12:23:35 +00:00
klona@2.0.6 :
resolution : {integrity : sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==}
engines : {node : '>= 8' }
2025-12-05 16:53:07 +00:00
knitwork@1.3.0 :
resolution : {integrity : sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==}
2024-12-30 19:59:07 +00:00
2024-08-07 12:23:35 +00:00
kolorist@1.8.0 :
resolution : {integrity : sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
lazystream@1.0.1 :
resolution : {integrity : sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==}
engines : {node : '>= 0.6.3' }
2025-09-24 21:38:13 +00:00
leven@3.1.0 :
resolution : {integrity : sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==}
engines : {node : '>=6' }
2024-08-07 12:23:35 +00:00
linebreak@1.1.0 :
resolution : {integrity : sha512-MHp03UImeVhB7XZtjd0E4n6+3xr5Dq/9xI/5FptGk5FrbDR3zagPa2DS6U8ks/3HjbKWG9Q1M2ufOzxV2qLYSQ==}
2024-08-25 11:00:20 +00:00
lines-and-columns@1.2.4 :
resolution : {integrity : sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
2024-10-13 15:31:01 +00:00
listhen@1.9.0 :
resolution : {integrity : sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==}
2024-08-07 12:23:35 +00:00
hasBin : true
2025-11-09 01:58:43 +00:00
local-pkg@1.1.2 :
resolution : {integrity : sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==}
2025-01-12 17:44:42 +00:00
engines : {node : '>=14' }
2025-09-24 21:38:13 +00:00
lodash.debounce@4.0.8 :
resolution : {integrity : sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
2024-08-07 12:23:35 +00:00
lodash.defaults@4.2.0 :
resolution : {integrity : sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==}
lodash.isarguments@3.1.0 :
resolution : {integrity : sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==}
2025-09-24 21:38:13 +00:00
lodash.sortby@4.7.0 :
resolution : {integrity : sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
lodash@4.17.23 :
resolution : {integrity : sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==}
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
lru-cache@10.4.3 :
resolution : {integrity : sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
lru-cache@11.2.4 :
resolution : {integrity : sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==}
engines : {node : 20 || >=22}
2024-08-07 12:23:35 +00:00
lru-cache@5.1.1 :
resolution : {integrity : sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
magic-string@0.25.9 :
resolution : {integrity : sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==}
2025-11-09 01:58:43 +00:00
magic-string@0.30.21 :
resolution : {integrity : sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
magicast@0.5.1 :
resolution : {integrity : sha512-xrHS24IxaLrvuo613F719wvOIv9xPHFWQHuvGUBmPnCA/3MQxKI3b+r7n1jAoDHmsbC5bRhTZYR77invLAxVnw==}
2024-08-07 12:23:35 +00:00
mark.js@8.11.1 :
resolution : {integrity : sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==}
2025-09-24 21:38:13 +00:00
math-intrinsics@1.1.0 :
resolution : {integrity : sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
engines : {node : '>= 0.4' }
2025-12-05 16:53:07 +00:00
mdast-util-to-hast@13.2.1 :
resolution : {integrity : sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==}
2024-10-13 15:31:01 +00:00
2025-01-12 17:44:42 +00:00
mdn-data@2.12.2 :
resolution : {integrity : sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==}
2024-08-07 12:23:35 +00:00
merge-stream@2.0.0 :
resolution : {integrity : sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
merge2@1.4.1 :
resolution : {integrity : sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
engines : {node : '>= 8' }
2024-12-30 19:59:07 +00:00
micromark-util-character@2.1.1 :
resolution : {integrity : sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==}
2024-10-13 15:31:01 +00:00
2024-12-30 19:59:07 +00:00
micromark-util-encode@2.0.1 :
resolution : {integrity : sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==}
2024-10-13 15:31:01 +00:00
2024-12-30 19:59:07 +00:00
micromark-util-sanitize-uri@2.0.1 :
resolution : {integrity : sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==}
2024-10-13 15:31:01 +00:00
2024-12-30 19:59:07 +00:00
micromark-util-symbol@2.0.1 :
resolution : {integrity : sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==}
2024-10-13 15:31:01 +00:00
2025-03-11 23:38:38 +00:00
micromark-util-types@2.0.2 :
resolution : {integrity : sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==}
2024-10-13 15:31:01 +00:00
2024-08-29 11:47:35 +00:00
micromatch@4.0.8 :
resolution : {integrity : sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
engines : {node : '>=8.6' }
2025-11-09 01:58:43 +00:00
mime-db@1.54.0 :
resolution : {integrity : sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==}
engines : {node : '>= 0.6' }
2025-12-05 16:53:07 +00:00
mime-types@3.0.2 :
resolution : {integrity : sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==}
engines : {node : '>=18' }
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
mime@4.1.0 :
resolution : {integrity : sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==}
2024-10-13 15:31:01 +00:00
engines : {node : '>=16' }
hasBin : true
mimic-fn@4.0.0 :
resolution : {integrity : sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
engines : {node : '>=12' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
miniflare@4.20260120.0 :
resolution : {integrity : sha512-XXZyE2pDKMtP5OLuv0LPHEAzIYhov4jrYjcqrhhqtxGGtXneWOHvXIPo+eV8sqwqWd3R7j4DlEKcyb+87BR49Q==}
2025-11-09 01:58:43 +00:00
engines : {node : '>=18.0.0' }
2024-08-07 12:23:35 +00:00
hasBin : true
2025-12-05 16:53:07 +00:00
minimatch@10.1.1 :
resolution : {integrity : sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==}
engines : {node : 20 || >=22}
2024-08-07 12:23:35 +00:00
minimatch@3.1.2 :
resolution : {integrity : sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
minimatch@5.1.6 :
resolution : {integrity : sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==}
engines : {node : '>=10' }
2024-08-25 11:00:20 +00:00
minimatch@9.0.5 :
resolution : {integrity : sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
engines : {node : '>=16 || 14 >=14.17' }
2024-08-07 12:23:35 +00:00
minimist@1.2.8 :
resolution : {integrity : sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
2024-10-13 15:31:01 +00:00
minipass@7.1.2 :
resolution : {integrity : sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
engines : {node : '>=16 || 14 >=14.17' }
2025-11-09 01:58:43 +00:00
minisearch@7.2.0 :
resolution : {integrity : sha512-dqT2XBYUOZOiC5t2HRnwADjhNS2cecp9u+TJRiJ1Qp/f5qjkeT5APcGPjHw+bz89Ms8Jp+cG4AlE+QZ/QnDglg==}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
minizlib@3.1.0 :
resolution : {integrity : sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==}
2024-12-30 19:59:07 +00:00
engines : {node : '>= 18' }
2024-08-07 12:23:35 +00:00
mitt@3.0.1 :
resolution : {integrity : sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
2025-11-09 01:58:43 +00:00
mlly@1.8.0 :
resolution : {integrity : sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==}
2024-08-07 12:23:35 +00:00
2025-03-11 23:38:38 +00:00
mrmime@2.0.1 :
resolution : {integrity : sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==}
engines : {node : '>=10' }
2024-08-07 12:23:35 +00:00
ms@2.1.3 :
resolution : {integrity : sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
2025-11-09 01:58:43 +00:00
nanoid@3.3.11 :
resolution : {integrity : sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
2024-08-07 12:23:35 +00:00
engines : {node : ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin : true
2025-03-11 23:38:38 +00:00
nitro-cloudflare-dev@0.2.2 :
resolution : {integrity : sha512-aZfNTVdgXPQeAmXW0Tw8hm3usAHr4qVG4Bg3WhHBGeZYuXr9OyT04Ztb+STkMzhyaXvfMHViAaPUPg06iAYqag==}
2025-01-01 11:25:05 +00:00
2024-08-07 12:23:35 +00:00
nitro-cors@0.7.1 :
resolution : {integrity : sha512-c/3d6L2vsGWtCdCwxbiItmnxTQZFE4+iUclvC7q4QBEEwPefBPmxCNiUNgNvtNmPhFkTmUf7LVfMeByvuv+6Ow==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
nitropack@2.13.1 :
resolution : {integrity : sha512-2dDj89C4wC2uzG7guF3CnyG+zwkZosPEp7FFBGHB3AJo11AywOolWhyQJFHDzve8COvGxJaqscye9wW2IrUsNw==}
2025-11-09 01:58:43 +00:00
engines : {node : ^20.19.0 || >=22.12.0}
2024-08-07 12:23:35 +00:00
hasBin : true
peerDependencies :
xml2js : ^0.6.2
peerDependenciesMeta :
xml2js :
optional : true
2024-10-13 15:31:01 +00:00
node-addon-api@7.1.1 :
resolution : {integrity : sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
node-fetch-native@1.6.7 :
resolution : {integrity : sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==}
2025-03-11 23:38:38 +00:00
2024-08-07 12:23:35 +00:00
node-fetch@2.7.0 :
resolution : {integrity : sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
engines : {node : 4. x || >=6.0.0}
peerDependencies :
encoding : ^0.1.0
peerDependenciesMeta :
encoding :
optional : true
2025-12-05 16:53:07 +00:00
node-forge@1.3.3 :
resolution : {integrity : sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==}
2024-08-07 12:23:35 +00:00
engines : {node : '>= 6.13.0' }
2024-12-30 19:59:07 +00:00
node-gyp-build@4.8.4 :
resolution : {integrity : sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==}
2024-08-07 12:23:35 +00:00
hasBin : true
2025-12-05 16:53:07 +00:00
node-mock-http@1.0.4 :
resolution : {integrity : sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==}
2025-03-11 23:38:38 +00:00
2025-11-09 01:58:43 +00:00
node-releases@2.0.27 :
resolution : {integrity : sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
2025-09-24 21:38:13 +00:00
2025-03-11 23:38:38 +00:00
nopt@8.1.0 :
resolution : {integrity : sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==}
2024-12-30 19:59:07 +00:00
engines : {node : ^18.17.0 || >=20.5.0}
2024-08-07 12:23:35 +00:00
hasBin : true
normalize-path@3.0.0 :
resolution : {integrity : sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
engines : {node : '>=0.10.0' }
2024-10-13 15:31:01 +00:00
npm-run-path@5.3.0 :
resolution : {integrity : sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==}
engines : {node : ^12.20.0 || ^14.13.1 || >=16.0.0}
2024-08-07 12:23:35 +00:00
nprogress@0.2.0 :
resolution : {integrity : sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
nypm@0.6.4 :
resolution : {integrity : sha512-1TvCKjZyyklN+JJj2TS3P4uSQEInrM/HkkuSXsEzm1ApPgBffOn8gFguNnZf07r/1X6vlryfIqMUkJKQMzlZiw==}
engines : {node : '>=18' }
2024-10-13 15:31:01 +00:00
hasBin : true
2025-09-24 21:38:13 +00:00
object-inspect@1.13.4 :
resolution : {integrity : sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==}
engines : {node : '>= 0.4' }
object-keys@1.1.1 :
resolution : {integrity : sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
engines : {node : '>= 0.4' }
object.assign@4.1.7 :
resolution : {integrity : sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==}
engines : {node : '>= 0.4' }
2025-11-09 01:58:43 +00:00
ofetch@1.5.1 :
resolution : {integrity : sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==}
2024-08-07 12:23:35 +00:00
2025-03-11 23:38:38 +00:00
ohash@2.0.11 :
resolution : {integrity : sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==}
2024-08-07 12:23:35 +00:00
on-finished@2.4.1 :
resolution : {integrity : sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==}
engines : {node : '>= 0.8' }
once@1.4.0 :
resolution : {integrity : sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
2024-10-13 15:31:01 +00:00
onetime@6.0.0 :
resolution : {integrity : sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
engines : {node : '>=12' }
2025-03-11 23:38:38 +00:00
oniguruma-to-es@3.1.1 :
resolution : {integrity : sha512-bUH8SDvPkH3ho3dvwJwfonjlQ4R80vjyvrU8YpxuROddv55vAEJrTuCuCVUhhsHbtlD9tGGbaNApGQckXhS8iQ==}
2024-10-13 15:31:01 +00:00
2024-08-07 12:23:35 +00:00
open@8.4.2 :
resolution : {integrity : sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
engines : {node : '>=12' }
2025-09-24 21:38:13 +00:00
own-keys@1.0.1 :
resolution : {integrity : sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==}
engines : {node : '>= 0.4' }
2024-10-13 15:31:01 +00:00
package-json-from-dist@1.0.1 :
resolution : {integrity : sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
2025-12-05 16:53:07 +00:00
package-manager-detector@1.6.0 :
resolution : {integrity : sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==}
2024-10-17 06:03:48 +00:00
2024-08-07 12:23:35 +00:00
pako@0.2.9 :
resolution : {integrity : sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==}
2024-08-25 11:00:20 +00:00
parent-module@1.0.1 :
resolution : {integrity : sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
engines : {node : '>=6' }
parse-author@2.0.0 :
resolution : {integrity : sha512-yx5DfvkN8JsHL2xk2Os9oTia467qnvRgey4ahSm2X8epehBLx/gWLcy5KI+Y36ful5DzGbCS6RazqZGgy1gHNw==}
engines : {node : '>=0.10.0' }
2024-08-07 12:23:35 +00:00
parse-css-color@0.2.1 :
resolution : {integrity : sha512-bwS/GGIFV3b6KS4uwpzCFj4w297Yl3uqnSgIPsoQkx7GMLROXfMnWvxfNkL0oh8HVhZA4hvJoEoEIqonfJ3BWg==}
2024-08-25 11:00:20 +00:00
parse-json@5.2.0 :
resolution : {integrity : sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
engines : {node : '>=8' }
2024-08-07 12:23:35 +00:00
parseurl@1.3.3 :
resolution : {integrity : sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
engines : {node : '>= 0.8' }
path-is-absolute@1.0.1 :
resolution : {integrity : sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
engines : {node : '>=0.10.0' }
path-key@3.1.1 :
resolution : {integrity : sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
engines : {node : '>=8' }
2024-10-13 15:31:01 +00:00
path-key@4.0.0 :
resolution : {integrity : sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==}
engines : {node : '>=12' }
2024-08-07 12:23:35 +00:00
path-parse@1.0.7 :
resolution : {integrity : sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
2024-10-13 15:31:01 +00:00
path-scurry@1.11.1 :
resolution : {integrity : sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
engines : {node : '>=16 || 14 >=14.18' }
2025-12-05 16:53:07 +00:00
path-scurry@2.0.1 :
resolution : {integrity : sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==}
engines : {node : 20 || >=22}
2024-10-17 06:03:48 +00:00
path-to-regexp@6.3.0 :
resolution : {integrity : sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==}
2024-08-07 12:23:35 +00:00
path-type@4.0.0 :
resolution : {integrity : sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
engines : {node : '>=8' }
pathe@1.1.2 :
resolution : {integrity : sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
2025-03-11 23:38:38 +00:00
pathe@2.0.3 :
resolution : {integrity : sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
2024-08-07 12:23:35 +00:00
perfect-debounce@1.0.0 :
resolution : {integrity : sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
perfect-debounce@2.1.0 :
resolution : {integrity : sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==}
2024-10-13 15:31:01 +00:00
2024-12-30 19:59:07 +00:00
picocolors@1.1.1 :
resolution : {integrity : sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
2024-08-07 12:23:35 +00:00
picomatch@2.3.1 :
resolution : {integrity : sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
engines : {node : '>=8.6' }
2025-11-09 01:58:43 +00:00
picomatch@4.0.3 :
resolution : {integrity : sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
2024-10-17 06:03:48 +00:00
engines : {node : '>=12' }
2024-08-07 12:23:35 +00:00
2025-03-11 23:38:38 +00:00
pkg-types@1.3.1 :
resolution : {integrity : sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
2025-11-09 01:58:43 +00:00
pkg-types@2.3.0 :
resolution : {integrity : sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==}
2024-12-30 19:59:07 +00:00
2025-09-24 21:38:13 +00:00
possible-typed-array-names@1.1.0 :
resolution : {integrity : sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
postcss-value-parser@4.2.0 :
resolution : {integrity : sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
2025-11-09 01:58:43 +00:00
postcss@8.5.6 :
resolution : {integrity : sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
2024-10-13 15:31:01 +00:00
engines : {node : ^10 || ^12 || >=14}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
preact@10.28.2 :
resolution : {integrity : sha512-lbteaWGzGHdlIuiJ0l2Jq454m6kcpI1zNje6d8MlGAFlYvP2GO4ibnat7P74Esfz4sPTdM6UxtTwh/d3pwM9JA==}
2024-08-07 12:23:35 +00:00
2024-08-25 11:00:20 +00:00
prettier-package-json@2.8.0 :
resolution : {integrity : sha512-WxtodH/wWavfw3MR7yK/GrS4pASEQ+iSTkdtSxPJWvqzG55ir5nvbLt9rw5AOiEcqqPCRM92WCtR1rk3TG3JSQ==}
hasBin : true
prettier-plugin-pkgsort@0.2.1 :
resolution : {integrity : sha512-/k5MIw84EhgoH7dmq4+6ozHjJ0VYbxbw17g4C+WPGHODkLivGwJoA6U1YPR/KObyRDMQJHXAfXKu++9smg7Jyw==}
peerDependencies :
prettier : ^3.0.0
2025-12-05 16:53:07 +00:00
prettier-plugin-tailwindcss@0.7.2 :
resolution : {integrity : sha512-LkphyK3Fw+q2HdMOoiEHWf93fNtYJwfamoKPl7UwtjFQdei/iIBoX11G6j706FzN3ymX9mPVi97qIY8328vdnA==}
2025-11-09 01:58:43 +00:00
engines : {node : '>=20.19' }
2024-08-25 11:00:20 +00:00
peerDependencies :
'@ianvs/prettier-plugin-sort-imports' : '*'
2025-11-09 01:58:43 +00:00
'@prettier/plugin-hermes' : '*'
'@prettier/plugin-oxc' : '*'
2024-08-25 11:00:20 +00:00
'@prettier/plugin-pug' : '*'
'@shopify/prettier-plugin-liquid' : '*'
'@trivago/prettier-plugin-sort-imports' : '*'
2025-03-11 23:38:38 +00:00
'@zackad/prettier-plugin-twig' : '*'
2024-08-25 11:00:20 +00:00
prettier : ^3.0
prettier-plugin-astro : '*'
prettier-plugin-css-order : '*'
prettier-plugin-jsdoc : '*'
prettier-plugin-marko : '*'
prettier-plugin-multiline-arrays : '*'
prettier-plugin-organize-attributes : '*'
prettier-plugin-organize-imports : '*'
prettier-plugin-sort-imports : '*'
prettier-plugin-svelte : '*'
peerDependenciesMeta :
'@ianvs/prettier-plugin-sort-imports' :
optional : true
2025-11-09 01:58:43 +00:00
'@prettier/plugin-hermes' :
optional : true
'@prettier/plugin-oxc' :
optional : true
2024-08-25 11:00:20 +00:00
'@prettier/plugin-pug' :
optional : true
'@shopify/prettier-plugin-liquid' :
optional : true
'@trivago/prettier-plugin-sort-imports' :
optional : true
2025-03-11 23:38:38 +00:00
'@zackad/prettier-plugin-twig' :
2024-08-25 11:00:20 +00:00
optional : true
prettier-plugin-astro :
optional : true
prettier-plugin-css-order :
optional : true
prettier-plugin-jsdoc :
optional : true
prettier-plugin-marko :
optional : true
prettier-plugin-multiline-arrays :
optional : true
prettier-plugin-organize-attributes :
optional : true
prettier-plugin-organize-imports :
optional : true
prettier-plugin-sort-imports :
optional : true
prettier-plugin-svelte :
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
prettier@3.8.1 :
resolution : {integrity : sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=14' }
hasBin : true
2025-09-24 21:38:13 +00:00
pretty-bytes@5.6.0 :
resolution : {integrity : sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==}
engines : {node : '>=6' }
2024-08-07 12:23:35 +00:00
pretty-bytes@6.1.1 :
resolution : {integrity : sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==}
engines : {node : ^14.13.1 || >=16.0.0}
2025-11-09 01:58:43 +00:00
pretty-bytes@7.1.0 :
resolution : {integrity : sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==}
engines : {node : '>=20' }
2024-08-07 12:23:35 +00:00
process-nextick-args@2.0.1 :
resolution : {integrity : sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
2024-10-13 15:31:01 +00:00
process@0.11.10 :
resolution : {integrity : sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==}
engines : {node : '>= 0.6.0' }
2025-11-09 01:58:43 +00:00
property-information@7.1.0 :
resolution : {integrity : sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==}
2025-03-11 23:38:38 +00:00
2025-09-24 21:38:13 +00:00
punycode@2.3.1 :
resolution : {integrity : sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
engines : {node : '>=6' }
2025-11-09 01:58:43 +00:00
quansync@0.2.11 :
resolution : {integrity : sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==}
2024-10-13 15:31:01 +00:00
2025-12-05 16:53:07 +00:00
quansync@1.0.0 :
resolution : {integrity : sha512-5xZacEEufv3HSTPQuchrvV6soaiACMFnq1H8wkVioctoH3TRha9Sz66lOxRwPK/qZj7HPiSveih9yAyh98gvqA==}
2024-08-07 12:23:35 +00:00
queue-microtask@1.2.3 :
resolution : {integrity : sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
2024-10-13 15:31:01 +00:00
radix3@1.1.2 :
resolution : {integrity : sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==}
2024-08-07 12:23:35 +00:00
randombytes@2.1.0 :
resolution : {integrity : sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==}
range-parser@1.2.1 :
resolution : {integrity : sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==}
engines : {node : '>= 0.6' }
2024-10-13 15:31:01 +00:00
rc9@2.1.2 :
resolution : {integrity : sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==}
2024-08-07 12:23:35 +00:00
readable-stream@2.3.8 :
resolution : {integrity : sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==}
2025-03-11 23:38:38 +00:00
readable-stream@4.7.0 :
resolution : {integrity : sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==}
2024-10-13 15:31:01 +00:00
engines : {node : ^12.22.0 || ^14.17.0 || >=16.0.0}
2024-08-07 12:23:35 +00:00
readdir-glob@1.1.3 :
resolution : {integrity : sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==}
readdirp@3.6.0 :
resolution : {integrity : sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
engines : {node : '>=8.10.0' }
2025-03-11 23:38:38 +00:00
readdirp@4.1.2 :
resolution : {integrity : sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
engines : {node : '>= 14.18.0' }
2024-10-17 06:03:48 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
readdirp@5.0.0 :
resolution : {integrity : sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==}
engines : {node : '>= 20.19.0' }
2024-08-07 12:23:35 +00:00
redis-errors@1.2.0 :
resolution : {integrity : sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==}
engines : {node : '>=4' }
redis-parser@3.0.0 :
resolution : {integrity : sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==}
engines : {node : '>=4' }
2025-09-24 21:38:13 +00:00
reflect.getprototypeof@1.0.10 :
resolution : {integrity : sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==}
engines : {node : '>= 0.4' }
regenerate-unicode-properties@10.2.2 :
resolution : {integrity : sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==}
engines : {node : '>=4' }
regenerate@1.4.2 :
resolution : {integrity : sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==}
2025-03-11 23:38:38 +00:00
regex-recursion@6.0.2 :
resolution : {integrity : sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==}
2024-12-30 19:59:07 +00:00
regex-utilities@2.3.0 :
resolution : {integrity : sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
regex@6.1.0 :
resolution : {integrity : sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==}
2024-10-13 15:31:01 +00:00
2025-09-24 21:38:13 +00:00
regexp.prototype.flags@1.5.4 :
resolution : {integrity : sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==}
engines : {node : '>= 0.4' }
regexpu-core@6.4.0 :
resolution : {integrity : sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==}
engines : {node : '>=4' }
regjsgen@0.8.0 :
resolution : {integrity : sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==}
regjsparser@0.13.0 :
resolution : {integrity : sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==}
hasBin : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
reka-ui@2.7.0 :
resolution : {integrity : sha512-m+XmxQN2xtFzBP3OAdIafKq7C8OETo2fqfxcIIxYmNN2Ch3r5oAf6yEYCIJg5tL/yJU2mHqF70dCCekUkrAnXA==}
2025-03-27 12:54:11 +00:00
peerDependencies :
vue : '>= 3.2.0'
2024-08-07 12:23:35 +00:00
require-directory@2.1.1 :
resolution : {integrity : sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
engines : {node : '>=0.10.0' }
2024-08-29 11:47:35 +00:00
require-from-string@2.0.2 :
resolution : {integrity : sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
engines : {node : '>=0.10.0' }
2024-08-25 11:00:20 +00:00
resolve-from@4.0.0 :
resolution : {integrity : sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
engines : {node : '>=4' }
2024-08-07 12:23:35 +00:00
resolve-from@5.0.0 :
resolution : {integrity : sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
engines : {node : '>=8' }
2025-11-09 01:58:43 +00:00
resolve@1.22.11 :
resolution : {integrity : sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==}
2025-03-11 23:38:38 +00:00
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
hasBin : true
2025-11-09 01:58:43 +00:00
reusify@1.1.0 :
resolution : {integrity : sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
2024-08-07 12:23:35 +00:00
engines : {iojs: '>=1.0.0', node : '>=0.10.0' }
rfdc@1.4.1 :
resolution : {integrity : sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
2025-11-09 01:58:43 +00:00
rollup-plugin-visualizer@6.0.5 :
resolution : {integrity : sha512-9+HlNgKCVbJDs8tVtjQ43US12eqaiHyyiLMdBwQ7vSZPiHMysGNo2E88TAp1si5wx8NAoYriI2A5kuKfIakmJg==}
2025-03-11 23:38:38 +00:00
engines : {node : '>=18' }
2024-08-07 12:23:35 +00:00
hasBin : true
peerDependencies :
2025-11-09 01:58:43 +00:00
rolldown : 1. x || ^1.0.0-beta
2024-10-13 15:31:01 +00:00
rollup : 2. x || 3.x || 4.x
2024-08-07 12:23:35 +00:00
peerDependenciesMeta :
2025-03-11 23:38:38 +00:00
rolldown :
optional : true
2024-08-07 12:23:35 +00:00
rollup :
optional : true
2025-09-24 21:38:13 +00:00
rollup@2.79.2 :
resolution : {integrity : sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==}
engines : {node : '>=10.0.0' }
hasBin : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup@4.56.0 :
resolution : {integrity : sha512-9FwVqlgUHzbXtDg9RCMgodF3Ua4Na6Gau+Sdt9vyCN4RhHfVKX2DCHy3BjMLTDd47ITDhYAnTwGulWTblJSDLg==}
2024-08-07 12:23:35 +00:00
engines : {node: '>=18.0.0', npm : '>=8.0.0' }
hasBin : true
run-parallel@1.2.0 :
resolution : {integrity : sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
2025-09-24 21:38:13 +00:00
safe-array-concat@1.1.3 :
resolution : {integrity : sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==}
engines : {node : '>=0.4' }
2024-08-07 12:23:35 +00:00
safe-buffer@5.1.2 :
resolution : {integrity : sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
safe-buffer@5.2.1 :
resolution : {integrity : sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
2025-09-24 21:38:13 +00:00
safe-push-apply@1.0.0 :
resolution : {integrity : sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==}
engines : {node : '>= 0.4' }
safe-regex-test@1.1.0 :
resolution : {integrity : sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==}
engines : {node : '>= 0.4' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
sass@1.97.3 :
resolution : {integrity : sha512-fDz1zJpd5GycprAbu4Q2PV/RprsRtKC/0z82z0JLgdytmcq0+ujJbJ/09bPGDxCLkKY3Np5cRAOcWiVkLXJURg==}
2024-08-29 11:47:35 +00:00
engines : {node : '>=14.0.0' }
hasBin : true
2024-08-07 12:23:35 +00:00
satori-html@0.3.2 :
resolution : {integrity : sha512-wjTh14iqADFKDK80e51/98MplTGfxz2RmIzh0GqShlf4a67+BooLywF17TvJPD6phO0Hxm7Mf1N5LtRYvdkYRA==}
2025-11-09 01:58:43 +00:00
satori@0.16.2 :
resolution : {integrity : sha512-tORnR2UZ1cB9N81WDjx5ZC4ToPmkybnJWyR8N1OC/z+5kWZcG1mcLssJ5WLNBj1lNr2igIFW0bIiugCxRKL/jQ==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=16' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
sax@1.4.4 :
resolution : {integrity : sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==}
engines : {node : '>=11.0.0' }
2024-08-07 12:23:35 +00:00
2024-08-25 11:00:20 +00:00
scule@1.3.0 :
resolution : {integrity : sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==}
2024-08-07 12:23:35 +00:00
semver@6.3.1 :
resolution : {integrity : sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
hasBin : true
2025-11-09 01:58:43 +00:00
semver@7.7.3 :
resolution : {integrity : sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=10' }
hasBin : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
send@1.2.1 :
resolution : {integrity : sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==}
2025-11-09 01:58:43 +00:00
engines : {node : '>= 18' }
2024-10-13 15:31:01 +00:00
serialize-javascript@6.0.2 :
resolution : {integrity : sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==}
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
serve-placeholder@2.0.2 :
resolution : {integrity : sha512-/TMG8SboeiQbZJWRlfTCqMs2DD3SZgWp0kDQePz9yUuCnDfDh/92gf7/PxGhzXTKBIPASIHxFcZndoNbp6QOLQ==}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
serve-static@2.2.1 :
resolution : {integrity : sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==}
2025-11-09 01:58:43 +00:00
engines : {node : '>= 18' }
2024-10-13 15:31:01 +00:00
2025-09-24 21:38:13 +00:00
set-function-length@1.2.2 :
resolution : {integrity : sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==}
engines : {node : '>= 0.4' }
set-function-name@2.0.2 :
resolution : {integrity : sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==}
engines : {node : '>= 0.4' }
set-proto@1.0.0 :
resolution : {integrity : sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
setprototypeof@1.2.0 :
resolution : {integrity : sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
sharp@0.34.5 :
resolution : {integrity : sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==}
2025-03-11 23:38:38 +00:00
engines : {node : ^18.17.0 || ^20.3.0 || >=21.0.0}
2024-08-07 12:23:35 +00:00
shebang-command@2.0.0 :
resolution : {integrity : sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
engines : {node : '>=8' }
shebang-regex@3.0.0 :
resolution : {integrity : sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
engines : {node : '>=8' }
2025-03-11 23:38:38 +00:00
shiki@2.5.0 :
resolution : {integrity : sha512-mI//trrsaiCIPsja5CNfsyNOqgAZUb6VpJA+340toL42UpzQlXpwRV9nch69X6gaUxrr9kaOOa6e3y3uAkGFxQ==}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
side-channel-list@1.0.0 :
resolution : {integrity : sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==}
engines : {node : '>= 0.4' }
side-channel-map@1.0.1 :
resolution : {integrity : sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==}
engines : {node : '>= 0.4' }
side-channel-weakmap@1.0.2 :
resolution : {integrity : sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==}
engines : {node : '>= 0.4' }
side-channel@1.1.0 :
resolution : {integrity : sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==}
engines : {node : '>= 0.4' }
2024-08-29 11:47:35 +00:00
signal-exit@4.1.0 :
resolution : {integrity : sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
engines : {node : '>=14' }
2024-08-07 12:23:35 +00:00
sirv@2.0.4 :
resolution : {integrity : sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==}
engines : {node : '>= 10' }
2025-11-09 01:58:43 +00:00
sirv@3.0.2 :
resolution : {integrity : sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==}
2025-01-12 17:44:42 +00:00
engines : {node : '>=18' }
2024-10-13 15:31:01 +00:00
slash@5.1.0 :
resolution : {integrity : sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==}
engines : {node : '>=14.16' }
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
smob@1.5.0 :
resolution : {integrity : sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==}
2024-08-07 12:23:35 +00:00
2024-08-25 11:00:20 +00:00
sort-object-keys@1.1.3 :
resolution : {integrity : sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==}
sort-order@1.1.2 :
resolution : {integrity : sha512-Q8tOrwB1TSv9fNUXym9st3TZJODtmcOIi2JWCkVNQPrRg17KPwlpwweTEb7pMwUIFMTAgx2/JsQQXEPFzYQj3A==}
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
source-map-js@1.2.1 :
resolution : {integrity : sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
engines : {node : '>=0.10.0' }
2024-08-07 12:23:35 +00:00
source-map-support@0.5.21 :
resolution : {integrity : sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
source-map@0.6.1 :
resolution : {integrity : sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
engines : {node : '>=0.10.0' }
2025-11-09 01:58:43 +00:00
source-map@0.7.6 :
resolution : {integrity : sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==}
engines : {node : '>= 12' }
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
source-map@0.8.0-beta.0 :
resolution : {integrity : sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==}
engines : {node : '>= 8' }
deprecated : The work that was done in this beta branch won't be included in future versions
2024-08-07 12:23:35 +00:00
sourcemap-codec@1.4.8 :
resolution : {integrity : sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==}
deprecated : Please use @jridgewell/sourcemap-codec instead
2024-10-13 15:31:01 +00:00
space-separated-tokens@2.0.2 :
resolution : {integrity : sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
2024-08-07 12:23:35 +00:00
speakingurl@14.0.1 :
resolution : {integrity : sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==}
engines : {node : '>=0.10.0' }
standard-as-callback@2.1.0 :
resolution : {integrity : sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==}
2025-11-09 01:58:43 +00:00
statuses@2.0.2 :
resolution : {integrity : sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
engines : {node : '>= 0.8' }
std-env@3.10.0 :
resolution : {integrity : sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
stop-iteration-iterator@1.1.0 :
resolution : {integrity : sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==}
engines : {node : '>= 0.4' }
2025-11-09 01:58:43 +00:00
streamx@2.23.0 :
resolution : {integrity : sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==}
2024-08-07 12:23:35 +00:00
string-width@4.2.3 :
resolution : {integrity : sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
engines : {node : '>=8' }
2024-10-13 15:31:01 +00:00
string-width@5.1.2 :
resolution : {integrity : sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
engines : {node : '>=12' }
2024-08-07 12:23:35 +00:00
string.prototype.codepointat@0.2.1 :
resolution : {integrity : sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==}
2025-09-24 21:38:13 +00:00
string.prototype.matchall@4.0.12 :
resolution : {integrity : sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==}
engines : {node : '>= 0.4' }
string.prototype.trim@1.2.10 :
resolution : {integrity : sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==}
engines : {node : '>= 0.4' }
string.prototype.trimend@1.0.9 :
resolution : {integrity : sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==}
engines : {node : '>= 0.4' }
string.prototype.trimstart@1.0.8 :
resolution : {integrity : sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==}
engines : {node : '>= 0.4' }
2024-08-07 12:23:35 +00:00
string_decoder@1.1.1 :
resolution : {integrity : sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==}
string_decoder@1.3.0 :
resolution : {integrity : sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
2024-10-13 15:31:01 +00:00
stringify-entities@4.0.4 :
resolution : {integrity : sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==}
2025-09-24 21:38:13 +00:00
stringify-object@3.3.0 :
resolution : {integrity : sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==}
engines : {node : '>=4' }
2024-08-07 12:23:35 +00:00
strip-ansi@6.0.1 :
resolution : {integrity : sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
engines : {node : '>=8' }
2025-11-09 01:58:43 +00:00
strip-ansi@7.1.2 :
resolution : {integrity : sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==}
2024-08-29 11:47:35 +00:00
engines : {node : '>=12' }
2025-09-24 21:38:13 +00:00
strip-comments@2.0.1 :
resolution : {integrity : sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==}
engines : {node : '>=10' }
2024-10-13 15:31:01 +00:00
strip-final-newline@3.0.0 :
resolution : {integrity : sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==}
engines : {node : '>=12' }
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
strip-literal@3.1.0 :
resolution : {integrity : sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==}
2025-03-11 23:38:38 +00:00
2025-12-05 16:53:07 +00:00
superjson@2.2.6 :
resolution : {integrity : sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=16' }
2025-11-09 01:58:43 +00:00
supports-color@10.2.2 :
resolution : {integrity : sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==}
2025-03-11 23:38:38 +00:00
engines : {node : '>=18' }
2024-08-07 12:23:35 +00:00
supports-preserve-symlinks-flag@1.0.0 :
resolution : {integrity : sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines : {node : '>= 0.4' }
2024-10-13 15:31:01 +00:00
system-architecture@0.1.0 :
resolution : {integrity : sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==}
engines : {node : '>=18' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
tabbable@6.4.0 :
resolution : {integrity : sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==}
2025-11-09 01:58:43 +00:00
tagged-tag@1.0.0 :
resolution : {integrity : sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==}
engines : {node : '>=20' }
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
tar-stream@3.1.7 :
resolution : {integrity : sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
tar@7.5.6 :
resolution : {integrity : sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==}
2024-12-30 19:59:07 +00:00
engines : {node : '>=18' }
2025-09-24 21:38:13 +00:00
temp-dir@2.0.0 :
resolution : {integrity : sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==}
engines : {node : '>=8' }
tempy@0.6.0 :
resolution : {integrity : sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==}
engines : {node : '>=10' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
terser@5.46.0 :
resolution : {integrity : sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=10' }
hasBin : true
2025-03-11 23:38:38 +00:00
text-decoder@1.2.3 :
resolution : {integrity : sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==}
2024-10-13 15:31:01 +00:00
2024-08-07 12:23:35 +00:00
tiny-inflate@1.0.3 :
resolution : {integrity : sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
tinycolor2@1.6.0 :
resolution : {integrity : sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==}
2025-11-09 01:58:43 +00:00
tinyexec@1.0.2 :
resolution : {integrity : sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==}
engines : {node : '>=18' }
2024-10-17 06:03:48 +00:00
2025-11-09 01:58:43 +00:00
tinyglobby@0.2.15 :
resolution : {integrity : sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
2024-10-17 06:03:48 +00:00
engines : {node : '>=12.0.0' }
2024-08-07 12:23:35 +00:00
to-regex-range@5.0.1 :
resolution : {integrity : sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
engines : {node : '>=8.0' }
toidentifier@1.0.1 :
resolution : {integrity : sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
engines : {node : '>=0.6' }
totalist@3.0.1 :
resolution : {integrity : sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
engines : {node : '>=6' }
tr46@0.0.3 :
resolution : {integrity : sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
2025-09-24 21:38:13 +00:00
tr46@1.0.1 :
resolution : {integrity : sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==}
2024-10-13 15:31:01 +00:00
trim-lines@3.0.1 :
resolution : {integrity : sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
2024-12-30 19:59:07 +00:00
tslib@2.8.1 :
resolution : {integrity : sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
type-fest@0.16.0 :
resolution : {integrity : sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==}
engines : {node : '>=10' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
type-fest@5.4.1 :
resolution : {integrity : sha512-xygQcmneDyzsEuKZrFbRMne5HDqMs++aFzefrJTgEIKjQ3rekM+RPfFCVq2Gp1VIDqddoYeppCj4Pcb+RZW0GQ==}
2025-11-09 01:58:43 +00:00
engines : {node : '>=20' }
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
typed-array-buffer@1.0.3 :
resolution : {integrity : sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==}
engines : {node : '>= 0.4' }
typed-array-byte-length@1.0.3 :
resolution : {integrity : sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==}
engines : {node : '>= 0.4' }
typed-array-byte-offset@1.0.4 :
resolution : {integrity : sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==}
engines : {node : '>= 0.4' }
typed-array-length@1.0.7 :
resolution : {integrity : sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==}
engines : {node : '>= 0.4' }
2025-11-09 01:58:43 +00:00
typescript@5.9.3 :
resolution : {integrity : sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
2024-10-13 15:31:01 +00:00
engines : {node : '>=14.17' }
hasBin : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
ufo@1.6.3 :
resolution : {integrity : sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==}
2025-03-11 23:38:38 +00:00
2025-06-30 14:51:52 +00:00
ultrahtml@1.6.0 :
resolution : {integrity : sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==}
2025-09-24 21:38:13 +00:00
unbox-primitive@1.1.0 :
resolution : {integrity : sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==}
engines : {node : '>= 0.4' }
2025-12-05 16:53:07 +00:00
unconfig-core@7.4.2 :
resolution : {integrity : sha512-VgPCvLWugINbXvMQDf8Jh0mlbvNjNC6eSUziHsBCMpxR05OPrNrvDnyatdMjRgcHaaNsCqz+wjNXxNw1kRLHUg==}
2025-11-09 01:58:43 +00:00
2025-12-05 16:53:07 +00:00
unconfig@7.4.2 :
resolution : {integrity : sha512-nrMlWRQ1xdTjSnSUqvYqJzbTBFugoqHobQj58B2bc8qxHKBBHMNNsWQFP3Cd3/JZK907voM2geYPWqD4VK3MPQ==}
2024-08-07 12:23:35 +00:00
uncrypto@0.1.3 :
resolution : {integrity : sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unctx@2.5.0 :
resolution : {integrity : sha512-p+Rz9x0R7X+CYDkT+Xg8/GhpcShTlU8n+cf9OtOEf7zEQsNcCZO1dPKNRDqvUTaq+P32PMMkxWHwfrxkqfqAYg==}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
undici-types@7.16.0 :
resolution : {integrity : sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
undici@7.18.2 :
resolution : {integrity : sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==}
2025-11-09 01:58:43 +00:00
engines : {node : '>=20.18.1' }
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
unenv@2.0.0-rc.24 :
resolution : {integrity : sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==}
2025-03-11 23:38:38 +00:00
2025-09-24 21:38:13 +00:00
unicode-canonical-property-names-ecmascript@2.0.1 :
resolution : {integrity : sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==}
engines : {node : '>=4' }
unicode-match-property-ecmascript@2.0.0 :
resolution : {integrity : sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==}
engines : {node : '>=4' }
unicode-match-property-value-ecmascript@2.2.1 :
resolution : {integrity : sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==}
engines : {node : '>=4' }
unicode-property-aliases-ecmascript@2.2.0 :
resolution : {integrity : sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==}
engines : {node : '>=4' }
2024-08-07 12:23:35 +00:00
unicode-trie@2.0.0 :
resolution : {integrity : sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unicorn-magic@0.4.0 :
resolution : {integrity : sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==}
engines : {node : '>=20' }
2024-10-13 15:31:01 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unimport@5.6.0 :
resolution : {integrity : sha512-8rqAmtJV8o60x46kBAJKtHpJDJWkA2xcBqWKPI14MgUb05o1pnpnCnXSxedUXyeq7p8fR5g3pTo2BaswZ9lD9A==}
2025-03-11 23:38:38 +00:00
engines : {node : '>=18.12.0' }
2025-09-24 21:38:13 +00:00
unique-string@2.0.0 :
resolution : {integrity : sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==}
engines : {node : '>=8' }
2025-11-09 01:58:43 +00:00
unist-util-is@6.0.1 :
resolution : {integrity : sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==}
2024-10-13 15:31:01 +00:00
unist-util-position@5.0.0 :
resolution : {integrity : sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==}
unist-util-stringify-position@4.0.0 :
resolution : {integrity : sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==}
2025-11-09 01:58:43 +00:00
unist-util-visit-parents@6.0.2 :
resolution : {integrity : sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==}
2024-10-13 15:31:01 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unist-util-visit@5.1.0 :
resolution : {integrity : sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==}
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
universalify@2.0.1 :
resolution : {integrity : sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
engines : {node : '>= 10.0.0' }
2025-12-05 16:53:07 +00:00
unocss@66.5.10 :
resolution : {integrity : sha512-h3OjHVKsYFiet7ZSgxD6+odC1bpx+N0JYP2bWy/vcqjrApaZmYg4CKmvxCFNxw1+qVoxyfhhjcVZHGUpf9jaKA==}
2024-08-07 12:23:35 +00:00
engines : {node : '>=14' }
peerDependencies :
2025-12-05 16:53:07 +00:00
'@unocss/webpack' : 66.5 .10
2025-11-09 01:58:43 +00:00
vite : ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0
2024-08-07 12:23:35 +00:00
peerDependenciesMeta :
'@unocss/webpack' :
optional : true
vite :
optional : true
2025-12-05 16:53:07 +00:00
unplugin-auto-import@20.3.0 :
resolution : {integrity : sha512-RcSEQiVv7g0mLMMXibYVKk8mpteKxvyffGuDKqZZiFr7Oq3PB1HwgHdK5O7H4AzbhzHoVKG0NnMnsk/1HIVYzQ==}
2024-08-25 11:00:20 +00:00
engines : {node : '>=14' }
peerDependencies :
2025-11-09 01:58:43 +00:00
'@nuxt/kit' : ^4.0.0
2024-08-25 11:00:20 +00:00
'@vueuse/core' : '*'
peerDependenciesMeta :
'@nuxt/kit' :
optional : true
'@vueuse/core' :
optional : true
2025-11-09 01:58:43 +00:00
unplugin-utils@0.3.1 :
resolution : {integrity : sha512-5lWVjgi6vuHhJ526bI4nlCOmkCIF3nnfXkCMDeMJrtdvxTs6ZFCM8oNufGTsDbKv/tJ/xj8RpvXjRuPBZJuJog==}
engines : {node : '>=20.19.0' }
2025-03-11 23:38:38 +00:00
2025-12-05 16:53:07 +00:00
unplugin@2.3.11 :
resolution : {integrity : sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==}
2025-03-11 23:38:38 +00:00
engines : {node : '>=18.12.0' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unstorage@1.17.4 :
resolution : {integrity : sha512-fHK0yNg38tBiJKp/Vgsq4j0JEsCmgqH58HAn707S7zGkArbZsVr/CwINoi+nh3h98BRCwKvx1K3Xg9u3VV83sw==}
2024-08-07 12:23:35 +00:00
peerDependencies :
2024-12-30 19:59:07 +00:00
'@azure/app-configuration' : ^1.8.0
'@azure/cosmos' : ^4.2.0
'@azure/data-tables' : ^13.3.0
2025-03-11 23:38:38 +00:00
'@azure/identity' : ^4.6.0
2024-12-30 19:59:07 +00:00
'@azure/keyvault-secrets' : ^4.9.0
'@azure/storage-blob' : ^12.26.0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@capacitor/preferences' : ^6 || ^7 || ^8
2025-03-11 23:38:38 +00:00
'@deno/kv' : '>=0.9.0'
2025-11-09 01:58:43 +00:00
'@netlify/blobs' : ^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0
2024-10-13 15:31:01 +00:00
'@planetscale/database' : ^1.19.0
2024-12-30 19:59:07 +00:00
'@upstash/redis' : ^1.34.3
2025-03-11 23:38:38 +00:00
'@vercel/blob' : '>=0.27.1'
2025-11-09 01:58:43 +00:00
'@vercel/functions' : ^2.2.12 || ^3.0.0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vercel/kv' : ^1 || ^2 || ^3
2024-12-30 19:59:07 +00:00
aws4fetch : ^1.0.20
db0 : '>=0.2.1'
2024-08-07 12:23:35 +00:00
idb-keyval : ^6.2.1
2024-12-30 19:59:07 +00:00
ioredis : ^5.4.2
2025-03-11 23:38:38 +00:00
uploadthing : ^7.4.4
2024-08-07 12:23:35 +00:00
peerDependenciesMeta :
'@azure/app-configuration' :
optional : true
'@azure/cosmos' :
optional : true
'@azure/data-tables' :
optional : true
'@azure/identity' :
optional : true
'@azure/keyvault-secrets' :
optional : true
'@azure/storage-blob' :
optional : true
'@capacitor/preferences' :
optional : true
2024-12-30 19:59:07 +00:00
'@deno/kv' :
optional : true
2024-10-13 15:31:01 +00:00
'@netlify/blobs' :
optional : true
2024-08-07 12:23:35 +00:00
'@planetscale/database' :
optional : true
'@upstash/redis' :
optional : true
2024-12-30 19:59:07 +00:00
'@vercel/blob' :
optional : true
2025-11-09 01:58:43 +00:00
'@vercel/functions' :
optional : true
2024-08-07 12:23:35 +00:00
'@vercel/kv' :
optional : true
2024-12-30 19:59:07 +00:00
aws4fetch :
optional : true
db0 :
optional : true
2024-08-07 12:23:35 +00:00
idb-keyval :
optional : true
2024-10-13 15:31:01 +00:00
ioredis :
optional : true
2024-12-30 19:59:07 +00:00
uploadthing :
optional : true
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
untun@0.1.3 :
resolution : {integrity : sha512-4luGP9LMYszMRZwsvyUd9MrxgEGZdZuZgpVQHEEX0lCYFESasVRvZd0EYpCkOIbJKHMuv0LskpXc/8Un+MJzEQ==}
2024-08-07 12:23:35 +00:00
hasBin : true
2025-03-11 23:38:38 +00:00
untyped@2.0.0 :
resolution : {integrity : sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==}
2024-12-30 19:59:07 +00:00
hasBin : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unwasm@0.5.3 :
resolution : {integrity : sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==}
2024-10-13 15:31:01 +00:00
2025-09-24 21:38:13 +00:00
upath@1.2.0 :
resolution : {integrity : sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==}
engines : {node : '>=4' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
update-browserslist-db@1.2.3 :
resolution : {integrity : sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
2025-09-24 21:38:13 +00:00
hasBin : true
peerDependencies :
browserslist : '>= 4.21.0'
2024-08-07 12:23:35 +00:00
uqr@0.1.2 :
resolution : {integrity : sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==}
util-deprecate@1.0.2 :
resolution : {integrity : sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
2025-11-09 01:58:43 +00:00
vfile-message@4.0.3 :
resolution : {integrity : sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==}
2024-10-13 15:31:01 +00:00
vfile@6.0.3 :
resolution : {integrity : sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
2024-08-31 18:17:01 +00:00
vite-plugin-optimize-exclude@0.0.1 :
resolution : {integrity : sha512-vRb2u5XlvNa51bt+mz6QS+UHns2tGi1Z9CHuaAnPOWiAtQCZEjavUf/56oRFXauj/0ROl2FvOJ2YFD1k6sGJNQ==}
peerDependencies :
vite : '>=2.0.0'
2025-12-05 16:53:07 +00:00
vite-plugin-pwa@1.2.0 :
resolution : {integrity : sha512-a2xld+SJshT9Lgcv8Ji4+srFJL4k/1bVbd1x06JIkvecpQkwkvCncD1+gSzcdm3s+owWLpMJerG3aN5jupJEVw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=16.0.0' }
peerDependencies :
'@vite-pwa/assets-generator' : ^1.0.0
vite : ^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
peerDependenciesMeta :
'@vite-pwa/assets-generator' :
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vite-plugin-terminal@1.4.0 :
resolution : {integrity : sha512-QwnWTZGM1CnsCYYy6Z3/5PO7Xt9DJDKWp8puS8nb9J3I9CXh/XWMFO5kmrq0K8jxBiYs6pC5175CdJG3CmKlEw==}
2024-08-31 18:17:01 +00:00
engines : {node : '>=14' }
peerDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vite : ^2.0.0||^3.0.0||^4.0.0||^5.0.0||^6.0.0||^7.0.0
2024-08-31 18:17:01 +00:00
2025-11-09 01:58:43 +00:00
vite@5.4.21 :
resolution : {integrity : sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==}
2024-08-07 12:23:35 +00:00
engines : {node : ^18.0.0 || >=20.0.0}
hasBin : true
peerDependencies :
'@types/node' : ^18.0.0 || >=20.0.0
less : '*'
lightningcss : ^1.21.0
sass : '*'
2024-09-01 15:12:33 +00:00
sass-embedded : '*'
2024-08-07 12:23:35 +00:00
stylus : '*'
sugarss : '*'
terser : ^5.4.0
peerDependenciesMeta :
'@types/node' :
optional : true
less :
optional : true
lightningcss :
optional : true
sass :
optional : true
2024-09-01 15:12:33 +00:00
sass-embedded :
optional : true
2024-08-07 12:23:35 +00:00
stylus :
optional : true
sugarss :
optional : true
terser :
optional : true
2025-11-09 01:58:43 +00:00
vitepress@1.6.4 :
resolution : {integrity : sha512-+2ym1/+0VVrbhNyRoFFesVvBvHAVMZMK0rw60E3X/5349M1GuVdKeazuksqopEdvkKwKGs21Q729jX81/bkBJg==}
2024-09-01 15:12:33 +00:00
hasBin : true
peerDependencies :
markdown-it-mathjax3 : ^4
postcss : ^8
peerDependenciesMeta :
markdown-it-mathjax3 :
optional : true
postcss :
optional : true
2025-03-27 12:54:11 +00:00
vue-demi@0.14.10 :
resolution : {integrity : sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==}
engines : {node : '>=12' }
hasBin : true
peerDependencies :
'@vue/composition-api' : ^1.0.0-rc.1
vue : ^3.0.0-0 || ^2.6.0
peerDependenciesMeta :
'@vue/composition-api' :
optional : true
2025-11-09 01:58:43 +00:00
vue-flow-layout@0.2.0 :
resolution : {integrity : sha512-zKgsWWkXq0xrus7H4Mc+uFs1ESrmdTXlO0YNbR6wMdPaFvosL3fMB8N7uTV308UhGy9UvTrGhIY7mVz9eN+L0Q==}
2025-09-24 21:38:13 +00:00
2026-01-22 01:27:26 +00:00
vue-resize@2.0.0-alpha.1 :
resolution : {integrity : sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==}
peerDependencies :
vue : ^3.0.0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vue@3.5.27 :
resolution : {integrity : sha512-aJ/UtoEyFySPBGarREmN4z6qNKpbEguYHMmXSiOGk69czc+zhs0NF6tEFrY8TZKAl8N/LYAkd4JHVd5E/AsSmw==}
2025-09-24 21:38:13 +00:00
peerDependencies :
typescript : '*'
peerDependenciesMeta :
typescript :
optional : true
webidl-conversions@3.0.1 :
resolution : {integrity : sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
webidl-conversions@4.0.2 :
resolution : {integrity : sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==}
webpack-virtual-modules@0.6.2 :
resolution : {integrity : sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
whatwg-url@5.0.0 :
resolution : {integrity : sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
whatwg-url@7.1.0 :
resolution : {integrity : sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==}
which-boxed-primitive@1.1.1 :
resolution : {integrity : sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==}
engines : {node : '>= 0.4' }
which-builtin-type@1.2.1 :
resolution : {integrity : sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==}
engines : {node : '>= 0.4' }
which-collection@1.0.2 :
resolution : {integrity : sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==}
engines : {node : '>= 0.4' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
which-typed-array@1.1.20 :
resolution : {integrity : sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==}
2025-09-24 21:38:13 +00:00
engines : {node : '>= 0.4' }
which@2.0.2 :
resolution : {integrity : sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
engines : {node : '>= 8' }
hasBin : true
2025-12-05 16:53:07 +00:00
workbox-background-sync@7.4.0 :
resolution : {integrity : sha512-8CB9OxKAgKZKyNMwfGZ1XESx89GryWTfI+V5yEj8sHjFH8MFelUwYXEyldEK6M6oKMmn807GoJFUEA1sC4XS9w==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-broadcast-update@7.4.0 :
resolution : {integrity : sha512-+eZQwoktlvo62cI0b+QBr40v5XjighxPq3Fzo9AWMiAosmpG5gxRHgTbGGhaJv/q/MFVxwFNGh/UwHZ/8K88lA==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-build@7.4.0 :
resolution : {integrity : sha512-Ntk1pWb0caOFIvwz/hfgrov/OJ45wPEhI5PbTywQcYjyZiVhT3UrwwUPl6TRYbTm4moaFYithYnl1lvZ8UjxcA==}
engines : {node : '>=20.0.0' }
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-cacheable-response@7.4.0 :
resolution : {integrity : sha512-0Fb8795zg/x23ISFkAc7lbWes6vbw34DGFIMw31cwuHPgDEC/5EYm6m/ZkylLX0EnEbbOyOCLjKgFS/Z5g0HeQ==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-core@7.4.0 :
resolution : {integrity : sha512-6BMfd8tYEnN4baG4emG9U0hdXM4gGuDU3ectXuVHnj71vwxTFI7WOpQJC4siTOlVtGqCUtj0ZQNsrvi6kZZTAQ==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-expiration@7.4.0 :
resolution : {integrity : sha512-V50p4BxYhtA80eOvulu8xVfPBgZbkxJ1Jr8UUn0rvqjGhLDqKNtfrDfjJKnLz2U8fO2xGQJTx/SKXNTzHOjnHw==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-google-analytics@7.4.0 :
resolution : {integrity : sha512-MVPXQslRF6YHkzGoFw1A4GIB8GrKym/A5+jYDUSL+AeJw4ytQGrozYdiZqUW1TPQHW8isBCBtyFJergUXyNoWQ==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-navigation-preload@7.4.0 :
resolution : {integrity : sha512-etzftSgdQfjMcfPgbfaZCfM2QuR1P+4o8uCA2s4rf3chtKTq/Om7g/qvEOcZkG6v7JZOSOxVYQiOu6PbAZgU6w==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-precaching@7.4.0 :
resolution : {integrity : sha512-VQs37T6jDqf1rTxUJZXRl3yjZMf5JX/vDPhmx2CPgDDKXATzEoqyRqhYnRoxl6Kr0rqaQlp32i9rtG5zTzIlNg==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-range-requests@7.4.0 :
resolution : {integrity : sha512-3Vq854ZNuP6Y0KZOQWLaLC9FfM7ZaE+iuQl4VhADXybwzr4z/sMmnLgTeUZLq5PaDlcJBxYXQ3U91V7dwAIfvw==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-recipes@7.4.0 :
resolution : {integrity : sha512-kOkWvsAn4H8GvAkwfJTbwINdv4voFoiE9hbezgB1sb/0NLyTG4rE7l6LvS8lLk5QIRIto+DjXLuAuG3Vmt3cxQ==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-routing@7.4.0 :
resolution : {integrity : sha512-C/ooj5uBWYAhAqwmU8HYQJdOjjDKBp9MzTQ+otpMmd+q0eF59K+NuXUek34wbL0RFrIXe/KKT+tUWcZcBqxbHQ==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-strategies@7.4.0 :
resolution : {integrity : sha512-T4hVqIi5A4mHi92+5EppMX3cLaVywDp8nsyUgJhOZxcfSV/eQofcOA6/EMo5rnTNmNTpw0rUgjAI6LaVullPpg==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-streams@7.4.0 :
resolution : {integrity : sha512-QHPBQrey7hQbnTs5GrEVoWz7RhHJXnPT+12qqWM378orDMo5VMJLCkCM1cnCk+8Eq92lccx/VgRZ7WAzZWbSLg==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-sw@7.4.0 :
resolution : {integrity : sha512-ltU+Kr3qWR6BtbdlMnCjobZKzeV1hN+S6UvDywBrwM19TTyqA03X66dzw1tEIdJvQ4lYKkBFox6IAEhoSEZ8Xw==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-window@7.4.0 :
resolution : {integrity : sha512-/bIYdBLAVsNR3v7gYGaV4pQW3M3kEPx5E8vDxGvxo6khTrGtSSCS7QiFKv9ogzBgZiy0OXLP9zO28U/1nF1mfw==}
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
workerd@1.20260120.0 :
resolution : {integrity : sha512-R6X/VQOkwLTBGLp4VRUwLQZZVxZ9T9J8pGiJ6GQUMaRkY7TVWrCSkVfoNMM1/YyFsY5UYhhPoQe5IehnhZ3Pdw==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=16' }
hasBin : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
wrangler@4.60.0 :
resolution : {integrity : sha512-n4kibm/xY0Qd5G2K/CbAQeVeOIlwPNVglmFjlDRCCYk3hZh8IggO/rg8AXt/vByK2Sxsugl5Z7yvgWxrUbmS6g==}
2025-12-05 16:53:07 +00:00
engines : {node : '>=20.0.0' }
2025-09-24 21:38:13 +00:00
hasBin : true
peerDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/workers-types' : ^4.20260120.0
2025-09-24 21:38:13 +00:00
peerDependenciesMeta :
'@cloudflare/workers-types' :
optional : true
wrap-ansi@7.0.0 :
resolution : {integrity : sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
engines : {node : '>=10' }
wrap-ansi@8.1.0 :
resolution : {integrity : sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
engines : {node : '>=12' }
wrappy@1.0.2 :
resolution : {integrity : sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
ws@8.18.0 :
resolution : {integrity : sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
engines : {node : '>=10.0.0' }
peerDependencies :
bufferutil : ^4.0.1
utf-8-validate : '>=5.0.2'
peerDependenciesMeta :
bufferutil :
optional : true
utf-8-validate :
optional : true
2025-11-09 01:58:43 +00:00
x-satori@0.4.0 :
resolution : {integrity : sha512-bzzJInl5JmVYlwMtbCP6a724bM9kQwPvMymrW7kxSsrFHDUu5zGAPnq4MeqZvAeBQ1r4XTZymwW7pAkFlcdXPA==}
2025-09-24 21:38:13 +00:00
engines : {node : '>=14' }
hasBin : true
xml-js@1.6.11 :
resolution : {integrity : sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==}
hasBin : true
y18n@5.0.8 :
resolution : {integrity : sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
engines : {node : '>=10' }
yallist@3.1.1 :
resolution : {integrity : sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
yallist@5.0.0 :
resolution : {integrity : sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
engines : {node : '>=18' }
yaml@1.10.2 :
resolution : {integrity : sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
engines : {node : '>= 6' }
yargs-parser@21.1.1 :
resolution : {integrity : sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
engines : {node : '>=12' }
yargs@17.7.2 :
resolution : {integrity : sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
engines : {node : '>=12' }
2025-11-09 01:58:43 +00:00
yoga-layout@3.2.1 :
resolution : {integrity : sha512-0LPOt3AxKqMdFBZA3HBAt/t/8vIKq7VaQYbuA8WxCgung+p9TVyKRYdpvCb80HcdTN2NkbIKbhNwKUfm3tQywQ==}
2025-09-24 21:38:13 +00:00
2025-11-09 01:58:43 +00:00
youch-core@0.3.3 :
resolution : {integrity : sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==}
2025-09-24 21:38:13 +00:00
2025-11-09 01:58:43 +00:00
youch@4.1.0-beta.10 :
resolution : {integrity : sha512-rLfVLB4FgQneDr0dv1oddCVZmKjcJ6yX6mS4pU82Mq/Dt9a3cLZQ62pDBL4AUO+uVrCvtWz3ZFUL2HFAFJ/BXQ==}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
youch@4.1.0-beta.13 :
resolution : {integrity : sha512-3+AG1Xvt+R7M7PSDudhbfbwiyveW6B8PLBIwTyEC598biEYIjHhC89i6DBEvR0EZUjGY3uGSnC429HpIa2Z09g==}
2025-09-24 21:38:13 +00:00
zip-stream@6.0.1 :
resolution : {integrity : sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==}
engines : {node : '>= 14' }
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
zod@3.25.76 :
resolution : {integrity : sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
zod@4.3.6 :
resolution : {integrity : sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
2025-09-24 21:38:13 +00:00
zwitch@2.0.4 :
resolution : {integrity : sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
snapshots :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/abtesting@1.13.0' :
2025-11-09 01:58:43 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-common' : 5.47 .0
'@algolia/requester-browser-xhr' : 5.47 .0
'@algolia/requester-fetch' : 5.47 .0
'@algolia/requester-node-http' : 5.47 .0
2025-11-09 01:58:43 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/autocomplete-core@1.17.7(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/autocomplete-plugin-algolia-insights' : 1.17 .7 (@algolia/client-search@5.47.0)(algoliasearch@5.47.0)
'@algolia/autocomplete-shared' : 1.17 .7 (@algolia/client-search@5.47.0)(algoliasearch@5.47.0)
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- '@algolia/client-search'
- algoliasearch
- search-insights
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/autocomplete-plugin-algolia-insights@1.17.7(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/autocomplete-shared' : 1.17 .7 (@algolia/client-search@5.47.0)(algoliasearch@5.47.0)
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- '@algolia/client-search'
- algoliasearch
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/autocomplete-preset-algolia@1.17.7(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/autocomplete-shared' : 1.17 .7 (@algolia/client-search@5.47.0)(algoliasearch@5.47.0)
'@algolia/client-search' : 5.47 .0
algoliasearch : 5.47 .0
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/autocomplete-shared@1.17.7(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-search' : 5.47 .0
algoliasearch : 5.47 .0
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-abtesting@5.47.0' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-common' : 5.47 .0
'@algolia/requester-browser-xhr' : 5.47 .0
'@algolia/requester-fetch' : 5.47 .0
'@algolia/requester-node-http' : 5.47 .0
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-analytics@5.47.0' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-common' : 5.47 .0
'@algolia/requester-browser-xhr' : 5.47 .0
'@algolia/requester-fetch' : 5.47 .0
'@algolia/requester-node-http' : 5.47 .0
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-common@5.47.0' : {}
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-insights@5.47.0' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-common' : 5.47 .0
'@algolia/requester-browser-xhr' : 5.47 .0
'@algolia/requester-fetch' : 5.47 .0
'@algolia/requester-node-http' : 5.47 .0
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-personalization@5.47.0' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-common' : 5.47 .0
'@algolia/requester-browser-xhr' : 5.47 .0
'@algolia/requester-fetch' : 5.47 .0
'@algolia/requester-node-http' : 5.47 .0
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-query-suggestions@5.47.0' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-common' : 5.47 .0
'@algolia/requester-browser-xhr' : 5.47 .0
'@algolia/requester-fetch' : 5.47 .0
'@algolia/requester-node-http' : 5.47 .0
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-search@5.47.0' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-common' : 5.47 .0
'@algolia/requester-browser-xhr' : 5.47 .0
'@algolia/requester-fetch' : 5.47 .0
'@algolia/requester-node-http' : 5.47 .0
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/ingestion@1.47.0' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-common' : 5.47 .0
'@algolia/requester-browser-xhr' : 5.47 .0
'@algolia/requester-fetch' : 5.47 .0
'@algolia/requester-node-http' : 5.47 .0
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/monitoring@1.47.0' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-common' : 5.47 .0
'@algolia/requester-browser-xhr' : 5.47 .0
'@algolia/requester-fetch' : 5.47 .0
'@algolia/requester-node-http' : 5.47 .0
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/recommend@5.47.0' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-common' : 5.47 .0
'@algolia/requester-browser-xhr' : 5.47 .0
'@algolia/requester-fetch' : 5.47 .0
'@algolia/requester-node-http' : 5.47 .0
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/requester-browser-xhr@5.47.0' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-common' : 5.47 .0
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/requester-fetch@5.47.0' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-common' : 5.47 .0
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/requester-node-http@5.47.0' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/client-common' : 5.47 .0
2025-09-24 21:38:13 +00:00
2025-11-09 01:58:43 +00:00
'@antfu/install-pkg@1.1.0' :
2025-09-24 21:38:13 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
package-manager-detector : 1.6 .0
2025-11-09 01:58:43 +00:00
tinyexec : 1.0 .2
2025-09-24 21:38:13 +00:00
'@apideck/better-ajv-errors@0.3.6(ajv@8.17.1)' :
dependencies :
ajv : 8.17 .1
json-schema : 0.4 .0
jsonpointer : 5.0 .1
leven : 3.1 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/code-frame@7.28.6' :
2025-09-24 21:38:13 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@babel/helper-validator-identifier' : 7.28 .5
2025-09-24 21:38:13 +00:00
js-tokens : 4.0 .0
picocolors : 1.1 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/compat-data@7.28.6' : {}
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core@7.28.6' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/code-frame' : 7.28 .6
'@babel/generator' : 7.28 .6
'@babel/helper-compilation-targets' : 7.28 .6
'@babel/helper-module-transforms' : 7.28 .6 (@babel/core@7.28.6)
'@babel/helpers' : 7.28 .6
'@babel/parser' : 7.28 .6
'@babel/template' : 7.28 .6
'@babel/traverse' : 7.28 .6
'@babel/types' : 7.28 .6
2025-11-09 01:58:43 +00:00
'@jridgewell/remapping' : 2.3 .5
2025-09-24 21:38:13 +00:00
convert-source-map : 2.0 .0
2025-11-09 01:58:43 +00:00
debug : 4.4 .3
2025-09-24 21:38:13 +00:00
gensync : 1.0 .0 -beta.2
json5 : 2.2 .3
semver : 6.3 .1
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/generator@7.28.6' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/parser' : 7.28 .6
'@babel/types' : 7.28 .6
2025-09-24 21:38:13 +00:00
'@jridgewell/gen-mapping' : 0.3 .13
'@jridgewell/trace-mapping' : 0.3 .31
jsesc : 3.1 .0
'@babel/helper-annotate-as-pure@7.27.3' :
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/types' : 7.28 .6
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-compilation-targets@7.28.6' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/compat-data' : 7.28 .6
2025-09-24 21:38:13 +00:00
'@babel/helper-validator-option' : 7.27 .1
2025-12-05 16:53:07 +00:00
browserslist : 4.28 .1
2025-09-24 21:38:13 +00:00
lru-cache : 5.1 .1
semver : 6.3 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
2025-09-24 21:38:13 +00:00
'@babel/helper-annotate-as-pure' : 7.27 .3
2025-11-09 01:58:43 +00:00
'@babel/helper-member-expression-to-functions' : 7.28 .5
2025-09-24 21:38:13 +00:00
'@babel/helper-optimise-call-expression' : 7.27 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-replace-supers' : 7.28 .6 (@babel/core@7.28.6)
2025-09-24 21:38:13 +00:00
'@babel/helper-skip-transparent-expression-wrappers' : 7.27 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/traverse' : 7.28 .6
2025-09-24 21:38:13 +00:00
semver : 6.3 .1
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
2025-09-24 21:38:13 +00:00
'@babel/helper-annotate-as-pure' : 7.27 .3
regexpu-core : 6.4 .0
semver : 6.3 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-define-polyfill-provider@0.6.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-compilation-targets' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2025-09-24 21:38:13 +00:00
debug : 4.4 .3
lodash.debounce : 4.0 .8
2025-11-09 01:58:43 +00:00
resolve : 1.22 .11
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
'@babel/helper-globals@7.28.0' : {}
2025-11-09 01:58:43 +00:00
'@babel/helper-member-expression-to-functions@7.28.5' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/traverse' : 7.28 .6
'@babel/types' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-module-imports@7.28.6' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/traverse' : 7.28 .6
'@babel/types' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-module-transforms@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-module-imports' : 7.28 .6
2025-11-09 01:58:43 +00:00
'@babel/helper-validator-identifier' : 7.28 .5
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/traverse' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
'@babel/helper-optimise-call-expression@7.27.1' :
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/types' : 7.28 .6
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-plugin-utils@7.28.6' : {}
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
2025-09-24 21:38:13 +00:00
'@babel/helper-annotate-as-pure' : 7.27 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-wrap-function' : 7.28 .6
'@babel/traverse' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-replace-supers@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
2025-11-09 01:58:43 +00:00
'@babel/helper-member-expression-to-functions' : 7.28 .5
2025-09-24 21:38:13 +00:00
'@babel/helper-optimise-call-expression' : 7.27 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/traverse' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
'@babel/helper-skip-transparent-expression-wrappers@7.27.1' :
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/traverse' : 7.28 .6
'@babel/types' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2025-01-12 17:44:42 +00:00
2025-09-24 21:38:13 +00:00
'@babel/helper-string-parser@7.27.1' : {}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@babel/helper-validator-identifier@7.28.5' : {}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@babel/helper-validator-option@7.27.1' : {}
2024-10-13 15:31:01 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-wrap-function@7.28.6' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/template' : 7.28 .6
'@babel/traverse' : 7.28 .6
'@babel/types' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helpers@7.28.6' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/template' : 7.28 .6
'@babel/types' : 7.28 .6
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@babel/parser@7.27.7' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/types' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/parser@7.28.6' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/types' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
'@babel/traverse' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2025-09-24 21:38:13 +00:00
'@babel/helper-skip-transparent-expression-wrappers' : 7.27 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-optional-chaining' : 7.28 .6 (@babel/core@7.28.6)
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2024-08-25 11:00:20 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
'@babel/traverse' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2025-03-11 23:38:38 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-create-regexp-features-plugin' : 7.28 .5 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2025-03-11 23:38:38 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
'@babel/helper-remap-async-to-generator' : 7.27 .1 (@babel/core@7.28.6)
'@babel/traverse' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-module-imports' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
'@babel/helper-remap-async-to-generator' : 7.27 .1 (@babel/core@7.28.6)
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2025-03-11 23:38:38 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-10-13 15:31:01 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-create-class-features-plugin' : 7.28 .6 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-create-class-features-plugin' : 7.28 .6 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
transitivePeerDependencies :
2025-09-24 21:38:13 +00:00
- supports-color
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-classes@7.28.6(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
2025-09-24 21:38:13 +00:00
'@babel/helper-annotate-as-pure' : 7.27 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-compilation-targets' : 7.28 .6
2025-09-24 21:38:13 +00:00
'@babel/helper-globals' : 7.28 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-plugin-utils' : 7.28 .6
'@babel/helper-replace-supers' : 7.28 .6 (@babel/core@7.28.6)
'@babel/traverse' : 7.28 .6
2024-08-07 12:23:35 +00:00
transitivePeerDependencies :
2025-09-24 21:38:13 +00:00
- supports-color
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
'@babel/template' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
'@babel/traverse' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-create-regexp-features-plugin' : 7.28 .5 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-create-regexp-features-plugin' : 7.28 .5 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
'@babel/plugin-transform-destructuring' : 7.28 .5 (@babel/core@7.28.6)
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-10-13 15:31:01 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.6)' :
2024-10-13 15:31:01 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2025-09-24 21:38:13 +00:00
'@babel/helper-skip-transparent-expression-wrappers' : 7.27 .1
transitivePeerDependencies :
- supports-color
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-compilation-targets' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
'@babel/traverse' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.6)' :
2025-03-11 23:38:38 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-module-transforms' : 7.28 .6 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-module-transforms' : 7.28 .6 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-module-transforms' : 7.28 .6 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2025-11-09 01:58:43 +00:00
'@babel/helper-validator-identifier' : 7.28 .5
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/traverse' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-module-transforms' : 7.28 .6 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2024-08-25 11:00:20 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-create-regexp-features-plugin' : 7.28 .5 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2025-03-11 23:38:38 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.6)' :
2024-12-30 19:59:07 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-compilation-targets' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
'@babel/plugin-transform-destructuring' : 7.28 .5 (@babel/core@7.28.6)
'@babel/plugin-transform-parameters' : 7.27 .7 (@babel/core@7.28.6)
'@babel/traverse' : 7.28 .6
2024-08-07 12:23:35 +00:00
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
'@babel/helper-replace-supers' : 7.28 .6 (@babel/core@7.28.6)
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2025-09-24 21:38:13 +00:00
'@babel/helper-skip-transparent-expression-wrappers' : 7.27 .1
transitivePeerDependencies :
- supports-color
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-create-class-features-plugin' : 7.28 .6 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
2025-09-24 21:38:13 +00:00
'@babel/helper-annotate-as-pure' : 7.27 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/helper-create-class-features-plugin' : 7.28 .6 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-create-regexp-features-plugin' : 7.28 .5 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-spread@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2025-09-24 21:38:13 +00:00
'@babel/helper-skip-transparent-expression-wrappers' : 7.27 .1
2024-08-07 12:23:35 +00:00
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.6)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-create-regexp-features-plugin' : 7.28 .5 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-create-regexp-features-plugin' : 7.28 .5 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-create-regexp-features-plugin' : 7.28 .5 (@babel/core@7.28.6)
'@babel/helper-plugin-utils' : 7.28 .6
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/preset-env@7.28.6(@babel/core@7.28.6)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/compat-data' : 7.28 .6
'@babel/core' : 7.28 .6
'@babel/helper-compilation-targets' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
2025-09-24 21:38:13 +00:00
'@babel/helper-validator-option' : 7.27 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/plugin-bugfix-firefox-class-in-computed-class-key' : 7.28 .5 (@babel/core@7.28.6)
'@babel/plugin-bugfix-safari-class-field-initializer-scope' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-proposal-private-property-in-object' : 7.21 .0 -placeholder-for-preset-env.2(@babel/core@7.28.6)
'@babel/plugin-syntax-import-assertions' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-syntax-import-attributes' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-syntax-unicode-sets-regex' : 7.18 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-arrow-functions' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-async-generator-functions' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-async-to-generator' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-block-scoped-functions' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-block-scoping' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-class-properties' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-class-static-block' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-classes' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-computed-properties' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-destructuring' : 7.28 .5 (@babel/core@7.28.6)
'@babel/plugin-transform-dotall-regex' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-duplicate-keys' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-duplicate-named-capturing-groups-regex' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-dynamic-import' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-explicit-resource-management' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-exponentiation-operator' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-export-namespace-from' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-for-of' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-function-name' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-json-strings' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-literals' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-logical-assignment-operators' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-member-expression-literals' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-modules-amd' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-modules-commonjs' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-modules-systemjs' : 7.28 .5 (@babel/core@7.28.6)
'@babel/plugin-transform-modules-umd' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-named-capturing-groups-regex' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-new-target' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-nullish-coalescing-operator' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-numeric-separator' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-object-rest-spread' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-object-super' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-optional-catch-binding' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-optional-chaining' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-parameters' : 7.27 .7 (@babel/core@7.28.6)
'@babel/plugin-transform-private-methods' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-private-property-in-object' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-property-literals' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-regenerator' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-regexp-modifiers' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-reserved-words' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-shorthand-properties' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-spread' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-sticky-regex' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-template-literals' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-typeof-symbol' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-unicode-escapes' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-unicode-property-regex' : 7.28 .6 (@babel/core@7.28.6)
'@babel/plugin-transform-unicode-regex' : 7.27 .1 (@babel/core@7.28.6)
'@babel/plugin-transform-unicode-sets-regex' : 7.28 .6 (@babel/core@7.28.6)
'@babel/preset-modules' : 0.1 .6 -no -external-plugins(@babel/core@7.28.6)
babel-plugin-polyfill-corejs2 : 0.4 .15 (@babel/core@7.28.6)
babel-plugin-polyfill-corejs3 : 0.13 .0 (@babel/core@7.28.6)
babel-plugin-polyfill-regenerator : 0.6 .6 (@babel/core@7.28.6)
core-js-compat : 3.48 .0
2025-09-24 21:38:13 +00:00
semver : 6.3 .1
transitivePeerDependencies :
- supports-color
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.6)' :
2024-12-30 19:59:07 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-plugin-utils' : 7.28 .6
'@babel/types' : 7.28 .6
2025-09-24 21:38:13 +00:00
esutils : 2.0 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/runtime@7.28.6' : {}
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/template@7.28.6' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/code-frame' : 7.28 .6
'@babel/parser' : 7.28 .6
'@babel/types' : 7.28 .6
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@babel/traverse@7.27.7' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/code-frame' : 7.28 .6
'@babel/generator' : 7.28 .6
'@babel/parser' : 7.28 .6
'@babel/template' : 7.28 .6
'@babel/types' : 7.28 .6
2025-11-09 01:58:43 +00:00
debug : 4.4 .3
2024-08-07 12:23:35 +00:00
globals : 11.12 .0
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/traverse@7.28.6' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/code-frame' : 7.28 .6
'@babel/generator' : 7.28 .6
2025-09-24 21:38:13 +00:00
'@babel/helper-globals' : 7.28 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/parser' : 7.28 .6
'@babel/template' : 7.28 .6
'@babel/types' : 7.28 .6
2025-11-09 01:58:43 +00:00
debug : 4.4 .3
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/types@7.28.6' :
2025-09-24 21:38:13 +00:00
dependencies :
'@babel/helper-string-parser' : 7.27 .1
2025-11-09 01:58:43 +00:00
'@babel/helper-validator-identifier' : 7.28 .5
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/kv-asset-handler@0.4.2' : {}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/unenv-preset@2.11.0(unenv@2.0.0-rc.24)(workerd@1.20260120.0)' :
2025-03-11 23:38:38 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
unenv : 2.0 .0 -rc.24
2025-03-11 23:38:38 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
workerd : 1.20260120 .0
2025-03-11 23:38:38 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/workerd-darwin-64@1.20260120.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/workerd-darwin-arm64@1.20260120.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/workerd-linux-64@1.20260120.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/workerd-linux-arm64@1.20260120.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/workerd-windows-64@1.20260120.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/workers-types@4.20260124.0' : {}
2025-01-01 11:25:05 +00:00
2024-08-07 12:23:35 +00:00
'@cspotcode/source-map-support@0.8.1' :
dependencies :
'@jridgewell/trace-mapping' : 0.3 .9
2025-03-11 23:38:38 +00:00
'@docsearch/css@3.8.2' : {}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@docsearch/js@3.8.2(@algolia/client-search@5.47.0)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@docsearch/react' : 3.8 .2 (@algolia/client-search@5.47.0)
preact : 10.28 .2
2024-08-07 12:23:35 +00:00
transitivePeerDependencies :
- '@algolia/client-search'
- '@types/react'
- react
- react-dom
- search-insights
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@docsearch/react@3.8.2(@algolia/client-search@5.47.0)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@algolia/autocomplete-core' : 1.17 .7 (@algolia/client-search@5.47.0)(algoliasearch@5.47.0)
'@algolia/autocomplete-preset-algolia' : 1.17 .7 (@algolia/client-search@5.47.0)(algoliasearch@5.47.0)
2025-03-11 23:38:38 +00:00
'@docsearch/css' : 3.8 .2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
algoliasearch : 5.47 .0
2024-08-07 12:23:35 +00:00
transitivePeerDependencies :
- '@algolia/client-search'
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@emnapi/runtime@1.8.1' :
2025-03-11 23:38:38 +00:00
dependencies :
tslib : 2.8 .1
optional : true
2024-10-13 15:31:01 +00:00
'@esbuild/aix-ppc64@0.21.5' :
2024-08-07 12:23:35 +00:00
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/aix-ppc64@0.25.12' :
2024-08-07 12:23:35 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/aix-ppc64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/aix-ppc64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/android-arm64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/android-arm64@0.25.12' :
2024-10-17 06:03:48 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/android-arm64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/android-arm64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/android-arm@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/android-arm@0.25.12' :
2024-08-07 12:23:35 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/android-arm@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/android-arm@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/android-x64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/android-x64@0.25.12' :
2024-10-17 06:03:48 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/android-x64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/android-x64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/darwin-arm64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/darwin-arm64@0.25.12' :
2024-08-07 12:23:35 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/darwin-arm64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/darwin-arm64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/darwin-x64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/darwin-x64@0.25.12' :
2024-10-17 06:03:48 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/darwin-x64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/darwin-x64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/freebsd-arm64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/freebsd-arm64@0.25.12' :
2024-08-07 12:23:35 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/freebsd-arm64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/freebsd-arm64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/freebsd-x64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/freebsd-x64@0.25.12' :
2024-10-17 06:03:48 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/freebsd-x64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/freebsd-x64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/linux-arm64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/linux-arm64@0.25.12' :
2024-08-07 12:23:35 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/linux-arm64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-arm64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/linux-arm@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/linux-arm@0.25.12' :
2024-10-17 06:03:48 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/linux-arm@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-arm@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/linux-ia32@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/linux-ia32@0.25.12' :
2024-08-07 12:23:35 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/linux-ia32@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-ia32@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/linux-loong64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/linux-loong64@0.25.12' :
2024-10-17 06:03:48 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/linux-loong64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-loong64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/linux-mips64el@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/linux-mips64el@0.25.12' :
2024-08-07 12:23:35 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/linux-mips64el@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-mips64el@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/linux-ppc64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/linux-ppc64@0.25.12' :
2024-10-17 06:03:48 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/linux-ppc64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-ppc64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/linux-riscv64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/linux-riscv64@0.25.12' :
2024-08-07 12:23:35 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/linux-riscv64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-riscv64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/linux-s390x@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/linux-s390x@0.25.12' :
2024-10-17 06:03:48 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/linux-s390x@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-s390x@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/linux-x64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/linux-x64@0.25.12' :
2024-10-17 06:03:48 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/linux-x64@0.27.0' :
2024-12-30 19:59:07 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/linux-x64@0.27.2' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/netbsd-arm64@0.25.12' :
2024-08-07 12:23:35 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/netbsd-arm64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/netbsd-arm64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/netbsd-x64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/netbsd-x64@0.25.12' :
2024-12-30 19:59:07 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/netbsd-x64@0.27.0' :
2024-10-17 06:03:48 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/netbsd-x64@0.27.2' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/openbsd-arm64@0.25.12' :
2024-08-07 12:23:35 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/openbsd-arm64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/openbsd-arm64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/openbsd-x64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/openbsd-x64@0.25.12' :
2024-10-17 06:03:48 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/openbsd-x64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/openbsd-x64@0.27.2' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/openharmony-arm64@0.25.12' :
2024-08-07 12:23:35 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/openharmony-arm64@0.27.0' :
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/openharmony-arm64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/sunos-x64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/sunos-x64@0.25.12' :
2024-10-17 06:03:48 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/sunos-x64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/sunos-x64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/win32-arm64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/win32-arm64@0.25.12' :
2024-08-07 12:23:35 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/win32-arm64@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/win32-arm64@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/win32-ia32@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/win32-ia32@0.25.12' :
2024-10-17 06:03:48 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/win32-ia32@0.27.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/win32-ia32@0.27.2' :
optional : true
2024-08-07 12:23:35 +00:00
'@esbuild/win32-x64@0.21.5' :
optional : true
2025-11-09 01:58:43 +00:00
'@esbuild/win32-x64@0.25.12' :
2024-10-17 06:03:48 +00:00
optional : true
2025-12-05 16:53:07 +00:00
'@esbuild/win32-x64@0.27.0' :
2024-12-30 19:59:07 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@esbuild/win32-x64@0.27.2' :
optional : true
2025-11-09 01:58:43 +00:00
'@floating-ui/core@1.7.3' :
2025-03-27 12:54:11 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@floating-ui/utils' : 0.2 .10
2025-03-27 12:54:11 +00:00
2026-01-22 01:27:26 +00:00
'@floating-ui/dom@1.1.1' :
dependencies :
'@floating-ui/core' : 1.7 .3
2025-11-09 01:58:43 +00:00
'@floating-ui/dom@1.7.4' :
2025-03-27 12:54:11 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@floating-ui/core' : 1.7 .3
'@floating-ui/utils' : 0.2 .10
2025-03-27 12:54:11 +00:00
2025-11-09 01:58:43 +00:00
'@floating-ui/utils@0.2.10' : {}
2025-03-27 12:54:11 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@floating-ui/vue@1.1.9(vue@3.5.27(typescript@5.9.3))' :
2025-03-27 12:54:11 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@floating-ui/dom' : 1.7 .4
'@floating-ui/utils' : 0.2 .10
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vue-demi : 0.14 .10 (vue@3.5.27(typescript@5.9.3))
2025-03-27 12:54:11 +00:00
transitivePeerDependencies :
- '@vue/composition-api'
- vue
2024-08-07 12:23:35 +00:00
'@fmhy/colors@0.0.11' : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@fmhy/components@0.0.3(typescript@5.9.3)(vitepress@1.6.4(@algolia/client-search@5.47.0)(@types/node@24.10.9)(nprogress@0.2.0)(postcss@8.5.6)(sass@1.97.3)(terser@5.46.0)(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3))' :
2024-08-31 18:17:01 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
typescript : 5.9 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vitepress : 1.6 .4 (@algolia/client-search@5.47.0)(@types/node@24.10.9)(nprogress@0.2.0)(postcss@8.5.6)(sass@1.97.3)(terser@5.46.0)(typescript@5.9.3)
vue : 3.5 .27 (typescript@5.9.3)
2024-08-31 18:17:01 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@headlessui/vue@1.7.23(vue@3.5.27(typescript@5.9.3))' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@tanstack/vue-virtual' : 3.13 .18 (vue@3.5.27(typescript@5.9.3))
vue : 3.5 .27 (typescript@5.9.3)
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@ianvs/prettier-plugin-sort-imports@4.7.0(@vue/compiler-sfc@3.5.27)(prettier@3.8.1)' :
2024-08-28 11:37:06 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/generator' : 7.28 .6
'@babel/parser' : 7.28 .6
'@babel/traverse' : 7.28 .6
'@babel/types' : 7.28 .6
prettier : 3.8 .1
2025-11-09 01:58:43 +00:00
semver : 7.7 .3
2024-08-28 11:37:06 +00:00
optionalDependencies :
2026-01-22 01:27:26 +00:00
'@vue/compiler-sfc' : 3.5 .27
2024-08-28 11:37:06 +00:00
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@iconify-json/carbon@1.2.18' :
2024-08-07 12:23:35 +00:00
dependencies :
'@iconify/types' : 2.0 .0
2025-06-09 18:49:48 +00:00
'@iconify-json/fluent-mdl2@1.2.1' :
dependencies :
'@iconify/types' : 2.0 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@iconify-json/fluent@1.2.37' :
2025-06-09 18:49:48 +00:00
dependencies :
'@iconify/types' : 2.0 .0
2025-11-09 01:58:43 +00:00
'@iconify-json/gravity-ui@1.2.10' :
2025-05-27 06:19:37 +00:00
dependencies :
'@iconify/types' : 2.0 .0
2025-11-09 01:58:43 +00:00
'@iconify-json/heroicons-solid@1.2.1' :
2024-08-07 12:23:35 +00:00
dependencies :
'@iconify/types' : 2.0 .0
2025-11-09 01:58:43 +00:00
'@iconify-json/logos@1.2.10' :
2025-06-24 17:36:01 +00:00
dependencies :
'@iconify/types' : 2.0 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@iconify-json/lucide@1.2.86' :
2024-08-25 11:00:20 +00:00
dependencies :
'@iconify/types' : 2.0 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@iconify-json/material-symbols@1.2.53' :
2025-06-09 18:49:48 +00:00
dependencies :
'@iconify/types' : 2.0 .0
2025-11-09 01:58:43 +00:00
'@iconify-json/mdi@1.2.3' :
2024-08-07 12:23:35 +00:00
dependencies :
'@iconify/types' : 2.0 .0
2025-03-27 12:54:11 +00:00
'@iconify-json/ph@1.2.2' :
2025-06-09 18:49:48 +00:00
dependencies :
'@iconify/types' : 2.0 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@iconify-json/qlementine-icons@1.2.14' :
2024-11-23 14:46:16 +00:00
dependencies :
'@iconify/types' : 2.0 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@iconify-json/simple-icons@1.2.67' :
2025-03-11 23:38:38 +00:00
dependencies :
'@iconify/types' : 2.0 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@iconify-json/twemoji@1.2.5' :
2024-08-07 12:23:35 +00:00
dependencies :
'@iconify/types' : 2.0 .0
'@iconify/types@2.0.0' : {}
2025-12-05 16:53:07 +00:00
'@iconify/utils@3.1.0' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@antfu/install-pkg' : 1.1 .0
2024-08-07 12:23:35 +00:00
'@iconify/types' : 2.0 .0
2025-11-09 01:58:43 +00:00
mlly : 1.8 .0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/colour@1.0.0' : {}
'@img/sharp-darwin-arm64@0.34.5' :
2025-03-11 23:38:38 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-darwin-arm64' : 1.2 .4
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-darwin-x64@0.34.5' :
2025-03-11 23:38:38 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-darwin-x64' : 1.2 .4
optional : true
'@img/sharp-libvips-darwin-arm64@1.2.4' :
optional : true
'@img/sharp-libvips-darwin-x64@1.2.4' :
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linux-arm64@1.2.4' :
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linux-arm@1.2.4' :
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linux-ppc64@1.2.4' :
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linux-riscv64@1.2.4' :
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linux-s390x@1.2.4' :
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linux-x64@1.2.4' :
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linuxmusl-arm64@1.2.4' :
optional : true
'@img/sharp-libvips-linuxmusl-x64@1.2.4' :
optional : true
'@img/sharp-linux-arm64@0.34.5' :
optionalDependencies :
'@img/sharp-libvips-linux-arm64' : 1.2 .4
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-linux-arm@0.34.5' :
optionalDependencies :
'@img/sharp-libvips-linux-arm' : 1.2 .4
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-linux-ppc64@0.34.5' :
2025-03-11 23:38:38 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linux-ppc64' : 1.2 .4
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-linux-riscv64@0.34.5' :
2025-03-11 23:38:38 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linux-riscv64' : 1.2 .4
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-linux-s390x@0.34.5' :
2025-03-11 23:38:38 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linux-s390x' : 1.2 .4
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-linux-x64@0.34.5' :
2025-03-11 23:38:38 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linux-x64' : 1.2 .4
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-linuxmusl-arm64@0.34.5' :
2025-03-11 23:38:38 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linuxmusl-arm64' : 1.2 .4
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-linuxmusl-x64@0.34.5' :
2025-03-11 23:38:38 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-libvips-linuxmusl-x64' : 1.2 .4
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-wasm32@0.34.5' :
2025-03-11 23:38:38 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@emnapi/runtime' : 1.8 .1
optional : true
'@img/sharp-win32-arm64@0.34.5' :
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-win32-ia32@0.34.5' :
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-win32-x64@0.34.5' :
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@internationalized/date@3.10.1' :
2025-03-27 12:54:11 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@swc/helpers' : 0.5 .18
2025-03-27 12:54:11 +00:00
2025-11-09 01:58:43 +00:00
'@internationalized/number@3.6.5' :
2025-03-27 12:54:11 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@swc/helpers' : 0.5 .18
2025-03-27 12:54:11 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@ioredis/commands@1.5.0' : {}
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@isaacs/balanced-match@4.0.1' : {}
'@isaacs/brace-expansion@5.0.0' :
dependencies :
'@isaacs/balanced-match' : 4.0 .1
2024-10-13 15:31:01 +00:00
'@isaacs/cliui@8.0.2' :
dependencies :
string-width : 5.1 .2
string-width-cjs : string-width@4.2.3
2025-11-09 01:58:43 +00:00
strip-ansi : 7.1 .2
2024-10-13 15:31:01 +00:00
strip-ansi-cjs : strip-ansi@6.0.1
wrap-ansi : 8.1 .0
wrap-ansi-cjs : wrap-ansi@7.0.0
2024-12-30 19:59:07 +00:00
'@isaacs/fs-minipass@4.0.1' :
dependencies :
minipass : 7.1 .2
2025-09-24 21:38:13 +00:00
'@jridgewell/gen-mapping@0.3.13' :
dependencies :
2025-11-09 01:58:43 +00:00
'@jridgewell/sourcemap-codec' : 1.5 .5
2025-09-24 21:38:13 +00:00
'@jridgewell/trace-mapping' : 0.3 .31
2025-11-09 01:58:43 +00:00
'@jridgewell/remapping@2.3.5' :
2024-12-30 19:59:07 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@jridgewell/gen-mapping' : 0.3 .13
'@jridgewell/trace-mapping' : 0.3 .31
2024-08-07 12:23:35 +00:00
2024-12-30 19:59:07 +00:00
'@jridgewell/resolve-uri@3.1.2' : {}
2025-11-09 01:58:43 +00:00
'@jridgewell/source-map@0.3.11' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@jridgewell/gen-mapping' : 0.3 .13
'@jridgewell/trace-mapping' : 0.3 .31
2024-08-25 11:00:20 +00:00
2025-11-09 01:58:43 +00:00
'@jridgewell/sourcemap-codec@1.5.5' : {}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@jridgewell/trace-mapping@0.3.31' :
dependencies :
'@jridgewell/resolve-uri' : 3.1 .2
2025-11-09 01:58:43 +00:00
'@jridgewell/sourcemap-codec' : 1.5 .5
2025-09-24 21:38:13 +00:00
2024-08-07 12:23:35 +00:00
'@jridgewell/trace-mapping@0.3.9' :
dependencies :
2024-12-30 19:59:07 +00:00
'@jridgewell/resolve-uri' : 3.1 .2
2025-11-09 01:58:43 +00:00
'@jridgewell/sourcemap-codec' : 1.5 .5
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@mapbox/node-pre-gyp@2.0.3' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
consola : 3.4 .2
detect-libc : 2.1 .2
https-proxy-agent : 7.0 .6
2024-08-07 12:23:35 +00:00
node-fetch : 2.7 .0
2025-03-11 23:38:38 +00:00
nopt : 8.1 .0
2025-11-09 01:58:43 +00:00
semver : 7.7 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
tar : 7.5 .6
2024-08-07 12:23:35 +00:00
transitivePeerDependencies :
- encoding
- supports-color
'@nodelib/fs.scandir@2.1.5' :
dependencies :
'@nodelib/fs.stat' : 2.0 .5
run-parallel : 1.2 .0
'@nodelib/fs.stat@2.0.5' : {}
'@nodelib/fs.walk@1.2.8' :
dependencies :
'@nodelib/fs.scandir' : 2.1 .5
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
fastq : 1.20 .1
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-android-arm64@2.5.6' :
2025-03-11 23:38:38 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-darwin-arm64@2.5.6' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-darwin-x64@2.5.6' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-freebsd-x64@2.5.6' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-linux-arm-glibc@2.5.6' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-linux-arm-musl@2.5.6' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-linux-arm64-glibc@2.5.6' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-linux-arm64-musl@2.5.6' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-linux-x64-glibc@2.5.6' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-linux-x64-musl@2.5.6' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-wasm@2.5.6' :
2024-08-07 12:23:35 +00:00
dependencies :
is-glob : 4.0 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
picomatch : 4.0 .3
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-win32-arm64@2.5.6' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-win32-ia32@2.5.6' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-win32-x64@2.5.6' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher@2.5.6' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
detect-libc : 2.1 .2
2024-08-07 12:23:35 +00:00
is-glob : 4.0 .3
2024-10-13 15:31:01 +00:00
node-addon-api : 7.1 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
picomatch : 4.0 .3
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher-android-arm64' : 2.5 .6
'@parcel/watcher-darwin-arm64' : 2.5 .6
'@parcel/watcher-darwin-x64' : 2.5 .6
'@parcel/watcher-freebsd-x64' : 2.5 .6
'@parcel/watcher-linux-arm-glibc' : 2.5 .6
'@parcel/watcher-linux-arm-musl' : 2.5 .6
'@parcel/watcher-linux-arm64-glibc' : 2.5 .6
'@parcel/watcher-linux-arm64-musl' : 2.5 .6
'@parcel/watcher-linux-x64-glibc' : 2.5 .6
'@parcel/watcher-linux-x64-musl' : 2.5 .6
'@parcel/watcher-win32-arm64' : 2.5 .6
'@parcel/watcher-win32-ia32' : 2.5 .6
'@parcel/watcher-win32-x64' : 2.5 .6
2024-10-13 15:31:01 +00:00
'@pkgjs/parseargs@0.11.0' :
optional : true
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@polka/url@1.0.0-next.29' : {}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@poppinss/colors@4.1.6' :
2025-03-11 23:38:38 +00:00
dependencies :
kleur : 4.1 .5
2025-11-09 01:58:43 +00:00
'@poppinss/dumper@0.6.5' :
2024-12-30 19:59:07 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@poppinss/colors' : 4.1 .6
'@sindresorhus/is' : 7.2 .0
2025-11-09 01:58:43 +00:00
supports-color : 10.2 .2
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@poppinss/exception@1.2.3' : {}
2024-12-30 19:59:07 +00:00
2025-12-05 16:53:07 +00:00
'@quansync/fs@1.0.0' :
2024-12-30 19:59:07 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
quansync : 1.0 .0
2024-12-30 19:59:07 +00:00
2024-08-07 12:23:35 +00:00
'@resvg/resvg-js-android-arm-eabi@2.6.2' :
optional : true
'@resvg/resvg-js-android-arm64@2.6.2' :
optional : true
'@resvg/resvg-js-darwin-arm64@2.6.2' :
optional : true
'@resvg/resvg-js-darwin-x64@2.6.2' :
optional : true
'@resvg/resvg-js-linux-arm-gnueabihf@2.6.2' :
optional : true
'@resvg/resvg-js-linux-arm64-gnu@2.6.2' :
optional : true
'@resvg/resvg-js-linux-arm64-musl@2.6.2' :
optional : true
'@resvg/resvg-js-linux-x64-gnu@2.6.2' :
optional : true
'@resvg/resvg-js-linux-x64-musl@2.6.2' :
optional : true
'@resvg/resvg-js-win32-arm64-msvc@2.6.2' :
optional : true
'@resvg/resvg-js-win32-ia32-msvc@2.6.2' :
optional : true
'@resvg/resvg-js-win32-x64-msvc@2.6.2' :
optional : true
'@resvg/resvg-js@2.6.2' :
optionalDependencies :
'@resvg/resvg-js-android-arm-eabi' : 2.6 .2
'@resvg/resvg-js-android-arm64' : 2.6 .2
'@resvg/resvg-js-darwin-arm64' : 2.6 .2
'@resvg/resvg-js-darwin-x64' : 2.6 .2
'@resvg/resvg-js-linux-arm-gnueabihf' : 2.6 .2
'@resvg/resvg-js-linux-arm64-gnu' : 2.6 .2
'@resvg/resvg-js-linux-arm64-musl' : 2.6 .2
'@resvg/resvg-js-linux-x64-gnu' : 2.6 .2
'@resvg/resvg-js-linux-x64-musl' : 2.6 .2
'@resvg/resvg-js-win32-arm64-msvc' : 2.6 .2
'@resvg/resvg-js-win32-ia32-msvc' : 2.6 .2
'@resvg/resvg-js-win32-x64-msvc' : 2.6 .2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/plugin-alias@6.0.0(rollup@4.56.0)' :
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup : 4.56 .0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/plugin-babel@5.3.1(@babel/core@7.28.6)(rollup@2.79.2)' :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-module-imports' : 7.28 .6
2025-09-24 21:38:13 +00:00
'@rollup/pluginutils' : 3.1 .0 (rollup@2.79.2)
rollup : 2.79 .2
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/plugin-commonjs@29.0.0(rollup@4.56.0)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/pluginutils' : 5.3 .0 (rollup@4.56.0)
2024-08-07 12:23:35 +00:00
commondir : 1.0 .1
estree-walker : 2.0 .2
2025-11-09 01:58:43 +00:00
fdir : 6.5 .0 (picomatch@4.0.3)
2024-08-07 12:23:35 +00:00
is-reference : 1.2 .1
2025-11-09 01:58:43 +00:00
magic-string : 0.30 .21
picomatch : 4.0 .3
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup : 4.56 .0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/plugin-inject@5.0.5(rollup@4.56.0)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/pluginutils' : 5.3 .0 (rollup@4.56.0)
2024-08-07 12:23:35 +00:00
estree-walker : 2.0 .2
2025-11-09 01:58:43 +00:00
magic-string : 0.30 .21
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup : 4.56 .0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/plugin-json@6.1.0(rollup@4.56.0)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/pluginutils' : 5.3 .0 (rollup@4.56.0)
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup : 4.56 .0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@rollup/plugin-node-resolve@15.3.1(rollup@2.79.2)' :
dependencies :
2025-11-09 01:58:43 +00:00
'@rollup/pluginutils' : 5.3 .0 (rollup@2.79.2)
2025-09-24 21:38:13 +00:00
'@types/resolve' : 1.20 .2
deepmerge : 4.3 .1
is-module : 1.0 .0
2025-11-09 01:58:43 +00:00
resolve : 1.22 .11
2025-09-24 21:38:13 +00:00
optionalDependencies :
rollup : 2.79 .2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/plugin-node-resolve@16.0.3(rollup@4.56.0)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/pluginutils' : 5.3 .0 (rollup@4.56.0)
2024-08-07 12:23:35 +00:00
'@types/resolve' : 1.20 .2
deepmerge : 4.3 .1
is-module : 1.0 .0
2025-11-09 01:58:43 +00:00
resolve : 1.22 .11
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup : 4.56 .0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@rollup/plugin-replace@2.4.2(rollup@2.79.2)' :
dependencies :
'@rollup/pluginutils' : 3.1 .0 (rollup@2.79.2)
magic-string : 0.25 .9
rollup : 2.79 .2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/plugin-replace@6.0.3(rollup@4.56.0)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/pluginutils' : 5.3 .0 (rollup@4.56.0)
2025-11-09 01:58:43 +00:00
magic-string : 0.30 .21
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup : 4.56 .0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/plugin-strip@3.0.4(rollup@4.56.0)' :
2024-08-31 18:17:01 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/pluginutils' : 5.3 .0 (rollup@4.56.0)
2024-08-31 18:17:01 +00:00
estree-walker : 2.0 .2
2025-11-09 01:58:43 +00:00
magic-string : 0.30 .21
2024-08-31 18:17:01 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup : 4.56 .0
2024-08-31 18:17:01 +00:00
2025-09-24 21:38:13 +00:00
'@rollup/plugin-terser@0.4.4(rollup@2.79.2)' :
dependencies :
serialize-javascript : 6.0 .2
smob : 1.5 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
terser : 5.46 .0
2025-09-24 21:38:13 +00:00
optionalDependencies :
rollup : 2.79 .2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/plugin-terser@0.4.4(rollup@4.56.0)' :
2024-08-07 12:23:35 +00:00
dependencies :
2024-10-13 15:31:01 +00:00
serialize-javascript : 6.0 .2
smob : 1.5 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
terser : 5.46 .0
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup : 4.56 .0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
'@rollup/pluginutils@3.1.0(rollup@2.79.2)' :
dependencies :
'@types/estree' : 0.0 .39
estree-walker : 1.0 .1
picomatch : 2.3 .1
rollup : 2.79 .2
2025-11-09 01:58:43 +00:00
'@rollup/pluginutils@5.3.0(rollup@2.79.2)' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@types/estree' : 1.0 .8
2024-08-07 12:23:35 +00:00
estree-walker : 2.0 .2
2025-11-09 01:58:43 +00:00
picomatch : 4.0 .3
2024-12-30 19:59:07 +00:00
optionalDependencies :
2025-11-09 01:58:43 +00:00
rollup : 2.79 .2
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/pluginutils@5.3.0(rollup@4.56.0)' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@types/estree' : 1.0 .8
2024-08-07 12:23:35 +00:00
estree-walker : 2.0 .2
2025-11-09 01:58:43 +00:00
picomatch : 4.0 .3
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup : 4.56 .0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-android-arm-eabi@4.56.0' :
2025-11-09 01:58:43 +00:00
optional : true
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-android-arm64@4.56.0' :
2025-11-09 01:58:43 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-darwin-arm64@4.56.0' :
2025-11-09 01:58:43 +00:00
optional : true
2024-12-30 19:59:07 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-darwin-x64@4.56.0' :
2024-12-30 19:59:07 +00:00
optional : true
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-freebsd-arm64@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-freebsd-x64@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-arm-gnueabihf@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-arm-musleabihf@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-arm64-gnu@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-arm64-musl@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-loong64-gnu@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-loong64-musl@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-ppc64-gnu@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-ppc64-musl@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-riscv64-gnu@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-riscv64-musl@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-s390x-gnu@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-x64-gnu@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-linux-x64-musl@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-openbsd-x64@4.56.0' :
2024-08-07 12:23:35 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-openharmony-arm64@4.56.0' :
2024-12-30 19:59:07 +00:00
optional : true
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-win32-arm64-msvc@4.56.0' :
optional : true
'@rollup/rollup-win32-ia32-msvc@4.56.0' :
optional : true
'@rollup/rollup-win32-x64-gnu@4.56.0' :
optional : true
'@rollup/rollup-win32-x64-msvc@4.56.0' :
2024-12-30 19:59:07 +00:00
optional : true
2025-03-11 23:38:38 +00:00
'@shikijs/core@2.5.0' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-03-11 23:38:38 +00:00
'@shikijs/engine-javascript' : 2.5 .0
'@shikijs/engine-oniguruma' : 2.5 .0
'@shikijs/types' : 2.5 .0
'@shikijs/vscode-textmate' : 10.0 .2
2024-08-07 12:23:35 +00:00
'@types/hast' : 3.0 .4
2025-03-11 23:38:38 +00:00
hast-util-to-html : 9.0 .5
'@shikijs/engine-javascript@2.5.0' :
dependencies :
'@shikijs/types' : 2.5 .0
'@shikijs/vscode-textmate' : 10.0 .2
oniguruma-to-es : 3.1 .1
2024-10-13 15:31:01 +00:00
2025-03-11 23:38:38 +00:00
'@shikijs/engine-oniguruma@2.5.0' :
2024-10-13 15:31:01 +00:00
dependencies :
2025-03-11 23:38:38 +00:00
'@shikijs/types' : 2.5 .0
'@shikijs/vscode-textmate' : 10.0 .2
2024-08-07 12:23:35 +00:00
2025-03-11 23:38:38 +00:00
'@shikijs/langs@2.5.0' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-03-11 23:38:38 +00:00
'@shikijs/types' : 2.5 .0
2024-10-13 15:31:01 +00:00
2025-03-11 23:38:38 +00:00
'@shikijs/themes@2.5.0' :
2024-10-13 15:31:01 +00:00
dependencies :
2025-03-11 23:38:38 +00:00
'@shikijs/types' : 2.5 .0
2024-10-13 15:31:01 +00:00
2025-03-11 23:38:38 +00:00
'@shikijs/transformers@2.5.0' :
2024-10-13 15:31:01 +00:00
dependencies :
2025-03-11 23:38:38 +00:00
'@shikijs/core' : 2.5 .0
'@shikijs/types' : 2.5 .0
'@shikijs/types@2.5.0' :
dependencies :
'@shikijs/vscode-textmate' : 10.0 .2
2024-10-13 15:31:01 +00:00
'@types/hast' : 3.0 .4
2025-03-11 23:38:38 +00:00
'@shikijs/vscode-textmate@10.0.2' : {}
2024-08-07 12:23:35 +00:00
'@shuding/opentype.js@1.4.0-beta.0' :
dependencies :
fflate : 0.7 .4
string.prototype.codepointat : 0.2 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@sindresorhus/is@7.2.0' : {}
2025-03-11 23:38:38 +00:00
2025-11-09 01:58:43 +00:00
'@sindresorhus/merge-streams@4.0.0' : {}
2024-10-13 15:31:01 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@speed-highlight/core@1.2.14' : {}
2025-03-11 23:38:38 +00:00
2025-09-24 21:38:13 +00:00
'@surma/rollup-plugin-off-main-thread@2.2.3' :
dependencies :
ejs : 3.1 .10
json5 : 2.2 .3
magic-string : 0.25 .9
string.prototype.matchall : 4.0 .12
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@swc/helpers@0.5.18' :
2025-03-27 12:54:11 +00:00
dependencies :
tslib : 2.8 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@tanstack/virtual-core@3.13.18' : {}
2025-03-27 12:54:11 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@tanstack/vue-virtual@3.13.18(vue@3.5.27(typescript@5.9.3))' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@tanstack/virtual-core' : 3.13 .18
vue : 3.5 .27 (typescript@5.9.3)
2025-03-27 12:54:11 +00:00
2025-09-24 21:38:13 +00:00
'@types/estree@0.0.39' : {}
2025-11-09 01:58:43 +00:00
'@types/estree@1.0.8' : {}
2024-10-13 15:31:01 +00:00
2024-08-07 12:23:35 +00:00
'@types/hast@3.0.4' :
dependencies :
2024-10-13 15:31:01 +00:00
'@types/unist' : 3.0 .3
2024-08-07 12:23:35 +00:00
'@types/linkify-it@5.0.0' : {}
2024-09-01 15:12:33 +00:00
'@types/markdown-it@14.1.2' :
2024-08-07 12:23:35 +00:00
dependencies :
'@types/linkify-it' : 5.0 .0
'@types/mdurl' : 2.0 .0
2024-10-13 15:31:01 +00:00
'@types/mdast@4.0.4' :
dependencies :
'@types/unist' : 3.0 .3
2024-08-07 12:23:35 +00:00
'@types/mdurl@2.0.0' : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@types/node@24.10.9' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
undici-types : 7.16 .0
2024-08-07 12:23:35 +00:00
'@types/nprogress@0.2.3' : {}
2024-08-25 11:00:20 +00:00
'@types/parse-author@2.0.3' : {}
'@types/parse-json@4.0.2' : {}
2024-08-07 12:23:35 +00:00
'@types/resolve@1.20.2' : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@types/tinycolor2@1.4.6' : {}
2025-09-24 21:38:13 +00:00
'@types/trusted-types@2.0.7' : {}
2024-10-13 15:31:01 +00:00
'@types/unist@3.0.3' : {}
2024-08-07 12:23:35 +00:00
2025-03-11 23:38:38 +00:00
'@types/web-bluetooth@0.0.21' : {}
2024-08-07 12:23:35 +00:00
2025-03-11 23:38:38 +00:00
'@ungap/structured-clone@1.3.0' : {}
2024-10-13 15:31:01 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@unocss/astro@66.5.10(vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0))' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
'@unocss/reset' : 66.5 .10
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@unocss/vite' : 66.5 .10 (vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0))
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vite : 5.4 .21 (@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0)
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/cli@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@jridgewell/remapping' : 2.3 .5
2025-12-05 16:53:07 +00:00
'@unocss/config' : 66.5 .10
'@unocss/core' : 66.5 .10
'@unocss/preset-uno' : 66.5 .10
2024-08-07 12:23:35 +00:00
cac : 6.7 .14
chokidar : 3.6 .0
colorette : 2.0 .20
2025-11-09 01:58:43 +00:00
consola : 3.4 .2
magic-string : 0.30 .21
2025-03-11 23:38:38 +00:00
pathe : 2.0 .3
2024-08-07 12:23:35 +00:00
perfect-debounce : 1.0 .0
2025-11-09 01:58:43 +00:00
tinyglobby : 0.2 .15
unplugin-utils : 0.3 .1
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/config@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
unconfig : 7.4 .2
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/core@66.5.10' : {}
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/extractor-arbitrary-variants@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/inspector@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
'@unocss/rule-utils' : 66.5 .10
2025-01-12 17:44:42 +00:00
colorette : 2.0 .20
2024-08-07 12:23:35 +00:00
gzip-size : 6.0 .0
2025-11-09 01:58:43 +00:00
sirv : 3.0 .2
vue-flow-layout : 0.2 .0
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/postcss@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/config' : 66.5 .10
'@unocss/core' : 66.5 .10
'@unocss/rule-utils' : 66.5 .10
2025-01-12 17:44:42 +00:00
css-tree : 3.1 .0
2025-11-09 01:58:43 +00:00
postcss : 8.5 .6
tinyglobby : 0.2 .15
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-attributify@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-icons@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@iconify/utils' : 3.1 .0
'@unocss/core' : 66.5 .10
2025-11-09 01:58:43 +00:00
ofetch : 1.5 .1
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-mini@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
'@unocss/extractor-arbitrary-variants' : 66.5 .10
'@unocss/rule-utils' : 66.5 .10
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-tagify@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-typography@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
'@unocss/rule-utils' : 66.5 .10
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-uno@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
'@unocss/preset-wind3' : 66.5 .10
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-web-fonts@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
2025-11-09 01:58:43 +00:00
ofetch : 1.5 .1
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-wind3@66.5.10' :
2025-03-11 23:38:38 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
'@unocss/preset-mini' : 66.5 .10
'@unocss/rule-utils' : 66.5 .10
2025-03-11 23:38:38 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-wind4@66.5.10' :
2025-03-11 23:38:38 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
'@unocss/extractor-arbitrary-variants' : 66.5 .10
'@unocss/rule-utils' : 66.5 .10
2025-03-11 23:38:38 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/preset-wind@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
'@unocss/preset-wind3' : 66.5 .10
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/reset@66.5.10' : {}
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/rule-utils@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
2025-11-09 01:58:43 +00:00
magic-string : 0.30 .21
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/transformer-attributify-jsx@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@babel/parser' : 7.27 .7
'@babel/traverse' : 7.27 .7
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
2025-11-09 01:58:43 +00:00
transitivePeerDependencies :
- supports-color
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/transformer-compile-class@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/transformer-directives@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
'@unocss/rule-utils' : 66.5 .10
2025-01-12 17:44:42 +00:00
css-tree : 3.1 .0
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@unocss/transformer-variant-group@66.5.10' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@unocss/core' : 66.5 .10
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@unocss/vite@66.5.10(vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0))' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@jridgewell/remapping' : 2.3 .5
2025-12-05 16:53:07 +00:00
'@unocss/config' : 66.5 .10
'@unocss/core' : 66.5 .10
'@unocss/inspector' : 66.5 .10
2024-08-07 12:23:35 +00:00
chokidar : 3.6 .0
2025-11-09 01:58:43 +00:00
magic-string : 0.30 .21
pathe : 2.0 .3
tinyglobby : 0.2 .15
unplugin-utils : 0.3 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vite : 5.4 .21 (@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0)
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vercel/nft@1.3.0(rollup@4.56.0)' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@mapbox/node-pre-gyp' : 2.0 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/pluginutils' : 5.3 .0 (rollup@4.56.0)
2025-11-09 01:58:43 +00:00
acorn : 8.15 .0
acorn-import-attributes : 1.9 .5 (acorn@8.15.0)
2024-08-07 12:23:35 +00:00
async-sema : 3.1 .1
bindings : 1.5 .0
estree-walker : 2.0 .2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
glob : 13.0 .0
2024-08-07 12:23:35 +00:00
graceful-fs : 4.2 .11
2024-12-30 19:59:07 +00:00
node-gyp-build : 4.8 .4
2025-11-09 01:58:43 +00:00
picomatch : 4.0 .3
2024-08-07 12:23:35 +00:00
resolve-from : 5.0 .0
transitivePeerDependencies :
- encoding
2024-12-30 19:59:07 +00:00
- rollup
2024-08-07 12:23:35 +00:00
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0))(vue@3.5.27(typescript@5.9.3))' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vite : 5.4 .21 (@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0)
vue : 3.5 .27 (typescript@5.9.3)
2024-08-07 12:23:35 +00:00
2026-01-22 01:27:26 +00:00
'@vue/compiler-core@3.5.27' :
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/parser' : 7.28 .6
2026-01-22 01:27:26 +00:00
'@vue/shared' : 3.5 .27
entities : 7.0 .1
estree-walker : 2.0 .2
source-map-js : 1.2 .1
'@vue/compiler-dom@3.5.27' :
dependencies :
'@vue/compiler-core' : 3.5 .27
'@vue/shared' : 3.5 .27
'@vue/compiler-sfc@3.5.27' :
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/parser' : 7.28 .6
2026-01-22 01:27:26 +00:00
'@vue/compiler-core' : 3.5 .27
'@vue/compiler-dom' : 3.5 .27
'@vue/compiler-ssr' : 3.5 .27
'@vue/shared' : 3.5 .27
estree-walker : 2.0 .2
magic-string : 0.30 .21
postcss : 8.5 .6
source-map-js : 1.2 .1
'@vue/compiler-ssr@3.5.27' :
dependencies :
'@vue/compiler-dom' : 3.5 .27
'@vue/shared' : 3.5 .27
2025-12-05 16:53:07 +00:00
'@vue/devtools-api@7.7.9' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@vue/devtools-kit' : 7.7 .9
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@vue/devtools-kit@7.7.9' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@vue/devtools-shared' : 7.7 .9
birpc : 2.9 .0
2024-08-07 12:23:35 +00:00
hookable : 5.5 .3
mitt : 3.0 .1
perfect-debounce : 1.0 .0
speakingurl : 14.0 .1
2025-12-05 16:53:07 +00:00
superjson : 2.2 .6
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@vue/devtools-shared@7.7.9' :
2024-08-07 12:23:35 +00:00
dependencies :
rfdc : 1.4 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vue/reactivity@3.5.27' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vue/shared' : 3.5 .27
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vue/runtime-core@3.5.27' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vue/reactivity' : 3.5 .27
'@vue/shared' : 3.5 .27
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vue/runtime-dom@3.5.27' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vue/reactivity' : 3.5 .27
'@vue/runtime-core' : 3.5 .27
'@vue/shared' : 3.5 .27
2025-12-05 16:53:07 +00:00
csstype : 3.2 .3
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vue/server-renderer@3.5.27(vue@3.5.27(typescript@5.9.3))' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vue/compiler-ssr' : 3.5 .27
'@vue/shared' : 3.5 .27
vue : 3.5 .27 (typescript@5.9.3)
2024-08-18 05:17:55 +00:00
2026-01-22 01:27:26 +00:00
'@vue/shared@3.5.27' : {}
2025-11-09 01:58:43 +00:00
'@vueuse/core@12.8.2(typescript@5.9.3)' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-03-11 23:38:38 +00:00
'@types/web-bluetooth' : 0.0 .21
'@vueuse/metadata' : 12.8 .2
2025-11-09 01:58:43 +00:00
'@vueuse/shared' : 12.8 .2 (typescript@5.9.3)
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vue : 3.5 .27 (typescript@5.9.3)
2024-08-07 12:23:35 +00:00
transitivePeerDependencies :
2025-03-11 23:38:38 +00:00
- typescript
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vueuse/core@14.1.0(vue@3.5.27(typescript@5.9.3))' :
2025-03-11 23:38:38 +00:00
dependencies :
'@types/web-bluetooth' : 0.0 .21
2025-12-05 16:53:07 +00:00
'@vueuse/metadata' : 14.1 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vueuse/shared' : 14.1 .0 (vue@3.5.27(typescript@5.9.3))
vue : 3.5 .27 (typescript@5.9.3)
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vueuse/integrations@12.8.2(focus-trap@7.8.0)(nprogress@0.2.0)(typescript@5.9.3)' :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@vueuse/core' : 12.8 .2 (typescript@5.9.3)
'@vueuse/shared' : 12.8 .2 (typescript@5.9.3)
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vue : 3.5 .27 (typescript@5.9.3)
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
focus-trap : 7.8 .0
2024-08-07 12:23:35 +00:00
nprogress : 0.2 .0
transitivePeerDependencies :
2025-03-11 23:38:38 +00:00
- typescript
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vueuse/integrations@14.1.0(focus-trap@7.8.0)(nprogress@0.2.0)(vue@3.5.27(typescript@5.9.3))' :
2026-01-04 05:39:22 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vueuse/core' : 14.1 .0 (vue@3.5.27(typescript@5.9.3))
'@vueuse/shared' : 14.1 .0 (vue@3.5.27(typescript@5.9.3))
vue : 3.5 .27 (typescript@5.9.3)
2026-01-04 05:39:22 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
focus-trap : 7.8 .0
2026-01-04 05:39:22 +00:00
nprogress : 0.2 .0
2025-03-11 23:38:38 +00:00
'@vueuse/metadata@12.8.2' : {}
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
'@vueuse/metadata@14.1.0' : {}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
'@vueuse/shared@12.8.2(typescript@5.9.3)' :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vue : 3.5 .27 (typescript@5.9.3)
2024-08-07 12:23:35 +00:00
transitivePeerDependencies :
2025-03-11 23:38:38 +00:00
- typescript
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vueuse/shared@14.1.0(vue@3.5.27(typescript@5.9.3))' :
2025-03-11 23:38:38 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vue : 3.5 .27 (typescript@5.9.3)
2025-03-11 23:38:38 +00:00
2025-11-09 01:58:43 +00:00
abbrev@3.0.1 : {}
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
abort-controller@3.0.0 :
dependencies :
event-target-shim : 5.0 .1
2025-11-09 01:58:43 +00:00
acorn-import-attributes@1.9.5(acorn@8.15.0) :
2024-10-13 15:31:01 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
acorn : 8.15 .0
2024-10-13 15:31:01 +00:00
2025-11-09 01:58:43 +00:00
acorn@8.15.0 : {}
2025-03-11 23:38:38 +00:00
2025-11-09 01:58:43 +00:00
agent-base@7.1.4 : {}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
ajv@8.17.1 :
dependencies :
fast-deep-equal : 3.1 .3
fast-uri : 3.1 .0
json-schema-traverse : 1.0 .0
require-from-string : 2.0 .2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
algoliasearch@5.47.0 :
dependencies :
'@algolia/abtesting' : 1.13 .0
'@algolia/client-abtesting' : 5.47 .0
'@algolia/client-analytics' : 5.47 .0
'@algolia/client-common' : 5.47 .0
'@algolia/client-insights' : 5.47 .0
'@algolia/client-personalization' : 5.47 .0
'@algolia/client-query-suggestions' : 5.47 .0
'@algolia/client-search' : 5.47 .0
'@algolia/ingestion' : 1.47 .0
'@algolia/monitoring' : 1.47 .0
'@algolia/recommend' : 5.47 .0
'@algolia/requester-browser-xhr' : 5.47 .0
'@algolia/requester-fetch' : 5.47 .0
'@algolia/requester-node-http' : 5.47 .0
2024-08-07 12:23:35 +00:00
ansi-regex@5.0.1 : {}
2025-11-09 01:58:43 +00:00
ansi-regex@6.2.2 : {}
2024-08-07 12:23:35 +00:00
ansi-styles@4.3.0 :
dependencies :
color-convert : 2.0 .1
2025-11-09 01:58:43 +00:00
ansi-styles@6.2.3 : {}
2024-10-13 15:31:01 +00:00
2024-08-07 12:23:35 +00:00
anymatch@3.1.3 :
dependencies :
normalize-path : 3.0 .0
picomatch : 2.3 .1
2024-10-13 15:31:01 +00:00
archiver-utils@5.0.2 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
glob : 10.5 .0
2024-08-07 12:23:35 +00:00
graceful-fs : 4.2 .11
2024-10-13 15:31:01 +00:00
is-stream : 2.0 .1
2024-08-07 12:23:35 +00:00
lazystream : 1.0 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
lodash : 4.17 .23
2024-08-07 12:23:35 +00:00
normalize-path : 3.0 .0
2025-03-11 23:38:38 +00:00
readable-stream : 4.7 .0
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
archiver@7.0.1 :
2024-08-07 12:23:35 +00:00
dependencies :
2024-10-13 15:31:01 +00:00
archiver-utils : 5.0 .2
async : 3.2 .6
buffer-crc32 : 1.0 .0
2025-03-11 23:38:38 +00:00
readable-stream : 4.7 .0
2024-08-07 12:23:35 +00:00
readdir-glob : 1.1 .3
2024-10-13 15:31:01 +00:00
tar-stream : 3.1 .7
zip-stream : 6.0 .1
2025-11-09 01:58:43 +00:00
transitivePeerDependencies :
- bare-abort-controller
- react-native-b4a
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
aria-hidden@1.2.6 :
2025-03-27 12:54:11 +00:00
dependencies :
tslib : 2.8 .1
2025-09-24 21:38:13 +00:00
array-buffer-byte-length@1.0.2 :
dependencies :
call-bound : 1.0 .4
is-array-buffer : 3.0 .5
arraybuffer.prototype.slice@1.0.4 :
dependencies :
array-buffer-byte-length : 1.0 .2
call-bind : 1.0 .8
define-properties : 1.2 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
es-abstract : 1.24 .1
2025-09-24 21:38:13 +00:00
es-errors : 1.3 .0
get-intrinsic : 1.3 .0
is-array-buffer : 3.0 .5
async-function@1.0.0 : {}
2024-08-07 12:23:35 +00:00
async-sema@3.1.1 : {}
2024-10-13 15:31:01 +00:00
async@3.2.6 : {}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
at-least-node@1.0.0 : {}
2024-08-25 11:00:20 +00:00
author-regex@1.0.0 : {}
2025-09-24 21:38:13 +00:00
available-typed-arrays@1.0.7 :
dependencies :
possible-typed-array-names : 1.1 .0
2025-11-09 01:58:43 +00:00
b4a@1.7.3 : {}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
babel-plugin-polyfill-corejs2@0.4.15(@babel/core@7.28.6) :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/compat-data' : 7.28 .6
'@babel/core' : 7.28 .6
'@babel/helper-define-polyfill-provider' : 0.6 .6 (@babel/core@7.28.6)
2025-09-24 21:38:13 +00:00
semver : 6.3 .1
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.6) :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-define-polyfill-provider' : 0.6 .6 (@babel/core@7.28.6)
core-js-compat : 3.48 .0
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
babel-plugin-polyfill-regenerator@0.6.6(@babel/core@7.28.6) :
2025-09-24 21:38:13 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/helper-define-polyfill-provider' : 0.6 .6 (@babel/core@7.28.6)
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- supports-color
2024-08-07 12:23:35 +00:00
balanced-match@1.0.2 : {}
2025-11-09 01:58:43 +00:00
bare-events@2.8.2 : {}
2024-10-13 15:31:01 +00:00
2024-08-07 12:23:35 +00:00
base64-js@0.0.8 : {}
2024-10-13 15:31:01 +00:00
base64-js@1.5.1 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
baseline-browser-mapping@2.9.18 : {}
2025-09-24 21:38:13 +00:00
2025-03-11 23:38:38 +00:00
binary-extensions@2.3.0 : {}
2024-08-07 12:23:35 +00:00
bindings@1.5.0 :
dependencies :
file-uri-to-path : 1.0 .0
2025-12-05 16:53:07 +00:00
birpc@2.9.0 : {}
2024-08-07 12:23:35 +00:00
blake3-wasm@2.1.5 : {}
2025-11-09 01:58:43 +00:00
brace-expansion@1.1.12 :
2024-08-07 12:23:35 +00:00
dependencies :
balanced-match : 1.0 .2
concat-map : 0.0 .1
2025-11-09 01:58:43 +00:00
brace-expansion@2.0.2 :
2024-08-07 12:23:35 +00:00
dependencies :
balanced-match : 1.0 .2
2024-08-29 11:47:35 +00:00
braces@3.0.3 :
dependencies :
fill-range : 7.1 .1
2025-12-05 16:53:07 +00:00
browserslist@4.28.1 :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
baseline-browser-mapping : 2.9 .18
caniuse-lite : 1.0 .30001766
electron-to-chromium : 1.5 .278
2025-11-09 01:58:43 +00:00
node-releases : 2.0 .27
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
update-browserslist-db : 1.2 .3 (browserslist@4.28.1)
2025-09-24 21:38:13 +00:00
2024-10-13 15:31:01 +00:00
buffer-crc32@1.0.0 : {}
2024-08-07 12:23:35 +00:00
buffer-from@1.1.2 : {}
2024-10-13 15:31:01 +00:00
buffer@6.0.3 :
dependencies :
base64-js : 1.5 .1
ieee754 : 1.2 .1
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
c12@3.3.3(magicast@0.5.1) :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
chokidar : 5.0 .0
2025-11-09 01:58:43 +00:00
confbox : 0.2 .2
2024-08-07 12:23:35 +00:00
defu : 6.1 .4
2025-11-09 01:58:43 +00:00
dotenv : 17.2 .3
2025-12-05 16:53:07 +00:00
exsolve : 1.0 .8
2025-03-11 23:38:38 +00:00
giget : 2.0 .0
2025-11-09 01:58:43 +00:00
jiti : 2.6 .1
2025-03-11 23:38:38 +00:00
ohash : 2.0 .11
pathe : 2.0 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
perfect-debounce : 2.1 .0
2025-11-09 01:58:43 +00:00
pkg-types : 2.3 .0
2024-10-13 15:31:01 +00:00
rc9 : 2.1 .2
2024-12-30 19:59:07 +00:00
optionalDependencies :
2025-11-09 01:58:43 +00:00
magicast : 0.5 .1
2024-08-07 12:23:35 +00:00
cac@6.7.14 : {}
2025-09-24 21:38:13 +00:00
call-bind-apply-helpers@1.0.2 :
dependencies :
es-errors : 1.3 .0
function-bind : 1.1 .2
call-bind@1.0.8 :
dependencies :
call-bind-apply-helpers : 1.0 .2
es-define-property : 1.0 .1
get-intrinsic : 1.3 .0
set-function-length : 1.2 .2
call-bound@1.0.4 :
dependencies :
call-bind-apply-helpers : 1.0 .2
get-intrinsic : 1.3 .0
2024-08-25 11:00:20 +00:00
callsites@3.1.0 : {}
2024-08-07 12:23:35 +00:00
camelize@1.0.1 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
caniuse-lite@1.0.30001766 : {}
2025-09-24 21:38:13 +00:00
2024-10-13 15:31:01 +00:00
ccount@2.0.1 : {}
character-entities-html4@2.1.0 : {}
character-entities-legacy@3.0.0 : {}
2024-08-07 12:23:35 +00:00
chokidar@3.6.0 :
dependencies :
anymatch : 3.1 .3
2025-03-11 23:38:38 +00:00
braces : 3.0 .3
2024-08-07 12:23:35 +00:00
glob-parent : 5.1 .2
is-binary-path : 2.1 .0
is-glob : 4.0 .3
normalize-path : 3.0 .0
readdirp : 3.6 .0
optionalDependencies :
fsevents : 2.3 .3
2024-12-30 19:59:07 +00:00
chokidar@4.0.3 :
dependencies :
2025-03-11 23:38:38 +00:00
readdirp : 4.1 .2
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
chokidar@5.0.0 :
dependencies :
readdirp : 5.0 .0
2024-12-30 19:59:07 +00:00
chownr@3.0.0 : {}
2024-10-13 15:31:01 +00:00
citty@0.1.6 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
consola : 3.4 .2
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
citty@0.2.0 : {}
2024-10-13 15:31:01 +00:00
clipboardy@4.0.0 :
2024-08-07 12:23:35 +00:00
dependencies :
2024-10-13 15:31:01 +00:00
execa : 8.0 .1
is-wsl : 3.1 .0
is64bit : 2.0 .0
2024-08-07 12:23:35 +00:00
cliui@8.0.1 :
dependencies :
string-width : 4.2 .3
strip-ansi : 6.0 .1
wrap-ansi : 7.0 .0
cluster-key-slot@1.1.2 : {}
color-convert@2.0.1 :
dependencies :
color-name : 1.1 .4
color-name@1.1.4 : {}
colorette@2.0.20 : {}
2024-10-13 15:31:01 +00:00
comma-separated-tokens@2.0.3 : {}
2024-08-07 12:23:35 +00:00
commander@2.20.3 : {}
2024-08-25 11:00:20 +00:00
commander@4.1.1 : {}
2025-09-24 21:38:13 +00:00
common-tags@1.8.2 : {}
2024-08-07 12:23:35 +00:00
commondir@1.0.1 : {}
2025-11-09 01:58:43 +00:00
compatx@0.2.0 : {}
2024-12-30 19:59:07 +00:00
2024-10-13 15:31:01 +00:00
compress-commons@6.0.2 :
2024-08-07 12:23:35 +00:00
dependencies :
crc-32 : 1.2 .2
2024-10-13 15:31:01 +00:00
crc32-stream : 6.0 .0
is-stream : 2.0 .1
2024-08-07 12:23:35 +00:00
normalize-path : 3.0 .0
2025-03-11 23:38:38 +00:00
readable-stream : 4.7 .0
2024-08-07 12:23:35 +00:00
concat-map@0.0.1 : {}
2024-10-13 15:31:01 +00:00
confbox@0.1.8 : {}
2025-11-09 01:58:43 +00:00
confbox@0.2.2 : {}
2025-03-11 23:38:38 +00:00
2025-11-09 01:58:43 +00:00
consola@3.4.2 : {}
2025-01-12 17:44:42 +00:00
2024-08-07 12:23:35 +00:00
convert-source-map@2.0.0 : {}
2024-10-13 15:31:01 +00:00
cookie-es@1.2.2 : {}
2025-03-11 23:38:38 +00:00
cookie-es@2.0.0 : {}
2025-12-05 16:53:07 +00:00
cookie@1.1.1 : {}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
copy-anything@4.0.5 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
is-what : 5.5 .0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
core-js-compat@3.48.0 :
2025-09-24 21:38:13 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
browserslist : 4.28 .1
2025-09-24 21:38:13 +00:00
2024-08-07 12:23:35 +00:00
core-util-is@1.0.3 : {}
2024-08-25 11:00:20 +00:00
cosmiconfig@7.1.0 :
dependencies :
'@types/parse-json' : 4.0 .2
2025-03-11 23:38:38 +00:00
import-fresh : 3.3 .1
2024-08-25 11:00:20 +00:00
parse-json : 5.2 .0
path-type : 4.0 .0
yaml : 1.10 .2
2024-08-07 12:23:35 +00:00
crc-32@1.2.2 : {}
2024-10-13 15:31:01 +00:00
crc32-stream@6.0.0 :
2024-08-07 12:23:35 +00:00
dependencies :
crc-32 : 1.2 .2
2025-03-11 23:38:38 +00:00
readable-stream : 4.7 .0
2024-10-13 15:31:01 +00:00
2025-11-09 01:58:43 +00:00
croner@9.1.0 : {}
2024-08-07 12:23:35 +00:00
2025-03-11 23:38:38 +00:00
cross-spawn@7.0.6 :
2024-08-07 12:23:35 +00:00
dependencies :
path-key : 3.1 .1
shebang-command : 2.0 .0
which : 2.0 .2
2025-11-09 01:58:43 +00:00
crossws@0.3.5 :
2025-03-11 23:38:38 +00:00
dependencies :
uncrypto : 0.1 .3
2025-09-24 21:38:13 +00:00
crypto-random-string@2.0.0 : {}
2024-08-07 12:23:35 +00:00
css-background-parser@0.1.0 : {}
css-box-shadow@1.0.0-3 : {}
css-color-keywords@1.0.0 : {}
2025-11-09 01:58:43 +00:00
css-gradient-parser@0.0.17 : {}
2024-08-07 12:23:35 +00:00
css-to-react-native@3.2.0 :
dependencies :
camelize : 1.0 .1
css-color-keywords : 1.0 .0
postcss-value-parser : 4.2 .0
2025-01-12 17:44:42 +00:00
css-tree@3.1.0 :
dependencies :
mdn-data : 2.12 .2
source-map-js : 1.2 .1
2025-12-05 16:53:07 +00:00
csstype@3.2.3 : {}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
data-view-buffer@1.0.2 :
dependencies :
call-bound : 1.0 .4
es-errors : 1.3 .0
is-data-view : 1.0 .2
data-view-byte-length@1.0.2 :
dependencies :
call-bound : 1.0 .4
es-errors : 1.3 .0
is-data-view : 1.0 .2
data-view-byte-offset@1.0.1 :
dependencies :
call-bound : 1.0 .4
es-errors : 1.3 .0
is-data-view : 1.0 .2
2025-11-09 01:58:43 +00:00
db0@0.3.4 : {}
2024-12-30 19:59:07 +00:00
2025-09-24 21:38:13 +00:00
debug@4.4.3 :
dependencies :
ms : 2.1 .3
2024-08-07 12:23:35 +00:00
deepmerge@4.3.1 : {}
2025-09-24 21:38:13 +00:00
define-data-property@1.1.4 :
dependencies :
es-define-property : 1.0 .1
es-errors : 1.3 .0
gopd : 1.2 .0
2024-08-07 12:23:35 +00:00
define-lazy-prop@2.0.0 : {}
2025-09-24 21:38:13 +00:00
define-properties@1.2.1 :
dependencies :
define-data-property : 1.1 .4
has-property-descriptors : 1.0 .2
object-keys : 1.1 .1
2024-08-07 12:23:35 +00:00
defu@6.1.4 : {}
denque@2.1.0 : {}
depd@2.0.0 : {}
2024-10-13 15:31:01 +00:00
dequal@2.0.3 : {}
2025-11-09 01:58:43 +00:00
destr@2.0.5 : {}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
detect-libc@2.1.2 : {}
2024-10-13 15:31:01 +00:00
devlop@1.1.0 :
dependencies :
dequal : 2.0 .3
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
dot-prop@10.1.0 :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
type-fest : 5.4 .1
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
dotenv@17.2.3 : {}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
dunder-proto@1.0.1 :
dependencies :
call-bind-apply-helpers : 1.0 .2
es-errors : 1.3 .0
gopd : 1.2 .0
2024-08-07 12:23:35 +00:00
duplexer@0.1.2 : {}
2024-10-13 15:31:01 +00:00
eastasianwidth@0.2.0 : {}
2024-08-07 12:23:35 +00:00
ee-first@1.1.1 : {}
2025-09-24 21:38:13 +00:00
ejs@3.1.10 :
dependencies :
jake : 10.9 .4
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
electron-to-chromium@1.5.278 : {}
2025-09-24 21:38:13 +00:00
2024-12-30 19:59:07 +00:00
emoji-regex-xs@1.0.0 : {}
2025-11-09 01:58:43 +00:00
emoji-regex-xs@2.0.1 : {}
2024-08-07 12:23:35 +00:00
emoji-regex@8.0.0 : {}
2024-10-13 15:31:01 +00:00
emoji-regex@9.2.2 : {}
encodeurl@2.0.0 : {}
2026-01-22 01:27:26 +00:00
entities@7.0.1 : {}
2025-11-09 01:58:43 +00:00
error-ex@1.3.4 :
2024-08-25 11:00:20 +00:00
dependencies :
is-arrayish : 0.2 .1
2025-03-11 23:38:38 +00:00
error-stack-parser-es@1.0.5 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
es-abstract@1.24.1 :
2025-09-24 21:38:13 +00:00
dependencies :
array-buffer-byte-length : 1.0 .2
arraybuffer.prototype.slice : 1.0 .4
available-typed-arrays : 1.0 .7
call-bind : 1.0 .8
call-bound : 1.0 .4
data-view-buffer : 1.0 .2
data-view-byte-length : 1.0 .2
data-view-byte-offset : 1.0 .1
es-define-property : 1.0 .1
es-errors : 1.3 .0
es-object-atoms : 1.1 .1
es-set-tostringtag : 2.1 .0
es-to-primitive : 1.3 .0
function.prototype.name : 1.1 .8
get-intrinsic : 1.3 .0
get-proto : 1.0 .1
get-symbol-description : 1.1 .0
globalthis : 1.0 .4
gopd : 1.2 .0
has-property-descriptors : 1.0 .2
has-proto : 1.2 .0
has-symbols : 1.1 .0
hasown : 2.0 .2
internal-slot : 1.1 .0
is-array-buffer : 3.0 .5
is-callable : 1.2 .7
is-data-view : 1.0 .2
is-negative-zero : 2.0 .3
is-regex : 1.2 .1
is-set : 2.0 .3
is-shared-array-buffer : 1.0 .4
is-string : 1.1 .1
is-typed-array : 1.1 .15
is-weakref : 1.1 .1
math-intrinsics : 1.1 .0
object-inspect : 1.13 .4
object-keys : 1.1 .1
object.assign : 4.1 .7
own-keys : 1.0 .1
regexp.prototype.flags : 1.5 .4
safe-array-concat : 1.1 .3
safe-push-apply : 1.0 .0
safe-regex-test : 1.1 .0
set-proto : 1.0 .0
stop-iteration-iterator : 1.1 .0
string.prototype.trim : 1.2 .10
string.prototype.trimend : 1.0 .9
string.prototype.trimstart : 1.0 .8
typed-array-buffer : 1.0 .3
typed-array-byte-length : 1.0 .3
typed-array-byte-offset : 1.0 .4
typed-array-length : 1.0 .7
unbox-primitive : 1.1 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
which-typed-array : 1.1 .20
2025-09-24 21:38:13 +00:00
es-define-property@1.0.1 : {}
es-errors@1.3.0 : {}
es-object-atoms@1.1.1 :
dependencies :
es-errors : 1.3 .0
es-set-tostringtag@2.1.0 :
dependencies :
es-errors : 1.3 .0
get-intrinsic : 1.3 .0
has-tostringtag : 1.0 .2
hasown : 2.0 .2
es-to-primitive@1.3.0 :
dependencies :
is-callable : 1.2 .7
is-date-object : 1.1 .0
is-symbol : 1.1 .1
2024-08-07 12:23:35 +00:00
esbuild@0.21.5 :
optionalDependencies :
'@esbuild/aix-ppc64' : 0.21 .5
'@esbuild/android-arm' : 0.21 .5
'@esbuild/android-arm64' : 0.21 .5
'@esbuild/android-x64' : 0.21 .5
'@esbuild/darwin-arm64' : 0.21 .5
'@esbuild/darwin-x64' : 0.21 .5
'@esbuild/freebsd-arm64' : 0.21 .5
'@esbuild/freebsd-x64' : 0.21 .5
'@esbuild/linux-arm' : 0.21 .5
'@esbuild/linux-arm64' : 0.21 .5
'@esbuild/linux-ia32' : 0.21 .5
'@esbuild/linux-loong64' : 0.21 .5
'@esbuild/linux-mips64el' : 0.21 .5
'@esbuild/linux-ppc64' : 0.21 .5
'@esbuild/linux-riscv64' : 0.21 .5
'@esbuild/linux-s390x' : 0.21 .5
'@esbuild/linux-x64' : 0.21 .5
'@esbuild/netbsd-x64' : 0.21 .5
'@esbuild/openbsd-x64' : 0.21 .5
'@esbuild/sunos-x64' : 0.21 .5
'@esbuild/win32-arm64' : 0.21 .5
'@esbuild/win32-ia32' : 0.21 .5
'@esbuild/win32-x64' : 0.21 .5
2025-11-09 01:58:43 +00:00
esbuild@0.25.12 :
2024-10-17 06:03:48 +00:00
optionalDependencies :
2025-11-09 01:58:43 +00:00
'@esbuild/aix-ppc64' : 0.25 .12
'@esbuild/android-arm' : 0.25 .12
'@esbuild/android-arm64' : 0.25 .12
'@esbuild/android-x64' : 0.25 .12
'@esbuild/darwin-arm64' : 0.25 .12
'@esbuild/darwin-x64' : 0.25 .12
'@esbuild/freebsd-arm64' : 0.25 .12
'@esbuild/freebsd-x64' : 0.25 .12
'@esbuild/linux-arm' : 0.25 .12
'@esbuild/linux-arm64' : 0.25 .12
'@esbuild/linux-ia32' : 0.25 .12
'@esbuild/linux-loong64' : 0.25 .12
'@esbuild/linux-mips64el' : 0.25 .12
'@esbuild/linux-ppc64' : 0.25 .12
'@esbuild/linux-riscv64' : 0.25 .12
'@esbuild/linux-s390x' : 0.25 .12
'@esbuild/linux-x64' : 0.25 .12
'@esbuild/netbsd-arm64' : 0.25 .12
'@esbuild/netbsd-x64' : 0.25 .12
'@esbuild/openbsd-arm64' : 0.25 .12
'@esbuild/openbsd-x64' : 0.25 .12
'@esbuild/openharmony-arm64' : 0.25 .12
'@esbuild/sunos-x64' : 0.25 .12
'@esbuild/win32-arm64' : 0.25 .12
'@esbuild/win32-ia32' : 0.25 .12
'@esbuild/win32-x64' : 0.25 .12
2025-12-05 16:53:07 +00:00
esbuild@0.27.0 :
2024-12-30 19:59:07 +00:00
optionalDependencies :
2025-12-05 16:53:07 +00:00
'@esbuild/aix-ppc64' : 0.27 .0
'@esbuild/android-arm' : 0.27 .0
'@esbuild/android-arm64' : 0.27 .0
'@esbuild/android-x64' : 0.27 .0
'@esbuild/darwin-arm64' : 0.27 .0
'@esbuild/darwin-x64' : 0.27 .0
'@esbuild/freebsd-arm64' : 0.27 .0
'@esbuild/freebsd-x64' : 0.27 .0
'@esbuild/linux-arm' : 0.27 .0
'@esbuild/linux-arm64' : 0.27 .0
'@esbuild/linux-ia32' : 0.27 .0
'@esbuild/linux-loong64' : 0.27 .0
'@esbuild/linux-mips64el' : 0.27 .0
'@esbuild/linux-ppc64' : 0.27 .0
'@esbuild/linux-riscv64' : 0.27 .0
'@esbuild/linux-s390x' : 0.27 .0
'@esbuild/linux-x64' : 0.27 .0
'@esbuild/netbsd-arm64' : 0.27 .0
'@esbuild/netbsd-x64' : 0.27 .0
'@esbuild/openbsd-arm64' : 0.27 .0
'@esbuild/openbsd-x64' : 0.27 .0
'@esbuild/openharmony-arm64' : 0.27 .0
'@esbuild/sunos-x64' : 0.27 .0
'@esbuild/win32-arm64' : 0.27 .0
'@esbuild/win32-ia32' : 0.27 .0
'@esbuild/win32-x64' : 0.27 .0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
esbuild@0.27.2 :
optionalDependencies :
'@esbuild/aix-ppc64' : 0.27 .2
'@esbuild/android-arm' : 0.27 .2
'@esbuild/android-arm64' : 0.27 .2
'@esbuild/android-x64' : 0.27 .2
'@esbuild/darwin-arm64' : 0.27 .2
'@esbuild/darwin-x64' : 0.27 .2
'@esbuild/freebsd-arm64' : 0.27 .2
'@esbuild/freebsd-x64' : 0.27 .2
'@esbuild/linux-arm' : 0.27 .2
'@esbuild/linux-arm64' : 0.27 .2
'@esbuild/linux-ia32' : 0.27 .2
'@esbuild/linux-loong64' : 0.27 .2
'@esbuild/linux-mips64el' : 0.27 .2
'@esbuild/linux-ppc64' : 0.27 .2
'@esbuild/linux-riscv64' : 0.27 .2
'@esbuild/linux-s390x' : 0.27 .2
'@esbuild/linux-x64' : 0.27 .2
'@esbuild/netbsd-arm64' : 0.27 .2
'@esbuild/netbsd-x64' : 0.27 .2
'@esbuild/openbsd-arm64' : 0.27 .2
'@esbuild/openbsd-x64' : 0.27 .2
'@esbuild/openharmony-arm64' : 0.27 .2
'@esbuild/sunos-x64' : 0.27 .2
'@esbuild/win32-arm64' : 0.27 .2
'@esbuild/win32-ia32' : 0.27 .2
'@esbuild/win32-x64' : 0.27 .2
2024-10-13 15:31:01 +00:00
escalade@3.2.0 : {}
2024-08-07 12:23:35 +00:00
escape-html@1.0.3 : {}
escape-string-regexp@5.0.0 : {}
2025-09-24 21:38:13 +00:00
estree-walker@1.0.1 : {}
2024-08-07 12:23:35 +00:00
estree-walker@2.0.2 : {}
estree-walker@3.0.3 :
dependencies :
2025-11-09 01:58:43 +00:00
'@types/estree' : 1.0 .8
2025-09-24 21:38:13 +00:00
esutils@2.0.3 : {}
2024-08-07 12:23:35 +00:00
etag@1.8.1 : {}
2024-10-13 15:31:01 +00:00
event-target-shim@5.0.1 : {}
2025-11-09 01:58:43 +00:00
events-universal@1.0.1 :
dependencies :
bare-events : 2.8 .2
transitivePeerDependencies :
- bare-abort-controller
2024-10-13 15:31:01 +00:00
events@3.3.0 : {}
execa@8.0.1 :
dependencies :
2025-03-11 23:38:38 +00:00
cross-spawn : 7.0 .6
2024-10-13 15:31:01 +00:00
get-stream : 8.0 .1
human-signals : 5.0 .0
is-stream : 3.0 .0
merge-stream : 2.0 .0
npm-run-path : 5.3 .0
onetime : 6.0 .0
signal-exit : 4.1 .0
strip-final-newline : 3.0 .0
2025-12-05 16:53:07 +00:00
exsolve@1.0.8 : {}
2025-03-11 23:38:38 +00:00
2024-08-29 11:47:35 +00:00
fast-deep-equal@3.1.3 : {}
2024-08-07 12:23:35 +00:00
fast-fifo@1.3.2 : {}
2025-03-11 23:38:38 +00:00
fast-glob@3.3.3 :
dependencies :
'@nodelib/fs.stat' : 2.0 .5
'@nodelib/fs.walk' : 1.2 .8
glob-parent : 5.1 .2
merge2 : 1.4 .1
micromatch : 4.0 .8
2025-09-24 21:38:13 +00:00
fast-json-stable-stringify@2.1.0 : {}
fast-uri@3.1.0 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
fastq@1.20.1 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
reusify : 1.1 .0
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
fdir@6.5.0(picomatch@4.0.3) :
2024-10-17 06:03:48 +00:00
optionalDependencies :
2025-11-09 01:58:43 +00:00
picomatch : 4.0 .3
2024-10-17 06:03:48 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
feed@5.2.0 :
2024-08-07 12:23:35 +00:00
dependencies :
xml-js : 1.6 .11
fflate@0.7.4 : {}
file-uri-to-path@1.0.0 : {}
2025-09-24 21:38:13 +00:00
filelist@1.0.4 :
dependencies :
minimatch : 5.1 .6
2024-08-29 11:47:35 +00:00
fill-range@7.1.1 :
dependencies :
to-regex-range : 5.0 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
floating-vue@5.2.2(vue@3.5.27(typescript@5.9.3)) :
2026-01-22 01:27:26 +00:00
dependencies :
'@floating-ui/dom' : 1.1 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vue : 3.5 .27 (typescript@5.9.3)
vue-resize : 2.0 .0 -alpha.1(vue@3.5.27(typescript@5.9.3))
2026-01-22 01:27:26 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
focus-trap@7.8.0 :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
tabbable : 6.4 .0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
for-each@0.3.5 :
dependencies :
is-callable : 1.2 .7
2025-03-11 23:38:38 +00:00
foreground-child@3.3.1 :
2024-10-13 15:31:01 +00:00
dependencies :
2025-03-11 23:38:38 +00:00
cross-spawn : 7.0 .6
2024-10-13 15:31:01 +00:00
signal-exit : 4.1 .0
2025-11-09 01:58:43 +00:00
fresh@2.0.0 : {}
2024-08-07 12:23:35 +00:00
2024-08-25 11:00:20 +00:00
fs-extra@10.1.0 :
dependencies :
graceful-fs : 4.2 .11
2025-11-09 01:58:43 +00:00
jsonfile : 6.2 .0
2024-10-13 15:31:01 +00:00
universalify : 2.0 .1
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
fs-extra@9.1.0 :
dependencies :
at-least-node : 1.0 .0
graceful-fs : 4.2 .11
2025-11-09 01:58:43 +00:00
jsonfile : 6.2 .0
2025-09-24 21:38:13 +00:00
universalify : 2.0 .1
2024-08-07 12:23:35 +00:00
fs.realpath@1.0.0 : {}
fsevents@2.3.3 :
optional : true
function-bind@1.1.2 : {}
2025-09-24 21:38:13 +00:00
function.prototype.name@1.1.8 :
dependencies :
call-bind : 1.0 .8
call-bound : 1.0 .4
define-properties : 1.2 .1
functions-have-names : 1.2 .3
hasown : 2.0 .2
is-callable : 1.2 .7
functions-have-names@1.2.3 : {}
2025-11-09 01:58:43 +00:00
generator-function@2.0.1 : {}
2024-08-07 12:23:35 +00:00
gensync@1.0.0-beta.2 : {}
get-caller-file@2.0.5 : {}
2025-09-24 21:38:13 +00:00
get-intrinsic@1.3.0 :
dependencies :
call-bind-apply-helpers : 1.0 .2
es-define-property : 1.0 .1
es-errors : 1.3 .0
es-object-atoms : 1.1 .1
function-bind : 1.1 .2
get-proto : 1.0 .1
gopd : 1.2 .0
has-symbols : 1.1 .0
hasown : 2.0 .2
math-intrinsics : 1.1 .0
get-own-enumerable-property-symbols@3.0.2 : {}
2025-11-09 01:58:43 +00:00
get-port-please@3.2.0 : {}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
get-proto@1.0.1 :
dependencies :
dunder-proto : 1.0 .1
es-object-atoms : 1.1 .1
2024-10-13 15:31:01 +00:00
get-stream@8.0.1 : {}
2025-09-24 21:38:13 +00:00
get-symbol-description@1.1.0 :
dependencies :
call-bound : 1.0 .4
es-errors : 1.3 .0
get-intrinsic : 1.3 .0
2025-03-11 23:38:38 +00:00
giget@2.0.0 :
2024-08-07 12:23:35 +00:00
dependencies :
2024-10-13 15:31:01 +00:00
citty : 0.1 .6
2025-11-09 01:58:43 +00:00
consola : 3.4 .2
2024-08-07 12:23:35 +00:00
defu : 6.1 .4
2025-11-09 01:58:43 +00:00
node-fetch-native : 1.6 .7
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
nypm : 0.6 .4
2025-03-11 23:38:38 +00:00
pathe : 2.0 .3
2024-08-07 12:23:35 +00:00
glob-parent@5.1.2 :
dependencies :
is-glob : 4.0 .3
2025-12-05 16:53:07 +00:00
glob@10.5.0 :
2024-10-13 15:31:01 +00:00
dependencies :
2025-03-11 23:38:38 +00:00
foreground-child : 3.3 .1
2024-10-13 15:31:01 +00:00
jackspeak : 3.4 .3
minimatch : 9.0 .5
minipass : 7.1 .2
package-json-from-dist : 1.0 .1
path-scurry : 1.11 .1
2025-12-05 16:53:07 +00:00
glob@11.1.0 :
dependencies :
foreground-child : 3.3 .1
jackspeak : 4.1 .1
minimatch : 10.1 .1
minipass : 7.1 .2
package-json-from-dist : 1.0 .1
path-scurry : 2.0 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
glob@13.0.0 :
dependencies :
minimatch : 10.1 .1
minipass : 7.1 .2
path-scurry : 2.0 .1
2024-08-07 12:23:35 +00:00
glob@7.2.3 :
dependencies :
fs.realpath : 1.0 .0
inflight : 1.0 .6
inherits : 2.0 .4
minimatch : 3.1 .2
once : 1.4 .0
path-is-absolute : 1.0 .1
globals@11.12.0 : {}
2025-09-24 21:38:13 +00:00
globalthis@1.0.4 :
dependencies :
define-properties : 1.2 .1
gopd : 1.2 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
globby@16.1.0 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@sindresorhus/merge-streams' : 4.0 .0
2025-03-11 23:38:38 +00:00
fast-glob : 3.3 .3
2025-11-09 01:58:43 +00:00
ignore : 7.0 .5
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
is-path-inside : 4.0 .0
2024-10-13 15:31:01 +00:00
slash : 5.1 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unicorn-magic : 0.4 .0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
gopd@1.2.0 : {}
2024-08-07 12:23:35 +00:00
graceful-fs@4.2.11 : {}
gzip-size@6.0.0 :
dependencies :
duplexer : 0.1 .2
gzip-size@7.0.0 :
dependencies :
duplexer : 0.1 .2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
h3@1.15.5 :
2025-03-11 23:38:38 +00:00
dependencies :
cookie-es : 1.2 .2
2025-11-09 01:58:43 +00:00
crossws : 0.3 .5
2025-03-11 23:38:38 +00:00
defu : 6.1 .4
2025-11-09 01:58:43 +00:00
destr : 2.0 .5
2025-03-11 23:38:38 +00:00
iron-webcrypto : 1.2 .1
2025-12-05 16:53:07 +00:00
node-mock-http : 1.0 .4
2025-03-11 23:38:38 +00:00
radix3 : 1.1 .2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
ufo : 1.6 .3
2025-03-11 23:38:38 +00:00
uncrypto : 0.1 .3
2025-09-24 21:38:13 +00:00
has-bigints@1.1.0 : {}
has-property-descriptors@1.0.2 :
dependencies :
es-define-property : 1.0 .1
has-proto@1.2.0 :
dependencies :
dunder-proto : 1.0 .1
has-symbols@1.1.0 : {}
has-tostringtag@1.0.2 :
dependencies :
has-symbols : 1.1 .0
2025-03-11 23:38:38 +00:00
hasown@2.0.2 :
2024-08-07 12:23:35 +00:00
dependencies :
function-bind : 1.1 .2
2025-03-11 23:38:38 +00:00
hast-util-to-html@9.0.5 :
2024-10-13 15:31:01 +00:00
dependencies :
'@types/hast' : 3.0 .4
'@types/unist' : 3.0 .3
ccount : 2.0 .1
comma-separated-tokens : 2.0 .3
hast-util-whitespace : 3.0 .0
html-void-elements : 3.0 .0
2025-12-05 16:53:07 +00:00
mdast-util-to-hast : 13.2 .1
2025-11-09 01:58:43 +00:00
property-information : 7.1 .0
2024-10-13 15:31:01 +00:00
space-separated-tokens : 2.0 .2
stringify-entities : 4.0 .4
zwitch : 2.0 .4
hast-util-whitespace@3.0.0 :
dependencies :
'@types/hast' : 3.0 .4
2024-08-07 12:23:35 +00:00
hex-rgb@4.3.0 : {}
hookable@5.5.3 : {}
2024-10-13 15:31:01 +00:00
html-void-elements@3.0.0 : {}
2025-12-05 16:53:07 +00:00
http-errors@2.0.1 :
2024-08-07 12:23:35 +00:00
dependencies :
depd : 2.0 .0
inherits : 2.0 .4
setprototypeof : 1.2 .0
2025-12-05 16:53:07 +00:00
statuses : 2.0 .2
2024-08-07 12:23:35 +00:00
toidentifier : 1.0 .1
http-shutdown@1.2.2 : {}
2025-11-09 01:58:43 +00:00
https-proxy-agent@7.0.6 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
agent-base : 7.1 .4
debug : 4.4 .3
2024-08-07 12:23:35 +00:00
transitivePeerDependencies :
- supports-color
2025-03-11 23:38:38 +00:00
httpxy@0.1.7 : {}
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
human-signals@5.0.0 : {}
2025-09-24 21:38:13 +00:00
idb@7.1.1 : {}
2024-10-13 15:31:01 +00:00
ieee754@1.2.1 : {}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
ignore@7.0.5 : {}
2024-10-17 06:03:48 +00:00
2025-11-09 01:58:43 +00:00
immutable@5.1.4 : {}
2024-08-29 11:47:35 +00:00
2025-03-11 23:38:38 +00:00
import-fresh@3.3.1 :
2024-08-25 11:00:20 +00:00
dependencies :
parent-module : 1.0 .1
resolve-from : 4.0 .0
2024-08-07 12:23:35 +00:00
inflight@1.0.6 :
dependencies :
once : 1.4 .0
wrappy : 1.0 .2
inherits@2.0.4 : {}
2025-09-24 21:38:13 +00:00
internal-slot@1.1.0 :
dependencies :
es-errors : 1.3 .0
hasown : 2.0 .2
side-channel : 1.1 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
ioredis@5.9.2 :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@ioredis/commands' : 1.5 .0
2024-08-07 12:23:35 +00:00
cluster-key-slot : 1.1 .2
2025-11-09 01:58:43 +00:00
debug : 4.4 .3
2024-08-07 12:23:35 +00:00
denque : 2.1 .0
lodash.defaults : 4.2 .0
lodash.isarguments : 3.1 .0
redis-errors : 1.2 .0
redis-parser : 3.0 .0
standard-as-callback : 2.1 .0
transitivePeerDependencies :
- supports-color
2024-10-13 15:31:01 +00:00
iron-webcrypto@1.2.1 : {}
2025-09-24 21:38:13 +00:00
is-array-buffer@3.0.5 :
dependencies :
call-bind : 1.0 .8
call-bound : 1.0 .4
get-intrinsic : 1.3 .0
2024-08-25 11:00:20 +00:00
is-arrayish@0.2.1 : {}
2025-09-24 21:38:13 +00:00
is-async-function@2.1.1 :
dependencies :
async-function : 1.0 .0
call-bound : 1.0 .4
get-proto : 1.0 .1
has-tostringtag : 1.0 .2
safe-regex-test : 1.1 .0
is-bigint@1.1.0 :
dependencies :
has-bigints : 1.1 .0
2024-08-07 12:23:35 +00:00
is-binary-path@2.1.0 :
dependencies :
2025-03-11 23:38:38 +00:00
binary-extensions : 2.3 .0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
is-boolean-object@1.2.2 :
dependencies :
call-bound : 1.0 .4
has-tostringtag : 1.0 .2
is-callable@1.2.7 : {}
2025-03-11 23:38:38 +00:00
is-core-module@2.16.1 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-03-11 23:38:38 +00:00
hasown : 2.0 .2
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
is-data-view@1.0.2 :
dependencies :
call-bound : 1.0 .4
get-intrinsic : 1.3 .0
is-typed-array : 1.1 .15
is-date-object@1.1.0 :
dependencies :
call-bound : 1.0 .4
has-tostringtag : 1.0 .2
2024-08-07 12:23:35 +00:00
is-docker@2.2.1 : {}
2024-10-13 15:31:01 +00:00
is-docker@3.0.0 : {}
2024-08-07 12:23:35 +00:00
is-extglob@2.1.1 : {}
2025-09-24 21:38:13 +00:00
is-finalizationregistry@1.1.1 :
dependencies :
call-bound : 1.0 .4
2024-08-07 12:23:35 +00:00
is-fullwidth-code-point@3.0.0 : {}
2025-11-09 01:58:43 +00:00
is-generator-function@1.1.2 :
2025-09-24 21:38:13 +00:00
dependencies :
call-bound : 1.0 .4
2025-11-09 01:58:43 +00:00
generator-function : 2.0 .1
2025-09-24 21:38:13 +00:00
get-proto : 1.0 .1
has-tostringtag : 1.0 .2
safe-regex-test : 1.1 .0
2024-08-07 12:23:35 +00:00
is-glob@4.0.3 :
dependencies :
is-extglob : 2.1 .1
2024-10-13 15:31:01 +00:00
is-inside-container@1.0.0 :
dependencies :
is-docker : 3.0 .0
2025-09-24 21:38:13 +00:00
is-map@2.0.3 : {}
2024-08-07 12:23:35 +00:00
is-module@1.0.0 : {}
2025-09-24 21:38:13 +00:00
is-negative-zero@2.0.3 : {}
is-number-object@1.1.1 :
dependencies :
call-bound : 1.0 .4
has-tostringtag : 1.0 .2
2024-08-07 12:23:35 +00:00
is-number@7.0.0 : {}
2025-09-24 21:38:13 +00:00
is-obj@1.0.1 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
is-path-inside@4.0.0 : {}
2024-08-07 12:23:35 +00:00
is-reference@1.2.1 :
dependencies :
2025-11-09 01:58:43 +00:00
'@types/estree' : 1.0 .8
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
is-regex@1.2.1 :
dependencies :
call-bound : 1.0 .4
gopd : 1.2 .0
has-tostringtag : 1.0 .2
hasown : 2.0 .2
is-regexp@1.0.0 : {}
is-set@2.0.3 : {}
is-shared-array-buffer@1.0.4 :
dependencies :
call-bound : 1.0 .4
2024-08-07 12:23:35 +00:00
is-stream@2.0.1 : {}
2024-10-13 15:31:01 +00:00
is-stream@3.0.0 : {}
2025-09-24 21:38:13 +00:00
is-string@1.1.1 :
dependencies :
call-bound : 1.0 .4
has-tostringtag : 1.0 .2
is-symbol@1.1.1 :
dependencies :
call-bound : 1.0 .4
has-symbols : 1.1 .0
safe-regex-test : 1.1 .0
is-typed-array@1.1.15 :
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
which-typed-array : 1.1 .20
2025-09-24 21:38:13 +00:00
is-weakmap@2.0.2 : {}
is-weakref@1.1.1 :
dependencies :
call-bound : 1.0 .4
is-weakset@2.0.4 :
dependencies :
call-bound : 1.0 .4
get-intrinsic : 1.3 .0
2025-11-09 01:58:43 +00:00
is-what@5.5.0 : {}
2024-08-07 12:23:35 +00:00
is-wsl@2.2.0 :
dependencies :
is-docker : 2.2 .1
2024-10-13 15:31:01 +00:00
is-wsl@3.1.0 :
dependencies :
is-inside-container : 1.0 .0
is64bit@2.0.0 :
dependencies :
system-architecture : 0.1 .0
2024-08-07 12:23:35 +00:00
isarray@1.0.0 : {}
2025-09-24 21:38:13 +00:00
isarray@2.0.5 : {}
2024-08-07 12:23:35 +00:00
isexe@2.0.0 : {}
2025-11-09 01:58:43 +00:00
itty-fetcher@1.0.10 : {}
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
jackspeak@3.4.3 :
dependencies :
'@isaacs/cliui' : 8.0 .2
optionalDependencies :
'@pkgjs/parseargs' : 0.11 .0
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
jackspeak@4.1.1 :
dependencies :
'@isaacs/cliui' : 8.0 .2
2025-09-24 21:38:13 +00:00
jake@10.9.4 :
dependencies :
async : 3.2 .6
filelist : 1.0 .4
picocolors : 1.1 .1
2025-11-09 01:58:43 +00:00
jiti@2.6.1 : {}
2024-10-13 15:31:01 +00:00
2024-08-07 12:23:35 +00:00
js-tokens@4.0.0 : {}
2025-03-11 23:38:38 +00:00
js-tokens@9.0.1 : {}
2025-09-24 21:38:13 +00:00
jsesc@3.1.0 : {}
2024-08-25 11:00:20 +00:00
json-parse-even-better-errors@2.3.1 : {}
2024-08-29 11:47:35 +00:00
json-schema-traverse@1.0.0 : {}
2025-09-24 21:38:13 +00:00
json-schema@0.4.0 : {}
2024-08-07 12:23:35 +00:00
json5@2.2.3 : {}
2025-11-09 01:58:43 +00:00
jsonfile@6.2.0 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-03-11 23:38:38 +00:00
universalify : 2.0 .1
2024-08-07 12:23:35 +00:00
optionalDependencies :
graceful-fs : 4.2 .11
2025-09-24 21:38:13 +00:00
jsonpointer@5.0.1 : {}
2025-03-11 23:38:38 +00:00
kleur@4.1.5 : {}
2024-08-07 12:23:35 +00:00
2025-03-11 23:38:38 +00:00
klona@2.0.6 : {}
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
knitwork@1.3.0 : {}
2024-12-30 19:59:07 +00:00
2024-08-07 12:23:35 +00:00
kolorist@1.8.0 : {}
lazystream@1.0.1 :
dependencies :
readable-stream : 2.3 .8
2025-09-24 21:38:13 +00:00
leven@3.1.0 : {}
2024-08-07 12:23:35 +00:00
linebreak@1.1.0 :
dependencies :
base64-js : 0.0 .8
unicode-trie : 2.0 .0
2024-08-25 11:00:20 +00:00
lines-and-columns@1.2.4 : {}
2024-10-13 15:31:01 +00:00
listhen@1.9.0 :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher' : 2.5 .6
'@parcel/watcher-wasm' : 2.5 .6
2024-10-13 15:31:01 +00:00
citty : 0.1 .6
clipboardy : 4.0 .0
2025-11-09 01:58:43 +00:00
consola : 3.4 .2
crossws : 0.3 .5
2024-08-07 12:23:35 +00:00
defu : 6.1 .4
2025-11-09 01:58:43 +00:00
get-port-please : 3.2 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
h3 : 1.15 .5
2024-08-07 12:23:35 +00:00
http-shutdown : 1.2 .2
2025-11-09 01:58:43 +00:00
jiti : 2.6 .1
mlly : 1.8 .0
2025-12-05 16:53:07 +00:00
node-forge : 1.3 .3
2024-08-07 12:23:35 +00:00
pathe : 1.1 .2
2025-11-09 01:58:43 +00:00
std-env : 3.10 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
ufo : 1.6 .3
2024-10-13 15:31:01 +00:00
untun : 0.1 .3
2024-08-07 12:23:35 +00:00
uqr : 0.1 .2
2025-11-09 01:58:43 +00:00
local-pkg@1.1.2 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
mlly : 1.8 .0
pkg-types : 2.3 .0
quansync : 0.2 .11
2025-01-12 17:44:42 +00:00
2025-09-24 21:38:13 +00:00
lodash.debounce@4.0.8 : {}
2024-08-07 12:23:35 +00:00
lodash.defaults@4.2.0 : {}
lodash.isarguments@3.1.0 : {}
2025-09-24 21:38:13 +00:00
lodash.sortby@4.7.0 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
lodash@4.17.23 : {}
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
lru-cache@10.4.3 : {}
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
lru-cache@11.2.4 : {}
2024-08-07 12:23:35 +00:00
lru-cache@5.1.1 :
dependencies :
yallist : 3.1 .1
magic-string@0.25.9 :
dependencies :
sourcemap-codec : 1.4 .8
2025-11-09 01:58:43 +00:00
magic-string@0.30.21 :
2025-01-12 17:44:42 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@jridgewell/sourcemap-codec' : 1.5 .5
2025-01-12 17:44:42 +00:00
2025-11-09 01:58:43 +00:00
magicast@0.5.1 :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/parser' : 7.28 .6
'@babel/types' : 7.28 .6
2024-12-30 19:59:07 +00:00
source-map-js : 1.2 .1
2024-08-07 12:23:35 +00:00
mark.js@8.11.1 : {}
2025-09-24 21:38:13 +00:00
math-intrinsics@1.1.0 : {}
2025-12-05 16:53:07 +00:00
mdast-util-to-hast@13.2.1 :
2024-10-13 15:31:01 +00:00
dependencies :
'@types/hast' : 3.0 .4
'@types/mdast' : 4.0 .4
2025-03-11 23:38:38 +00:00
'@ungap/structured-clone' : 1.3 .0
2024-10-13 15:31:01 +00:00
devlop : 1.1 .0
2024-12-30 19:59:07 +00:00
micromark-util-sanitize-uri : 2.0 .1
2024-10-13 15:31:01 +00:00
trim-lines : 3.0 .1
unist-util-position : 5.0 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unist-util-visit : 5.1 .0
2024-10-13 15:31:01 +00:00
vfile : 6.0 .3
2025-01-12 17:44:42 +00:00
mdn-data@2.12.2 : {}
2024-08-07 12:23:35 +00:00
merge-stream@2.0.0 : {}
merge2@1.4.1 : {}
2024-12-30 19:59:07 +00:00
micromark-util-character@2.1.1 :
2024-10-13 15:31:01 +00:00
dependencies :
2024-12-30 19:59:07 +00:00
micromark-util-symbol : 2.0 .1
2025-03-11 23:38:38 +00:00
micromark-util-types : 2.0 .2
2024-10-13 15:31:01 +00:00
2024-12-30 19:59:07 +00:00
micromark-util-encode@2.0.1 : {}
2024-10-13 15:31:01 +00:00
2024-12-30 19:59:07 +00:00
micromark-util-sanitize-uri@2.0.1 :
2024-10-13 15:31:01 +00:00
dependencies :
2024-12-30 19:59:07 +00:00
micromark-util-character : 2.1 .1
micromark-util-encode : 2.0 .1
micromark-util-symbol : 2.0 .1
2024-10-13 15:31:01 +00:00
2024-12-30 19:59:07 +00:00
micromark-util-symbol@2.0.1 : {}
2024-10-13 15:31:01 +00:00
2025-03-11 23:38:38 +00:00
micromark-util-types@2.0.2 : {}
2024-10-13 15:31:01 +00:00
2024-08-29 11:47:35 +00:00
micromatch@4.0.8 :
dependencies :
braces : 3.0 .3
picomatch : 2.3 .1
2025-11-09 01:58:43 +00:00
mime-db@1.54.0 : {}
2025-12-05 16:53:07 +00:00
mime-types@3.0.2 :
2025-11-09 01:58:43 +00:00
dependencies :
mime-db : 1.54 .0
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
mime@4.1.0 : {}
2024-10-13 15:31:01 +00:00
mimic-fn@4.0.0 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
miniflare@4.20260120.0 :
2024-08-07 12:23:35 +00:00
dependencies :
'@cspotcode/source-map-support' : 0.8 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
sharp : 0.34 .5
undici : 7.18 .2
workerd : 1.20260120 .0
2024-08-07 12:23:35 +00:00
ws : 8.18 .0
2025-11-09 01:58:43 +00:00
youch : 4.1 .0 -beta.10
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
zod : 3.25 .76
2024-08-07 12:23:35 +00:00
transitivePeerDependencies :
- bufferutil
- utf-8-validate
2025-12-05 16:53:07 +00:00
minimatch@10.1.1 :
dependencies :
'@isaacs/brace-expansion' : 5.0 .0
2024-08-07 12:23:35 +00:00
minimatch@3.1.2 :
dependencies :
2025-11-09 01:58:43 +00:00
brace-expansion : 1.1 .12
2024-08-07 12:23:35 +00:00
minimatch@5.1.6 :
dependencies :
2025-11-09 01:58:43 +00:00
brace-expansion : 2.0 .2
2024-08-07 12:23:35 +00:00
2024-08-25 11:00:20 +00:00
minimatch@9.0.5 :
dependencies :
2025-11-09 01:58:43 +00:00
brace-expansion : 2.0 .2
2024-08-25 11:00:20 +00:00
2024-08-07 12:23:35 +00:00
minimist@1.2.8 : {}
2024-10-13 15:31:01 +00:00
minipass@7.1.2 : {}
2025-11-09 01:58:43 +00:00
minisearch@7.2.0 : {}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
minizlib@3.1.0 :
2024-12-30 19:59:07 +00:00
dependencies :
minipass : 7.1 .2
2024-08-07 12:23:35 +00:00
mitt@3.0.1 : {}
2025-11-09 01:58:43 +00:00
mlly@1.8.0 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
acorn : 8.15 .0
pathe : 2.0 .3
2025-03-11 23:38:38 +00:00
pkg-types : 1.3 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
ufo : 1.6 .3
2024-08-07 12:23:35 +00:00
2025-03-11 23:38:38 +00:00
mrmime@2.0.1 : {}
2024-08-07 12:23:35 +00:00
ms@2.1.3 : {}
2025-11-09 01:58:43 +00:00
nanoid@3.3.11 : {}
2024-12-30 19:59:07 +00:00
2025-03-11 23:38:38 +00:00
nitro-cloudflare-dev@0.2.2 :
2025-01-01 11:25:05 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
consola : 3.4 .2
mlly : 1.8 .0
pkg-types : 2.3 .0
2025-01-01 11:25:05 +00:00
2024-08-07 12:23:35 +00:00
nitro-cors@0.7.1 :
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
h3 : 1.15 .5
ufo : 1.6 .3
2025-11-09 01:58:43 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
nitropack@2.13.1 :
2025-11-09 01:58:43 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/kv-asset-handler' : 0.4 .2
'@rollup/plugin-alias' : 6.0 .0 (rollup@4.56.0)
'@rollup/plugin-commonjs' : 29.0 .0 (rollup@4.56.0)
'@rollup/plugin-inject' : 5.0 .5 (rollup@4.56.0)
'@rollup/plugin-json' : 6.1 .0 (rollup@4.56.0)
'@rollup/plugin-node-resolve' : 16.0 .3 (rollup@4.56.0)
'@rollup/plugin-replace' : 6.0 .3 (rollup@4.56.0)
'@rollup/plugin-terser' : 0.4 .4 (rollup@4.56.0)
'@vercel/nft' : 1.3 .0 (rollup@4.56.0)
2024-10-13 15:31:01 +00:00
archiver : 7.0 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
c12 : 3.3 .3 (magicast@0.5.1)
chokidar : 5.0 .0
2024-10-13 15:31:01 +00:00
citty : 0.1 .6
2025-11-09 01:58:43 +00:00
compatx : 0.2 .0
confbox : 0.2 .2
consola : 3.4 .2
2025-03-11 23:38:38 +00:00
cookie-es : 2.0 .0
2025-11-09 01:58:43 +00:00
croner : 9.1 .0
crossws : 0.3 .5
db0 : 0.3 .4
2024-10-13 15:31:01 +00:00
defu : 6.1 .4
2025-11-09 01:58:43 +00:00
destr : 2.0 .5
dot-prop : 10.1 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
esbuild : 0.27 .2
2024-08-07 12:23:35 +00:00
escape-string-regexp : 5.0 .0
etag : 1.8 .1
2025-12-05 16:53:07 +00:00
exsolve : 1.0 .8
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
globby : 16.1 .0
2024-08-07 12:23:35 +00:00
gzip-size : 7.0 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
h3 : 1.15 .5
2024-08-07 12:23:35 +00:00
hookable : 5.5 .3
2025-03-11 23:38:38 +00:00
httpxy : 0.1 .7
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
ioredis : 5.9 .2
2025-11-09 01:58:43 +00:00
jiti : 2.6 .1
2024-08-07 12:23:35 +00:00
klona : 2.0 .6
2025-12-05 16:53:07 +00:00
knitwork : 1.3 .0
2024-10-13 15:31:01 +00:00
listhen : 1.9 .0
2025-11-09 01:58:43 +00:00
magic-string : 0.30 .21
magicast : 0.5 .1
mime : 4.1 .0
mlly : 1.8 .0
node-fetch-native : 1.6 .7
2025-12-05 16:53:07 +00:00
node-mock-http : 1.0 .4
2025-11-09 01:58:43 +00:00
ofetch : 1.5 .1
2025-03-11 23:38:38 +00:00
ohash : 2.0 .11
pathe : 2.0 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
perfect-debounce : 2.1 .0
2025-11-09 01:58:43 +00:00
pkg-types : 2.3 .0
pretty-bytes : 7.1 .0
2024-10-13 15:31:01 +00:00
radix3 : 1.1 .2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup : 4.56 .0
rollup-plugin-visualizer : 6.0 .5 (rollup@4.56.0)
2024-10-13 15:31:01 +00:00
scule : 1.3 .0
2025-11-09 01:58:43 +00:00
semver : 7.7 .3
2024-10-13 15:31:01 +00:00
serve-placeholder : 2.0 .2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
serve-static : 2.2 .1
2025-11-09 01:58:43 +00:00
source-map : 0.7 .6
std-env : 3.10 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
ufo : 1.6 .3
2025-11-09 01:58:43 +00:00
ultrahtml : 1.6 .0
2024-08-07 12:23:35 +00:00
uncrypto : 0.1 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unctx : 2.5 .0
2025-11-09 01:58:43 +00:00
unenv : 2.0 .0 -rc.24
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unimport : 5.6 .0
2025-11-09 01:58:43 +00:00
unplugin-utils : 0.3 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unstorage : 1.17 .4 (db0@0.3.4)(ioredis@5.9.2)
2025-03-11 23:38:38 +00:00
untyped : 2.0 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unwasm : 0.5 .3
2025-12-05 16:53:07 +00:00
youch : 4.1 .0 -beta.13
2025-11-09 01:58:43 +00:00
youch-core : 0.3 .3
2024-08-07 12:23:35 +00:00
transitivePeerDependencies :
- '@azure/app-configuration'
- '@azure/cosmos'
- '@azure/data-tables'
- '@azure/identity'
- '@azure/keyvault-secrets'
- '@azure/storage-blob'
- '@capacitor/preferences'
2024-12-30 19:59:07 +00:00
- '@deno/kv'
- '@electric-sql/pglite'
2024-10-13 15:31:01 +00:00
- '@libsql/client'
- '@netlify/blobs'
2024-08-07 12:23:35 +00:00
- '@planetscale/database'
- '@upstash/redis'
2024-12-30 19:59:07 +00:00
- '@vercel/blob'
2025-11-09 01:58:43 +00:00
- '@vercel/functions'
2024-08-07 12:23:35 +00:00
- '@vercel/kv'
2024-12-30 19:59:07 +00:00
- aws4fetch
2025-11-09 01:58:43 +00:00
- bare-abort-controller
2024-10-13 15:31:01 +00:00
- better-sqlite3
- drizzle-orm
2024-08-07 12:23:35 +00:00
- encoding
- idb-keyval
2024-12-30 19:59:07 +00:00
- mysql2
2025-11-09 01:58:43 +00:00
- react-native-b4a
2025-03-11 23:38:38 +00:00
- rolldown
- sqlite3
2024-08-07 12:23:35 +00:00
- supports-color
2024-12-30 19:59:07 +00:00
- uploadthing
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
node-addon-api@7.1.1 : {}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
node-fetch-native@1.6.7 : {}
2025-03-11 23:38:38 +00:00
2024-08-07 12:23:35 +00:00
node-fetch@2.7.0 :
dependencies :
whatwg-url : 5.0 .0
2025-12-05 16:53:07 +00:00
node-forge@1.3.3 : {}
2024-08-07 12:23:35 +00:00
2024-12-30 19:59:07 +00:00
node-gyp-build@4.8.4 : {}
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
node-mock-http@1.0.4 : {}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
node-releases@2.0.27 : {}
2025-09-24 21:38:13 +00:00
2025-03-11 23:38:38 +00:00
nopt@8.1.0 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
abbrev : 3.0 .1
2024-08-07 12:23:35 +00:00
normalize-path@3.0.0 : {}
2024-10-13 15:31:01 +00:00
npm-run-path@5.3.0 :
dependencies :
path-key : 4.0 .0
2024-08-07 12:23:35 +00:00
nprogress@0.2.0 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
nypm@0.6.4 :
2024-10-13 15:31:01 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
citty : 0.2 .0
2025-03-11 23:38:38 +00:00
pathe : 2.0 .3
2025-11-09 01:58:43 +00:00
tinyexec : 1.0 .2
2024-10-13 15:31:01 +00:00
2025-09-24 21:38:13 +00:00
object-inspect@1.13.4 : {}
object-keys@1.1.1 : {}
object.assign@4.1.7 :
dependencies :
call-bind : 1.0 .8
call-bound : 1.0 .4
define-properties : 1.2 .1
es-object-atoms : 1.1 .1
has-symbols : 1.1 .0
object-keys : 1.1 .1
2025-11-09 01:58:43 +00:00
ofetch@1.5.1 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
destr : 2.0 .5
node-fetch-native : 1.6 .7
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
ufo : 1.6 .3
2024-08-07 12:23:35 +00:00
2025-03-11 23:38:38 +00:00
ohash@2.0.11 : {}
2024-08-07 12:23:35 +00:00
on-finished@2.4.1 :
dependencies :
ee-first : 1.1 .1
once@1.4.0 :
dependencies :
wrappy : 1.0 .2
2024-10-13 15:31:01 +00:00
onetime@6.0.0 :
dependencies :
mimic-fn : 4.0 .0
2025-03-11 23:38:38 +00:00
oniguruma-to-es@3.1.1 :
2024-10-13 15:31:01 +00:00
dependencies :
2024-12-30 19:59:07 +00:00
emoji-regex-xs : 1.0 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
regex : 6.1 .0
2025-03-11 23:38:38 +00:00
regex-recursion : 6.0 .2
2024-10-13 15:31:01 +00:00
2024-08-07 12:23:35 +00:00
open@8.4.2 :
dependencies :
define-lazy-prop : 2.0 .0
is-docker : 2.2 .1
is-wsl : 2.2 .0
2025-09-24 21:38:13 +00:00
own-keys@1.0.1 :
dependencies :
get-intrinsic : 1.3 .0
object-keys : 1.1 .1
safe-push-apply : 1.0 .0
2024-10-13 15:31:01 +00:00
package-json-from-dist@1.0.1 : {}
2025-12-05 16:53:07 +00:00
package-manager-detector@1.6.0 : {}
2024-10-17 06:03:48 +00:00
2024-08-07 12:23:35 +00:00
pako@0.2.9 : {}
2024-08-25 11:00:20 +00:00
parent-module@1.0.1 :
dependencies :
callsites : 3.1 .0
parse-author@2.0.0 :
dependencies :
author-regex : 1.0 .0
2024-08-07 12:23:35 +00:00
parse-css-color@0.2.1 :
dependencies :
color-name : 1.1 .4
hex-rgb : 4.3 .0
2024-08-25 11:00:20 +00:00
parse-json@5.2.0 :
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/code-frame' : 7.28 .6
2025-11-09 01:58:43 +00:00
error-ex : 1.3 .4
2024-08-25 11:00:20 +00:00
json-parse-even-better-errors : 2.3 .1
lines-and-columns : 1.2 .4
2024-08-07 12:23:35 +00:00
parseurl@1.3.3 : {}
path-is-absolute@1.0.1 : {}
path-key@3.1.1 : {}
2024-10-13 15:31:01 +00:00
path-key@4.0.0 : {}
2024-08-07 12:23:35 +00:00
path-parse@1.0.7 : {}
2024-10-13 15:31:01 +00:00
path-scurry@1.11.1 :
dependencies :
lru-cache : 10.4 .3
minipass : 7.1 .2
2025-12-05 16:53:07 +00:00
path-scurry@2.0.1 :
dependencies :
lru-cache : 11.2 .4
minipass : 7.1 .2
2024-10-17 06:03:48 +00:00
path-to-regexp@6.3.0 : {}
2024-08-07 12:23:35 +00:00
path-type@4.0.0 : {}
pathe@1.1.2 : {}
2025-03-11 23:38:38 +00:00
pathe@2.0.3 : {}
2024-08-07 12:23:35 +00:00
perfect-debounce@1.0.0 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
perfect-debounce@2.1.0 : {}
2024-08-07 12:23:35 +00:00
2024-12-30 19:59:07 +00:00
picocolors@1.1.1 : {}
2024-10-13 15:31:01 +00:00
picomatch@2.3.1 : {}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
picomatch@4.0.3 : {}
2024-10-13 15:31:01 +00:00
2025-03-11 23:38:38 +00:00
pkg-types@1.3.1 :
dependencies :
confbox : 0.1 .8
2025-11-09 01:58:43 +00:00
mlly : 1.8 .0
pathe : 2.0 .3
2025-03-11 23:38:38 +00:00
2025-11-09 01:58:43 +00:00
pkg-types@2.3.0 :
2025-03-11 23:38:38 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
confbox : 0.2 .2
2025-12-05 16:53:07 +00:00
exsolve : 1.0 .8
2025-03-11 23:38:38 +00:00
pathe : 2.0 .3
2025-09-24 21:38:13 +00:00
possible-typed-array-names@1.1.0 : {}
2024-08-07 12:23:35 +00:00
postcss-value-parser@4.2.0 : {}
2025-11-09 01:58:43 +00:00
postcss@8.5.6 :
2024-10-13 15:31:01 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
nanoid : 3.3 .11
2024-12-30 19:59:07 +00:00
picocolors : 1.1 .1
source-map-js : 1.2 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
preact@10.28.2 : {}
2024-08-07 12:23:35 +00:00
2024-08-25 11:00:20 +00:00
prettier-package-json@2.8.0 :
dependencies :
'@types/parse-author' : 2.0 .3
commander : 4.1 .1
cosmiconfig : 7.1 .0
fs-extra : 10.1 .0
glob : 7.2 .3
minimatch : 3.1 .2
parse-author : 2.0 .0
sort-object-keys : 1.1 .3
sort-order : 1.1 .2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
prettier-plugin-pkgsort@0.2.1(prettier@3.8.1) :
2024-08-25 11:00:20 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
prettier : 3.8 .1
2024-08-25 11:00:20 +00:00
prettier-package-json : 2.8 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
prettier-plugin-tailwindcss@0.7.2(@ianvs/prettier-plugin-sort-imports@4.7.0(@vue/compiler-sfc@3.5.27)(prettier@3.8.1))(prettier@3.8.1) :
2024-08-25 11:00:20 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
prettier : 3.8 .1
2024-08-28 11:37:06 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@ianvs/prettier-plugin-sort-imports' : 4.7 .0 (@vue/compiler-sfc@3.5.27)(prettier@3.8.1)
2024-08-25 11:00:20 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
prettier@3.8.1 : {}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
pretty-bytes@5.6.0 : {}
2024-08-07 12:23:35 +00:00
pretty-bytes@6.1.1 : {}
2025-11-09 01:58:43 +00:00
pretty-bytes@7.1.0 : {}
2024-08-07 12:23:35 +00:00
process-nextick-args@2.0.1 : {}
2024-10-13 15:31:01 +00:00
process@0.11.10 : {}
2025-11-09 01:58:43 +00:00
property-information@7.1.0 : {}
2024-10-13 15:31:01 +00:00
2025-09-24 21:38:13 +00:00
punycode@2.3.1 : {}
2025-11-09 01:58:43 +00:00
quansync@0.2.11 : {}
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
quansync@1.0.0 : {}
2025-03-11 23:38:38 +00:00
queue-microtask@1.2.3 : {}
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
radix3@1.1.2 : {}
2024-08-07 12:23:35 +00:00
randombytes@2.1.0 :
dependencies :
safe-buffer : 5.2 .1
range-parser@1.2.1 : {}
2024-10-13 15:31:01 +00:00
rc9@2.1.2 :
2024-08-07 12:23:35 +00:00
dependencies :
defu : 6.1 .4
2025-11-09 01:58:43 +00:00
destr : 2.0 .5
2024-08-07 12:23:35 +00:00
readable-stream@2.3.8 :
dependencies :
core-util-is : 1.0 .3
inherits : 2.0 .4
isarray : 1.0 .0
process-nextick-args : 2.0 .1
safe-buffer : 5.1 .2
string_decoder : 1.1 .1
util-deprecate : 1.0 .2
2025-03-11 23:38:38 +00:00
readable-stream@4.7.0 :
2024-10-13 15:31:01 +00:00
dependencies :
abort-controller : 3.0 .0
buffer : 6.0 .3
events : 3.3 .0
process : 0.11 .10
string_decoder : 1.3 .0
2024-08-07 12:23:35 +00:00
readdir-glob@1.1.3 :
dependencies :
minimatch : 5.1 .6
readdirp@3.6.0 :
dependencies :
picomatch : 2.3 .1
2025-03-11 23:38:38 +00:00
readdirp@4.1.2 : {}
2024-10-17 06:03:48 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
readdirp@5.0.0 : {}
2024-08-07 12:23:35 +00:00
redis-errors@1.2.0 : {}
redis-parser@3.0.0 :
dependencies :
redis-errors : 1.2 .0
2025-09-24 21:38:13 +00:00
reflect.getprototypeof@1.0.10 :
dependencies :
call-bind : 1.0 .8
define-properties : 1.2 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
es-abstract : 1.24 .1
2025-09-24 21:38:13 +00:00
es-errors : 1.3 .0
es-object-atoms : 1.1 .1
get-intrinsic : 1.3 .0
get-proto : 1.0 .1
which-builtin-type : 1.2 .1
regenerate-unicode-properties@10.2.2 :
dependencies :
regenerate : 1.4 .2
regenerate@1.4.2 : {}
2025-03-11 23:38:38 +00:00
regex-recursion@6.0.2 :
2024-12-30 19:59:07 +00:00
dependencies :
regex-utilities : 2.3 .0
regex-utilities@2.3.0 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
regex@6.1.0 :
2024-12-30 19:59:07 +00:00
dependencies :
regex-utilities : 2.3 .0
2024-10-13 15:31:01 +00:00
2025-09-24 21:38:13 +00:00
regexp.prototype.flags@1.5.4 :
dependencies :
call-bind : 1.0 .8
define-properties : 1.2 .1
es-errors : 1.3 .0
get-proto : 1.0 .1
gopd : 1.2 .0
set-function-name : 2.0 .2
regexpu-core@6.4.0 :
dependencies :
regenerate : 1.4 .2
regenerate-unicode-properties : 10.2 .2
regjsgen : 0.8 .0
regjsparser : 0.13 .0
unicode-match-property-ecmascript : 2.0 .0
unicode-match-property-value-ecmascript : 2.2 .1
regjsgen@0.8.0 : {}
regjsparser@0.13.0 :
dependencies :
jsesc : 3.1 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
reka-ui@2.7.0(typescript@5.9.3)(vue@3.5.27(typescript@5.9.3)) :
2025-03-27 12:54:11 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@floating-ui/dom' : 1.7 .4
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@floating-ui/vue' : 1.1 .9 (vue@3.5.27(typescript@5.9.3))
'@internationalized/date' : 3.10 .1
2025-11-09 01:58:43 +00:00
'@internationalized/number' : 3.6 .5
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@tanstack/vue-virtual' : 3.13 .18 (vue@3.5.27(typescript@5.9.3))
2025-11-09 01:58:43 +00:00
'@vueuse/core' : 12.8 .2 (typescript@5.9.3)
'@vueuse/shared' : 12.8 .2 (typescript@5.9.3)
aria-hidden : 1.2 .6
2025-03-27 12:54:11 +00:00
defu : 6.1 .4
ohash : 2.0 .11
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vue : 3.5 .27 (typescript@5.9.3)
2025-03-27 12:54:11 +00:00
transitivePeerDependencies :
- '@vue/composition-api'
- typescript
2024-08-07 12:23:35 +00:00
require-directory@2.1.1 : {}
2024-08-29 11:47:35 +00:00
require-from-string@2.0.2 : {}
2024-08-25 11:00:20 +00:00
resolve-from@4.0.0 : {}
2024-08-07 12:23:35 +00:00
resolve-from@5.0.0 : {}
2025-11-09 01:58:43 +00:00
resolve@1.22.11 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-03-11 23:38:38 +00:00
is-core-module : 2.16 .1
2024-08-07 12:23:35 +00:00
path-parse : 1.0 .7
supports-preserve-symlinks-flag : 1.0 .0
2025-11-09 01:58:43 +00:00
reusify@1.1.0 : {}
2024-08-07 12:23:35 +00:00
rfdc@1.4.1 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup-plugin-visualizer@6.0.5(rollup@4.56.0) :
2024-08-07 12:23:35 +00:00
dependencies :
open : 8.4 .2
2025-11-09 01:58:43 +00:00
picomatch : 4.0 .3
source-map : 0.7 .6
2024-08-07 12:23:35 +00:00
yargs : 17.7 .2
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup : 4.56 .0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
rollup@2.79.2 :
optionalDependencies :
fsevents : 2.3 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup@4.56.0 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@types/estree' : 1.0 .8
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/rollup-android-arm-eabi' : 4.56 .0
'@rollup/rollup-android-arm64' : 4.56 .0
'@rollup/rollup-darwin-arm64' : 4.56 .0
'@rollup/rollup-darwin-x64' : 4.56 .0
'@rollup/rollup-freebsd-arm64' : 4.56 .0
'@rollup/rollup-freebsd-x64' : 4.56 .0
'@rollup/rollup-linux-arm-gnueabihf' : 4.56 .0
'@rollup/rollup-linux-arm-musleabihf' : 4.56 .0
'@rollup/rollup-linux-arm64-gnu' : 4.56 .0
'@rollup/rollup-linux-arm64-musl' : 4.56 .0
'@rollup/rollup-linux-loong64-gnu' : 4.56 .0
'@rollup/rollup-linux-loong64-musl' : 4.56 .0
'@rollup/rollup-linux-ppc64-gnu' : 4.56 .0
'@rollup/rollup-linux-ppc64-musl' : 4.56 .0
'@rollup/rollup-linux-riscv64-gnu' : 4.56 .0
'@rollup/rollup-linux-riscv64-musl' : 4.56 .0
'@rollup/rollup-linux-s390x-gnu' : 4.56 .0
'@rollup/rollup-linux-x64-gnu' : 4.56 .0
'@rollup/rollup-linux-x64-musl' : 4.56 .0
'@rollup/rollup-openbsd-x64' : 4.56 .0
'@rollup/rollup-openharmony-arm64' : 4.56 .0
'@rollup/rollup-win32-arm64-msvc' : 4.56 .0
'@rollup/rollup-win32-ia32-msvc' : 4.56 .0
'@rollup/rollup-win32-x64-gnu' : 4.56 .0
'@rollup/rollup-win32-x64-msvc' : 4.56 .0
2024-08-07 12:23:35 +00:00
fsevents : 2.3 .3
run-parallel@1.2.0 :
dependencies :
queue-microtask : 1.2 .3
2025-09-24 21:38:13 +00:00
safe-array-concat@1.1.3 :
dependencies :
call-bind : 1.0 .8
call-bound : 1.0 .4
get-intrinsic : 1.3 .0
has-symbols : 1.1 .0
isarray : 2.0 .5
2024-08-07 12:23:35 +00:00
safe-buffer@5.1.2 : {}
safe-buffer@5.2.1 : {}
2025-09-24 21:38:13 +00:00
safe-push-apply@1.0.0 :
dependencies :
es-errors : 1.3 .0
isarray : 2.0 .5
safe-regex-test@1.1.0 :
dependencies :
call-bound : 1.0 .4
es-errors : 1.3 .0
is-regex : 1.2 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
sass@1.97.3 :
2024-08-29 11:47:35 +00:00
dependencies :
2025-03-11 23:38:38 +00:00
chokidar : 4.0 .3
2025-11-09 01:58:43 +00:00
immutable : 5.1 .4
2024-10-17 06:03:48 +00:00
source-map-js : 1.2 .1
2025-03-11 23:38:38 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@parcel/watcher' : 2.5 .6
2024-08-29 11:47:35 +00:00
2024-08-07 12:23:35 +00:00
satori-html@0.3.2 :
dependencies :
2025-06-30 14:51:52 +00:00
ultrahtml : 1.6 .0
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
satori@0.16.2 :
2024-08-07 12:23:35 +00:00
dependencies :
'@shuding/opentype.js' : 1.4 .0 -beta.0
css-background-parser : 0.1 .0
css-box-shadow : 1.0 .0 -3
2025-11-09 01:58:43 +00:00
css-gradient-parser : 0.0 .17
2024-08-07 12:23:35 +00:00
css-to-react-native : 3.2 .0
2025-11-09 01:58:43 +00:00
emoji-regex-xs : 2.0 .1
2024-08-07 12:23:35 +00:00
escape-html : 1.0 .3
linebreak : 1.1 .0
parse-css-color : 0.2 .1
postcss-value-parser : 4.2 .0
2025-11-09 01:58:43 +00:00
yoga-layout : 3.2 .1
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
sax@1.4.4 : {}
2024-08-07 12:23:35 +00:00
2024-08-25 11:00:20 +00:00
scule@1.3.0 : {}
2024-08-07 12:23:35 +00:00
semver@6.3.1 : {}
2025-11-09 01:58:43 +00:00
semver@7.7.3 : {}
2024-10-13 15:31:01 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
send@1.2.1 :
2024-10-13 15:31:01 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
debug : 4.4 .3
encodeurl : 2.0 .0
2024-10-13 15:31:01 +00:00
escape-html : 1.0 .3
etag : 1.8 .1
2025-11-09 01:58:43 +00:00
fresh : 2.0 .0
2025-12-05 16:53:07 +00:00
http-errors : 2.0 .1
mime-types : 3.0 .2
2024-10-13 15:31:01 +00:00
ms : 2.1 .3
on-finished : 2.4 .1
range-parser : 1.2 .1
2025-11-09 01:58:43 +00:00
statuses : 2.0 .2
2024-10-13 15:31:01 +00:00
transitivePeerDependencies :
- supports-color
serialize-javascript@6.0.2 :
2024-08-07 12:23:35 +00:00
dependencies :
randombytes : 2.1 .0
2024-10-13 15:31:01 +00:00
serve-placeholder@2.0.2 :
2024-08-07 12:23:35 +00:00
dependencies :
defu : 6.1 .4
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
serve-static@2.2.1 :
2024-10-13 15:31:01 +00:00
dependencies :
encodeurl : 2.0 .0
escape-html : 1.0 .3
parseurl : 1.3 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
send : 1.2 .1
2024-10-13 15:31:01 +00:00
transitivePeerDependencies :
- supports-color
2025-09-24 21:38:13 +00:00
set-function-length@1.2.2 :
dependencies :
define-data-property : 1.1 .4
es-errors : 1.3 .0
function-bind : 1.1 .2
get-intrinsic : 1.3 .0
gopd : 1.2 .0
has-property-descriptors : 1.0 .2
set-function-name@2.0.2 :
dependencies :
define-data-property : 1.1 .4
es-errors : 1.3 .0
functions-have-names : 1.2 .3
has-property-descriptors : 1.0 .2
set-proto@1.0.0 :
dependencies :
dunder-proto : 1.0 .1
es-errors : 1.3 .0
es-object-atoms : 1.1 .1
2024-08-07 12:23:35 +00:00
setprototypeof@1.2.0 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
sharp@0.34.5 :
2025-03-11 23:38:38 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/colour' : 1.0 .0
2025-11-09 01:58:43 +00:00
detect-libc : 2.1 .2
semver : 7.7 .3
2025-03-11 23:38:38 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@img/sharp-darwin-arm64' : 0.34 .5
'@img/sharp-darwin-x64' : 0.34 .5
'@img/sharp-libvips-darwin-arm64' : 1.2 .4
'@img/sharp-libvips-darwin-x64' : 1.2 .4
'@img/sharp-libvips-linux-arm' : 1.2 .4
'@img/sharp-libvips-linux-arm64' : 1.2 .4
'@img/sharp-libvips-linux-ppc64' : 1.2 .4
'@img/sharp-libvips-linux-riscv64' : 1.2 .4
'@img/sharp-libvips-linux-s390x' : 1.2 .4
'@img/sharp-libvips-linux-x64' : 1.2 .4
'@img/sharp-libvips-linuxmusl-arm64' : 1.2 .4
'@img/sharp-libvips-linuxmusl-x64' : 1.2 .4
'@img/sharp-linux-arm' : 0.34 .5
'@img/sharp-linux-arm64' : 0.34 .5
'@img/sharp-linux-ppc64' : 0.34 .5
'@img/sharp-linux-riscv64' : 0.34 .5
'@img/sharp-linux-s390x' : 0.34 .5
'@img/sharp-linux-x64' : 0.34 .5
'@img/sharp-linuxmusl-arm64' : 0.34 .5
'@img/sharp-linuxmusl-x64' : 0.34 .5
'@img/sharp-wasm32' : 0.34 .5
'@img/sharp-win32-arm64' : 0.34 .5
'@img/sharp-win32-ia32' : 0.34 .5
'@img/sharp-win32-x64' : 0.34 .5
2025-03-11 23:38:38 +00:00
2024-08-07 12:23:35 +00:00
shebang-command@2.0.0 :
dependencies :
shebang-regex : 3.0 .0
shebang-regex@3.0.0 : {}
2025-03-11 23:38:38 +00:00
shiki@2.5.0 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-03-11 23:38:38 +00:00
'@shikijs/core' : 2.5 .0
'@shikijs/engine-javascript' : 2.5 .0
'@shikijs/engine-oniguruma' : 2.5 .0
'@shikijs/langs' : 2.5 .0
'@shikijs/themes' : 2.5 .0
'@shikijs/types' : 2.5 .0
'@shikijs/vscode-textmate' : 10.0 .2
2024-08-07 12:23:35 +00:00
'@types/hast' : 3.0 .4
2025-09-24 21:38:13 +00:00
side-channel-list@1.0.0 :
dependencies :
es-errors : 1.3 .0
object-inspect : 1.13 .4
side-channel-map@1.0.1 :
dependencies :
call-bound : 1.0 .4
es-errors : 1.3 .0
get-intrinsic : 1.3 .0
object-inspect : 1.13 .4
side-channel-weakmap@1.0.2 :
dependencies :
call-bound : 1.0 .4
es-errors : 1.3 .0
get-intrinsic : 1.3 .0
object-inspect : 1.13 .4
side-channel-map : 1.0 .1
side-channel@1.1.0 :
dependencies :
es-errors : 1.3 .0
object-inspect : 1.13 .4
side-channel-list : 1.0 .0
side-channel-map : 1.0 .1
side-channel-weakmap : 1.0 .2
2024-08-29 11:47:35 +00:00
signal-exit@4.1.0 : {}
2024-08-07 12:23:35 +00:00
sirv@2.0.4 :
dependencies :
2025-11-09 01:58:43 +00:00
'@polka/url' : 1.0 .0 -next.29
mrmime : 2.0 .1
2024-08-07 12:23:35 +00:00
totalist : 3.0 .1
2025-11-09 01:58:43 +00:00
sirv@3.0.2 :
2025-01-12 17:44:42 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@polka/url' : 1.0 .0 -next.29
2025-03-11 23:38:38 +00:00
mrmime : 2.0 .1
2025-01-12 17:44:42 +00:00
totalist : 3.0 .1
2024-10-13 15:31:01 +00:00
slash@5.1.0 : {}
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
smob@1.5.0 : {}
2024-08-07 12:23:35 +00:00
2024-08-25 11:00:20 +00:00
sort-object-keys@1.1.3 : {}
sort-order@1.1.2 : {}
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
source-map-js@1.2.1 : {}
2024-08-07 12:23:35 +00:00
source-map-support@0.5.21 :
dependencies :
buffer-from : 1.1 .2
source-map : 0.6 .1
source-map@0.6.1 : {}
2025-11-09 01:58:43 +00:00
source-map@0.7.6 : {}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
source-map@0.8.0-beta.0 :
dependencies :
whatwg-url : 7.1 .0
2024-08-07 12:23:35 +00:00
sourcemap-codec@1.4.8 : {}
2024-10-13 15:31:01 +00:00
space-separated-tokens@2.0.2 : {}
2024-08-07 12:23:35 +00:00
speakingurl@14.0.1 : {}
standard-as-callback@2.1.0 : {}
2025-11-09 01:58:43 +00:00
statuses@2.0.2 : {}
std-env@3.10.0 : {}
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
stop-iteration-iterator@1.1.0 :
dependencies :
es-errors : 1.3 .0
internal-slot : 1.1 .0
2025-11-09 01:58:43 +00:00
streamx@2.23.0 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
events-universal : 1.0 .1
2024-08-07 12:23:35 +00:00
fast-fifo : 1.3 .2
2025-03-11 23:38:38 +00:00
text-decoder : 1.2 .3
2025-11-09 01:58:43 +00:00
transitivePeerDependencies :
- bare-abort-controller
- react-native-b4a
2024-08-07 12:23:35 +00:00
string-width@4.2.3 :
dependencies :
emoji-regex : 8.0 .0
is-fullwidth-code-point : 3.0 .0
strip-ansi : 6.0 .1
2024-10-13 15:31:01 +00:00
string-width@5.1.2 :
dependencies :
eastasianwidth : 0.2 .0
emoji-regex : 9.2 .2
2025-11-09 01:58:43 +00:00
strip-ansi : 7.1 .2
2024-10-13 15:31:01 +00:00
2024-08-07 12:23:35 +00:00
string.prototype.codepointat@0.2.1 : {}
2025-09-24 21:38:13 +00:00
string.prototype.matchall@4.0.12 :
dependencies :
call-bind : 1.0 .8
call-bound : 1.0 .4
define-properties : 1.2 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
es-abstract : 1.24 .1
2025-09-24 21:38:13 +00:00
es-errors : 1.3 .0
es-object-atoms : 1.1 .1
get-intrinsic : 1.3 .0
gopd : 1.2 .0
has-symbols : 1.1 .0
internal-slot : 1.1 .0
regexp.prototype.flags : 1.5 .4
set-function-name : 2.0 .2
side-channel : 1.1 .0
string.prototype.trim@1.2.10 :
dependencies :
call-bind : 1.0 .8
call-bound : 1.0 .4
define-data-property : 1.1 .4
define-properties : 1.2 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
es-abstract : 1.24 .1
2025-09-24 21:38:13 +00:00
es-object-atoms : 1.1 .1
has-property-descriptors : 1.0 .2
string.prototype.trimend@1.0.9 :
dependencies :
call-bind : 1.0 .8
call-bound : 1.0 .4
define-properties : 1.2 .1
es-object-atoms : 1.1 .1
string.prototype.trimstart@1.0.8 :
dependencies :
call-bind : 1.0 .8
define-properties : 1.2 .1
es-object-atoms : 1.1 .1
2024-08-07 12:23:35 +00:00
string_decoder@1.1.1 :
dependencies :
safe-buffer : 5.1 .2
string_decoder@1.3.0 :
dependencies :
safe-buffer : 5.2 .1
2024-10-13 15:31:01 +00:00
stringify-entities@4.0.4 :
dependencies :
character-entities-html4 : 2.1 .0
character-entities-legacy : 3.0 .0
2025-09-24 21:38:13 +00:00
stringify-object@3.3.0 :
dependencies :
get-own-enumerable-property-symbols : 3.0 .2
is-obj : 1.0 .1
is-regexp : 1.0 .0
2024-08-07 12:23:35 +00:00
strip-ansi@6.0.1 :
dependencies :
ansi-regex : 5.0 .1
2025-11-09 01:58:43 +00:00
strip-ansi@7.1.2 :
2024-08-29 11:47:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
ansi-regex : 6.2 .2
2024-08-29 11:47:35 +00:00
2025-09-24 21:38:13 +00:00
strip-comments@2.0.1 : {}
2024-10-13 15:31:01 +00:00
strip-final-newline@3.0.0 : {}
2024-08-25 11:00:20 +00:00
2025-11-09 01:58:43 +00:00
strip-literal@3.1.0 :
2024-08-25 11:00:20 +00:00
dependencies :
2025-09-24 21:38:13 +00:00
js-tokens : 9.0 .1
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
superjson@2.2.6 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
copy-anything : 4.0 .5
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
supports-color@10.2.2 : {}
2024-08-07 12:23:35 +00:00
supports-preserve-symlinks-flag@1.0.0 : {}
2024-10-13 15:31:01 +00:00
system-architecture@0.1.0 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
tabbable@6.4.0 : {}
2025-11-09 01:58:43 +00:00
tagged-tag@1.0.0 : {}
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
tar-stream@3.1.7 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
b4a : 1.7 .3
2024-08-07 12:23:35 +00:00
fast-fifo : 1.3 .2
2025-11-09 01:58:43 +00:00
streamx : 2.23 .0
transitivePeerDependencies :
- bare-abort-controller
- react-native-b4a
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
tar@7.5.6 :
2024-12-30 19:59:07 +00:00
dependencies :
'@isaacs/fs-minipass' : 4.0 .1
chownr : 3.0 .0
minipass : 7.1 .2
2025-11-09 01:58:43 +00:00
minizlib : 3.1 .0
2024-12-30 19:59:07 +00:00
yallist : 5.0 .0
2025-09-24 21:38:13 +00:00
temp-dir@2.0.0 : {}
tempy@0.6.0 :
dependencies :
is-stream : 2.0 .1
temp-dir : 2.0 .0
type-fest : 0.16 .0
unique-string : 2.0 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
terser@5.46.0 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@jridgewell/source-map' : 0.3 .11
acorn : 8.15 .0
2024-08-07 12:23:35 +00:00
commander : 2.20 .3
source-map-support : 0.5 .21
2025-03-11 23:38:38 +00:00
text-decoder@1.2.3 :
2024-10-13 15:31:01 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
b4a : 1.7 .3
transitivePeerDependencies :
- react-native-b4a
2024-10-13 15:31:01 +00:00
2024-08-07 12:23:35 +00:00
tiny-inflate@1.0.3 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
tinycolor2@1.6.0 : {}
2025-11-09 01:58:43 +00:00
tinyexec@1.0.2 : {}
2024-10-17 06:03:48 +00:00
2025-11-09 01:58:43 +00:00
tinyglobby@0.2.15 :
2024-10-17 06:03:48 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
fdir : 6.5 .0 (picomatch@4.0.3)
picomatch : 4.0 .3
2024-08-07 12:23:35 +00:00
to-regex-range@5.0.1 :
dependencies :
is-number : 7.0 .0
toidentifier@1.0.1 : {}
totalist@3.0.1 : {}
tr46@0.0.3 : {}
2025-09-24 21:38:13 +00:00
tr46@1.0.1 :
dependencies :
punycode : 2.3 .1
2024-10-13 15:31:01 +00:00
trim-lines@3.0.1 : {}
2025-03-27 12:54:11 +00:00
tslib@2.8.1 : {}
2024-10-17 06:03:48 +00:00
2025-09-24 21:38:13 +00:00
type-fest@0.16.0 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
type-fest@5.4.1 :
2025-11-09 01:58:43 +00:00
dependencies :
tagged-tag : 1.0 .0
2024-08-07 12:23:35 +00:00
2025-09-24 21:38:13 +00:00
typed-array-buffer@1.0.3 :
dependencies :
call-bound : 1.0 .4
es-errors : 1.3 .0
is-typed-array : 1.1 .15
typed-array-byte-length@1.0.3 :
dependencies :
call-bind : 1.0 .8
for-each : 0.3 .5
gopd : 1.2 .0
has-proto : 1.2 .0
is-typed-array : 1.1 .15
typed-array-byte-offset@1.0.4 :
dependencies :
available-typed-arrays : 1.0 .7
call-bind : 1.0 .8
for-each : 0.3 .5
gopd : 1.2 .0
has-proto : 1.2 .0
is-typed-array : 1.1 .15
reflect.getprototypeof : 1.0 .10
typed-array-length@1.0.7 :
dependencies :
call-bind : 1.0 .8
for-each : 0.3 .5
gopd : 1.2 .0
is-typed-array : 1.1 .15
possible-typed-array-names : 1.1 .0
reflect.getprototypeof : 1.0 .10
2025-11-09 01:58:43 +00:00
typescript@5.9.3 : {}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
ufo@1.6.3 : {}
2025-03-11 23:38:38 +00:00
2025-06-30 14:51:52 +00:00
ultrahtml@1.6.0 : {}
2025-09-24 21:38:13 +00:00
unbox-primitive@1.1.0 :
dependencies :
call-bound : 1.0 .4
has-bigints : 1.1 .0
has-symbols : 1.1 .0
which-boxed-primitive : 1.1 .1
2025-12-05 16:53:07 +00:00
unconfig-core@7.4.2 :
2025-11-09 01:58:43 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@quansync/fs' : 1.0 .0
quansync : 1.0 .0
2025-11-09 01:58:43 +00:00
2025-12-05 16:53:07 +00:00
unconfig@7.4.2 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
'@quansync/fs' : 1.0 .0
2024-08-07 12:23:35 +00:00
defu : 6.1 .4
2025-11-09 01:58:43 +00:00
jiti : 2.6 .1
2025-12-05 16:53:07 +00:00
quansync : 1.0 .0
unconfig-core : 7.4 .2
2024-08-07 12:23:35 +00:00
uncrypto@0.1.3 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unctx@2.5.0 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
acorn : 8.15 .0
2024-08-07 12:23:35 +00:00
estree-walker : 3.0 .3
2025-11-09 01:58:43 +00:00
magic-string : 0.30 .21
2025-12-05 16:53:07 +00:00
unplugin : 2.3 .11
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
undici-types@7.16.0 : {}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
undici@7.18.2 : {}
2024-10-13 15:31:01 +00:00
2025-11-09 01:58:43 +00:00
unenv@2.0.0-rc.24 :
2025-03-11 23:38:38 +00:00
dependencies :
pathe : 2.0 .3
2025-09-24 21:38:13 +00:00
unicode-canonical-property-names-ecmascript@2.0.1 : {}
unicode-match-property-ecmascript@2.0.0 :
dependencies :
unicode-canonical-property-names-ecmascript : 2.0 .1
unicode-property-aliases-ecmascript : 2.2 .0
unicode-match-property-value-ecmascript@2.2.1 : {}
unicode-property-aliases-ecmascript@2.2.0 : {}
2024-08-07 12:23:35 +00:00
unicode-trie@2.0.0 :
dependencies :
pako : 0.2 .9
tiny-inflate : 1.0 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unicorn-magic@0.4.0 : {}
2024-10-13 15:31:01 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unimport@5.6.0 :
2025-03-11 23:38:38 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
acorn : 8.15 .0
2025-03-11 23:38:38 +00:00
escape-string-regexp : 5.0 .0
estree-walker : 3.0 .3
2025-11-09 01:58:43 +00:00
local-pkg : 1.1 .2
magic-string : 0.30 .21
mlly : 1.8 .0
2025-03-11 23:38:38 +00:00
pathe : 2.0 .3
2025-11-09 01:58:43 +00:00
picomatch : 4.0 .3
pkg-types : 2.3 .0
2025-03-11 23:38:38 +00:00
scule : 1.3 .0
2025-11-09 01:58:43 +00:00
strip-literal : 3.1 .0
tinyglobby : 0.2 .15
2025-12-05 16:53:07 +00:00
unplugin : 2.3 .11
2025-11-09 01:58:43 +00:00
unplugin-utils : 0.3 .1
2025-03-11 23:38:38 +00:00
2025-09-24 21:38:13 +00:00
unique-string@2.0.0 :
dependencies :
crypto-random-string : 2.0 .0
2025-11-09 01:58:43 +00:00
unist-util-is@6.0.1 :
2024-10-13 15:31:01 +00:00
dependencies :
'@types/unist' : 3.0 .3
unist-util-position@5.0.0 :
dependencies :
'@types/unist' : 3.0 .3
unist-util-stringify-position@4.0.0 :
dependencies :
'@types/unist' : 3.0 .3
2025-11-09 01:58:43 +00:00
unist-util-visit-parents@6.0.2 :
2024-10-13 15:31:01 +00:00
dependencies :
'@types/unist' : 3.0 .3
2025-11-09 01:58:43 +00:00
unist-util-is : 6.0 .1
2024-10-13 15:31:01 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unist-util-visit@5.1.0 :
2024-10-13 15:31:01 +00:00
dependencies :
'@types/unist' : 3.0 .3
2025-11-09 01:58:43 +00:00
unist-util-is : 6.0 .1
unist-util-visit-parents : 6.0 .2
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
universalify@2.0.1 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unocss@66.5.10(vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0)) :
2025-12-05 16:53:07 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@unocss/astro' : 66.5 .10 (vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0))
2025-12-05 16:53:07 +00:00
'@unocss/cli' : 66.5 .10
'@unocss/core' : 66.5 .10
'@unocss/postcss' : 66.5 .10
'@unocss/preset-attributify' : 66.5 .10
'@unocss/preset-icons' : 66.5 .10
'@unocss/preset-mini' : 66.5 .10
'@unocss/preset-tagify' : 66.5 .10
'@unocss/preset-typography' : 66.5 .10
'@unocss/preset-uno' : 66.5 .10
'@unocss/preset-web-fonts' : 66.5 .10
'@unocss/preset-wind' : 66.5 .10
'@unocss/preset-wind3' : 66.5 .10
'@unocss/preset-wind4' : 66.5 .10
'@unocss/transformer-attributify-jsx' : 66.5 .10
'@unocss/transformer-compile-class' : 66.5 .10
'@unocss/transformer-directives' : 66.5 .10
'@unocss/transformer-variant-group' : 66.5 .10
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@unocss/vite' : 66.5 .10 (vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0))
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vite : 5.4 .21 (@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0)
2024-08-07 12:23:35 +00:00
transitivePeerDependencies :
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unplugin-auto-import@20.3.0(@vueuse/core@14.1.0(vue@3.5.27(typescript@5.9.3))) :
2024-08-25 11:00:20 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
local-pkg : 1.1 .2
magic-string : 0.30 .21
picomatch : 4.0 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unimport : 5.6 .0
2025-12-05 16:53:07 +00:00
unplugin : 2.3 .11
2025-11-09 01:58:43 +00:00
unplugin-utils : 0.3 .1
2024-08-25 11:00:20 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vueuse/core' : 14.1 .0 (vue@3.5.27(typescript@5.9.3))
2024-08-25 11:00:20 +00:00
2025-11-09 01:58:43 +00:00
unplugin-utils@0.3.1 :
2025-03-11 23:38:38 +00:00
dependencies :
pathe : 2.0 .3
2025-11-09 01:58:43 +00:00
picomatch : 4.0 .3
2025-03-11 23:38:38 +00:00
2025-12-05 16:53:07 +00:00
unplugin@2.3.11 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
'@jridgewell/remapping' : 2.3 .5
acorn : 8.15 .0
picomatch : 4.0 .3
2024-10-13 15:31:01 +00:00
webpack-virtual-modules : 0.6 .2
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unstorage@1.17.4(db0@0.3.4)(ioredis@5.9.2) :
2024-08-07 12:23:35 +00:00
dependencies :
anymatch : 3.1 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
chokidar : 5.0 .0
2025-11-09 01:58:43 +00:00
destr : 2.0 .5
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
h3 : 1.15 .5
lru-cache : 11.2 .4
2025-11-09 01:58:43 +00:00
node-fetch-native : 1.6 .7
ofetch : 1.5 .1
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
ufo : 1.6 .3
2024-10-13 15:31:01 +00:00
optionalDependencies :
2025-11-09 01:58:43 +00:00
db0 : 0.3 .4
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
ioredis : 5.9 .2
2024-08-07 12:23:35 +00:00
2024-10-13 15:31:01 +00:00
untun@0.1.3 :
2024-08-07 12:23:35 +00:00
dependencies :
2024-10-13 15:31:01 +00:00
citty : 0.1 .6
2025-11-09 01:58:43 +00:00
consola : 3.4 .2
2024-08-07 12:23:35 +00:00
pathe : 1.1 .2
2025-03-11 23:38:38 +00:00
untyped@2.0.0 :
2024-12-30 19:59:07 +00:00
dependencies :
citty : 0.1 .6
defu : 6.1 .4
2025-11-09 01:58:43 +00:00
jiti : 2.6 .1
2025-12-05 16:53:07 +00:00
knitwork : 1.3 .0
2024-12-30 19:59:07 +00:00
scule : 1.3 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
unwasm@0.5.3 :
2024-10-13 15:31:01 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
exsolve : 1.0 .8
2025-12-05 16:53:07 +00:00
knitwork : 1.3 .0
2025-11-09 01:58:43 +00:00
magic-string : 0.30 .21
mlly : 1.8 .0
pathe : 2.0 .3
pkg-types : 2.3 .0
2024-10-13 15:31:01 +00:00
2025-09-24 21:38:13 +00:00
upath@1.2.0 : {}
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
update-browserslist-db@1.2.3(browserslist@4.28.1) :
2025-09-24 21:38:13 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
browserslist : 4.28 .1
2025-09-24 21:38:13 +00:00
escalade : 3.2 .0
picocolors : 1.1 .1
2024-08-07 12:23:35 +00:00
uqr@0.1.2 : {}
util-deprecate@1.0.2 : {}
2025-11-09 01:58:43 +00:00
vfile-message@4.0.3 :
2024-10-13 15:31:01 +00:00
dependencies :
'@types/unist' : 3.0 .3
unist-util-stringify-position : 4.0 .0
vfile@6.0.3 :
2024-08-31 18:17:01 +00:00
dependencies :
2024-10-13 15:31:01 +00:00
'@types/unist' : 3.0 .3
2025-11-09 01:58:43 +00:00
vfile-message : 4.0 .3
2024-08-31 18:17:01 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vite-plugin-optimize-exclude@0.0.1(vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0)) :
2024-08-31 18:17:01 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vite : 5.4 .21 (@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0)
2024-10-13 15:31:01 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vite-plugin-pwa@1.2.0(vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0)) :
2025-09-24 21:38:13 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
debug : 4.4 .3
2025-09-24 21:38:13 +00:00
pretty-bytes : 6.1 .1
2025-11-09 01:58:43 +00:00
tinyglobby : 0.2 .15
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vite : 5.4 .21 (@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0)
2025-12-05 16:53:07 +00:00
workbox-build : 7.4 .0
workbox-window : 7.4 .0
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- '@types/babel__core'
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vite-plugin-terminal@1.4.0(rollup@4.56.0)(vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0)) :
2024-10-13 15:31:01 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@rollup/plugin-strip' : 3.0 .4 (rollup@4.56.0)
2025-11-09 01:58:43 +00:00
debug : 4.4 .3
2024-08-31 18:17:01 +00:00
kolorist : 1.8 .0
sirv : 2.0 .4
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
ufo : 1.6 .3
vite : 5.4 .21 (@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0)
2024-08-31 18:17:01 +00:00
transitivePeerDependencies :
- rollup
- supports-color
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0) :
2024-08-07 12:23:35 +00:00
dependencies :
esbuild : 0.21 .5
2025-11-09 01:58:43 +00:00
postcss : 8.5 .6
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
rollup : 4.56 .0
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@types/node' : 24.10 .9
2024-08-07 12:23:35 +00:00
fsevents : 2.3 .3
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
sass : 1.97 .3
terser : 5.46 .0
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vitepress@1.6.4(@algolia/client-search@5.47.0)(@types/node@24.10.9)(nprogress@0.2.0)(postcss@8.5.6)(sass@1.97.3)(terser@5.46.0)(typescript@5.9.3) :
2024-09-01 15:12:33 +00:00
dependencies :
2025-03-11 23:38:38 +00:00
'@docsearch/css' : 3.8 .2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@docsearch/js' : 3.8 .2 (@algolia/client-search@5.47.0)
'@iconify-json/simple-icons' : 1.2 .67
2025-03-11 23:38:38 +00:00
'@shikijs/core' : 2.5 .0
'@shikijs/transformers' : 2.5 .0
'@shikijs/types' : 2.5 .0
2024-09-01 15:12:33 +00:00
'@types/markdown-it' : 14.1 .2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vitejs/plugin-vue' : 5.2 .4 (vite@5.4.21(@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0))(vue@3.5.27(typescript@5.9.3))
2025-12-05 16:53:07 +00:00
'@vue/devtools-api' : 7.7 .9
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vue/shared' : 3.5 .27
2025-11-09 01:58:43 +00:00
'@vueuse/core' : 12.8 .2 (typescript@5.9.3)
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vueuse/integrations' : 12.8 .2 (focus-trap@7.8.0)(nprogress@0.2.0)(typescript@5.9.3)
focus-trap : 7.8 .0
2024-09-01 15:12:33 +00:00
mark.js : 8.11 .1
2025-11-09 01:58:43 +00:00
minisearch : 7.2 .0
2025-03-11 23:38:38 +00:00
shiki : 2.5 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vite : 5.4 .21 (@types/node@24.10.9)(sass@1.97.3)(terser@5.46.0)
vue : 3.5 .27 (typescript@5.9.3)
2024-09-01 15:12:33 +00:00
optionalDependencies :
2025-11-09 01:58:43 +00:00
postcss : 8.5 .6
2024-09-01 15:12:33 +00:00
transitivePeerDependencies :
- '@algolia/client-search'
- '@types/node'
- '@types/react'
- async-validator
- axios
- change-case
- drauu
- fuse.js
- idb-keyval
- jwt-decode
- less
- lightningcss
- nprogress
- qrcode
- react
- react-dom
- sass
- sass-embedded
- search-insights
- sortablejs
- stylus
- sugarss
- terser
- typescript
- universal-cookie
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vue-demi@0.14.10(vue@3.5.27(typescript@5.9.3)) :
2025-03-27 12:54:11 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vue : 3.5 .27 (typescript@5.9.3)
2025-03-27 12:54:11 +00:00
2025-11-09 01:58:43 +00:00
vue-flow-layout@0.2.0 : {}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vue-resize@2.0.0-alpha.1(vue@3.5.27(typescript@5.9.3)) :
2026-01-22 01:27:26 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vue : 3.5 .27 (typescript@5.9.3)
2026-01-22 01:27:26 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
vue@3.5.27(typescript@5.9.3) :
2025-01-12 17:44:42 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@vue/compiler-dom' : 3.5 .27
'@vue/compiler-sfc' : 3.5 .27
'@vue/runtime-dom' : 3.5 .27
'@vue/server-renderer' : 3.5 .27 (vue@3.5.27(typescript@5.9.3))
'@vue/shared' : 3.5 .27
2024-10-13 15:31:01 +00:00
optionalDependencies :
2025-11-09 01:58:43 +00:00
typescript : 5.9 .3
2024-08-07 12:23:35 +00:00
webidl-conversions@3.0.1 : {}
2025-09-24 21:38:13 +00:00
webidl-conversions@4.0.2 : {}
2024-08-25 11:00:20 +00:00
webpack-virtual-modules@0.6.2 : {}
2024-08-07 12:23:35 +00:00
whatwg-url@5.0.0 :
dependencies :
tr46 : 0.0 .3
webidl-conversions : 3.0 .1
2025-09-24 21:38:13 +00:00
whatwg-url@7.1.0 :
dependencies :
lodash.sortby : 4.7 .0
tr46 : 1.0 .1
webidl-conversions : 4.0 .2
which-boxed-primitive@1.1.1 :
dependencies :
is-bigint : 1.1 .0
is-boolean-object : 1.2 .2
is-number-object : 1.1 .1
is-string : 1.1 .1
is-symbol : 1.1 .1
which-builtin-type@1.2.1 :
dependencies :
call-bound : 1.0 .4
function.prototype.name : 1.1 .8
has-tostringtag : 1.0 .2
is-async-function : 2.1 .1
is-date-object : 1.1 .0
is-finalizationregistry : 1.1 .1
2025-11-09 01:58:43 +00:00
is-generator-function : 1.1 .2
2025-09-24 21:38:13 +00:00
is-regex : 1.2 .1
is-weakref : 1.1 .1
isarray : 2.0 .5
which-boxed-primitive : 1.1 .1
which-collection : 1.0 .2
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
which-typed-array : 1.1 .20
2025-09-24 21:38:13 +00:00
which-collection@1.0.2 :
dependencies :
is-map : 2.0 .3
is-set : 2.0 .3
is-weakmap : 2.0 .2
is-weakset : 2.0 .4
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
which-typed-array@1.1.20 :
2025-09-24 21:38:13 +00:00
dependencies :
available-typed-arrays : 1.0 .7
call-bind : 1.0 .8
call-bound : 1.0 .4
for-each : 0.3 .5
get-proto : 1.0 .1
gopd : 1.2 .0
has-tostringtag : 1.0 .2
2024-08-07 12:23:35 +00:00
which@2.0.2 :
dependencies :
isexe : 2.0 .0
2025-12-05 16:53:07 +00:00
workbox-background-sync@7.4.0 :
2025-09-24 21:38:13 +00:00
dependencies :
idb : 7.1 .1
2025-12-05 16:53:07 +00:00
workbox-core : 7.4 .0
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-broadcast-update@7.4.0 :
2025-09-24 21:38:13 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
workbox-core : 7.4 .0
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-build@7.4.0 :
2025-09-24 21:38:13 +00:00
dependencies :
'@apideck/better-ajv-errors' : 0.3 .6 (ajv@8.17.1)
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@babel/core' : 7.28 .6
'@babel/preset-env' : 7.28 .6 (@babel/core@7.28.6)
'@babel/runtime' : 7.28 .6
'@rollup/plugin-babel' : 5.3 .1 (@babel/core@7.28.6)(rollup@2.79.2)
2025-09-24 21:38:13 +00:00
'@rollup/plugin-node-resolve' : 15.3 .1 (rollup@2.79.2)
'@rollup/plugin-replace' : 2.4 .2 (rollup@2.79.2)
'@rollup/plugin-terser' : 0.4 .4 (rollup@2.79.2)
'@surma/rollup-plugin-off-main-thread' : 2.2 .3
ajv : 8.17 .1
common-tags : 1.8 .2
fast-json-stable-stringify : 2.1 .0
fs-extra : 9.1 .0
2025-12-05 16:53:07 +00:00
glob : 11.1 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
lodash : 4.17 .23
2025-09-24 21:38:13 +00:00
pretty-bytes : 5.6 .0
rollup : 2.79 .2
source-map : 0.8 .0 -beta.0
stringify-object : 3.3 .0
strip-comments : 2.0 .1
tempy : 0.6 .0
upath : 1.2 .0
2025-12-05 16:53:07 +00:00
workbox-background-sync : 7.4 .0
workbox-broadcast-update : 7.4 .0
workbox-cacheable-response : 7.4 .0
workbox-core : 7.4 .0
workbox-expiration : 7.4 .0
workbox-google-analytics : 7.4 .0
workbox-navigation-preload : 7.4 .0
workbox-precaching : 7.4 .0
workbox-range-requests : 7.4 .0
workbox-recipes : 7.4 .0
workbox-routing : 7.4 .0
workbox-strategies : 7.4 .0
workbox-streams : 7.4 .0
workbox-sw : 7.4 .0
workbox-window : 7.4 .0
2025-09-24 21:38:13 +00:00
transitivePeerDependencies :
- '@types/babel__core'
- supports-color
2025-12-05 16:53:07 +00:00
workbox-cacheable-response@7.4.0 :
2025-09-24 21:38:13 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
workbox-core : 7.4 .0
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-core@7.4.0 : {}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-expiration@7.4.0 :
2025-09-24 21:38:13 +00:00
dependencies :
idb : 7.1 .1
2025-12-05 16:53:07 +00:00
workbox-core : 7.4 .0
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-google-analytics@7.4.0 :
2025-09-24 21:38:13 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
workbox-background-sync : 7.4 .0
workbox-core : 7.4 .0
workbox-routing : 7.4 .0
workbox-strategies : 7.4 .0
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-navigation-preload@7.4.0 :
2025-09-24 21:38:13 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
workbox-core : 7.4 .0
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-precaching@7.4.0 :
2025-09-24 21:38:13 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
workbox-core : 7.4 .0
workbox-routing : 7.4 .0
workbox-strategies : 7.4 .0
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-range-requests@7.4.0 :
2025-09-24 21:38:13 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
workbox-core : 7.4 .0
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-recipes@7.4.0 :
2025-09-24 21:38:13 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
workbox-cacheable-response : 7.4 .0
workbox-core : 7.4 .0
workbox-expiration : 7.4 .0
workbox-precaching : 7.4 .0
workbox-routing : 7.4 .0
workbox-strategies : 7.4 .0
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-routing@7.4.0 :
2025-09-24 21:38:13 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
workbox-core : 7.4 .0
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-strategies@7.4.0 :
2025-09-24 21:38:13 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
workbox-core : 7.4 .0
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-streams@7.4.0 :
2025-09-24 21:38:13 +00:00
dependencies :
2025-12-05 16:53:07 +00:00
workbox-core : 7.4 .0
workbox-routing : 7.4 .0
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-sw@7.4.0 : {}
2025-09-24 21:38:13 +00:00
2025-12-05 16:53:07 +00:00
workbox-window@7.4.0 :
2025-09-24 21:38:13 +00:00
dependencies :
'@types/trusted-types' : 2.0 .7
2025-12-05 16:53:07 +00:00
workbox-core : 7.4 .0
2025-09-24 21:38:13 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
workerd@1.20260120.0 :
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/workerd-darwin-64' : 1.20260120 .0
'@cloudflare/workerd-darwin-arm64' : 1.20260120 .0
'@cloudflare/workerd-linux-64' : 1.20260120 .0
'@cloudflare/workerd-linux-arm64' : 1.20260120 .0
'@cloudflare/workerd-windows-64' : 1.20260120 .0
2025-11-09 01:58:43 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
wrangler@4.60.0(@cloudflare/workers-types@4.20260124.0) :
2025-11-09 01:58:43 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/kv-asset-handler' : 0.4 .2
'@cloudflare/unenv-preset' : 2.11 .0 (unenv@2.0.0-rc.24)(workerd@1.20260120.0)
2024-08-07 12:23:35 +00:00
blake3-wasm : 2.1 .5
2025-12-05 16:53:07 +00:00
esbuild : 0.27 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
miniflare : 4.20260120 .0
2024-10-17 06:03:48 +00:00
path-to-regexp : 6.3 .0
2025-11-09 01:58:43 +00:00
unenv : 2.0 .0 -rc.24
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
workerd : 1.20260120 .0
2024-08-07 12:23:35 +00:00
optionalDependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@cloudflare/workers-types' : 4.20260124 .0
2024-08-07 12:23:35 +00:00
fsevents : 2.3 .3
transitivePeerDependencies :
- bufferutil
- utf-8-validate
wrap-ansi@7.0.0 :
dependencies :
ansi-styles : 4.3 .0
string-width : 4.2 .3
strip-ansi : 6.0 .1
2024-10-13 15:31:01 +00:00
wrap-ansi@8.1.0 :
dependencies :
2025-11-09 01:58:43 +00:00
ansi-styles : 6.2 .3
2024-10-13 15:31:01 +00:00
string-width : 5.1 .2
2025-11-09 01:58:43 +00:00
strip-ansi : 7.1 .2
2024-10-13 15:31:01 +00:00
2024-08-07 12:23:35 +00:00
wrappy@1.0.2 : {}
ws@8.18.0 : {}
2025-11-09 01:58:43 +00:00
x-satori@0.4.0 :
2024-08-07 12:23:35 +00:00
dependencies :
2025-11-09 01:58:43 +00:00
esbuild : 0.25 .12
2024-08-07 12:23:35 +00:00
minimist : 1.2 .8
2025-11-09 01:58:43 +00:00
satori : 0.16 .2
2024-08-07 12:23:35 +00:00
satori-html : 0.3 .2
xml-js@1.6.11 :
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
sax : 1.4 .4
2024-08-07 12:23:35 +00:00
y18n@5.0.8 : {}
yallist@3.1.1 : {}
2024-12-30 19:59:07 +00:00
yallist@5.0.0 : {}
2024-08-25 11:00:20 +00:00
yaml@1.10.2 : {}
2024-08-07 12:23:35 +00:00
yargs-parser@21.1.1 : {}
yargs@17.7.2 :
dependencies :
cliui : 8.0 .1
2024-10-13 15:31:01 +00:00
escalade : 3.2 .0
2024-08-07 12:23:35 +00:00
get-caller-file : 2.0 .5
require-directory : 2.1 .1
string-width : 4.2 .3
y18n : 5.0 .8
yargs-parser : 21.1 .1
2025-11-09 01:58:43 +00:00
yoga-layout@3.2.1 : {}
2024-08-07 12:23:35 +00:00
2025-11-09 01:58:43 +00:00
youch-core@0.3.3 :
2025-03-11 23:38:38 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@poppinss/exception' : 1.2 .3
2025-03-11 23:38:38 +00:00
error-stack-parser-es : 1.0 .5
2025-11-09 01:58:43 +00:00
youch@4.1.0-beta.10 :
2024-08-07 12:23:35 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@poppinss/colors' : 4.1 .6
2025-11-09 01:58:43 +00:00
'@poppinss/dumper' : 0.6 .5
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@speed-highlight/core' : 1.2 .14
2025-12-05 16:53:07 +00:00
cookie : 1.1 .1
2025-11-09 01:58:43 +00:00
youch-core : 0.3 .3
2024-08-07 12:23:35 +00:00
2025-12-05 16:53:07 +00:00
youch@4.1.0-beta.13 :
2025-03-11 23:38:38 +00:00
dependencies :
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@poppinss/colors' : 4.1 .6
2025-11-09 01:58:43 +00:00
'@poppinss/dumper' : 0.6 .5
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
'@speed-highlight/core' : 1.2 .14
2025-11-09 01:58:43 +00:00
cookie-es : 2.0 .0
youch-core : 0.3 .3
2025-03-11 23:38:38 +00:00
2024-10-13 15:31:01 +00:00
zip-stream@6.0.1 :
2024-08-07 12:23:35 +00:00
dependencies :
2024-10-13 15:31:01 +00:00
archiver-utils : 5.0 .2
compress-commons : 6.0 .2
2025-03-11 23:38:38 +00:00
readable-stream : 4.7 .0
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
zod@3.25.76 : {}
2024-08-07 12:23:35 +00:00
Custom Color Theme Selector (#4641)
* Add custom theme color selector to ColorPicker
Introduces a CustomColorSelector component and integrates it into the ColorPicker, allowing users to define and persist custom link, text, and background colors for the site theme. Updates dependencies to include tinycolor2 and its types for color manipulation.
* Add custom theme mode with improved color handling
Introduces a 'custom' display mode for themes, allowing users to define and persist their own color schemes. Updates ColorPicker and ThemeDropdown to support the custom mode, including UI logic to prevent switching from custom to default modes without explicit action. Enhances themeHandler to register and apply custom themes from localStorage, manage previous mode restoration, and apply additional CSS variables for custom backgrounds.
* Remove unused variables from theme components
Cleaned up ColorPicker.vue and ThemeDropdown.vue by removing unused variables and functions related to theme state. This improves code clarity and maintainability.
* Remove close on overlay click in color selector modal
The @click.self handler was removed from the modal overlay, so clicking the overlay no longer closes the CustomColorSelector modal.
* Increase card background lightening for custom themes
Adjusted the lightening values for card backgrounds in custom themes from 5/8 to 10/15 to improve visual distinction between cards and the main background.
* Improve custom color theme handling in color picker
Exclude the 'custom' theme from preset theme options in ColorPicker.vue and correct button text color assignments for custom themes. In CustomColorSelector.vue, update button styles to reflect selected custom colors dynamically, enhancing the user experience when previewing and applying custom color selections.
* Update Vue version and config improvements
Bump Vue dependency to 3.5.0 in package.json. Add SCSS preprocessor option to VitePress config for modern compiler API. Refactor UnoCSS config to use kebab-case CSS property names for consistency.
* Update pnpm lockfile
Regenerated pnpm-lock.yaml to reflect updated dependencies.
* Update header description text color style
Replaces the description paragraph's class-based text color with an inline style using the CSS variable '--vp-c-text-1' for improved consistency with theming.
* Add contrast warnings to color selector
Introduces computed warnings for low contrast between link/text and background colors based on WCAG AA standards. Displays warning messages in the UI when contrast ratios fall below 4.5:1 to improve accessibility awareness.
2026-01-30 02:23:34 +00:00
zod@4.3.6 : {}
2024-10-13 15:31:01 +00:00
zwitch@2.0.4 : {}