@economic/taco 1.40.3 → 1.41.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. package/dist/components/IconButton/IconButton.d.ts +3 -3
  2. package/dist/components/RadioGroup/util.d.ts +1 -0
  3. package/dist/components/Tabs/Tabs.d.ts +2 -0
  4. package/dist/esm/packages/taco/src/components/Alert/Alert.js +1 -0
  5. package/dist/esm/packages/taco/src/components/Alert/Alert.js.map +1 -1
  6. package/dist/esm/packages/taco/src/components/Checkbox/Checkbox.js +1 -0
  7. package/dist/esm/packages/taco/src/components/Checkbox/Checkbox.js.map +1 -1
  8. package/dist/esm/packages/taco/src/components/IconButton/IconButton.js.map +1 -1
  9. package/dist/esm/packages/taco/src/components/Input/Input.js +1 -1
  10. package/dist/esm/packages/taco/src/components/Input/Input.js.map +1 -1
  11. package/dist/esm/packages/taco/src/components/RadioGroup/RadioGroup.js +2 -7
  12. package/dist/esm/packages/taco/src/components/RadioGroup/RadioGroup.js.map +1 -1
  13. package/dist/esm/packages/taco/src/components/RadioGroup/util.js +14 -0
  14. package/dist/esm/packages/taco/src/components/RadioGroup/util.js.map +1 -0
  15. package/dist/esm/packages/taco/src/components/SearchInput/SearchInput.js +4 -0
  16. package/dist/esm/packages/taco/src/components/SearchInput/SearchInput.js.map +1 -1
  17. package/dist/esm/packages/taco/src/components/Shortcut/Shortcut.js +3 -1
  18. package/dist/esm/packages/taco/src/components/Shortcut/Shortcut.js.map +1 -1
  19. package/dist/esm/packages/taco/src/components/Table2/hooks/useTable.js +2 -2
  20. package/dist/esm/packages/taco/src/components/Table2/hooks/useTable.js.map +1 -1
  21. package/dist/esm/packages/taco/src/components/Tabs/Tabs.js +9 -1
  22. package/dist/esm/packages/taco/src/components/Tabs/Tabs.js.map +1 -1
  23. package/dist/taco.cjs.development.js +31 -12
  24. package/dist/taco.cjs.development.js.map +1 -1
  25. package/dist/taco.cjs.production.min.js +1 -1
  26. package/dist/taco.cjs.production.min.js.map +1 -1
  27. package/package.json +8 -10
  28. package/tailwind.config.js +0 -1
  29. package/types.json +16 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "1.40.3",
3
+ "version": "1.41.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",
@@ -74,20 +74,18 @@
74
74
  "uuid": "^9.0.0"
75
75
  },
76
76
  "peerDependencies": {
77
- "@tailwindcss/line-clamp": ">=0",
78
77
  "react": ">=17",
79
78
  "react-dom": ">=17",
80
- "tailwindcss": ">=3"
79
+ "tailwindcss": ">=3.3"
81
80
  },
82
81
  "devDependencies": {
83
82
  "@babel/preset-react": "^7.18.6",
84
83
  "@babel/preset-typescript": "^7.18.6",
85
84
  "@svgr/cli": "^5.5.0",
86
- "@tailwindcss/line-clamp": "^0.4.2",
87
85
  "@testing-library/jest-dom": "^5.16.5",
88
86
  "@testing-library/react": "^11.1.0",
89
87
  "@testing-library/user-event": "^12.1.10",
90
- "@types/jest": "^29.2.1",
88
+ "@types/jest": "^29.5.2",
91
89
  "@types/lodash": "^4.14.187",
92
90
  "@types/react": "^17.0.35",
93
91
  "@types/react-dom": "^17.0.11",
@@ -98,8 +96,8 @@
98
96
  "autoprefixer": "^10.4.13",
99
97
  "fast-sort": "^2.2.0",
100
98
  "identity-obj-proxy": "^3.0.0",
101
- "jest": "^29.2.2",
102
- "jest-environment-jsdom": "^29.2.2",
99
+ "jest": "^29.6.1",
100
+ "jest-environment-jsdom": "^29.6.1",
103
101
  "lodash.flatten": "^4.4.0",
104
102
  "mutationobserver-shim": "^0.3.7",
105
103
  "postcss": "^8.4.18",
@@ -111,8 +109,8 @@
111
109
  "rollup-plugin-peer-deps-external": "^2.2.4",
112
110
  "rollup-plugin-postcss": "^4.0.2",
113
111
  "svgo": "^1.3.2",
114
- "tailwindcss": "^3.2.7",
115
- "ts-jest": "^29.0.3",
112
+ "tailwindcss": "^3.3.2",
113
+ "ts-jest": "^29.1.1",
116
114
  "ts-node": "^10.9.1",
117
115
  "tsdx": "^0.13.2",
118
116
  "typedoc": "0.18.0",
@@ -132,5 +130,5 @@
132
130
  "not ie < 11"
133
131
  ]
134
132
  },
135
- "gitHead": "3dc94f7dbc550e5c3644d549c77336d5704e488e"
133
+ "gitHead": "d7e6544eb6054b090a0f77583b1e09be01db0ac4"
136
134
  }
@@ -41,7 +41,6 @@ module.exports = {
41
41
  plugins: [
42
42
  require('./plugins/tailwindcss-aria-attributes'),
43
43
  require('./plugins/tailwindcss-group-peer'),
44
- require('@tailwindcss/line-clamp'),
45
44
  plugin(function ({ addUtilities, theme }) {
46
45
  // ideally we would do this using the @layer utilities directive, but
47
46
  // that causes issues in tools like tailwind where the typescript is loaded before the css
package/types.json CHANGED
@@ -266,7 +266,7 @@
266
266
  "type": {
267
267
  "type": "reflection",
268
268
  "declaration": {
269
- "id": 1348,
269
+ "id": 1353,
270
270
  "name": "__type",
271
271
  "kind": 65536,
272
272
  "kindString": "Type literal",
@@ -2552,7 +2552,10 @@
2552
2552
  "description": "A tooltip to show when hovering over the button",
2553
2553
  "name": "tooltip",
2554
2554
  "optional": true,
2555
- "type": "string"
2555
+ "type": [
2556
+ "string",
2557
+ "Element"
2558
+ ]
2556
2559
  }
2557
2560
  ]
2558
2561
  }
@@ -3896,7 +3899,7 @@
3896
3899
  {
3897
3900
  "type": "reflection",
3898
3901
  "declaration": {
3899
- "id": 3351,
3902
+ "id": 3356,
3900
3903
  "name": "__type",
3901
3904
  "kind": 65536,
3902
3905
  "kindString": "Type literal",
@@ -4099,7 +4102,7 @@
4099
4102
  "constraint": {
4100
4103
  "type": "reflection",
4101
4104
  "declaration": {
4102
- "id": 2051,
4105
+ "id": 2056,
4103
4106
  "name": "__type",
4104
4107
  "kind": 65536,
4105
4108
  "kindString": "Type literal",
@@ -6769,6 +6772,15 @@
6769
6772
  "name": "id",
6770
6773
  "optional": false,
6771
6774
  "type": "string"
6775
+ },
6776
+ {
6777
+ "description": "A tooltip to show when hovering over the trigger",
6778
+ "name": "tooltip",
6779
+ "optional": true,
6780
+ "type": [
6781
+ "string",
6782
+ "Element"
6783
+ ]
6772
6784
  }
6773
6785
  ]
6774
6786
  },