@dialpad/dialtone-vue 2.187.0 → 2.189.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.
- package/dist/component-documentation.json +1 -1
- package/dist/lib/button/button-constants.cjs +1 -1
- package/dist/lib/button/button-constants.cjs.map +1 -1
- package/dist/lib/button/button-constants.js +18 -15
- package/dist/lib/button/button-constants.js.map +1 -1
- package/dist/lib/button/button.cjs +1 -1
- package/dist/lib/button/button.cjs.map +1 -1
- package/dist/lib/button/button.js +25 -17
- package/dist/lib/button/button.js.map +1 -1
- package/dist/lib/editor/editor.cjs +1 -1
- package/dist/lib/editor/editor.cjs.map +1 -1
- package/dist/lib/editor/editor.js +53 -53
- package/dist/lib/editor/editor.js.map +1 -1
- package/dist/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/types/components/button/button_constants.d.ts +3 -0
- package/dist/types/components/button/button_constants.d.ts.map +1 -1
- package/dist/types/components/item_layout/item_layout.vue.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export const BUTTON_UNSTYLED_CLASS: "d-btn--unstyled";
|
|
1
2
|
export namespace BUTTON_SIZE_MODIFIERS {
|
|
2
3
|
let xs: string;
|
|
3
4
|
let sm: string;
|
|
@@ -12,6 +13,7 @@ export namespace BUTTON_KIND_MODIFIERS {
|
|
|
12
13
|
export let danger: string;
|
|
13
14
|
export let positive: string;
|
|
14
15
|
export let inverted: string;
|
|
16
|
+
export let unstyled: string;
|
|
15
17
|
}
|
|
16
18
|
export namespace BUTTON_IMPORTANCE_MODIFIERS {
|
|
17
19
|
let clear: string;
|
|
@@ -48,6 +50,7 @@ declare namespace _default {
|
|
|
48
50
|
export { BUTTON_KIND_MODIFIERS };
|
|
49
51
|
export { BUTTON_IMPORTANCE_MODIFIERS };
|
|
50
52
|
export { BUTTON_TYPES };
|
|
53
|
+
export { BUTTON_UNSTYLED_CLASS };
|
|
51
54
|
export { ICON_POSITION_MODIFIERS };
|
|
52
55
|
export { INVALID_COMBINATION };
|
|
53
56
|
export { BUTTON_ICON_SIZES };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button_constants.d.ts","sourceRoot":"","sources":["../../../../components/button/button_constants.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"button_constants.d.ts","sourceRoot":"","sources":["../../../../components/button/button_constants.js"],"names":[],"mappings":"AAAA,sDAAuD;;;;;;;;;;;;;;;;;;;;;;AAyBvD,oCAA0D;;;;;;;AAS1D;;;;;IAyBE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.189.0",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
"react": "17.0.2",
|
|
56
56
|
"storybook-dark-mode": "^3.0.3",
|
|
57
57
|
"vue": "^2.7.15",
|
|
58
|
-
"@dialpad/dialtone-css": "8.
|
|
58
|
+
"@dialpad/dialtone-css": "8.57.0",
|
|
59
59
|
"@dialpad/generator-dialtone": "0.1.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"vue": ">=2.6",
|
|
63
|
-
"@dialpad/dialtone-css": "^8.
|
|
63
|
+
"@dialpad/dialtone-css": "^8.57.0"
|
|
64
64
|
},
|
|
65
65
|
"bugs": {
|
|
66
66
|
"email": "dialtone@dialpad.com"
|