@vuetify/v0 0.1.13 → 0.2.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.
Files changed (125) hide show
  1. package/dist/{adapter-DvT8lTup.d.mts → adapter-DIZk5xrU.d.mts} +1 -1
  2. package/dist/adapter-Drq1v5wV.mjs +27 -0
  3. package/dist/{adapter-D3dUnE__.d.mts → adapter-MT5TiIjj.d.mts} +2 -2
  4. package/dist/browser/index.js +3912 -2932
  5. package/dist/components/index.d.mts +3 -2
  6. package/dist/components/index.mjs +22 -20
  7. package/dist/{components-C6stt5NV.mjs → components-lme-T9bN.mjs} +771 -177
  8. package/dist/composables/index.d.mts +19 -19
  9. package/dist/composables/index.mjs +22 -20
  10. package/dist/{consola-C1OjyZVf.d.mts → consola-bPHDMwrK.d.mts} +1 -1
  11. package/dist/constants/index.d.mts +1 -1
  12. package/dist/constants/index.mjs +1 -1
  13. package/dist/{useClickOutside-CBsF7hh4.mjs → createCombobox-DgFUWLKw.mjs} +1091 -790
  14. package/dist/{createDataTable-DHxv--aj.mjs → createDataTable-DGG3Kgau.mjs} +2 -2
  15. package/dist/{createGroup-BqN4Ve83.mjs → createGroup-C38Mc-se.mjs} +1 -1
  16. package/dist/{createSelection-BsHsL_qW.mjs → createSelection-GS1yfwki.mjs} +1 -1
  17. package/dist/{createSingle-BBwE5j_k.mjs → createSingle-Dh2gp4kv.mjs} +1 -1
  18. package/dist/{createTokens-CpapxkYX.mjs → createTokens-Ckczb95n.mjs} +1 -1
  19. package/dist/data-table/adapters/client/index.d.mts +1 -1
  20. package/dist/data-table/adapters/client/index.mjs +1 -1
  21. package/dist/data-table/adapters/index.d.mts +4 -4
  22. package/dist/data-table/adapters/index.mjs +1 -1
  23. package/dist/data-table/adapters/server/index.d.mts +1 -1
  24. package/dist/data-table/adapters/server/index.mjs +1 -1
  25. package/dist/data-table/adapters/virtual/index.d.mts +1 -1
  26. package/dist/data-table/adapters/virtual/index.mjs +1 -1
  27. package/dist/data-table/index.d.mts +5 -5
  28. package/dist/data-table/index.mjs +10 -10
  29. package/dist/date/index.d.mts +1 -1
  30. package/dist/date/index.mjs +15 -3
  31. package/dist/features/adapters/flagsmith/index.d.mts +1 -1
  32. package/dist/features/adapters/launchdarkly/index.d.mts +1 -1
  33. package/dist/features/adapters/posthog/index.d.mts +1 -1
  34. package/dist/features/adapters/posthog/index.mjs +2 -2
  35. package/dist/features/index.d.mts +2 -2
  36. package/dist/features/index.mjs +8 -8
  37. package/dist/{globals-DCznFHqN.mjs → globals-B6VQTLVM.mjs} +1 -1
  38. package/dist/{index-B_pScNDG.d.mts → index-A6Vo3pb6.d.mts} +28 -1
  39. package/dist/{index-CBER-Sxt.d.mts → index-BAix61Ke.d.mts} +275 -98
  40. package/dist/{index-vcUKp9YE.d.mts → index-CuUuJj3-.d.mts} +884 -205
  41. package/dist/{index-CdUIc68E.d.mts → index-D5ehwqoP.d.mts} +3 -3
  42. package/dist/{index-YyqYAay2.d.mts → index-Y0Bo7jx-.d.mts} +2 -2
  43. package/dist/{index-dJKXAO5D.d.mts → index-pwVD-IDb.d.mts} +1 -1
  44. package/dist/index.d.mts +23 -23
  45. package/dist/index.mjs +23 -21
  46. package/dist/json/attributes.json +199 -7
  47. package/dist/json/importMap.json +44 -0
  48. package/dist/json/tags.json +100 -2
  49. package/dist/json/web-types.json +592 -10
  50. package/dist/locale/adapters/index.d.mts +2 -2
  51. package/dist/locale/adapters/index.mjs +2 -2
  52. package/dist/locale/adapters/v0/index.d.mts +1 -1
  53. package/dist/locale/adapters/v0/index.mjs +2 -2
  54. package/dist/locale/adapters/vue-i18n/index.d.mts +1 -1
  55. package/dist/locale/adapters/vue-i18n/index.mjs +1 -1
  56. package/dist/locale/index.d.mts +3 -3
  57. package/dist/locale/index.mjs +8 -8
  58. package/dist/logger/adapters/consola/index.d.mts +1 -1
  59. package/dist/logger/adapters/index.d.mts +4 -4
  60. package/dist/logger/adapters/index.mjs +2 -2
  61. package/dist/logger/adapters/pino/index.d.mts +1 -1
  62. package/dist/logger/adapters/pino/index.mjs +1 -1
  63. package/dist/logger/adapters/v0/index.d.mts +1 -1
  64. package/dist/logger/adapters/v0/index.mjs +2 -2
  65. package/dist/logger/index.d.mts +5 -5
  66. package/dist/logger/index.mjs +3 -3
  67. package/dist/notifications/index.d.mts +1 -1
  68. package/dist/notifications/index.mjs +1 -1
  69. package/dist/palettes/ant/index.d.mts +1 -1
  70. package/dist/palettes/index.d.mts +3 -3
  71. package/dist/palettes/material/index.d.mts +1 -1
  72. package/dist/palettes/md1/index.d.mts +1 -1
  73. package/dist/palettes/md2/index.d.mts +1 -1
  74. package/dist/palettes/radix/index.d.mts +1 -1
  75. package/dist/palettes/tailwind/index.d.mts +1 -1
  76. package/dist/permissions/adapters/index.d.mts +2 -2
  77. package/dist/permissions/adapters/index.mjs +1 -1
  78. package/dist/permissions/adapters/v0/index.d.mts +1 -1
  79. package/dist/permissions/adapters/v0/index.mjs +1 -1
  80. package/dist/permissions/index.d.mts +1 -1
  81. package/dist/permissions/index.mjs +5 -5
  82. package/dist/{pino-CM1iLXmi.d.mts → pino-BUGULcfS.d.mts} +1 -1
  83. package/dist/{posthog-BugD9w3g.mjs → posthog-BUVv9Rky.mjs} +1 -1
  84. package/dist/rules/index.d.mts +1 -1
  85. package/dist/rules/index.mjs +9 -9
  86. package/dist/{server-CSLVeyyI.d.mts → server-Ciw0ZhhL.d.mts} +1 -1
  87. package/dist/storage/adapters/index.d.mts +2 -2
  88. package/dist/storage/adapters/memory/index.d.mts +1 -1
  89. package/dist/storage/index.d.mts +3 -3
  90. package/dist/storage/index.mjs +20 -18
  91. package/dist/theme/adapters/index.d.mts +2 -2
  92. package/dist/theme/adapters/index.mjs +6 -4
  93. package/dist/theme/adapters/unhead/index.d.mts +2 -0
  94. package/dist/theme/adapters/unhead/index.mjs +4 -0
  95. package/dist/theme/adapters/v0/index.d.mts +2 -2
  96. package/dist/theme/adapters/v0/index.mjs +4 -3
  97. package/dist/theme/index.d.mts +2 -2
  98. package/dist/theme/index.mjs +12 -10
  99. package/dist/types/index.d.mts +1 -1
  100. package/dist/unhead-CMUN7pv4.mjs +63 -0
  101. package/dist/{useFeatures-CkIfpj7l.mjs → useFeatures-_uwRwuBy.mjs} +3 -3
  102. package/dist/{useLocale-D3btFSZv.mjs → useLocale-BNecStw9.mjs} +9 -5
  103. package/dist/{useLogger-C3crtWEd.mjs → useLogger-B3ijAgn0.mjs} +29 -7
  104. package/dist/{usePermissions-DmaYLhw5.mjs → usePermissions-5g7JSb3-.mjs} +2 -2
  105. package/dist/{useRules-Dkj_-0ay.mjs → useRules-BnQZP8n2.mjs} +2 -2
  106. package/dist/{useTheme-MJA1p7YK.mjs → useTheme-CKcE6z3t.mjs} +10 -7
  107. package/dist/utilities/index.d.mts +1 -1
  108. package/dist/utilities/index.mjs +11 -11
  109. package/dist/{v0-pzmWhctY.mjs → v0-3e8B6fd8.mjs} +7 -32
  110. package/dist/{v0-B6ILFiMN.d.mts → v0-BRnEUnx1.d.mts} +2 -2
  111. package/dist/{v0-CQ2qHo5-.d.mts → v0-B_8xEDpf.d.mts} +1 -1
  112. package/dist/{v0-JPf99NKg.d.mts → v0-C3cGdshz.d.mts} +1 -1
  113. package/dist/{v0-2IcFDTW5.mjs → v0-C64RQgkl.mjs} +1 -1
  114. package/dist/{v0-CB-GCB-s.mjs → v0-Dab-mQua.mjs} +1 -1
  115. package/dist/{v0-3zDdS4II.d.mts → v0-WOPq3YTM.d.mts} +1 -1
  116. package/dist/{virtual-Dg0Cm5Hn.d.mts → virtual-By1prSSj.d.mts} +1 -1
  117. package/package.json +2 -1
  118. /package/dist/{adapter-CJQav2JB.d.mts → adapter-CST7kApg.d.mts} +0 -0
  119. /package/dist/{adapter-BWMm0JAQ.d.mts → adapter-cc0r4Pfu.d.mts} +0 -0
  120. /package/dist/{adapters-C66XaKkw.mjs → adapters-BvwLemDt.mjs} +0 -0
  121. /package/dist/{index-CeNfBYuo.d.mts → index-BsNeOyXe.d.mts} +0 -0
  122. /package/dist/{index-BvTD7kU8.d.mts → index-BvlxDVXg.d.mts} +0 -0
  123. /package/dist/{index-DSao7i57.d.mts → index-C9Wj_it8.d.mts} +0 -0
  124. /package/dist/{index-Dor6eAEc.d.mts → index-D7Yh-7yN.d.mts} +0 -0
  125. /package/dist/{memory-DyBabFV1.d.mts → memory-CC5pKIAp.d.mts} +0 -0
