@appkit/dek-lib 0.19.0 → 0.21.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.
Files changed (25) hide show
  1. package/dist/components/CommandGroup/CommandGroup.styled.d.ts +2 -298
  2. package/dist/components/Header/Header.styled.d.ts +3 -816
  3. package/dist/components/Router/Router.styled.d.ts +1 -272
  4. package/dist/icon-192x192.png +0 -0
  5. package/dist/icon-256x256.png +0 -0
  6. package/dist/icon-384x384.png +0 -0
  7. package/dist/icon-512x512.png +0 -0
  8. package/dist/index.es.js +39880 -31383
  9. package/dist/index.umd.js +39899 -31402
  10. package/dist/manifest.webmanifest +32 -0
  11. package/dist/plugins/base/components/Greeting/Greeting.styled.d.ts +2 -544
  12. package/dist/plugins/base/components/backgrounds/BlurredLightsBackground/BlurredLightsBackground.styled.d.ts +19 -5168
  13. package/dist/plugins/base/screens/dev/ComponentScreen/ComponentScreen.styled.d.ts +1 -50
  14. package/dist/plugins/calendar/CalendarTiles/CalendarTiles.styled.d.ts +3 -816
  15. package/dist/plugins/calendar/screens/EventScreen/EventScreen.styled.d.ts +1 -272
  16. package/dist/plugins/home-assistant/MediaView/MediaView.styled.d.ts +5 -1114
  17. package/dist/plugins/sample/boards/SampleBoard.d.ts +4 -0
  18. package/dist/plugins/sample/components/CenteredText.d.ts +6 -0
  19. package/dist/plugins/sample/components/JsonView.d.ts +6 -0
  20. package/dist/plugins/sample/components/ToggleButton.d.ts +5 -0
  21. package/dist/plugins/sample/plugin.d.ts +11 -0
  22. package/dist/plugins/sample/screens/SampleScreen/SampleScreen.d.ts +4 -0
  23. package/dist/plugins/weather/WeatherComponent/WeatherComponent.styled.d.ts +3 -816
  24. package/dist/plugins/weather/WeatherDisplay/WeatherDisplay.styled.d.ts +3 -816
  25. package/package.json +6 -5
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@appkit/dek-lib",
3
3
  "private": false,
4
- "version": "0.19.0",
4
+ "version": "0.21.0",
5
5
  "type": "module",
6
6
  "scripts": {
7
+ "dev": "vite --port 5173 --host",
7
8
  "build": "tsc && vite build",
8
9
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
9
10
  "codegen": "graphql-codegen",
@@ -21,9 +22,9 @@
21
22
  "lodash": "^4.17.21",
22
23
  "moment": "^2.29.4",
23
24
  "npm": "^10.2.5",
24
- "react": "^16.8.0 || 17.x || 18.x",
25
+ "react": "^18.2.0",
25
26
  "react-ace": "^10.1.0",
26
- "react-dom": "^16.8.0 || 17.x || 18.x",
27
+ "react-dom": "^18.2.0",
27
28
  "react-icons": "^4.11.0",
28
29
  "react-jsx-parser": "^1.29.0",
29
30
  "react-transition-group": "^4.4.5",
@@ -56,8 +57,8 @@
56
57
  "vite-plugin-dts": "^3.6.3"
57
58
  },
58
59
  "peerDependencies": {
59
- "react": "^16.8.0 || 17.x || 18.x",
60
- "react-dom": "^16.8.0 || 17.x || 18.x"
60
+ "react": "^18.2",
61
+ "react-dom": "^18.2"
61
62
  },
62
63
  "files": [
63
64
  "dist"