@economic/taco 2.63.2-combobox-search-no-sorting.0 → 2.64.1-table-flickering.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": "2.63.2-combobox-search-no-sorting.0",
3
+ "version": "2.64.1-table-flickering.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/taco.cjs",
@@ -25,6 +25,8 @@
25
25
  "build": "vite build",
26
26
  "test": "vitest run",
27
27
  "lint": "eslint src",
28
+ "pree2e": "npx playwright install chromium --with-deps",
29
+ "e2e": "npx playwright test",
28
30
  "generate-icons": "node scripts/generate-icons.cjs"
29
31
  },
30
32
  "dependencies": {
@@ -107,5 +109,5 @@
107
109
  "not ie < 11"
108
110
  ]
109
111
  },
110
- "gitHead": "891073d3c95fc4493aec116e6d115497f5a7fddd"
112
+ "gitHead": "b1e1f17eac093ce5ca96510770ca7840aa43552c"
111
113
  }