@@ -1,8 +1,8 @@
1
- import { s as __LOGGER_ENABLED__, t as IN_BROWSER } from "./globals-DCznFHqN.mjs";
2
- import { isUndefined } from "./utilities/index.mjs";
1
+ import { s as __LOGGER_ENABLED__, t as IN_BROWSER } from "./globals-B6VQTLVM.mjs";
2
+ import { isNullOrUndefined, isUndefined } from "./utilities/index.mjs";
3
3
  import { i as useContext, n as createContext, t as createTrinity } from "./createTrinity-C_c8eedz.mjs";
4
- import { t as Vuetify0LoggerAdapter } from "./v0-2IcFDTW5.mjs";
5
- import { hasInjectionContext } from "vue";
4
+ import { t as Vuetify0LoggerAdapter } from "./v0-C64RQgkl.mjs";
5
+ import { hasInjectionContext, watch } from "vue";
6
6
  //#region src/composables/createPlugin/index.ts
7
7
  /**
8
8
  * @module createPlugin
@@ -59,6 +59,12 @@ function createPlugin(options) {
59
59
  });
60
60
  } };
61
61
  }
62
+ function deriveKey(namespace) {
63
+ return namespace.startsWith("v0:") ? namespace.slice(3) : namespace;
64
+ }
65
+ function getPersistedStorage() {
66
+ return useContext("v0:storage");
67
+ }
62
68
  /**
63
69
  * Creates the three standard functions for a plugin composable.
64
70
  *
@@ -85,7 +91,7 @@ function createPlugin(options) {
85
91
  */
