@prisma/studio-core 0.0.0-dev.202505091027 → 0.0.0-dev.202505091057

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.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: 240 10% 3.9%;
505
+ --foreground: 224 71.4% 4.1%;
505
506
  --card: 0 0% 100%;
506
- --card-foreground: 240 10% 3.9%;
507
+ --card-foreground: 224 71.4% 4.1%;
507
508
  --popover: 0 0% 100%;
508
- --popover-foreground: 240 10% 3.9%;
509
- --primary: 240 5.9% 10%;
510
- --primary-foreground: 0 0% 98%;
511
- --secondary: 240 4.8% 95.9%;
512
- --secondary-foreground: 240 5.9% 10%;
513
- --muted: 240 4.8% 95.9%;
514
- --muted-foreground: 240 3.8% 46.1%;
515
- --accent: 240 4.8% 95.9%;
516
- --accent-foreground: 240 5.9% 10%;
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: 0 0% 98%;
519
- --border: 240 5.9% 90%;
520
- --input: 240 5.9% 90%;
521
- --ring: 240 10% 3.9%;
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
- --background: 240 10% 3.9%;
545
- --foreground: 0 0% 98%;
546
- --card: 240 10% 3.9%;
547
- --card-foreground: 0 0% 98%;
548
- --popover: 240 10% 3.9%;
549
- --popover-foreground: 0 0% 98%;
550
- --primary: 0 0% 98%;
551
- --primary-foreground: 240 5.9% 10%;
552
- --secondary: 240 3.7% 15.9%;
553
- --secondary-foreground: 0 0% 98%;
554
- --muted: 240 3.7% 15.9%;
555
- --muted-foreground: 240 5% 64.9%;
556
- --accent: 240 3.7% 15.9%;
557
- --accent-foreground: 0 0% 98%;
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: 0 0% 98%;
560
- --border: 240 3.7% 15.9%;
561
- --input: 240 3.7% 15.9%;
562
- --ring: 240 4.9% 83.9%;
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%;
@@ -1137,10 +1143,6 @@ video {
1137
1143
  .ps-border-none {
1138
1144
  border-style: none;
1139
1145
  }
1140
- .ps-border-blue-500 {
1141
- --tw-border-opacity: 1;
1142
- border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
1143
- }
1144
1146
  .ps-border-input {
1145
1147
  border-color: hsl(var(--input));
1146
1148
  }
@@ -1172,6 +1174,9 @@ video {
1172
1174
  .ps-bg-destructive {
1173
1175
  background-color: hsl(var(--destructive));
1174
1176
  }
1177
+ .ps-bg-foreground\/10 {
1178
+ background-color: hsl(var(--foreground) / 0.1);
1179
+ }
1175
1180
  .ps-bg-gray-200 {
1176
1181
  --tw-bg-opacity: 1;
1177
1182
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
@@ -1196,9 +1201,6 @@ video {
1196
1201
  .ps-bg-primary {
1197
1202
  background-color: hsl(var(--primary));
1198
1203
  }
1199
- .ps-bg-primary\/10 {
1200
- background-color: hsl(var(--primary) / 0.1);
1201
- }
1202
1204
  .ps-bg-purple-600 {
1203
1205
  --tw-bg-opacity: 1;
1204
1206
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));