@dialpad/dialtone-vue 2.104.1 → 2.104.3
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/CHANGELOG.json +1 -1
- package/CHANGELOG.md +14 -0
- package/dist/dialtone-vue.cjs +6 -6
- package/dist/dialtone-vue.js +9523 -3154
- package/dist/types/components/icon/icon.vue.d.ts +1 -1
- package/dist/types/components/icon/icon.vue.d.ts.map +1 -1
- package/dist/types/components/tooltip/tooltip.vue.d.ts +1 -1
- package/package.json +3 -4
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
};
|
|
32
32
|
}, {}, {}, {
|
|
33
33
|
iconSize(): any;
|
|
34
|
-
icon():
|
|
34
|
+
icon(): any;
|
|
35
35
|
}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
36
36
|
/**
|
|
37
37
|
* DtIcon identifier
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.vue.d.ts","sourceRoot":"","sources":["../../../../components/icon/icon.vue.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"icon.vue.d.ts","sourceRoot":"","sources":["../../../../components/icon/icon.vue.js"],"names":[],"mappings":";IAkBI;;OAEG;;;;;IAQH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;IA9BH;;OAEG;;;;;IAQH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG"}
|
|
@@ -406,7 +406,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
406
406
|
};
|
|
407
407
|
}>>, {
|
|
408
408
|
id: string;
|
|
409
|
-
delay: boolean;
|
|
410
409
|
message: string;
|
|
411
410
|
transition: string;
|
|
412
411
|
inverted: boolean;
|
|
@@ -414,6 +413,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
414
413
|
show: boolean;
|
|
415
414
|
offset: unknown[];
|
|
416
415
|
fallbackPlacements: unknown[];
|
|
416
|
+
delay: boolean;
|
|
417
417
|
placement: string;
|
|
418
418
|
sticky: string | boolean;
|
|
419
419
|
enabled: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "2.104.
|
|
3
|
+
"version": "2.104.3",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "run-s clean build:main build:typescript build:documentation",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"storybook:build": "npm run build:documentation:functions && npm run storybook:clean && STORYBOOK_ENV=production storybook build && touch ./storybook-static/.nojekyll",
|
|
25
25
|
"storybook:build:docs-only": "STORYBOOK_ENV=production && build:documentation:functions && storybook build --docs",
|
|
26
26
|
"storybook:test": "test-storybook --url http://localhost:9010/",
|
|
27
|
-
"test": "vitest run",
|
|
27
|
+
"test": "vitest run --test-timeout=10000",
|
|
28
28
|
"test:one": "vitest related --run",
|
|
29
29
|
"test:watch": "vitest"
|
|
30
30
|
},
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"CHANGELOG.json"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
+
"@dialpad/dialtone-icons": "^4.1.0",
|
|
38
39
|
"@linusborg/vue-simple-portal": "^0.1.5",
|
|
39
40
|
"@tiptap/extension-document": "^2.0.3",
|
|
40
41
|
"@tiptap/extension-paragraph": "^2.0.3",
|
|
@@ -52,7 +53,6 @@
|
|
|
52
53
|
"@commitlint/config-conventional": "^17.6.6",
|
|
53
54
|
"@dialpad/conventional-changelog-angular": "^1.1.1",
|
|
54
55
|
"@dialpad/dialtone": "^8.21.3",
|
|
55
|
-
"@dialpad/dialtone-icons": "^4.1.0",
|
|
56
56
|
"@dialpad/semantic-release-changelog-json": "^1.0.0",
|
|
57
57
|
"@percy/cli": "^1.27.4",
|
|
58
58
|
"@percy/storybook": "^4.3.7",
|
|
@@ -117,7 +117,6 @@
|
|
|
117
117
|
},
|
|
118
118
|
"peerDependencies": {
|
|
119
119
|
"@dialpad/dialtone": "^7.30.0 || ^8.21.2",
|
|
120
|
-
"@dialpad/dialtone-icons": "^4.1.0",
|
|
121
120
|
"vue": ">=2.6"
|
|
122
121
|
},
|
|
123
122
|
"bugs": {
|