@adyen/bento-vue2 0.0.1 → 0.0.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.
- package/dist/@types/components/button/components/button-actions/button-actions.types.d.ts +1 -1
- package/dist/@types/components/button/components/button-group.vue.d.ts +2 -2
- package/dist/@types/components/button/components/loading-button/loading-button.types.d.ts +1 -1
- package/dist/@types/components/card/components/card-image/card-image.vue.d.ts +1 -1
- package/dist/@types/components/checkbox/checkbox.types.d.ts +2 -2
- package/dist/@types/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.types.d.ts +1 -1
- package/dist/@types/components/data-grid/data-grid.types.d.ts +5 -5
- package/dist/@types/components/data-grid/data-grid.vue.d.ts +1 -1
- package/dist/@types/components/dropdown/components/dropdown-input-container/dropdown-input-container.vue.d.ts +1 -1
- package/dist/@types/components/dropdown/components/dropdown-options-container/components/dropdown-option/dropdown-option.vue.d.ts +1 -1
- package/dist/@types/components/dropdown/dropdown.types.d.ts +3 -3
- package/dist/@types/components/filter-bar/components/base-filter/base-filter.vue.d.ts +1 -1
- package/dist/@types/components/filter-bar/filter-bar.types.d.ts +1 -1
- package/dist/@types/components/input-field/input-field.vue.d.ts +1 -1
- package/dist/@types/components/link/link.vue.d.ts +4 -4
- package/dist/@types/components/page-header/components/title-item/title-item.vue.d.ts +1 -1
- package/dist/@types/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue.d.ts +1 -1
- package/dist/@types/components/popover/components/popover-image/popover-image.vue.d.ts +1 -1
- package/dist/@types/components/popover/popover.types.d.ts +1 -1
- package/dist/@types/components/popper-container/popper-container.types.d.ts +8 -8
- package/dist/@types/components/radio-button/index.d.ts +1 -0
- package/dist/@types/components/{input-radio/input-radio.vue.d.ts → radio-button/radio-button.vue.d.ts} +2 -2
- package/dist/@types/components/textarea/textarea.vue.d.ts +2 -2
- package/dist/@types/components/tooltip/tooltip.types.d.ts +1 -1
- package/dist/@types/components.d.ts +2 -2
- package/dist/@types/index.d.ts +1 -1
- package/dist/@types/types/maybe-ref.d.ts +1 -1
- package/dist/@types/types/vue-node-element.d.ts +1 -1
- package/dist/index.js +120 -120
- package/dist/index.js.map +1 -1
- package/dist/web-types.json +59 -59
- package/package.json +25 -30
- package/dist/@types/components/input-radio/index.d.ts +0 -1
package/dist/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"framework": "vue",
|
|
3
3
|
"name": "@adyen/bento-vue2",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"contributions": {
|
|
6
6
|
"html": {
|
|
7
7
|
"description-markup": "markdown",
|
|
@@ -1138,56 +1138,6 @@
|
|
|
1138
1138
|
"symbol": "default"
|
|
1139
1139
|
}
|
|
1140
1140
|
},
|
|
1141
|
-
{
|
|
1142
|
-
"name": "bento-input-radio",
|
|
1143
|
-
"description": "Radio buttons are used when two or more options are mutually exclusive,\nthe user can only select a single option from a list of pre-defined options.\nThe label tag area is also clickable.",
|
|
1144
|
-
"attributes": [
|
|
1145
|
-
{
|
|
1146
|
-
"name": "disabled",
|
|
1147
|
-
"description": "Disable the input radio (optional)",
|
|
1148
|
-
"value": {
|
|
1149
|
-
"kind": "expression",
|
|
1150
|
-
"type": "boolean"
|
|
1151
|
-
},
|
|
1152
|
-
"default": "false"
|
|
1153
|
-
},
|
|
1154
|
-
{
|
|
1155
|
-
"name": "value",
|
|
1156
|
-
"required": true,
|
|
1157
|
-
"description": "Indicates the value of the input that will be returned when it's checked",
|
|
1158
|
-
"value": {
|
|
1159
|
-
"kind": "expression",
|
|
1160
|
-
"type": "string|number"
|
|
1161
|
-
}
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"name": "v-model",
|
|
1165
|
-
"description": "This property should not be used directly.\nIt will be used by v-model directive on radio component.",
|
|
1166
|
-
"value": {
|
|
1167
|
-
"kind": "expression",
|
|
1168
|
-
"type": "string|number"
|
|
1169
|
-
},
|
|
1170
|
-
"default": "null"
|
|
1171
|
-
}
|
|
1172
|
-
],
|
|
1173
|
-
"events": [
|
|
1174
|
-
{
|
|
1175
|
-
"name": "input"
|
|
1176
|
-
}
|
|
1177
|
-
],
|
|
1178
|
-
"slots": [
|
|
1179
|
-
{
|
|
1180
|
-
"name": "default"
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"name": "subLabel"
|
|
1184
|
-
}
|
|
1185
|
-
],
|
|
1186
|
-
"source": {
|
|
1187
|
-
"module": "./src/components/input-radio/input-radio.vue",
|
|
1188
|
-
"symbol": "default"
|
|
1189
|
-
}
|
|
1190
|
-
},
|
|
1191
1141
|
{
|
|
1192
1142
|
"name": "bento-loading-button",
|
|
1193
1143
|
"description": "",
|
|
@@ -1596,6 +1546,56 @@
|
|
|
1596
1546
|
"symbol": "default"
|
|
1597
1547
|
}
|
|
1598
1548
|
},
|
|
1549
|
+
{
|
|
1550
|
+
"name": "bento-radio-button",
|
|
1551
|
+
"description": "Radio buttons are used when two or more options are mutually exclusive,\nthe user can only select a single option from a list of pre-defined options.\nThe label tag area is also clickable.",
|
|
1552
|
+
"attributes": [
|
|
1553
|
+
{
|
|
1554
|
+
"name": "disabled",
|
|
1555
|
+
"description": "Disable the radio button (optional)",
|
|
1556
|
+
"value": {
|
|
1557
|
+
"kind": "expression",
|
|
1558
|
+
"type": "boolean"
|
|
1559
|
+
},
|
|
1560
|
+
"default": "false"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"name": "value",
|
|
1564
|
+
"required": true,
|
|
1565
|
+
"description": "Indicates the value of the input that will be returned when it's checked",
|
|
1566
|
+
"value": {
|
|
1567
|
+
"kind": "expression",
|
|
1568
|
+
"type": "string|number"
|
|
1569
|
+
}
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"name": "v-model",
|
|
1573
|
+
"description": "This property should not be used directly.\nIt will be used by v-model directive on radio component.",
|
|
1574
|
+
"value": {
|
|
1575
|
+
"kind": "expression",
|
|
1576
|
+
"type": "string|number"
|
|
1577
|
+
},
|
|
1578
|
+
"default": "null"
|
|
1579
|
+
}
|
|
1580
|
+
],
|
|
1581
|
+
"events": [
|
|
1582
|
+
{
|
|
1583
|
+
"name": "input"
|
|
1584
|
+
}
|
|
1585
|
+
],
|
|
1586
|
+
"slots": [
|
|
1587
|
+
{
|
|
1588
|
+
"name": "default"
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"name": "subLabel"
|
|
1592
|
+
}
|
|
1593
|
+
],
|
|
1594
|
+
"source": {
|
|
1595
|
+
"module": "./src/components/radio-button/radio-button.vue",
|
|
1596
|
+
"symbol": "default"
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
1599
|
{
|
|
1600
1600
|
"name": "bento-status",
|
|
1601
1601
|
"description": "A Status component is used to indicate a\npassage of time or a particular step of a process.",
|
|
@@ -2228,14 +2228,6 @@
|
|
|
2228
2228
|
"symbol": "default"
|
|
2229
2229
|
}
|
|
2230
2230
|
},
|
|
2231
|
-
{
|
|
2232
|
-
"name": "input-radio.test",
|
|
2233
|
-
"description": "",
|
|
2234
|
-
"source": {
|
|
2235
|
-
"module": "./src/components/input-radio/input-radio.test.vue",
|
|
2236
|
-
"symbol": "default"
|
|
2237
|
-
}
|
|
2238
|
-
},
|
|
2239
2231
|
{
|
|
2240
2232
|
"name": "link",
|
|
2241
2233
|
"description": "",
|
|
@@ -2495,6 +2487,14 @@
|
|
|
2495
2487
|
"symbol": "default"
|
|
2496
2488
|
}
|
|
2497
2489
|
},
|
|
2490
|
+
{
|
|
2491
|
+
"name": "radio-button.test",
|
|
2492
|
+
"description": "",
|
|
2493
|
+
"source": {
|
|
2494
|
+
"module": "./src/components/radio-button/radio-button.test.vue",
|
|
2495
|
+
"symbol": "default"
|
|
2496
|
+
}
|
|
2497
|
+
},
|
|
2498
2498
|
{
|
|
2499
2499
|
"name": "segmented-control.test",
|
|
2500
2500
|
"description": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adyen/bento-vue2",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Adyen Bento Vue2 components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -48,54 +48,49 @@
|
|
|
48
48
|
"url": "git@github.com:Adyen/bento.git"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@adyen/bento-design-tokens": "0.0.
|
|
52
|
-
"@popperjs/core": "
|
|
51
|
+
"@adyen/bento-design-tokens": "0.0.2",
|
|
52
|
+
"@popperjs/core": "2.10.2",
|
|
53
53
|
"focus-lock": "0.11.0",
|
|
54
|
-
"uuid": "
|
|
54
|
+
"uuid": "9.0.0"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@adyen/ui-assets-icons-16": "
|
|
57
|
+
"@adyen/ui-assets-icons-16": "1.0.4",
|
|
58
58
|
"portal-vue": "2.1.7",
|
|
59
59
|
"vue": "~2.7",
|
|
60
60
|
"vue-i18n": "8.26.7",
|
|
61
|
-
"vue-router": "3.6
|
|
61
|
+
"vue-router": "~3.6"
|
|
62
62
|
},
|
|
63
63
|
"overrides": {
|
|
64
64
|
"react": "16.14.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@adyen/bento-cli": "0.0.
|
|
67
|
+
"@adyen/bento-cli": "0.0.2",
|
|
68
68
|
"@mdx-js/react": "1.6.22",
|
|
69
|
-
"@playwright/test": "^1.21.0",
|
|
70
69
|
"@storybook/addon-a11y": "6.5.4",
|
|
71
70
|
"@storybook/addon-essentials": "6.5.4",
|
|
72
71
|
"@storybook/addon-storysource": "6.5.4",
|
|
73
|
-
"@storybook/theming": "
|
|
74
|
-
"@testing-library/jest-dom": "
|
|
75
|
-
"@testing-library/user-event": "
|
|
76
|
-
"@testing-library/vue": "
|
|
72
|
+
"@storybook/theming": "6.5.9",
|
|
73
|
+
"@testing-library/jest-dom": "5.16.4",
|
|
74
|
+
"@testing-library/user-event": "14.4.3",
|
|
75
|
+
"@testing-library/vue": "5.8.2",
|
|
77
76
|
"@vitejs/plugin-vue2": "2.2.0",
|
|
78
|
-
"axe-core": "
|
|
79
|
-
"clean-webpack-plugin": "
|
|
80
|
-
"css-loader": "
|
|
81
|
-
"eslint-import-resolver-typescript": "
|
|
82
|
-
"eslint-import-resolver-webpack": "
|
|
83
|
-
"eslint-plugin-import": "
|
|
84
|
-
"fork-ts-checker-webpack-plugin": "
|
|
85
|
-
"html-webpack-plugin": "
|
|
77
|
+
"axe-core": "4.4.2",
|
|
78
|
+
"clean-webpack-plugin": "3.0.0",
|
|
79
|
+
"css-loader": "5.2.7",
|
|
80
|
+
"eslint-import-resolver-typescript": "2.7.0",
|
|
81
|
+
"eslint-import-resolver-webpack": "0.13.2",
|
|
82
|
+
"eslint-plugin-import": "2.26.0",
|
|
83
|
+
"fork-ts-checker-webpack-plugin": "6.5.2",
|
|
84
|
+
"html-webpack-plugin": "4.5.2",
|
|
86
85
|
"sass": "1.54.6",
|
|
87
|
-
"sass-loader": "
|
|
88
|
-
"stylelint-webpack-plugin": "
|
|
89
|
-
"svg-url-loader": "
|
|
86
|
+
"sass-loader": "12.6.0",
|
|
87
|
+
"stylelint-webpack-plugin": "3.2.0",
|
|
88
|
+
"svg-url-loader": "2.3.2",
|
|
90
89
|
"vite": "4.0.4",
|
|
91
90
|
"vite-plugin-css-injected-by-js": "2.4.0",
|
|
92
|
-
"vue-docgen-web-types": "
|
|
91
|
+
"vue-docgen-web-types": "0.1.8",
|
|
93
92
|
"vue-loader": "15.10.0",
|
|
94
|
-
"vue-style-loader": "
|
|
95
|
-
"vue-tsc": "1.0.24"
|
|
96
|
-
"webpack": "^5.72.0",
|
|
97
|
-
"webpack-cli": "^4.9.2",
|
|
98
|
-
"webpack-dev-server": "^4.8.1",
|
|
99
|
-
"webpack-merge": "^5.8.0"
|
|
93
|
+
"vue-style-loader": "4.1.3",
|
|
94
|
+
"vue-tsc": "1.0.24"
|
|
100
95
|
}
|
|
101
96
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as BentoInputRadio } from './input-radio.vue';
|