@economic/taco 1.10.3 → 1.11.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "1.10.3",
3
+ "version": "1.11.0",
4
4
  "description": "> TODO: description",
5
5
  "author": "Matt Daly <matthew.daly@visma.com>",
6
6
  "homepage": "https://github.com/e-conomic/taco#readme",
@@ -128,5 +128,5 @@
128
128
  "not ie < 11"
129
129
  ]
130
130
  },
131
- "gitHead": "e124e1578c9ad99680d9cd6130ed23e7c2234c17"
131
+ "gitHead": "47620f1ed3fcf9b18f5b791ea1a4628acc096893"
132
132
  }
package/types.json CHANGED
@@ -1004,6 +1004,21 @@
1004
1004
  "HoverCardProps": "React.PropsWithChildren<[object Object]>",
1005
1005
  "HoverCardTriggerProps": "HTMLAttributes<HTMLAnchorElement>"
1006
1006
  },
1007
+ "Primitives": {
1008
+ "UnstyledContentProps": {
1009
+ "intersections": [
1010
+ "Omit<PopoverContentProps, 'side'>"
1011
+ ],
1012
+ "props": [
1013
+ {
1014
+ "description": "Set the position of the Popover relative to its trigger. Default value is `bottom`",
1015
+ "name": "placement",
1016
+ "optional": true,
1017
+ "type": "Placement"
1018
+ }
1019
+ ]
1020
+ }
1021
+ },
1007
1022
  "Icon": {
1008
1023
  "IconProps": {
1009
1024
  "intersections": [
@@ -2037,21 +2052,6 @@
2037
2052
  "PopoverProps": "React.PropsWithChildren<[object Object]>",
2038
2053
  "PopoverTriggerProps": "HTMLAttributes<HTMLButtonElement>"
2039
2054
  },
2040
- "Primitives": {
2041
- "UnstyledContentProps": {
2042
- "intersections": [
2043
- "Omit<PopoverContentProps, 'side'>"
2044
- ],
2045
- "props": [
2046
- {
2047
- "description": "Set the position of the Popover relative to its trigger. Default value is `bottom`",
2048
- "name": "placement",
2049
- "optional": true,
2050
- "type": "Placement"
2051
- }
2052
- ]
2053
- }
2054
- },
2055
2055
  "Progress": {
2056
2056
  "ProgressProps": {
2057
2057
  "intersections": [