@dialpad/dialtone-vue 3.87.0 → 3.88.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.
@@ -16,8 +16,7 @@ declare const _default: import("vue").DefineComponent<{
16
16
  default: string;
17
17
  };
18
18
  /**
19
- * The height of the header
20
- * Possible units rem|px|%|em
19
+ * DEPRECATED: set the height of the inner element instead.
21
20
  */
22
21
  headerHeight: {
23
22
  type: StringConstructor;
@@ -78,8 +77,7 @@ declare const _default: import("vue").DefineComponent<{
78
77
  default: string;
79
78
  };
80
79
  /**
81
- * The height of the footer
82
- * Possible units rem|px|%|em
80
+ * DEPRECATED: set the height of the inner element instead.
83
81
  */
84
82
  footerHeight: {
85
83
  type: StringConstructor;
@@ -94,10 +92,9 @@ declare const _default: import("vue").DefineComponent<{
94
92
  default: null;
95
93
  validator: (bp: unknown) => boolean;
96
94
  };
97
- }, any, {
98
- hasSlotContent: typeof hasSlotContent;
99
- }, {
95
+ }, any, any, {
100
96
  responsiveClass(): string | undefined;
97
+ bodyClasses(): any[];
101
98
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
102
99
  /**
103
100
  * When true, the header, footer and sidebar will be locked in position and the content will
@@ -116,8 +113,7 @@ declare const _default: import("vue").DefineComponent<{
116
113
  default: string;
117
114
  };
118
115
  /**
119
- * The height of the header
120
- * Possible units rem|px|%|em
116
+ * DEPRECATED: set the height of the inner element instead.
121
117
  */
122
118
  headerHeight: {
123
119
  type: StringConstructor;
@@ -178,8 +174,7 @@ declare const _default: import("vue").DefineComponent<{
178
174
  default: string;
179
175
  };
180
176
  /**
181
- * The height of the footer
182
- * Possible units rem|px|%|em
177
+ * DEPRECATED: set the height of the inner element instead.
183
178
  */
184
179
  footerHeight: {
185
180
  type: StringConstructor;
@@ -199,15 +194,14 @@ declare const _default: import("vue").DefineComponent<{
199
194
  contentClass: string | Record<string, any> | unknown[];
200
195
  headerClass: string | Record<string, any> | unknown[];
201
196
  footerClass: string | Record<string, any> | unknown[];
197
+ headerHeight: string;
198
+ headerSticky: boolean;
202
199
  bodyClass: string | Record<string, any> | unknown[];
203
200
  sidebarClass: string | Record<string, any> | unknown[];
204
201
  sidebarWidth: string;
205
202
  sidebarPosition: string;
206
- headerHeight: string;
207
- headerSticky: boolean;
208
203
  footerHeight: string;
209
204
  responsiveBreakpoint: string;
210
205
  }, {}>;
211
206
  export default _default;
212
- import { hasSlotContent } from '@/common/utils';
213
207
  //# sourceMappingURL=root_layout.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"root_layout.vue.d.ts","sourceRoot":"","sources":["../../../../components/root_layout/root_layout.vue.js"],"names":[],"mappings":";IAiBI;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;IApGH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;+BAjHwB,gBAAgB"}
1
+ {"version":3,"file":"root_layout.vue.d.ts","sourceRoot":"","sources":["../../../../components/root_layout/root_layout.vue.js"],"names":[],"mappings":";IAWI;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;;IAlGH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG"}
@@ -1,4 +1,11 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * Avatar seed, set this to the user's ID to get the same avatar background gradient each time it is displayed.
4
+ */
5
+ avatarSeed: {
6
+ type: StringConstructor;
7
+ default: null;
8
+ };
2
9
  /**
3
10
  * Show avatar, show header text or dont show left time and vice versa
4
11
  */
@@ -54,7 +61,6 @@ declare const _default: import("vue").DefineComponent<{
54
61
  }, any, {
55
62
  faded: boolean;
56
63
  }, {
57
- avatarSeed(): string;
58
64
  feedListeners(): {
59
65
  mouseenter: () => void;
60
66
  mouseleave: () => void;
@@ -67,6 +73,13 @@ declare const _default: import("vue").DefineComponent<{
67
73
  setHover(bool: any): void;
68
74
  fade(): void;
69
75
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "hover")[], "focus" | "hover", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
76
+ /**
77
+ * Avatar seed, set this to the user's ID to get the same avatar background gradient each time it is displayed.
78
+ */
79
+ avatarSeed: {
80
+ type: StringConstructor;
81
+ default: null;
82
+ };
70
83
  /**
71
84
  * Show avatar, show header text or dont show left time and vice versa
72
85
  */
@@ -127,6 +140,7 @@ declare const _default: import("vue").DefineComponent<{
127
140
  isActive: boolean;
128
141
  state: string;
129
142
  displayName: string;
143
+ avatarSeed: string;
130
144
  showHeader: boolean;
131
145
  avatarImageUrl: string;
132
146
  shortTime: string;
@@ -1 +1 @@
1
- {"version":3,"file":"feed_item_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_item_row/feed_item_row.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;IApDH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"feed_item_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_item_row/feed_item_row.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;IA5DH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "3.87.0",
3
+ "version": "3.88.0",
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",
@@ -16,7 +16,7 @@
16
16
  "lint:docs": "markdownlint '**/*.mdx'",
17
17
  "prepublishOnly": "npm run build",
18
18
  "pretest": "npm run clean",
19
- "release": "semantic-release --no-ci --extends ./release-local.config.cjs",
19
+ "release": "./scripts/release.sh",
20
20
  "start": "npm run storybook",
21
21
  "storybook": "STORYBOOK_ENV=development storybook dev -p 9010",
22
22
  "storybook:clean": "rm -rf ./storybook-static",
@@ -34,7 +34,7 @@
34
34
  "CHANGELOG.json"
35
35
  ],
36
36
  "dependencies": {
37
- "@dialpad/dialtone-icons": "^3.2.0",
37
+ "@dialpad/dialtone-icons": "^3.3.0",
38
38
  "@tiptap/extension-code-block": "^2.0.3",
39
39
  "@tiptap/extension-document": "^2.0.3",
40
40
  "@tiptap/extension-hard-break": "^2.0.3",
@@ -53,7 +53,7 @@
53
53
  "@commitlint/cli": "^17.6.6",
54
54
  "@commitlint/config-conventional": "^17.6.6",
55
55
  "@dialpad/conventional-changelog-angular": "^1.1.1",
56
- "@dialpad/dialtone": "^8.16.1",
56
+ "@dialpad/dialtone": "^8.17.0",
57
57
  "@dialpad/semantic-release-changelog-json": "^1.0.0",
58
58
  "@percy/cli": "^1.26.2",
59
59
  "@percy/storybook": "^4.3.6",
@@ -1,109 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- /**
3
- * Additional class name for the body
4
- */
5
- bodyClass: {
6
- type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
7
- default: undefined;
8
- };
9
- /**
10
- * Additional class name for the content element
11
- */
12
- contentClass: {
13
- type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
14
- default: undefined;
15
- };
16
- /**
17
- * Additional class name for the sidebar element
18
- */
19
- sidebarClass: {
20
- type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
21
- default: undefined;
22
- };
23
- /**
24
- * The width of the sidebar
25
- * Possible units rem|px|%|em
26
- */
27
- sidebarWidth: {
28
- type: StringConstructor;
29
- default: undefined;
30
- };
31
- /**
32
- * When true, the sidebar will be locked in position and the content will
33
- * be scrollable. When false the sidebar will scroll out of view.
34
- * @values true, false
35
- */
36
- fixed: {
37
- type: BooleanConstructor;
38
- default: undefined;
39
- };
40
- /**
41
- * Whether the sidebar is on the left or right side
42
- * Possible options: 'left', 'right'
43
- */
44
- sidebarPosition: {
45
- type: StringConstructor;
46
- default: undefined;
47
- };
48
- }, any, {
49
- hasSlotContent: typeof hasSlotContent;
50
- }, {
51
- bodyClasses(): (string | Record<string, any> | unknown[] | undefined)[];
52
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
53
- /**
54
- * Additional class name for the body
55
- */
56
- bodyClass: {
57
- type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
58
- default: undefined;
59
- };
60
- /**
61
- * Additional class name for the content element
62
- */
63
- contentClass: {
64
- type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
65
- default: undefined;
66
- };
67
- /**
68
- * Additional class name for the sidebar element
69
- */
70
- sidebarClass: {
71
- type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
72
- default: undefined;
73
- };
74
- /**
75
- * The width of the sidebar
76
- * Possible units rem|px|%|em
77
- */
78
- sidebarWidth: {
79
- type: StringConstructor;
80
- default: undefined;
81
- };
82
- /**
83
- * When true, the sidebar will be locked in position and the content will
84
- * be scrollable. When false the sidebar will scroll out of view.
85
- * @values true, false
86
- */
87
- fixed: {
88
- type: BooleanConstructor;
89
- default: undefined;
90
- };
91
- /**
92
- * Whether the sidebar is on the left or right side
93
- * Possible options: 'left', 'right'
94
- */
95
- sidebarPosition: {
96
- type: StringConstructor;
97
- default: undefined;
98
- };
99
- }>>, {
100
- fixed: boolean;
101
- contentClass: string | Record<string, any> | unknown[];
102
- bodyClass: string | Record<string, any> | unknown[];
103
- sidebarClass: string | Record<string, any> | unknown[];
104
- sidebarWidth: string;
105
- sidebarPosition: string;
106
- }, {}>;
107
- export default _default;
108
- import { hasSlotContent } from '@/common/utils';
109
- //# sourceMappingURL=root_layout_body.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"root_layout_body.vue.d.ts","sourceRoot":"","sources":["../../../../components/root_layout/root_layout_body.vue.js"],"names":[],"mappings":";IAQI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;;;;;IA9CH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;+BAnDwB,gBAAgB"}