86
92
  function createPluginContext(defaultNamespace, factory, config) {
87
93
  function createXContext(_options = {}) {
88
- const { namespace = defaultNamespace, ...options } = _options;
94
+ const { namespace = defaultNamespace, persist: _persist, ...options } = _options;
89
95
  const [_use, _provide] = createContext(namespace);
90
96
  const context = factory(options);
91
97
  function provide(_context = context, app) {
@@ -94,7 +100,7 @@ function createPluginContext(defaultNamespace, factory, config) {
94
100
  return createTrinity(_use, provide, context);
95
101
  }
96
102
  function createXPlugin(_options = {}) {
97
- const { namespace = defaultNamespace, ...options } = _options;
103
+ const { namespace = defaultNamespace, persist: shouldPersist, ...options } = _options;
98
104
  const [, provide, context] = createXContext({
99
105
  ...options,
100
106
  namespace
@@ -103,8 +109,24 @@ function createPluginContext(defaultNamespace, factory, config) {
103
109
  namespace,
104
110
  provide: (app) => {
105
111
  provide(context, app);
112
+ if (shouldPersist && config?.restore) {
113
+ const storage = getPersistedStorage();
114
+ const key = deriveKey(namespace);
115
+ const saved = storage.get(key);
116
+ if (!/* @__PURE__ */ isNullOrUndefined(saved.value)) config.restore(context, saved.value);
117
+ }
106
118
  },
107
- setup: config?.setup ? (app) => config.setup(context, app, options) : void 0
119
+ setup: config?.setup || shouldPersist ? (app) => {
120
+ config?.setup?.(context, app, options);
121
+ if (shouldPersist && config?.persist) {
122
+ const storage = getPersistedStorage();
123
+ const key = deriveKey(namespace);
124
+ const stored = storage.get(key);
125
+ watch(() => config.persist(context), (val) => {
126
+ stored.value = val;
127
+ });
128
+ }
129
+ } : void 0
108
130
  });
109
131
  }
110
132
  function useX(namespace = defaultNamespace) {
@@ -1,5 +1,5 @@
1
- import { o as createPluginContext } from "./useLogger-C3crtWEd.mjs";
2
- import { t as createTokens } from "./createTokens-CpapxkYX.mjs";
1
+ import { o as createPluginContext } from "./useLogger-B3ijAgn0.mjs";
2
+ import { t as createTokens } from "./createTokens-Ckczb95n.mjs";
3
3
  import { t as toArray } from "./toArray-VdROPpy-.mjs";
4
4
  import { t as Vuetify0PermissionAdapter } from "./v0-B1QQGE4O.mjs";
5
5
  //#region src/composables/usePermissions/index.ts
@@ -1,6 +1,6 @@
1
1
  import { instanceExists, isFunction, isObject } from "./utilities/index.mjs";
2
- import { o as createPluginContext } from "./useLogger-C3crtWEd.mjs";
3
- import { a as useLocale } from "./useLocale-D3btFSZv.mjs";
2
+ import { o as createPluginContext } from "./useLogger-B3ijAgn0.mjs";
3
+ import { a as useLocale } from "./useLocale-BNecStw9.mjs";
4
4
  //#region src/composables/useRules/adapters/standard.ts
5
5
  /**
6
6
  * Type guard for Standard Schema objects.
@@ -1,8 +1,8 @@
1
1
  import { foreground } from "./utilities/index.mjs";
2
- import { o as createPluginContext } from "./useLogger-C3crtWEd.mjs";
3
- import { r as flatten, t as createTokens } from "./createTokens-CpapxkYX.mjs";
4
- import { t as createSingle } from "./createSingle-BBwE5j_k.mjs";
5
- import { t as Vuetify0ThemeAdapter } from "./v0-pzmWhctY.mjs";
2
+ import { o as createPluginContext } from "./useLogger-B3ijAgn0.mjs";
3
+ import { r as flatten, t as createTokens } from "./createTokens-Ckczb95n.mjs";
4
+ import { t as createSingle } from "./createSingle-Dh2gp4kv.mjs";
5
+ import { t as V0StyleSheetThemeAdapter } from "./v0-3e8B6fd8.mjs";
6
6
  import { computed, shallowRef, toRef } from "vue";
7
7
  //#region src/composables/useTheme/index.ts
8
8
  /**
@@ -76,8 +76,9 @@ function createTheme(_options = {}) {
76
76
  const names = toRef(() => registry.keys());
77
77
  const colors = computed(() => {
78
78
  const resolved = {};
79
+ const currentId = registry.selectedId.value;
79
80
  for (const theme of registry.values()) {
80
- if (theme.lazy && theme.id !== registry.selectedId.value) continue;
81
+ if (theme.lazy && theme.id !== currentId) continue;
81
82
  const themeColors = resolve(theme.value);
82
83
  if (genForeground) for (const [key, value] of Object.entries(themeColors)) {
83
84
  const onKey = `on-${key}`;
@@ -134,10 +135,12 @@ function createThemeFallback() {
134
135
  }
135
136
  const [createThemeContext, createThemePlugin, useTheme] = createPluginContext("v0:theme", (options) => createTheme(options), {
136
137
  fallback: () => createThemeFallback(),
137
- setup: (context, app, { adapter = new Vuetify0ThemeAdapter(), target, rgb }) => {
138
+ setup: (context, app, { adapter = new V0StyleSheetThemeAdapter(), target, rgb }) => {
138
139
  if (rgb) adapter.rgb = true;
139
140
  adapter.setup(app, context, target);
140
- }
141
+ },
142
+ persist: (ctx) => ctx.selectedId.value,
143
+ restore: (ctx, saved) => ctx.select(saved)
141
144
  });
142
145
  //#endregion
143
146
  export { useTheme as i, createThemeContext as n, createThemePlugin as r, createTheme as t };
@@ -1,2 +1,2 @@
1
- import { C as hexToRgb, S as RGB, _ as mergeDeep, a as isBoolean, b as apca, c as isNaN, d as isNumber, f as isObject, g as isUndefined, h as isSymbol, i as isArray, l as isNull, m as isString, n as instanceName, o as isElement, p as isPrimitive, r as clamp, s as isFunction, t as instanceExists, u as isNullOrUndefined, v as range, w as rgbToHex, x as foreground, y as useId } from "../index-B_pScNDG.mjs";
1
+ import { C as hexToRgb, S as RGB, _ as mergeDeep, a as isBoolean, b as apca, c as isNaN, d as isNumber, f as isObject, g as isUndefined, h as isSymbol, i as isArray, l as isNull, m as isString, n as instanceName, o as isElement, p as isPrimitive, r as clamp, s as isFunction, t as instanceExists, u as isNullOrUndefined, v as range, w as rgbToHex, x as foreground, y as useId } from "../index-A6Vo3pb6.mjs";
2
2
  export { RGB, apca, clamp, foreground, hexToRgb, instanceExists, instanceName, isArray, isBoolean, isElement, isFunction, isNaN, isNull, isNullOrUndefined, isNumber, isObject, isPrimitive, isString, isSymbol, isUndefined, mergeDeep, range, rgbToHex, useId };
@@ -1,4 +1,4 @@
1
- import { t as IN_BROWSER } from "../globals-DCznFHqN.mjs";
1
+ import { t as IN_BROWSER } from "../globals-B6VQTLVM.mjs";
2
2
  import * as Vue from "vue";
3
3
  import { useId as useId$1 } from "vue";
4
4
  //#region src/utilities/color.ts
@@ -379,6 +379,16 @@ function isSymbol(item) {
379
379
  function isNaN(item) {
380
380
  return /* @__PURE__ */ isNumber(item) && Number.isNaN(item);
381
381
  }
382
+ const UNSAFE_KEYS = new Set([
383
+ "__proto__",
384
+ "constructor",
385
+ "prototype"
386
+ ]);
387
+ function isPlainObject(value) {
388
+ if (typeof value !== "object" || value === null || Array.isArray(value)) return false;
389
+ const proto = Object.getPrototypeOf(value);
390
+ return proto === Object.prototype || proto === null;
391
+ }
382
392
  /**
383
393
  * Deeply merges source objects into a target object, returning a new object
384
394
  *
@@ -406,16 +416,6 @@ function isNaN(item) {
406
416
  * mergeDeep({ arr: [1, 2] }, { arr: [3] }) // { arr: [3] }
407
417
  * ```
408
418
  */
409
- const UNSAFE_KEYS = new Set([
410
- "__proto__",
411
- "constructor",
412
- "prototype"
413
- ]);
414
- function isPlainObject(value) {
415
- if (typeof value !== "object" || value === null || Array.isArray(value)) return false;
416
- const proto = Object.getPrototypeOf(value);
417
- return proto === Object.prototype || proto === null;
418
- }
419
419
  /* @__NO_SIDE_EFFECTS__ */
420
420
  function mergeDeep(target, ...sources) {
421
421
  const out = {};
@@ -1,38 +1,13 @@
1
- import { t as IN_BROWSER } from "./globals-DCznFHqN.mjs";
2
- import { hexToRgb, isNull, isString, isUndefined } from "./utilities/index.mjs";
1
+ import { t as IN_BROWSER } from "./globals-B6VQTLVM.mjs";
2
+ import { isNull, isString } from "./utilities/index.mjs";
3
+ import { t as ThemeAdapter } from "./adapter-Drq1v5wV.mjs";
3
4
  import { onScopeDispose, watch } from "vue";
4
- //#region src/composables/useTheme/adapters/adapter.ts
5
- var ThemeAdapter = class {
6
- stylesheetId = "v0-theme-stylesheet";
7
- prefix;
8
- rgb = false;
9
- constructor(prefix) {
10
- this.prefix = prefix;
11
- }
12
- generate(colors, isDark) {
13
- let css = "";
14
- for (const theme in colors) {
15
- const themeColors = colors[theme];
16
- if (!themeColors) continue;
17
- const vars = Object.entries(themeColors).map(([key, val]) => ` --${this.prefix}-${key}: ${this.rgb ? this.decompose(val) : val};`).join("\n");
18
- css += `[data-theme="${theme}"] {\n${vars}\n}\n`;
19
- }
20
- if (!/* @__PURE__ */ isUndefined(isDark)) css += `:root {\n color-scheme: ${isDark ? "dark" : "light"};\n}\n`;
21
- return css;
22
- }
23
- decompose(hex) {
24
- const { r, g, b, a } = hexToRgb(hex);
25
- return /* @__PURE__ */ isUndefined(a) ? `${r}, ${g}, ${b}` : `${r}, ${g}, ${b}, ${a}`;
26
- }
27
- };
28
- //#endregion
29
5
  //#region src/composables/useTheme/adapters/v0.ts
30
6
  /**
31
- * Theme adapter implementation for Vuetify v0 design system.
32
- * This adapter generates CSS custom properties and injects them into the DOM
33
- * as a stylesheet, allowing themes to be applied globally.
7
+ * Theme adapter that injects CSS custom properties via adoptedStyleSheets.
8
+ * Best for SPAs where SSR hydration is not a concern.
34
9
  */
35
- var Vuetify0ThemeAdapter = class extends ThemeAdapter {
10
+ var V0StyleSheetThemeAdapter = class extends ThemeAdapter {
36
11
  cspNonce;
37
12
  sheet;
38
13
  constructor(options = {}) {
@@ -82,4 +57,4 @@ var Vuetify0ThemeAdapter = class extends ThemeAdapter {
82
57
  }
83
58
  };
84
59
  //#endregion
85
- export { ThemeAdapter as n, Vuetify0ThemeAdapter as t };
60
+ export { V0StyleSheetThemeAdapter as t };
@@ -1,5 +1,5 @@
1
- import { o as ID } from "./index-Dor6eAEc.mjs";
2
- import { en as PermissionContext, in as PermissionTicket, ln as PermissionAdapter } from "./index-CBER-Sxt.mjs";
1
+ import { o as ID } from "./index-D7Yh-7yN.mjs";
2
+ import { $t as PermissionTicket, Yt as PermissionContext, in as PermissionAdapter } from "./index-BAix61Ke.mjs";
3
3
 
4
4
  //#region src/composables/usePermissions/adapters/v0.d.ts
5
5
  declare class Vuetify0PermissionAdapter extends PermissionAdapter {
@@ -1,4 +1,4 @@
1
- import { i as DataTableAdapterResult, n as DataTableAdapterContext, t as DataTableAdapter } from "./adapter-DvT8lTup.mjs";
1
+ import { i as DataTableAdapterResult, n as DataTableAdapterContext, t as DataTableAdapter } from "./adapter-DIZk5xrU.mjs";
2
2
 
3
3
  //#region src/composables/createDataTable/adapters/v0.d.ts
4
4
  declare class ClientAdapter<T extends Record<string, unknown>> extends DataTableAdapter<T> {
@@ -1,4 +1,4 @@
1
- import { t as LoggerAdapter } from "./adapter-CJQav2JB.mjs";
1
+ import { t as LoggerAdapter } from "./adapter-CST7kApg.mjs";
2
2
 
3
3
  //#region src/composables/useLogger/adapters/v0.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { t as IN_BROWSER } from "./globals-DCznFHqN.mjs";
1
+ import { t as IN_BROWSER } from "./globals-B6VQTLVM.mjs";
2
2
  import { isFunction } from "./utilities/index.mjs";
3
3
  //#region src/composables/useLogger/adapters/v0.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { t as IN_BROWSER } from "./globals-DCznFHqN.mjs";
1
+ import { t as IN_BROWSER } from "./globals-B6VQTLVM.mjs";
2
2
  import { isObject, isString, isUndefined } from "./utilities/index.mjs";
3
3
  //#region src/composables/useLocale/adapters/v0.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { n as LocaleAdapterContext, t as LocaleAdapter } from "./adapter-D3dUnE__.mjs";
1
+ import { n as LocaleAdapterContext, t as LocaleAdapter } from "./adapter-MT5TiIjj.mjs";
2
2
 
3
3
  //#region src/composables/useLocale/adapters/v0.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { i as DataTableAdapterResult, n as DataTableAdapterContext, t as DataTableAdapter } from "./adapter-DvT8lTup.mjs";
1
+ import { i as DataTableAdapterResult, n as DataTableAdapterContext, t as DataTableAdapter } from "./adapter-DIZk5xrU.mjs";
2
2
 
3
3
  //#region src/composables/createDataTable/adapters/virtual.d.ts
4
4
  declare class VirtualAdapter<T extends Record<string, unknown>> extends DataTableAdapter<T> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuetify/v0",
3
- "version": "0.1.13",
3
+ "version": "0.2.0",
4
4
  "description": "A meta UI framework for building applications, component libraries, and design systems with Vue 3",
5
5
  "license": "MIT",
6
6
  "types": "./dist/index.d.mts",
@@ -114,6 +114,7 @@
114
114
  "./storage/adapters/memory": "./dist/storage/adapters/memory/index.mjs",
115
115
  "./theme": "./dist/theme/index.mjs",
116
116
  "./theme/adapters": "./dist/theme/adapters/index.mjs",
117
+ "./theme/adapters/unhead": "./dist/theme/adapters/unhead/index.mjs",
117
118
  "./theme/adapters/v0": "./dist/theme/adapters/v0/index.mjs",
118
119
  "./types": "./dist/types/index.mjs",
119
120
  "./utilities": "./dist/utilities/index.mjs",