@dyrected/next 2.5.48 → 2.5.49
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.
- package/dist/admin.css +27 -0
- package/package.json +4 -4
package/dist/admin.css
CHANGED
|
@@ -2901,6 +2901,10 @@
|
|
|
2901
2901
|
background-color: rgb(0 0 0 / 0.4);
|
|
2902
2902
|
}
|
|
2903
2903
|
|
|
2904
|
+
.dy-bg-black\/5{
|
|
2905
|
+
background-color: rgb(0 0 0 / 0.05);
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2904
2908
|
.dy-bg-black\/60{
|
|
2905
2909
|
background-color: rgb(0 0 0 / 0.6);
|
|
2906
2910
|
}
|
|
@@ -2983,6 +2987,10 @@
|
|
|
2983
2987
|
background-color: rgb(16 185 129 / 0.1);
|
|
2984
2988
|
}
|
|
2985
2989
|
|
|
2990
|
+
.dy-bg-green-500\/10{
|
|
2991
|
+
background-color: rgb(34 197 94 / 0.1);
|
|
2992
|
+
}
|
|
2993
|
+
|
|
2986
2994
|
.dy-bg-muted{
|
|
2987
2995
|
background-color: hsl(var(--muted));
|
|
2988
2996
|
}
|
|
@@ -3185,6 +3193,11 @@
|
|
|
3185
3193
|
padding: 1px;
|
|
3186
3194
|
}
|
|
3187
3195
|
|
|
3196
|
+
.dy-px-0{
|
|
3197
|
+
padding-left: 0px;
|
|
3198
|
+
padding-right: 0px;
|
|
3199
|
+
}
|
|
3200
|
+
|
|
3188
3201
|
.dy-px-1{
|
|
3189
3202
|
padding-left: 0.25rem;
|
|
3190
3203
|
padding-right: 0.25rem;
|
|
@@ -3684,6 +3697,11 @@
|
|
|
3684
3697
|
color: rgb(34 197 94 / var(--tw-text-opacity, 1));
|
|
3685
3698
|
}
|
|
3686
3699
|
|
|
3700
|
+
.dy-text-green-600{
|
|
3701
|
+
--tw-text-opacity: 1;
|
|
3702
|
+
color: rgb(22 163 74 / var(--tw-text-opacity, 1));
|
|
3703
|
+
}
|
|
3704
|
+
|
|
3687
3705
|
.dy-text-muted-foreground{
|
|
3688
3706
|
color: hsl(var(--muted-foreground));
|
|
3689
3707
|
}
|
|
@@ -5474,6 +5492,10 @@
|
|
|
5474
5492
|
padding: 0px !important;
|
|
5475
5493
|
}
|
|
5476
5494
|
|
|
5495
|
+
.dark\:dy-bg-white\/5:is(.dy-dark *){
|
|
5496
|
+
background-color: rgb(255 255 255 / 0.05);
|
|
5497
|
+
}
|
|
5498
|
+
|
|
5477
5499
|
.dark\:dy-text-amber-400:is(.dy-dark *){
|
|
5478
5500
|
--tw-text-opacity: 1;
|
|
5479
5501
|
color: rgb(251 191 36 / var(--tw-text-opacity, 1));
|
|
@@ -5489,6 +5511,11 @@
|
|
|
5489
5511
|
color: rgb(52 211 153 / var(--tw-text-opacity, 1));
|
|
5490
5512
|
}
|
|
5491
5513
|
|
|
5514
|
+
.dark\:dy-text-green-400:is(.dy-dark *){
|
|
5515
|
+
--tw-text-opacity: 1;
|
|
5516
|
+
color: rgb(74 222 128 / var(--tw-text-opacity, 1));
|
|
5517
|
+
}
|
|
5518
|
+
|
|
5492
5519
|
.dark\:dy-text-purple-400:is(.dy-dark *){
|
|
5493
5520
|
--tw-text-opacity: 1;
|
|
5494
5521
|
color: rgb(192 132 252 / var(--tw-text-opacity, 1));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dyrected/next",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.49",
|
|
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.
|
|
35
|
-
"@dyrected/
|
|
36
|
-
"@dyrected/
|
|
34
|
+
"@dyrected/core": "2.5.49",
|
|
35
|
+
"@dyrected/react": "2.5.49",
|
|
36
|
+
"@dyrected/sdk": "2.5.49"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^20.12.12",
|