@adyen/bento-vue2 0.9.0 → 0.9.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.
- package/dist/index.js +3 -3
- package/dist/web-types.json +29 -29
- package/package.json +2 -2
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.9.
|
|
4
|
+
"version": "0.9.1",
|
|
5
5
|
"contributions": {
|
|
6
6
|
"html": {
|
|
7
7
|
"description-markup": "markdown",
|
|
@@ -1488,34 +1488,6 @@
|
|
|
1488
1488
|
"symbol": "default"
|
|
1489
1489
|
}
|
|
1490
1490
|
},
|
|
1491
|
-
{
|
|
1492
|
-
"name": "bento-data-grid",
|
|
1493
|
-
"description": "",
|
|
1494
|
-
"attributes": [
|
|
1495
|
-
{
|
|
1496
|
-
"name": "columns",
|
|
1497
|
-
"required": true,
|
|
1498
|
-
"description": "Column definitions",
|
|
1499
|
-
"value": {
|
|
1500
|
-
"kind": "expression",
|
|
1501
|
-
"type": "BentoColumn[]"
|
|
1502
|
-
}
|
|
1503
|
-
},
|
|
1504
|
-
{
|
|
1505
|
-
"name": "condensed",
|
|
1506
|
-
"description": "Sets the row cells to the condensed padding state.",
|
|
1507
|
-
"value": {
|
|
1508
|
-
"kind": "expression",
|
|
1509
|
-
"type": "boolean"
|
|
1510
|
-
},
|
|
1511
|
-
"default": "false"
|
|
1512
|
-
}
|
|
1513
|
-
],
|
|
1514
|
-
"source": {
|
|
1515
|
-
"module": "./src/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue",
|
|
1516
|
-
"symbol": "default"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
1491
|
{
|
|
1520
1492
|
"name": "bento-data-grid",
|
|
1521
1493
|
"description": "",
|
|
@@ -1704,6 +1676,34 @@
|
|
|
1704
1676
|
"symbol": "default"
|
|
1705
1677
|
}
|
|
1706
1678
|
},
|
|
1679
|
+
{
|
|
1680
|
+
"name": "bento-data-grid",
|
|
1681
|
+
"description": "",
|
|
1682
|
+
"attributes": [
|
|
1683
|
+
{
|
|
1684
|
+
"name": "columns",
|
|
1685
|
+
"required": true,
|
|
1686
|
+
"description": "Column definitions",
|
|
1687
|
+
"value": {
|
|
1688
|
+
"kind": "expression",
|
|
1689
|
+
"type": "BentoColumn[]"
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"name": "condensed",
|
|
1694
|
+
"description": "Sets the row cells to the condensed padding state.",
|
|
1695
|
+
"value": {
|
|
1696
|
+
"kind": "expression",
|
|
1697
|
+
"type": "boolean"
|
|
1698
|
+
},
|
|
1699
|
+
"default": "false"
|
|
1700
|
+
}
|
|
1701
|
+
],
|
|
1702
|
+
"source": {
|
|
1703
|
+
"module": "./src/components/data-grid/components/data-grid-config-settings/data-grid-config-settings.vue",
|
|
1704
|
+
"symbol": "default"
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1707
1707
|
{
|
|
1708
1708
|
"name": "bento-data-grid",
|
|
1709
1709
|
"description": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adyen/bento-vue2",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Adyen Bento Vue2 components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"url": "git@github.com:Adyen/bento.git"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@adyen/bento-design-tokens": "0.5.
|
|
53
|
+
"@adyen/bento-design-tokens": "0.5.1",
|
|
54
54
|
"@adyen/ui-assets-flag-icons": "1.2.0",
|
|
55
55
|
"@adyen/ui-assets-icons-16": "3.1.0",
|
|
56
56
|
"@adyen/ui-assets-payment-method-icons": "5.2.0",
|