@commercetools/nimbus 0.0.0-canary-20260121165837 → 0.0.0-canary-20260121170141

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.
@@ -3,4 +3,4 @@ export declare const comboBoxMessagesStrings: LocalizedStrings<string, Localized
3
3
  /**
4
4
  * Available message keys for ComboBox component
5
5
  */
6
- export type ComboBoxMessageKey = "clearSelection" | "comboboxDialog" | "filterOptions" | "options" | "selectedValues" | "toggleCombobox";
6
+ export type ComboBoxMessageKey = "clearSelection" | "options" | "selectedValues" | "toggleOptions";
@@ -5,10 +5,8 @@
5
5
  */
6
6
  declare const _default: {
7
7
  clearSelection: string;
8
- comboboxDialog: string;
9
- filterOptions: string;
10
8
  options: string;
11
9
  selectedValues: string;
12
- toggleCombobox: string;
10
+ toggleOptions: string;
13
11
  };
14
12
  export default _default;
@@ -5,10 +5,8 @@
5
5
  */
6
6
  declare const _default: {
7
7
  clearSelection: string;
8
- comboboxDialog: string;
9
- filterOptions: string;
10
8
  options: string;
11
9
  selectedValues: string;
12
- toggleCombobox: string;
10
+ toggleOptions: string;
13
11
  };
14
12
  export default _default;
@@ -5,10 +5,8 @@
5
5
  */
6
6
  declare const _default: {
7
7
  clearSelection: string;
8
- comboboxDialog: string;
9
- filterOptions: string;
10
8
  options: string;
11
9
  selectedValues: string;
12
- toggleCombobox: string;
10
+ toggleOptions: string;
13
11
  };
14
12
  export default _default;
@@ -5,10 +5,8 @@
5
5
  */
6
6
  declare const _default: {
7
7
  clearSelection: string;
8
- comboboxDialog: string;
9
- filterOptions: string;
10
8
  options: string;
11
9
  selectedValues: string;
12
- toggleCombobox: string;
10
+ toggleOptions: string;
13
11
  };
14
12
  export default _default;
@@ -5,10 +5,8 @@
5
5
  */
6
6
  declare const _default: {
7
7
  clearSelection: string;
8
- comboboxDialog: string;
9
- filterOptions: string;
10
8
  options: string;
11
9
  selectedValues: string;
12
- toggleCombobox: string;
10
+ toggleOptions: string;
13
11
  };
14
12
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools/nimbus",
3
- "version": "0.0.0-canary-20260121165837",
3
+ "version": "0.0.0-canary-20260121170141",
4
4
  "main": "./dist/index.cjs",
5
5
  "module": "./dist/index.es.js",
6
6
  "type": "module",
@@ -106,8 +106,8 @@
106
106
  "vite-plugin-dts": "^4.5.4",
107
107
  "vite-tsconfig-paths": "^5.1.4",
108
108
  "vitest": "^4.0.17",
109
- "@commercetools/nimbus-icons": "^0.0.0-canary-20260121165837",
110
- "@commercetools/nimbus-tokens": "^0.0.0-canary-20260121165837"
109
+ "@commercetools/nimbus-icons": "^0.0.0-canary-20260121170141",
110
+ "@commercetools/nimbus-tokens": "^0.0.0-canary-20260121170141"
111
111
  },
112
112
  "peerDependencies": {
113
113
  "@chakra-ui/react": "^3.31.0",
@@ -116,8 +116,8 @@
116
116
  "slate-history": "^0.113.1",
117
117
  "slate-hyperscript": "^0.77.0",
118
118
  "slate-react": "^0.75.0",
119
- "@commercetools/nimbus-icons": "^0.0.0-canary-20260121165837",
120
- "@commercetools/nimbus-tokens": "^0.0.0-canary-20260121165837"
119
+ "@commercetools/nimbus-icons": "^0.0.0-canary-20260121170141",
120
+ "@commercetools/nimbus-tokens": "^0.0.0-canary-20260121170141"
121
121
  },
122
122
  "scripts": {
123
123
  "build": "pnpm run build-theme-typings && pnpm run build:lib",