@dyrected/next 2.5.38 → 2.5.40

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 +29 -5
  2. package/package.json +4 -4
package/dist/admin.css CHANGED
@@ -1828,6 +1828,10 @@
1828
1828
  width: 2.25rem;
1829
1829
  }
1830
1830
 
1831
+ .dy-w-96{
1832
+ width: 24rem;
1833
+ }
1834
+
1831
1835
  .dy-w-\[--cell-size\]{
1832
1836
  width: var(--cell-size);
1833
1837
  }
@@ -1965,6 +1969,11 @@
1965
1969
  min-width: var(--radix-select-trigger-width);
1966
1970
  }
1967
1971
 
1972
+ .dy-min-w-max{
1973
+ min-width: -moz-max-content;
1974
+ min-width: max-content;
1975
+ }
1976
+
1968
1977
  .dy-max-w-2xl{
1969
1978
  max-width: 42rem;
1970
1979
  }
@@ -4202,6 +4211,12 @@
4202
4211
  --cell-size: 2.25rem;
4203
4212
  }
4204
4213
 
4214
+ .\[appearance\:textfield\]{
4215
+ -webkit-appearance: textfield;
4216
+ -moz-appearance: textfield;
4217
+ appearance: textfield;
4218
+ }
4219
+
4205
4220
  .dy-admin-ui .media-preview-dialod-details-form div[style="min-width: 100%;display: table;"] {
4206
4221
  display: flex !important;
4207
4222
  }
@@ -5595,6 +5610,10 @@
5595
5610
  width: 95vw;
5596
5611
  }
5597
5612
 
5613
+ .sm\:dy-w-\[var\(--field-w\)\]{
5614
+ width: var(--field-w);
5615
+ }
5616
+
5598
5617
  .sm\:dy-w-auto{
5599
5618
  width: auto;
5600
5619
  }
@@ -5826,11 +5845,6 @@
5826
5845
  line-height: 1.75rem;
5827
5846
  }
5828
5847
 
5829
- .sm\:dy-text-sm{
5830
- font-size: 0.875rem;
5831
- line-height: 1.25rem;
5832
- }
5833
-
5834
5848
  .sm\:dy-text-xl{
5835
5849
  font-size: 1.25rem;
5836
5850
  line-height: 1.75rem;
@@ -6179,6 +6193,16 @@
6179
6193
  }
6180
6194
  }
6181
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
+
6182
6206
  .\[\&\:has\(\[role\=checkbox\]\)\]\:dy-pr-0:has([role=checkbox]){
6183
6207
  padding-right: 0px;
6184
6208
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyrected/next",
3
- "version": "2.5.38",
3
+ "version": "2.5.40",
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.38",
35
- "@dyrected/sdk": "2.5.38",
36
- "@dyrected/react": "2.5.38"
34
+ "@dyrected/core": "2.5.40",
35
+ "@dyrected/sdk": "2.5.40",
36
+ "@dyrected/react": "2.5.40"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^20.12.12",