@dialpad/dialtone-vue 2.178.0 → 2.178.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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../common/dates/index.js"],"names":[],"mappings":"AAqDA,sCAFW,MAAM,QAIhB;AAQD,oCAHW,IAAI,GACF,MAAM,CAIlB;AAQD,kDAHW,MAAM,GACJ,MAAM,CAalB;AAyCD,mCAHW,IAAI,GACF,MAAM,CAclB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../common/dates/index.js"],"names":[],"mappings":"AAqDA,oDAEC;AAQD,oCAHW,IAAI,GACF,MAAM,CAIlB;AAQD,kDAHW,MAAM,GACJ,MAAM,CAalB;AAyCD,mCAHW,IAAI,GACF,MAAM,CAclB"}
@@ -176,9 +176,9 @@ declare const _default: import('vue').DefineComponent<{
176
176
  description: string;
177
177
  disabled: boolean;
178
178
  label: string;
179
+ options: unknown[];
179
180
  size: string;
180
181
  labelClass: string | Record<string, any> | unknown[];
181
- options: unknown[];
182
182
  descriptionClass: string | Record<string, any> | unknown[];
183
183
  selectClass: string | Record<string, any> | unknown[];
184
184
  optionClass: string | Record<string, any> | unknown[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "2.178.0",
3
+ "version": "2.178.1",
4
4
  "description": "Vue component library for Dialpad's design system Dialtone",
5
5
  "files": [
6
6
  "dist"
@@ -31,7 +31,7 @@
31
31
  "@tiptap/pm": "^2.6.6",
32
32
  "@tiptap/suggestion": "^2.6.6",
33
33
  "@tiptap/vue-2": "^2.6.6",
34
- "date-fns": "2.30.0",
34
+ "date-fns": "4.1.0",
35
35
  "deep-equal": "2.2.3",
36
36
  "emoji-toolkit": "9.0.1",
37
37
  "linkifyjs": "4.2.0",
@@ -51,8 +51,8 @@
51
51
  "react": "17.0.2",
52
52
  "storybook-dark-mode": "^3.0.3",
53
53
  "vue": "^2.7.15",
54
- "@dialpad/dialtone-css": "8.50.2",
55
- "@dialpad/generator-dialtone": "0.1.0"
54
+ "@dialpad/generator-dialtone": "0.1.0",
55
+ "@dialpad/dialtone-css": "8.50.2"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "vue": ">=2.6",