@bitrix24/b24ui-nuxt 2.4.1 → 2.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102,7 +102,7 @@ export interface CommandPaletteProps<G extends CommandPaletteGroup<T> = CommandP
102
102
  autofocus?: boolean;
103
103
  /**
104
104
  * Display a close button in the input (useful when inside a Modal for example).
105
- * `{ size: 'sm', color: 'air-tertiary-no-accent' }`{lang="ts-type"}
105
+ * `{ color: 'air-tertiary-no-accent' }`{lang="ts-type"}
106
106
  * @emits 'update:open'
107
107
  * @defaultValue false
108
108
  */
@@ -115,7 +115,7 @@ export interface CommandPaletteProps<G extends CommandPaletteGroup<T> = CommandP
115
115
  closeIcon?: IconComponent;
116
116
  /**
117
117
  * Display a button to navigate back in history.
118
- * `{ size: 'sm', color: 'air-selection' }`{lang="ts-type"}
118
+ * `{ color: 'air-tertiary-accent' }`{lang="ts-type"}
119
119
  * @defaultValue true
120
120
  */
121
121
  back?: boolean | Omit<ButtonProps, LinkPropsKeys>;
@@ -52,6 +52,7 @@ const twMergeConfig = {
52
52
  "style-old-ai"
53
53
  ],
54
54
  "b24-bg": [
55
+ // @deprecate This rule (style-blurred-bg) is deprecated and will be removed in version `3.0.0`
55
56
  "style-blurred-bg",
56
57
  "style-blurred-bg-input",
57
58
  "style-transparent-bg"