@prisma/studio-core 0.0.0-dev.202505091027 → 0.0.0-dev.202505091117
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/ui/index.cjs +29 -29
- package/dist/ui/index.css +45 -40
- package/dist/ui/index.js +7 -7
- package/package.json +1 -1
package/dist/ui/index.css
CHANGED
|
@@ -500,30 +500,33 @@ video {
|
|
|
500
500
|
display: none;
|
|
501
501
|
}
|
|
502
502
|
:root {
|
|
503
|
+
/* Shadcn */
|
|
503
504
|
--background: 0 0% 100%;
|
|
504
|
-
--foreground:
|
|
505
|
+
--foreground: 224 71.4% 4.1%;
|
|
505
506
|
--card: 0 0% 100%;
|
|
506
|
-
--card-foreground:
|
|
507
|
+
--card-foreground: 224 71.4% 4.1%;
|
|
507
508
|
--popover: 0 0% 100%;
|
|
508
|
-
--popover-foreground:
|
|
509
|
-
--primary:
|
|
510
|
-
--primary-foreground:
|
|
511
|
-
--secondary:
|
|
512
|
-
--secondary-foreground:
|
|
513
|
-
--muted:
|
|
514
|
-
--muted-foreground:
|
|
515
|
-
--accent:
|
|
516
|
-
--accent-foreground:
|
|
509
|
+
--popover-foreground: 224 71.4% 4.1%;
|
|
510
|
+
--primary: 262.1 83.3% 57.8%;
|
|
511
|
+
--primary-foreground: 210 20% 98%;
|
|
512
|
+
--secondary: 220 14.3% 95.9%;
|
|
513
|
+
--secondary-foreground: 220.9 39.3% 11%;
|
|
514
|
+
--muted: 220 14.3% 95.9%;
|
|
515
|
+
--muted-foreground: 220 8.9% 46.1%;
|
|
516
|
+
--accent: 220 14.3% 95.9%;
|
|
517
|
+
--accent-foreground: 220.9 39.3% 11%;
|
|
517
518
|
--destructive: 0 84.2% 60.2%;
|
|
518
|
-
--destructive-foreground:
|
|
519
|
-
--border:
|
|
520
|
-
--input:
|
|
521
|
-
--ring:
|
|
519
|
+
--destructive-foreground: 210 20% 98%;
|
|
520
|
+
--border: 220 13% 91%;
|
|
521
|
+
--input: 220 13% 91%;
|
|
522
|
+
--ring: 262.1 83.3% 57.8%;
|
|
522
523
|
--chart-1: 12 76% 61%;
|
|
523
524
|
--chart-2: 173 58% 39%;
|
|
524
525
|
--chart-3: 197 37% 24%;
|
|
525
526
|
--chart-4: 43 74% 66%;
|
|
526
527
|
--chart-5: 27 87% 67%;
|
|
528
|
+
|
|
529
|
+
/* Studio */
|
|
527
530
|
--radius: 0.5rem;
|
|
528
531
|
--sidebar-background: 0 0% 98%;
|
|
529
532
|
--sidebar-foreground: 240 5.3% 26.1%;
|
|
@@ -541,30 +544,33 @@ video {
|
|
|
541
544
|
--studio-cell-height: 38px;
|
|
542
545
|
}
|
|
543
546
|
.dark {
|
|
544
|
-
|
|
545
|
-
--
|
|
546
|
-
--
|
|
547
|
-
--card
|
|
548
|
-
--
|
|
549
|
-
--popover
|
|
550
|
-
--
|
|
551
|
-
--primary
|
|
552
|
-
--
|
|
553
|
-
--secondary
|
|
554
|
-
--
|
|
555
|
-
--muted
|
|
556
|
-
--
|
|
557
|
-
--accent
|
|
547
|
+
/* Studio */
|
|
548
|
+
--background: 224 71.4% 4.1%;
|
|
549
|
+
--foreground: 210 20% 98%;
|
|
550
|
+
--card: 224 71.4% 4.1%;
|
|
551
|
+
--card-foreground: 210 20% 98%;
|
|
552
|
+
--popover: 224 71.4% 4.1%;
|
|
553
|
+
--popover-foreground: 210 20% 98%;
|
|
554
|
+
--primary: 263.4 70% 50.4%;
|
|
555
|
+
--primary-foreground: 210 20% 98%;
|
|
556
|
+
--secondary: 215 27.9% 16.9%;
|
|
557
|
+
--secondary-foreground: 210 20% 98%;
|
|
558
|
+
--muted: 215 27.9% 16.9%;
|
|
559
|
+
--muted-foreground: 217.9 10.6% 64.9%;
|
|
560
|
+
--accent: 215 27.9% 16.9%;
|
|
561
|
+
--accent-foreground: 210 20% 98%;
|
|
558
562
|
--destructive: 0 62.8% 30.6%;
|
|
559
|
-
--destructive-foreground:
|
|
560
|
-
--border:
|
|
561
|
-
--input:
|
|
562
|
-
--ring:
|
|
563
|
+
--destructive-foreground: 210 20% 98%;
|
|
564
|
+
--border: 215 27.9% 16.9%;
|
|
565
|
+
--input: 215 27.9% 16.9%;
|
|
566
|
+
--ring: 263.4 70% 50.4%;
|
|
563
567
|
--chart-1: 220 70% 50%;
|
|
564
568
|
--chart-2: 160 60% 45%;
|
|
565
569
|
--chart-3: 30 80% 55%;
|
|
566
570
|
--chart-4: 280 65% 60%;
|
|
567
571
|
--chart-5: 340 75% 55%;
|
|
572
|
+
|
|
573
|
+
/* Studio */
|
|
568
574
|
--sidebar-background: 240 5.9% 10%;
|
|
569
575
|
--sidebar-foreground: 240 4.8% 95.9%;
|
|
570
576
|
--sidebar-primary: 224.3 76.3% 48%;
|
|
@@ -1054,6 +1060,9 @@ video {
|
|
|
1054
1060
|
.ps-self-start {
|
|
1055
1061
|
align-self: flex-start;
|
|
1056
1062
|
}
|
|
1063
|
+
.ps-self-end {
|
|
1064
|
+
align-self: flex-end;
|
|
1065
|
+
}
|
|
1057
1066
|
.ps-overflow-auto {
|
|
1058
1067
|
overflow: auto;
|
|
1059
1068
|
}
|
|
@@ -1137,10 +1146,6 @@ video {
|
|
|
1137
1146
|
.ps-border-none {
|
|
1138
1147
|
border-style: none;
|
|
1139
1148
|
}
|
|
1140
|
-
.ps-border-blue-500 {
|
|
1141
|
-
--tw-border-opacity: 1;
|
|
1142
|
-
border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
|
|
1143
|
-
}
|
|
1144
1149
|
.ps-border-input {
|
|
1145
1150
|
border-color: hsl(var(--input));
|
|
1146
1151
|
}
|
|
@@ -1172,6 +1177,9 @@ video {
|
|
|
1172
1177
|
.ps-bg-destructive {
|
|
1173
1178
|
background-color: hsl(var(--destructive));
|
|
1174
1179
|
}
|
|
1180
|
+
.ps-bg-foreground\/10 {
|
|
1181
|
+
background-color: hsl(var(--foreground) / 0.1);
|
|
1182
|
+
}
|
|
1175
1183
|
.ps-bg-gray-200 {
|
|
1176
1184
|
--tw-bg-opacity: 1;
|
|
1177
1185
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
@@ -1196,9 +1204,6 @@ video {
|
|
|
1196
1204
|
.ps-bg-primary {
|
|
1197
1205
|
background-color: hsl(var(--primary));
|
|
1198
1206
|
}
|
|
1199
|
-
.ps-bg-primary\/10 {
|
|
1200
|
-
background-color: hsl(var(--primary) / 0.1);
|
|
1201
|
-
}
|
|
1202
1207
|
.ps-bg-purple-600 {
|
|
1203
1208
|
--tw-bg-opacity: 1;
|
|
1204
1209
|
background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
|