@dyrected/next 2.5.55 → 2.5.58

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
@@ -4958,6 +4958,10 @@
4958
4958
  color: hsl(var(--destructive));
4959
4959
  }
4960
4960
 
4961
+ .focus\:dy-opacity-100:focus{
4962
+ opacity: 1;
4963
+ }
4964
+
4961
4965
  .focus\:dy-outline-none:focus{
4962
4966
  outline: 2px solid transparent;
4963
4967
  outline-offset: 2px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyrected/next",
3
- "version": "2.5.55",
3
+ "version": "2.5.58",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "hono": "^4.0.0",
34
- "@dyrected/core": "2.5.55",
35
- "@dyrected/sdk": "2.5.55",
36
- "@dyrected/react": "2.5.55"
34
+ "@dyrected/core": "2.5.58",
35
+ "@dyrected/sdk": "2.5.58",
36
+ "@dyrected/react": "2.5.58"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^20.12.12",