@admin-layout/tailwind-design-pro 12.0.16-alpha.57 → 12.0.16-alpha.59

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 (43) hide show
  1. package/lib/components/LanguageMenu/LanguageMenu.d.ts.map +1 -1
  2. package/lib/components/LanguageMenu/LanguageMenu.js +20 -8
  3. package/lib/components/LanguageMenu/LanguageMenu.js.map +1 -1
  4. package/lib/components/Layout/BasicLayout/index.d.ts +1 -0
  5. package/lib/components/Layout/BasicLayout/index.d.ts.map +1 -1
  6. package/lib/components/Layout/BasicLayout/index.js +25 -17
  7. package/lib/components/Layout/BasicLayout/index.js.map +1 -1
  8. package/lib/components/Layout/TailwindLayout.d.ts.map +1 -1
  9. package/lib/components/Layout/TailwindLayout.js +27 -22
  10. package/lib/components/Layout/TailwindLayout.js.map +1 -1
  11. package/lib/components/SettingDrawer/CheckBoxTheme.js +2 -1
  12. package/lib/components/SettingDrawer/CheckBoxTheme.js.map +1 -1
  13. package/lib/components/SettingDrawer/InvitationSettings.js +2 -1
  14. package/lib/components/SettingDrawer/InvitationSettings.js.map +1 -1
  15. package/lib/components/SettingDrawer/LayoutChange.js +2 -1
  16. package/lib/components/SettingDrawer/LayoutChange.js.map +1 -1
  17. package/lib/components/SettingDrawer/NavigationsModes.d.ts +1 -1
  18. package/lib/components/SettingDrawer/NavigationsModes.d.ts.map +1 -1
  19. package/lib/components/SettingDrawer/NavigationsModes.js +2 -1
  20. package/lib/components/SettingDrawer/NavigationsModes.js.map +1 -1
  21. package/lib/components/SettingDrawer/RegionalSettings.js +2 -1
  22. package/lib/components/SettingDrawer/RegionalSettings.js.map +1 -1
  23. package/lib/components/SettingDrawer/SettingDrawer.d.ts.map +1 -1
  24. package/lib/components/SettingDrawer/SettingDrawer.js +149 -31
  25. package/lib/components/SettingDrawer/SettingDrawer.js.map +1 -1
  26. package/lib/components/SettingDrawer/ThemeColor.js +2 -1
  27. package/lib/components/SettingDrawer/ThemeColor.js.map +1 -1
  28. package/lib/components/SettingDrawer/types.d.ts +6 -0
  29. package/lib/components/SettingDrawer/types.d.ts.map +1 -1
  30. package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.d.ts.map +1 -1
  31. package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.js +29 -1
  32. package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.js.map +1 -1
  33. package/lib/machines/selectors.d.ts +118 -0
  34. package/lib/machines/selectors.d.ts.map +1 -0
  35. package/lib/machines/settingsMachine.d.ts +24 -5
  36. package/lib/machines/settingsMachine.d.ts.map +1 -1
  37. package/lib/machines/settingsMachine.js +117 -82
  38. package/lib/machines/settingsMachine.js.map +1 -1
  39. package/lib/machines/types.d.ts +32 -3
  40. package/lib/machines/types.d.ts.map +1 -1
  41. package/lib/utils/settingsUtils.d.ts +2 -2
  42. package/lib/utils/settingsUtils.js +2 -2
  43. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/tailwind-design-pro",
3
- "version": "12.0.16-alpha.57",
3
+ "version": "12.0.16-alpha.59",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -22,14 +22,14 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@admin-layout/assets": "12.0.16-alpha.36",
25
- "@admin-layout/client": "12.0.16-alpha.56",
26
- "@admin-layout/tailwind-ui": "12.0.16-alpha.56",
25
+ "@admin-layout/client": "12.0.16-alpha.59",
26
+ "@admin-layout/tailwind-ui": "12.0.16-alpha.59",
27
27
  "react-favicon": "^0.0.23",
28
28
  "react-intl": "^6.1.1",
29
29
  "react-responsive": "^10.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@adminide-stack/extension-api": "^12.0.4-alpha.311",
32
+ "@adminide-stack/extension-api": "^12.0.4-alpha.316",
33
33
  "@tailwindcss/aspect-ratio": "^0.4.2",
34
34
  "@tailwindcss/forms": "^0.5.4",
35
35
  "@tailwindcss/typography": "^0.5.9",
@@ -53,5 +53,5 @@
53
53
  "typescript": {
54
54
  "definition": "lib/index.d.ts"
55
55
  },
56
- "gitHead": "6d0b27a198bc50b7f90239d6ad4e4207e9874396"
56
+ "gitHead": "03aa1a41d438cdd8616b2d9a239728cc01dd9e45"
57
57
  }