@dyrected/next 2.5.36 → 2.5.39
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 +168 -5
- package/package.json +4 -4
package/dist/admin.css
CHANGED
|
@@ -1058,6 +1058,10 @@
|
|
|
1058
1058
|
bottom: 0.75rem;
|
|
1059
1059
|
}
|
|
1060
1060
|
|
|
1061
|
+
.dy-bottom-4{
|
|
1062
|
+
bottom: 1rem;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1061
1065
|
.dy-left-0{
|
|
1062
1066
|
left: 0px;
|
|
1063
1067
|
}
|
|
@@ -1178,6 +1182,10 @@
|
|
|
1178
1182
|
z-index: 100;
|
|
1179
1183
|
}
|
|
1180
1184
|
|
|
1185
|
+
.dy-z-\[150\]{
|
|
1186
|
+
z-index: 150;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1181
1189
|
.dy-order-1{
|
|
1182
1190
|
order: 1;
|
|
1183
1191
|
}
|
|
@@ -1480,6 +1488,10 @@
|
|
|
1480
1488
|
height: 0.875rem;
|
|
1481
1489
|
}
|
|
1482
1490
|
|
|
1491
|
+
.dy-h-32{
|
|
1492
|
+
height: 8rem;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1483
1495
|
.dy-h-4{
|
|
1484
1496
|
height: 1rem;
|
|
1485
1497
|
}
|
|
@@ -1592,6 +1604,10 @@
|
|
|
1592
1604
|
max-height: 10rem;
|
|
1593
1605
|
}
|
|
1594
1606
|
|
|
1607
|
+
.dy-max-h-60{
|
|
1608
|
+
max-height: 15rem;
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1595
1611
|
.dy-max-h-80{
|
|
1596
1612
|
max-height: 20rem;
|
|
1597
1613
|
}
|
|
@@ -1604,6 +1620,10 @@
|
|
|
1604
1620
|
max-height: 1000px;
|
|
1605
1621
|
}
|
|
1606
1622
|
|
|
1623
|
+
.dy-max-h-\[200px\]{
|
|
1624
|
+
max-height: 200px;
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1607
1627
|
.dy-max-h-\[240px\]{
|
|
1608
1628
|
max-height: 240px;
|
|
1609
1629
|
}
|
|
@@ -1676,6 +1696,10 @@
|
|
|
1676
1696
|
min-height: 180px;
|
|
1677
1697
|
}
|
|
1678
1698
|
|
|
1699
|
+
.dy-min-h-\[200px\]{
|
|
1700
|
+
min-height: 200px;
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1679
1703
|
.dy-min-h-\[220px\]{
|
|
1680
1704
|
min-height: 220px;
|
|
1681
1705
|
}
|
|
@@ -1796,10 +1820,18 @@
|
|
|
1796
1820
|
width: 2rem;
|
|
1797
1821
|
}
|
|
1798
1822
|
|
|
1823
|
+
.dy-w-80{
|
|
1824
|
+
width: 20rem;
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1799
1827
|
.dy-w-9{
|
|
1800
1828
|
width: 2.25rem;
|
|
1801
1829
|
}
|
|
1802
1830
|
|
|
1831
|
+
.dy-w-96{
|
|
1832
|
+
width: 24rem;
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1803
1835
|
.dy-w-\[--cell-size\]{
|
|
1804
1836
|
width: var(--cell-size);
|
|
1805
1837
|
}
|
|
@@ -1824,6 +1856,10 @@
|
|
|
1824
1856
|
width: 1px;
|
|
1825
1857
|
}
|
|
1826
1858
|
|
|
1859
|
+
.dy-w-\[200px\]{
|
|
1860
|
+
width: 200px;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1827
1863
|
.dy-w-\[220px\]{
|
|
1828
1864
|
width: 220px;
|
|
1829
1865
|
}
|
|
@@ -1933,6 +1969,11 @@
|
|
|
1933
1969
|
min-width: var(--radix-select-trigger-width);
|
|
1934
1970
|
}
|
|
1935
1971
|
|
|
1972
|
+
.dy-min-w-max{
|
|
1973
|
+
min-width: -moz-max-content;
|
|
1974
|
+
min-width: max-content;
|
|
1975
|
+
}
|
|
1976
|
+
|
|
1936
1977
|
.dy-max-w-2xl{
|
|
1937
1978
|
max-width: 42rem;
|
|
1938
1979
|
}
|
|
@@ -2108,6 +2149,10 @@
|
|
|
2108
2149
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2109
2150
|
}
|
|
2110
2151
|
|
|
2152
|
+
.dy-transform{
|
|
2153
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2111
2156
|
@keyframes dy-bounce{
|
|
2112
2157
|
|
|
2113
2158
|
0%, 100%{
|
|
@@ -2187,6 +2232,10 @@
|
|
|
2187
2232
|
resize: none;
|
|
2188
2233
|
}
|
|
2189
2234
|
|
|
2235
|
+
.dy-resize-y{
|
|
2236
|
+
resize: vertical;
|
|
2237
|
+
}
|
|
2238
|
+
|
|
2190
2239
|
.dy-list-inside{
|
|
2191
2240
|
list-style-position: inside;
|
|
2192
2241
|
}
|
|
@@ -2407,6 +2456,10 @@
|
|
|
2407
2456
|
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
|
|
2408
2457
|
}
|
|
2409
2458
|
|
|
2459
|
+
.dy-divide-border > :not([hidden]) ~ :not([hidden]){
|
|
2460
|
+
border-color: hsl(var(--border));
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2410
2463
|
.dy-divide-border\/30 > :not([hidden]) ~ :not([hidden]){
|
|
2411
2464
|
border-color: hsl(var(--border) / 0.3);
|
|
2412
2465
|
}
|
|
@@ -2751,6 +2804,10 @@
|
|
|
2751
2804
|
background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
|
|
2752
2805
|
}
|
|
2753
2806
|
|
|
2807
|
+
.dy-bg-amber-500\/5{
|
|
2808
|
+
background-color: rgb(245 158 11 / 0.05);
|
|
2809
|
+
}
|
|
2810
|
+
|
|
2754
2811
|
.dy-bg-background{
|
|
2755
2812
|
background-color: hsl(var(--background));
|
|
2756
2813
|
}
|
|
@@ -3161,6 +3218,11 @@
|
|
|
3161
3218
|
padding-bottom: 0.375rem;
|
|
3162
3219
|
}
|
|
3163
3220
|
|
|
3221
|
+
.dy-py-10{
|
|
3222
|
+
padding-top: 2.5rem;
|
|
3223
|
+
padding-bottom: 2.5rem;
|
|
3224
|
+
}
|
|
3225
|
+
|
|
3164
3226
|
.dy-py-12{
|
|
3165
3227
|
padding-top: 3rem;
|
|
3166
3228
|
padding-bottom: 3rem;
|
|
@@ -3289,6 +3351,10 @@
|
|
|
3289
3351
|
padding-top: 0px;
|
|
3290
3352
|
}
|
|
3291
3353
|
|
|
3354
|
+
.dy-pt-0\.5{
|
|
3355
|
+
padding-top: 0.125rem;
|
|
3356
|
+
}
|
|
3357
|
+
|
|
3292
3358
|
.dy-pt-2{
|
|
3293
3359
|
padding-top: 0.5rem;
|
|
3294
3360
|
}
|
|
@@ -3593,6 +3659,11 @@
|
|
|
3593
3659
|
color: hsl(var(--foreground) / 0.9);
|
|
3594
3660
|
}
|
|
3595
3661
|
|
|
3662
|
+
.dy-text-green-500{
|
|
3663
|
+
--tw-text-opacity: 1;
|
|
3664
|
+
color: rgb(34 197 94 / var(--tw-text-opacity, 1));
|
|
3665
|
+
}
|
|
3666
|
+
|
|
3596
3667
|
.dy-text-muted-foreground{
|
|
3597
3668
|
color: hsl(var(--muted-foreground));
|
|
3598
3669
|
}
|
|
@@ -4140,6 +4211,12 @@
|
|
|
4140
4211
|
--cell-size: 2.25rem;
|
|
4141
4212
|
}
|
|
4142
4213
|
|
|
4214
|
+
.\[appearance\:textfield\]{
|
|
4215
|
+
-webkit-appearance: textfield;
|
|
4216
|
+
-moz-appearance: textfield;
|
|
4217
|
+
appearance: textfield;
|
|
4218
|
+
}
|
|
4219
|
+
|
|
4143
4220
|
.dy-admin-ui .media-preview-dialod-details-form div[style="min-width: 100%;display: table;"] {
|
|
4144
4221
|
display: flex !important;
|
|
4145
4222
|
}
|
|
@@ -4179,6 +4256,75 @@
|
|
|
4179
4256
|
pointer-events: none;
|
|
4180
4257
|
}
|
|
4181
4258
|
|
|
4259
|
+
/* React Datasheet Grid custom design system variables integration */
|
|
4260
|
+
|
|
4261
|
+
.dy-admin-ui .dsg-container {
|
|
4262
|
+
--dsg-border-color: hsl(var(--border) / 0.8) !important;
|
|
4263
|
+
--dsg-selection-border-color: hsl(var(--intelligence)) !important;
|
|
4264
|
+
--dsg-selection-border-radius: var(--radius) !important;
|
|
4265
|
+
--dsg-selection-border-width: 2px !important;
|
|
4266
|
+
--dsg-selection-background-color: hsl(var(--intelligence) / 0.04) !important;
|
|
4267
|
+
--dsg-selection-disabled-border-color: hsl(var(--muted-foreground) / 0.5) !important;
|
|
4268
|
+
--dsg-selection-disabled-background-color: hsl(var(--muted) / 0.2) !important;
|
|
4269
|
+
--dsg-corner-indicator-width: 8px !important;
|
|
4270
|
+
--dsg-header-text-color: hsl(var(--muted-foreground)) !important;
|
|
4271
|
+
--dsg-header-active-text-color: hsl(var(--foreground)) !important;
|
|
4272
|
+
--dsg-cell-background-color: hsl(var(--card)) !important;
|
|
4273
|
+
--dsg-cell-disabled-background-color: hsl(var(--muted) / 0.1) !important;
|
|
4274
|
+
--dsg-transition-duration: .15s !important;
|
|
4275
|
+
--dsg-expand-rows-indicator-width: 10px !important;
|
|
4276
|
+
--dsg-scroll-shadow-width: 8px !important;
|
|
4277
|
+
--dsg-scroll-shadow-color: rgba(0, 0, 0, 0.08) !important;
|
|
4278
|
+
border: 1px solid var(--dsg-border-color);
|
|
4279
|
+
border-radius: var(--radius);
|
|
4280
|
+
overflow: hidden;
|
|
4281
|
+
box-shadow: none;
|
|
4282
|
+
font-family: var(--font-sans) !important;
|
|
4283
|
+
}
|
|
4284
|
+
|
|
4285
|
+
.dy-admin-ui .dsg-row-header,
|
|
4286
|
+
.dy-admin-ui .dsg-corner-header {
|
|
4287
|
+
background-color: hsl(var(--muted) / 0.3) !important;
|
|
4288
|
+
font-size: 11px;
|
|
4289
|
+
font-weight: 500;
|
|
4290
|
+
text-transform: uppercase;
|
|
4291
|
+
letter-spacing: 0.05em;
|
|
4292
|
+
}
|
|
4293
|
+
|
|
4294
|
+
.dy-admin-ui .dsg-cell {
|
|
4295
|
+
font-size: 13px !important;
|
|
4296
|
+
color: hsl(var(--foreground)) !important;
|
|
4297
|
+
}
|
|
4298
|
+
|
|
4299
|
+
.dy-admin-ui .dsg-input {
|
|
4300
|
+
font-family: var(--font-sans) !important;
|
|
4301
|
+
font-size: 13px !important;
|
|
4302
|
+
color: hsl(var(--foreground)) !important;
|
|
4303
|
+
padding: 0 8px !important;
|
|
4304
|
+
}
|
|
4305
|
+
|
|
4306
|
+
.dy-admin-ui .dsg-container {
|
|
4307
|
+
border: solid 1px hsl(var(--border) / 0.8) !important;
|
|
4308
|
+
border-top: none !important;
|
|
4309
|
+
border-left: none !important;
|
|
4310
|
+
cursor: cell !important;
|
|
4311
|
+
-webkit-user-select: none !important;
|
|
4312
|
+
-moz-user-select: none !important;
|
|
4313
|
+
user-select: none !important;
|
|
4314
|
+
box-sizing: border-box !important;
|
|
4315
|
+
color: hsl(var(--foreground)) !important;
|
|
4316
|
+
background: hsl(var(--card)) !important;
|
|
4317
|
+
position: relative !important;
|
|
4318
|
+
width: 100% !important;
|
|
4319
|
+
overflow: auto !important;
|
|
4320
|
+
will-change: transform !important;
|
|
4321
|
+
direction: ltr !important;
|
|
4322
|
+
}
|
|
4323
|
+
|
|
4324
|
+
.dy-admin-ui .dsg-container .dsg-add-row {
|
|
4325
|
+
background: hsl(var(--card)) !important;
|
|
4326
|
+
}
|
|
4327
|
+
|
|
4182
4328
|
.dy-admin-ui .hover\:dy-text-primary:hover {
|
|
4183
4329
|
color: hsl(var(--intelligence));
|
|
4184
4330
|
}
|
|
@@ -4554,6 +4700,10 @@
|
|
|
4554
4700
|
background-color: hsl(var(--accent) / 0.7);
|
|
4555
4701
|
}
|
|
4556
4702
|
|
|
4703
|
+
.hover\:dy-bg-amber-500\/10:hover{
|
|
4704
|
+
background-color: rgb(245 158 11 / 0.1);
|
|
4705
|
+
}
|
|
4706
|
+
|
|
4557
4707
|
.hover\:dy-bg-background:hover{
|
|
4558
4708
|
background-color: hsl(var(--background));
|
|
4559
4709
|
}
|
|
@@ -4849,6 +4999,10 @@
|
|
|
4849
4999
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
4850
5000
|
}
|
|
4851
5001
|
|
|
5002
|
+
.active\:dy-cursor-grabbing:active{
|
|
5003
|
+
cursor: grabbing;
|
|
5004
|
+
}
|
|
5005
|
+
|
|
4852
5006
|
.active\:dy-bg-sidebar-accent:active{
|
|
4853
5007
|
background-color: hsl(var(--sidebar-accent));
|
|
4854
5008
|
}
|
|
@@ -5456,6 +5610,10 @@
|
|
|
5456
5610
|
width: 95vw;
|
|
5457
5611
|
}
|
|
5458
5612
|
|
|
5613
|
+
.sm\:dy-w-\[var\(--field-w\)\]{
|
|
5614
|
+
width: var(--field-w);
|
|
5615
|
+
}
|
|
5616
|
+
|
|
5459
5617
|
.sm\:dy-w-auto{
|
|
5460
5618
|
width: auto;
|
|
5461
5619
|
}
|
|
@@ -5687,11 +5845,6 @@
|
|
|
5687
5845
|
line-height: 1.75rem;
|
|
5688
5846
|
}
|
|
5689
5847
|
|
|
5690
|
-
.sm\:dy-text-sm{
|
|
5691
|
-
font-size: 0.875rem;
|
|
5692
|
-
line-height: 1.25rem;
|
|
5693
|
-
}
|
|
5694
|
-
|
|
5695
5848
|
.sm\:dy-text-xl{
|
|
5696
5849
|
font-size: 1.25rem;
|
|
5697
5850
|
line-height: 1.75rem;
|
|
@@ -6040,6 +6193,16 @@
|
|
|
6040
6193
|
}
|
|
6041
6194
|
}
|
|
6042
6195
|
|
|
6196
|
+
.\[\&\:\:-webkit-inner-spin-button\]\:dy-appearance-none::-webkit-inner-spin-button{
|
|
6197
|
+
-webkit-appearance: none;
|
|
6198
|
+
appearance: none;
|
|
6199
|
+
}
|
|
6200
|
+
|
|
6201
|
+
.\[\&\:\:-webkit-outer-spin-button\]\:dy-appearance-none::-webkit-outer-spin-button{
|
|
6202
|
+
-webkit-appearance: none;
|
|
6203
|
+
appearance: none;
|
|
6204
|
+
}
|
|
6205
|
+
|
|
6043
6206
|
.\[\&\:has\(\[role\=checkbox\]\)\]\:dy-pr-0:has([role=checkbox]){
|
|
6044
6207
|
padding-right: 0px;
|
|
6045
6208
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dyrected/next",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.39",
|
|
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/
|
|
35
|
-
"@dyrected/
|
|
36
|
-
"@dyrected/react": "2.5.
|
|
34
|
+
"@dyrected/core": "2.5.39",
|
|
35
|
+
"@dyrected/sdk": "2.5.39",
|
|
36
|
+
"@dyrected/react": "2.5.39"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^20.12.12",
|