@dyrected/next 2.5.64 → 2.5.65

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/admin.css +4 -0
  2. package/package.json +4 -4
package/dist/admin.css CHANGED
@@ -3485,6 +3485,10 @@
3485
3485
  padding-top: 1.25rem;
3486
3486
  }
3487
3487
 
3488
+ .dy-pt-6{
3489
+ padding-top: 1.5rem;
3490
+ }
3491
+
3488
3492
  .dy-text-left{
3489
3493
  text-align: left;
3490
3494
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyrected/next",
3
- "version": "2.5.64",
3
+ "version": "2.5.65",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "hono": "^4.0.0",
42
- "@dyrected/core": "2.5.64",
43
- "@dyrected/react": "2.5.64",
44
- "@dyrected/sdk": "2.5.64"
42
+ "@dyrected/core": "2.5.65",
43
+ "@dyrected/react": "2.5.65",
44
+ "@dyrected/sdk": "2.5.65"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^20.12.12",