@hortiview/default-components 1.4.2 → 1.4.4

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.
Files changed (32) hide show
  1. package/dist/{Iconify-CUZc8WnW.js → Iconify-aUog1Oez.js} +5 -5
  2. package/dist/{InfoCard-CFmkh7DJ.js → InfoCard-BxjAQiFE.js} +6 -6
  3. package/dist/{LoadingSpinner-DVBQ1tGJ.js → LoadingSpinner-DBMjIfY1.js} +9 -9
  4. package/dist/{OfflineView-DHtzNLwt-BmxTfGZq.js → OfflineView-NUM9WE0F-BI9rnget.js} +4 -4
  5. package/dist/assets/DefaultFormNumber.css +1 -1
  6. package/dist/assets/DefaultFormSelect.css +1 -1
  7. package/dist/assets/GenericTable.css +1 -1
  8. package/dist/{component-DsB0poTj-CeLHB9Ok.js → component-DsB0poTj-DgsYK0_R.js} +1 -1
  9. package/dist/components/DefaultFormNumber/DefaultFormNumber.js +294 -293
  10. package/dist/components/DefaultFormSelect/DefaultFormSelect.js +53 -53
  11. package/dist/components/DefaultLoadingSpinner/DefaultLoadingSpinner.js +2 -2
  12. package/dist/components/GenericTable/GenericTable.js +9553 -8760
  13. package/dist/components/HealthChecks/DataBaseHealthCheck.js +2 -2
  14. package/dist/components/HealthChecks/DefaultHealthCheck.js +2 -2
  15. package/dist/components/HealthChecks/IotServiceHealthCheck.js +2 -2
  16. package/dist/components/HealthChecks/PlatformHealthCheck.js +2 -2
  17. package/dist/components/ImpatienceLoadingSpinner/ImpatienceLoadingSpinner.js +2 -2
  18. package/dist/components/OfflineView/OfflineView.js +2 -2
  19. package/dist/{index.es-IXyb5F6n-B5afcHX8.js → correct-is-regexp-logic-BBlm4UpN-CvII841s.js} +147 -106
  20. package/dist/{index.es-0QJC9VS2-CNPew9LK.js → index.es-B0QNuIUR-Bte5aF5M.js} +16 -16
  21. package/dist/{index.es-Bo1Rhtyb-B650l9Yk.js → index.es-CIsLNz4j-ZEEcPmTs.js} +1 -1
  22. package/dist/{index.es-DENZVv7_-PUEN9sIa.js → index.es-CvHDFF6V-CjZvA03R.js} +25 -25
  23. package/dist/{index.es-Cq04gn3U-Bvzrqtm6.js → index.es-DiONypF4-eT98Y3u_.js} +19 -19
  24. package/dist/{index.es-Bg8hxXM8-BlFd894m.js → index.es-DnEIFMjv-DuuORGfo.js} +234 -273
  25. package/dist/{index.es-BGordhUK-C36NK84Q.js → index.es-NEYPxnlS-C8xQv2De.js} +42 -42
  26. package/dist/{index.es-CK4oZMKs-Da8pin7D.js → index.es-fV9oWpEf-BXuhoGtE.js} +4790 -4493
  27. package/dist/{isTypedArray-Dw_IY7Zq-BZ-4N8-Z.js → isTypedArray-Dw_IY7Zq-wj3MphCb.js} +61 -61
  28. package/dist/{slicedToArray-BWk2gTCn-Cfzj7tjm.js → slicedToArray-h0Nnkd_P-C4SkVJMK.js} +137 -137
  29. package/dist/{useHelperText-3ahu6tTS.js → useHelperText-B7OMZXvE.js} +44 -44
  30. package/dist/{useTranslation-CVaIJbcK.js → useTranslation-B_lNCuLm.js} +2344 -2278
  31. package/package.json +5 -4
  32. /package/dist/assets/{OfflineView-DHtzNLwt.css → OfflineView-NUM9WE0F.css} +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hortiview/default-components",
3
3
  "description": "This is a component library that should be used in the HortiView platform and its modules. The components provided here have default translation strings.",
4
- "version": "1.4.2",
4
+ "version": "1.4.4",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",
@@ -30,6 +30,7 @@
30
30
  "test": "vitest",
31
31
  "test:ci": "vitest run --coverage",
32
32
  "test:ui": "vitest --ui",
33
+ "tsCheck": "tsc --build --pretty --watch",
33
34
  "storybook": "storybook dev -p 6006",
34
35
  "build:storybook": "storybook build"
35
36
  },
@@ -82,10 +83,10 @@
82
83
  "devDependencies": {
83
84
  "@commitlint/cli": "^19.8.0",
84
85
  "@commitlint/config-conventional": "^19.8.0",
85
- "@element-public/react-components": "^5.68.10-alpha.1",
86
- "@element-public/themes": "^5.68.10-alpha.1",
86
+ "@element-public/react-components": "^5.72.2-alpha.1",
87
+ "@element-public/themes": "^5.72.2-alpha.1",
87
88
  "@eslint/js": "^9.17.0",
88
- "@hortiview/shared-components": "^2.8.7",
89
+ "@hortiview/shared-components": "^2.11.2",
89
90
  "@rollup/plugin-json": "^6.1.0",
90
91
  "@rollup/plugin-node-resolve": "^16.0.0",
91
92
  "@semantic-release/changelog": "^6.0.3",