@ark-ui/vue 5.19.0 → 5.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,6 +15,10 @@ export interface UseHighlightProps {
15
15
  * Whether to match multiple instances of the query
16
16
  */
17
17
  matchAll?: boolean;
18
+ /**
19
+ * Whether to match the exact query
20
+ */
21
+ exactMatch?: boolean;
18
22
  }
19
23
  export interface HighlightChunk {
20
24
  text: string;
@@ -15,6 +15,10 @@ export interface UseHighlightProps {
15
15
  * Whether to match multiple instances of the query
16
16
  */
17
17
  matchAll?: boolean;
18
+ /**
19
+ * Whether to match the exact query
20
+ */
21
+ exactMatch?: boolean;
18
22
  }
19
23
  export interface HighlightChunk {
20
24
  text: string;
@@ -12,7 +12,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
12
12
  text: {},
13
13
  query: {},
14
14
  ignoreCase: { type: Boolean, default: void 0 },
15
- matchAll: { type: Boolean, default: void 0 }
15
+ matchAll: { type: Boolean, default: void 0 },
16
+ exactMatch: { type: Boolean, default: void 0 }
16
17
  },
17
18
  setup(__props) {
18
19
  const props = __props;
@@ -11,5 +11,6 @@ HTMLAttributes {
11
11
  declare const _default: DefineComponent<HighlightProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<HighlightProps> & Readonly<{}>, {
12
12
  matchAll: boolean;
13
13
  ignoreCase: boolean;
14
+ exactMatch: boolean;
14
15
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
15
16
  export default _default;
@@ -11,5 +11,6 @@ HTMLAttributes {
11
11
  declare const _default: DefineComponent<HighlightProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<HighlightProps> & Readonly<{}>, {
12
12
  matchAll: boolean;
13
13
  ignoreCase: boolean;
14
+ exactMatch: boolean;
14
15
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
15
16
  export default _default;
@@ -8,7 +8,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
8
8
  text: {},
9
9
  query: {},
10
10
  ignoreCase: { type: Boolean, default: void 0 },
11
- matchAll: { type: Boolean, default: void 0 }
11
+ matchAll: { type: Boolean, default: void 0 },
12
+ exactMatch: { type: Boolean, default: void 0 }
12
13
  },
13
14
  setup(__props) {
14
15
  const props = __props;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ark-ui/vue",
3
3
  "type": "module",
4
- "version": "5.19.0",
4
+ "version": "5.20.0",
5
5
  "description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.",
6
6
  "keywords": [
7
7
  "accordion",
@@ -140,65 +140,65 @@
140
140
  "sideEffects": false,
141
141
  "dependencies": {
142
142
  "@internationalized/date": "3.8.2",
143
- "@zag-js/accordion": "1.21.6",
144
- "@zag-js/anatomy": "1.21.6",
145
- "@zag-js/angle-slider": "1.21.6",
146
- "@zag-js/auto-resize": "1.21.6",
147
- "@zag-js/avatar": "1.21.6",
148
- "@zag-js/carousel": "1.21.6",
149
- "@zag-js/checkbox": "1.21.6",
150
- "@zag-js/clipboard": "1.21.6",
151
- "@zag-js/collapsible": "1.21.6",
152
- "@zag-js/collection": "1.21.6",
153
- "@zag-js/color-picker": "1.21.6",
154
- "@zag-js/color-utils": "1.21.6",
155
- "@zag-js/combobox": "1.21.6",
156
- "@zag-js/core": "1.21.6",
157
- "@zag-js/date-picker": "1.21.6",
158
- "@zag-js/date-utils": "1.21.6",
159
- "@zag-js/dialog": "1.21.6",
160
- "@zag-js/dom-query": "1.21.6",
161
- "@zag-js/editable": "1.21.6",
162
- "@zag-js/file-upload": "1.21.6",
163
- "@zag-js/file-utils": "1.21.6",
164
- "@zag-js/floating-panel": "1.21.6",
165
- "@zag-js/focus-trap": "1.21.6",
166
- "@zag-js/highlight-word": "1.21.6",
167
- "@zag-js/hover-card": "1.21.6",
168
- "@zag-js/i18n-utils": "1.21.6",
169
- "@zag-js/json-tree-utils": "1.21.6",
170
- "@zag-js/listbox": "1.21.6",
171
- "@zag-js/menu": "1.21.6",
172
- "@zag-js/number-input": "1.21.6",
173
- "@zag-js/pagination": "1.21.6",
174
- "@zag-js/password-input": "1.21.6",
175
- "@zag-js/pin-input": "1.21.6",
176
- "@zag-js/popover": "1.21.6",
177
- "@zag-js/presence": "1.21.6",
178
- "@zag-js/progress": "1.21.6",
179
- "@zag-js/qr-code": "1.21.6",
180
- "@zag-js/radio-group": "1.21.6",
181
- "@zag-js/rating-group": "1.21.6",
182
- "@zag-js/scroll-area": "1.21.6",
183
- "@zag-js/select": "1.21.6",
184
- "@zag-js/signature-pad": "1.21.6",
185
- "@zag-js/slider": "1.21.6",
186
- "@zag-js/splitter": "1.21.6",
187
- "@zag-js/steps": "1.21.6",
188
- "@zag-js/switch": "1.21.6",
189
- "@zag-js/tabs": "1.21.6",
190
- "@zag-js/tags-input": "1.21.6",
191
- "@zag-js/time-picker": "1.21.6",
192
- "@zag-js/timer": "1.21.6",
193
- "@zag-js/toast": "1.21.6",
194
- "@zag-js/toggle": "1.21.6",
195
- "@zag-js/toggle-group": "1.21.6",
196
- "@zag-js/tooltip": "1.21.6",
197
- "@zag-js/tour": "1.21.6",
198
- "@zag-js/tree-view": "1.21.6",
199
- "@zag-js/types": "1.21.6",
200
- "@zag-js/utils": "1.21.6",
201
- "@zag-js/vue": "1.21.6"
143
+ "@zag-js/accordion": "1.21.7",
144
+ "@zag-js/anatomy": "1.21.7",
145
+ "@zag-js/angle-slider": "1.21.7",
146
+ "@zag-js/auto-resize": "1.21.7",
147
+ "@zag-js/avatar": "1.21.7",
148
+ "@zag-js/carousel": "1.21.7",
149
+ "@zag-js/checkbox": "1.21.7",
150
+ "@zag-js/clipboard": "1.21.7",
151
+ "@zag-js/collapsible": "1.21.7",
152
+ "@zag-js/collection": "1.21.7",
153
+ "@zag-js/color-picker": "1.21.7",
154
+ "@zag-js/color-utils": "1.21.7",
155
+ "@zag-js/combobox": "1.21.7",
156
+ "@zag-js/core": "1.21.7",
157
+ "@zag-js/date-picker": "1.21.7",
158
+ "@zag-js/date-utils": "1.21.7",
159
+ "@zag-js/dialog": "1.21.7",
160
+ "@zag-js/dom-query": "1.21.7",
161
+ "@zag-js/editable": "1.21.7",
162
+ "@zag-js/file-upload": "1.21.7",
163
+ "@zag-js/file-utils": "1.21.7",
164
+ "@zag-js/floating-panel": "1.21.7",
165
+ "@zag-js/focus-trap": "1.21.7",
166
+ "@zag-js/highlight-word": "1.21.7",
167
+ "@zag-js/hover-card": "1.21.7",
168
+ "@zag-js/i18n-utils": "1.21.7",
169
+ "@zag-js/json-tree-utils": "1.21.7",
170
+ "@zag-js/listbox": "1.21.7",
171
+ "@zag-js/menu": "1.21.7",
172
+ "@zag-js/number-input": "1.21.7",
173
+ "@zag-js/pagination": "1.21.7",
174
+ "@zag-js/password-input": "1.21.7",
175
+ "@zag-js/pin-input": "1.21.7",
176
+ "@zag-js/popover": "1.21.7",
177
+ "@zag-js/presence": "1.21.7",
178
+ "@zag-js/progress": "1.21.7",
179
+ "@zag-js/qr-code": "1.21.7",
180
+ "@zag-js/radio-group": "1.21.7",
181
+ "@zag-js/rating-group": "1.21.7",
182
+ "@zag-js/scroll-area": "1.21.7",
183
+ "@zag-js/select": "1.21.7",
184
+ "@zag-js/signature-pad": "1.21.7",
185
+ "@zag-js/slider": "1.21.7",
186
+ "@zag-js/splitter": "1.21.7",
187
+ "@zag-js/steps": "1.21.7",
188
+ "@zag-js/switch": "1.21.7",
189
+ "@zag-js/tabs": "1.21.7",
190
+ "@zag-js/tags-input": "1.21.7",
191
+ "@zag-js/time-picker": "1.21.7",
192
+ "@zag-js/timer": "1.21.7",
193
+ "@zag-js/toast": "1.21.7",
194
+ "@zag-js/toggle": "1.21.7",
195
+ "@zag-js/toggle-group": "1.21.7",
196
+ "@zag-js/tooltip": "1.21.7",
197
+ "@zag-js/tour": "1.21.7",
198
+ "@zag-js/tree-view": "1.21.7",
199
+ "@zag-js/types": "1.21.7",
200
+ "@zag-js/utils": "1.21.7",
201
+ "@zag-js/vue": "1.21.7"
202
202
  },
203
203
  "devDependencies": {
204
204
  "@biomejs/biome": "2.2.0",
@@ -216,7 +216,7 @@
216
216
  "globby": "14.1.0",
217
217
  "histoire": "0.17.17",
218
218
  "jsdom": "26.1.0",
219
- "lucide-vue-next": "0.539.0",
219
+ "lucide-vue-next": "0.540.0",
220
220
  "resize-observer-polyfill": "1.5.1",
221
221
  "typescript": "5.9.2",
222
222
  "vite": "7.1.2",