@economic/taco 1.25.0 → 1.25.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/components/Navigation2/components/Group.d.ts +5 -3
- package/dist/esm/packages/taco/src/components/Navigation2/components/Group.js +5 -5
- package/dist/esm/packages/taco/src/components/Navigation2/components/Group.js.map +1 -1
- package/dist/esm/packages/taco/src/components/Table2/utilities/columns.js +1 -1
- package/dist/esm/packages/taco/src/components/Table2/utilities/columns.js.map +1 -1
- package/dist/taco.cjs.development.js +6 -6
- package/dist/taco.cjs.development.js.map +1 -1
- package/dist/taco.cjs.production.min.js +1 -1
- package/dist/taco.cjs.production.min.js.map +1 -1
- package/package.json +2 -2
- package/types.json +11 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@economic/taco",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.2",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "Matt Daly <matthew.daly@visma.com>",
|
|
6
6
|
"homepage": "https://github.com/e-conomic/taco#readme",
|
|
@@ -132,5 +132,5 @@
|
|
|
132
132
|
"not ie < 11"
|
|
133
133
|
]
|
|
134
134
|
},
|
|
135
|
-
"gitHead": "
|
|
135
|
+
"gitHead": "f53dbe8bed8e6e9d9ba7acf1ea660da3177947ba"
|
|
136
136
|
}
|
package/types.json
CHANGED
|
@@ -1574,7 +1574,7 @@
|
|
|
1574
1574
|
},
|
|
1575
1575
|
"Navigation2GroupProps": {
|
|
1576
1576
|
"intersections": [
|
|
1577
|
-
"
|
|
1577
|
+
"Omit<LiHTMLAttributes<HTMLLIElement>, 'onClick'>"
|
|
1578
1578
|
],
|
|
1579
1579
|
"props": [
|
|
1580
1580
|
{
|
|
@@ -1589,6 +1589,16 @@
|
|
|
1589
1589
|
"string",
|
|
1590
1590
|
"Element"
|
|
1591
1591
|
]
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"name": "onClick",
|
|
1595
|
+
"optional": true,
|
|
1596
|
+
"type": {
|
|
1597
|
+
"arguments": {
|
|
1598
|
+
"event": "MouseEvent<HTMLButtonElement>"
|
|
1599
|
+
},
|
|
1600
|
+
"returnValue": "void"
|
|
1601
|
+
}
|
|
1592
1602
|
}
|
|
1593
1603
|
]
|
|
1594
1604
|
},
|