@maltjoy/core-vue 6.1.2 → 6.2.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maltjoy/core-vue",
3
- "version": "6.1.2",
3
+ "version": "6.2.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -30,8 +30,8 @@
30
30
  "dependencies": {
31
31
  "@floating-ui/dom": "1.5.3",
32
32
  "@floating-ui/vue": "1.0.2",
33
- "@maltjoy/icons": "6.1.2",
34
- "@maltjoy/themes": "6.1.2",
33
+ "@maltjoy/icons": "6.2.1",
34
+ "@maltjoy/themes": "6.2.1",
35
35
  "@vue/shared": "3.5.13",
36
36
  "@vueuse/components": "10.8.0",
37
37
  "@vueuse/core": "10.8.0",
@@ -44,7 +44,7 @@
44
44
  "@chromatic-com/storybook": "4.1.3",
45
45
  "@eslint/js": "9.39.4",
46
46
  "@figma/code-connect": "1.3.13",
47
- "@maltjoy/eslint-rules": "6.1.2",
47
+ "@maltjoy/eslint-rules": "6.2.1",
48
48
  "@rushstack/eslint-patch": "1.2.0",
49
49
  "@storybook/addon-a11y": "9.1.20",
50
50
  "@storybook/addon-docs": "9.1.20",
@@ -84,7 +84,7 @@
84
84
  "build:lib": "vite build",
85
85
  "build:analyze": "ANALYZE=server vite build",
86
86
  "build:analyze:json": "ANALYZE=json vite build",
87
- "build": "pnpm typecheck && vite build && vue-tsc --declaration --emitDeclarationOnly --outDir dist && pnpm test && pnpm generate:manifest",
87
+ "build": "pnpm typecheck && vite build && vue-tsc -p tsconfig.build.json --declaration --emitDeclarationOnly --outDir dist && pnpm verify:dts && pnpm test && pnpm generate:manifest",
88
88
  "preview": "vite preview",
89
89
  "test": "vitest run --dom --coverage",
90
90
  "test:dev": "vitest watch --dom",
@@ -105,6 +105,7 @@
105
105
  "generate:components-docs:single": "node src/tasks/ai/optimized-metadata-generator.mjs --single",
106
106
  "generate:eslint-rules-docs": "node src/tasks/generate-eslint-rules-docs.mjs",
107
107
  "generate:manifest": "node src/tasks/generate-manifest.mjs",
108
+ "verify:dts": "node src/tasks/verify-declaration-layout.mjs",
108
109
  "copy:fonticon": "node src/tasks/copy-fonticon.mjs"
109
110
  }
110
111
  }
@@ -1,86 +0,0 @@
1
- export declare const tokens: {
2
- colors: {
3
- neutral: {
4
- '--joy-color-neutral-0': string;
5
- '--joy-color-neutral-10': string;
6
- '--joy-color-neutral-20': string;
7
- '--joy-color-neutral-30': string;
8
- '--joy-color-neutral-40': string;
9
- '--joy-color-neutral-50': string;
10
- '--joy-color-neutral-60': string;
11
- '--joy-color-neutral-70': string;
12
- };
13
- primary: {
14
- '--joy-color-primary-10': string;
15
- '--joy-color-primary-30': string;
16
- '--joy-color-primary-50': string;
17
- '--joy-color-primary-70': string;
18
- '--joy-color-primary-90': string;
19
- };
20
- secondary: {
21
- '--joy-color-secondary-10': string;
22
- '--joy-color-secondary-30': string;
23
- '--joy-color-secondary-50': string;
24
- '--joy-color-secondary-90': string;
25
- };
26
- tertiary: {
27
- '--joy-color-tertiary-10': string;
28
- '--joy-color-tertiary-30': string;
29
- '--joy-color-tertiary-50': string;
30
- '--joy-color-tertiary-70': string;
31
- };
32
- quaternary: {
33
- '--joy-color-quaternary-10': string;
34
- '--joy-color-quaternary-30': string;
35
- '--joy-color-quaternary-50': string;
36
- '--joy-color-quaternary-70': string;
37
- '--joy-color-quaternary-100': string;
38
- };
39
- 'brand-primary': {
40
- '--joy-color-brand-primary-10': string;
41
- '--joy-color-brand-primary-30': string;
42
- '--joy-color-brand-primary-70': string;
43
- };
44
- 'brand-secondary': {
45
- '--joy-color-brand-secondary-10': string;
46
- '--joy-color-brand-secondary-30': string;
47
- '--joy-color-brand-secondary-50': string;
48
- '--joy-color-brand-secondary-70': string;
49
- };
50
- 'ai-primary': {
51
- '--joy-color-ai-primary-10': string;
52
- '--joy-color-ai-primary-30': string;
53
- '--joy-color-ai-primary-70': string;
54
- '--joy-color-ai-primary-100': string;
55
- };
56
- 'ai-gradient': {
57
- '--joy-color-ai-gradient-10': string;
58
- '--joy-color-ai-gradient-30': string;
59
- '--joy-color-ai-gradient-70': string;
60
- '--joy-color-ai-gradient-100': string;
61
- };
62
- success: {
63
- '--joy-color-success-10': string;
64
- '--joy-color-success-50': string;
65
- '--joy-color-success-90': string;
66
- };
67
- information: {
68
- '--joy-color-information-10': string;
69
- '--joy-color-information-50': string;
70
- '--joy-color-information-90': string;
71
- };
72
- warning: {
73
- '--joy-color-warning-10': string;
74
- '--joy-color-warning-50': string;
75
- '--joy-color-warning-90': string;
76
- };
77
- error: {
78
- '--joy-color-error-10': string;
79
- '--joy-color-error-50': string;
80
- '--joy-color-error-90': string;
81
- };
82
- overlay: {
83
- '--joy-color-overlay': string;
84
- };
85
- };
86
- };
@@ -1,6 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- rootInputElement: import("vue").Ref<null, null>;
3
- rootSelectElement: import("vue").Ref<null, null>;
4
- rootTextareaElement: import("vue").Ref<null, null>;
5
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- export default _default;
@@ -1,4 +0,0 @@
1
- import { config as cfg } from '@vue/test-utils';
2
- import { Component } from 'vue';
3
- export declare function setIdPrefix(config: typeof cfg): void;
4
- export declare function expectFormFieldsToHaveSpecificAttribute(component: Component, options: Record<string, any>, selector?: string): void;