@acmekit/dashboard 2.13.37 → 2.13.38

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 (2) hide show
  1. package/dist/app.css +6 -0
  2. package/package.json +9 -9
package/dist/app.css CHANGED
@@ -1700,6 +1700,9 @@ video {
1700
1700
  .max-h-\[80vh\] {
1701
1701
  max-height: 80vh;
1702
1702
  }
1703
+ .max-h-\[85vh\] {
1704
+ max-height: 85vh;
1705
+ }
1703
1706
  .max-h-\[calc\(100\%-16px\)\] {
1704
1707
  max-height: calc(100% - 16px);
1705
1708
  }
@@ -2013,6 +2016,9 @@ video {
2013
2016
  .max-w-full {
2014
2017
  max-width: 100%;
2015
2018
  }
2019
+ .max-w-lg {
2020
+ max-width: 32rem;
2021
+ }
2016
2022
  .flex-1 {
2017
2023
  flex: 1 1 0%;
2018
2024
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acmekit/dashboard",
3
- "version": "2.13.37",
3
+ "version": "2.13.38",
4
4
  "scripts": {
5
5
  "generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
6
6
  "dev": "../../../node_modules/.bin/vite",
@@ -39,10 +39,10 @@
39
39
  "dist"
40
40
  ],
41
41
  "dependencies": {
42
- "@acmekit/admin-shared": "2.13.37",
43
- "@acmekit/icons": "2.13.37",
44
- "@acmekit/js-sdk": "2.13.37",
45
- "@acmekit/ui": "4.1.33",
42
+ "@acmekit/admin-shared": "2.13.38",
43
+ "@acmekit/icons": "2.13.38",
44
+ "@acmekit/js-sdk": "2.13.38",
45
+ "@acmekit/ui": "4.1.34",
46
46
  "@ariakit/react": "^0.4.15",
47
47
  "@babel/runtime": "^7.26.10",
48
48
  "@dnd-kit/core": "^6.1.0",
@@ -80,10 +80,10 @@
80
80
  "zod": "3.25.76"
81
81
  },
82
82
  "devDependencies": {
83
- "@acmekit/admin-shared": "2.13.37",
84
- "@acmekit/admin-vite-plugin": "2.13.37",
85
- "@acmekit/types": "2.13.37",
86
- "@acmekit/ui-preset": "2.13.37"
83
+ "@acmekit/admin-shared": "2.13.38",
84
+ "@acmekit/admin-vite-plugin": "2.13.38",
85
+ "@acmekit/types": "2.13.38",
86
+ "@acmekit/ui-preset": "2.13.38"
87
87
  },
88
88
  "packageManager": "yarn@3.2.1"
89
89
  }