@economic/taco 1.25.0 → 1.25.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "1.25.0",
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": "e41b539b50bb7fdf9ca82dc51224bcb7ce8ef7d7"
135
+ "gitHead": "f53dbe8bed8e6e9d9ba7acf1ea660da3177947ba"
136
136
  }
package/types.json CHANGED
@@ -1574,7 +1574,7 @@
1574
1574
  },
1575
1575
  "Navigation2GroupProps": {
1576
1576
  "intersections": [
1577
- "ButtonHTMLAttributes<HTMLButtonElement>"
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
  },