@dialpad/dialtone-vue 3.135.1 → 3.135.2

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.
@@ -46,21 +46,9 @@ export namespace INPUT_SIZE_CLASSES {
46
46
  }
47
47
  }
48
48
  export namespace INPUT_STATE_CLASSES {
49
- export namespace input_1 {
50
- let error: string;
51
- let warning: string;
52
- let success: string;
53
- }
54
- export { input_1 as input };
55
- export namespace textarea_1 {
56
- let error_1: string;
57
- export { error_1 as error };
58
- let warning_1: string;
59
- export { warning_1 as warning };
60
- let success_1: string;
61
- export { success_1 as success };
62
- }
63
- export { textarea_1 as textarea };
49
+ let error: string;
50
+ let warning: string;
51
+ let success: string;
64
52
  }
65
53
  export namespace DESCRIPTION_SIZE_CLASSES {
66
54
  let lg_3: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "3.135.1",
3
+ "version": "3.135.2",
4
4
  "description": "Vue component library for Dialpad's design system Dialtone",
5
5
  "files": [
6
6
  "dist"
@@ -81,12 +81,12 @@
81
81
  "vue-tsc": "^1.8.25",
82
82
  "yo": "^5.0.0",
83
83
  "yorkie": "^2.0.0",
84
- "@dialpad/dialtone-css": "8.37.1",
85
- "@dialpad/generator-dialtone": "0.1.0"
84
+ "@dialpad/generator-dialtone": "0.1.0",
85
+ "@dialpad/dialtone-css": "8.37.2"
86
86
  },
87
87
  "peerDependencies": {
88
88
  "vue": ">=3.2",
89
- "@dialpad/dialtone-css": "^8.37.1"
89
+ "@dialpad/dialtone-css": "^8.37.2"
90
90
  },
91
91
  "bugs": {
92
92
  "email": "dialtone@dialpad.com"