@public-ui/theme-ecl 3.0.4 → 3.0.5-rc.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": "@public-ui/theme-ecl",
3
- "version": "3.0.4",
3
+ "version": "3.0.5-rc.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -60,11 +60,11 @@
60
60
  "stylelint": "16.23.1",
61
61
  "typescript": "5.9.2",
62
62
  "unbuild": "3.6.1",
63
- "@public-ui/components": "3.0.4",
64
- "@public-ui/visual-tests": "3.0.4"
63
+ "@public-ui/visual-tests": "3.0.5-rc.0",
64
+ "@public-ui/components": "3.0.5-rc.0"
65
65
  },
66
66
  "peerDependencies": {
67
- "@public-ui/components": "3.0.4"
67
+ "@public-ui/components": "3.0.5-rc.0"
68
68
  },
69
69
  "exports": {
70
70
  ".": {
@@ -96,8 +96,8 @@
96
96
  "test:ecl-ec": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EC kolibri-visual-test",
97
97
  "test:ecl-eu": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EU kolibri-visual-test",
98
98
  "xtest-update": "npm-run-all2 test-update:*",
99
- "test-update:ecl-ec": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EC kolibri-visual-test --update-snapshots theme-snapshots.spec.js",
100
- "test-update:ecl-eu": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EU kolibri-visual-test --update-snapshots theme-snapshots.spec.js",
99
+ "test-update:ecl-ec": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EC kolibri-visual-test --update-snapshots=changed theme-snapshots.spec.js",
100
+ "test-update:ecl-eu": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EU kolibri-visual-test --update-snapshots=changed theme-snapshots.spec.js",
101
101
  "pretest": "pnpm build",
102
102
  "pretest-update": "pnpm build"
103
103
  }