@prisma/studio-core 0.0.0-dev.202506192124 → 0.0.0-dev.202506200252

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
@@ -411,8 +411,10 @@
411
411
  --blur-sm: 8px;
412
412
  --default-transition-duration: 150ms;
413
413
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
414
- --default-font-family: var(--font-sans);
415
- --default-mono-font-family: var(--font-mono);
414
+ --default-font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
415
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
416
+ --default-mono-font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
417
+ "Courier New", monospace;
416
418
  }
417
419
  .ps *, .ps ::after, .ps ::before, .ps ::backdrop, .ps ::file-selector-button {
418
420
  box-sizing: border-box;
@@ -426,8 +428,8 @@
426
428
  tab-size: 4;
427
429
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
428
430
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
429
- font-feature-settings: normal;
430
- font-variation-settings: normal;
431
+ font-feature-settings: var(--default-font-feature-settings, normal);
432
+ font-variation-settings: var(--default-font-variation-settings, normal);
431
433
  -webkit-tap-highlight-color: transparent;
432
434
  }
433
435
  .ps hr {
@@ -454,8 +456,8 @@
454
456
  .ps code, .ps kbd, .ps samp, .ps pre {
455
457
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
456
458
  "Courier New", monospace;
457
- font-feature-settings: normal;
458
- font-variation-settings: normal;
459
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
460
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
459
461
  font-size: 1em;
460
462
  }
461
463
  .ps small {
@@ -732,14 +734,14 @@
732
734
  height: 38px;
733
735
  padding-block: 11px;
734
736
  font-size: 0.75rem;
735
- line-height: calc(1 / 0.75);
737
+ line-height: var(--tw-leading, calc(1 / 0.75));
736
738
  --tw-leading: 1;
737
739
  line-height: 1;
738
740
  }
739
741
  @media (width >= 48rem) {
740
742
  .ps .cell-input-leading {
741
743
  font-size: 0.75rem;
742
- line-height: calc(1 / 0.75);
744
+ line-height: var(--tw-leading, calc(1 / 0.75));
743
745
  }
744
746
  }
745
747
  @media (width >= 48rem) {
@@ -965,8 +967,8 @@
965
967
  border-collapse: separate;
966
968
  }
967
969
  .ps .border-spacing-0 {
968
- --tw-border-spacing-x: calc(var(--spacing) * 0);
969
- --tw-border-spacing-y: calc(var(--spacing) * 0);
970
+ --tw-border-spacing-x: calc(0.25rem * 0);
971
+ --tw-border-spacing-y: calc(0.25rem * 0);
970
972
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
971
973
  }
972
974
  .ps .origin-\(--radix-context-menu-content-transform-origin\) {
@@ -1011,10 +1013,10 @@
1011
1013
  rotate: 90deg;
1012
1014
  }
1013
1015
  .ps .transform {
1014
- transform: ;
1016
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
1015
1017
  }
1016
1018
  .ps .animate-in {
1017
- animation: enter .15sease0s1normalnone;
1019
+ animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
1018
1020
  }
1019
1021
  .ps .animate-indeterminate {
1020
1022
  animation: indeterminate 1.5s infinite ease-in-out;
@@ -1480,14 +1482,14 @@
1480
1482
  .ps .cell-input-base {
1481
1483
  padding-block: 11px;
1482
1484
  font-size: 0.75rem;
1483
- line-height: calc(1 / 0.75);
1485
+ line-height: var(--tw-leading, calc(1 / 0.75));
1484
1486
  --tw-leading: 1;
1485
1487
  line-height: 1;
1486
1488
  }
1487
1489
  @media (width >= 48rem) {
1488
1490
  .ps .cell-input-base {
1489
1491
  font-size: 0.75rem;
1490
- line-height: calc(1 / 0.75);
1492
+ line-height: var(--tw-leading, calc(1 / 0.75));
1491
1493
  }
1492
1494
  }
1493
1495
  @media (width >= 48rem) {
@@ -1578,21 +1580,21 @@
1578
1580
  }
1579
1581
  .ps .text-lg {
1580
1582
  font-size: 1.125rem;
1581
- line-height: calc(1.75 / 1.125);
1583
+ line-height: var(--tw-leading, calc(1.75 / 1.125));
1582
1584
  }
1583
1585
  .ps .text-sm {
1584
1586
  font-size: 0.875rem;
1585
- line-height: calc(1.25 / 0.875);
1587
+ line-height: var(--tw-leading, calc(1.25 / 0.875));
1586
1588
  }
1587
1589
  .ps .text-xs {
1588
1590
  font-size: 0.75rem;
1589
- line-height: calc(1 / 0.75);
1591
+ line-height: var(--tw-leading, calc(1 / 0.75));
1590
1592
  }
1591
1593
  .ps .text-\[8px\] {
1592
1594
  font-size: 8px;
1593
1595
  }
1594
1596
  .ps .leading-\(--studio-cell-height\) {
1595
- --tw-leading: var(--studio-cell-height);
1597
+ --tw-leading: 38px;
1596
1598
  line-height: 38px;
1597
1599
  }
1598
1600
  .ps .leading-none {
@@ -1600,23 +1602,23 @@
1600
1602
  line-height: 1;
1601
1603
  }
1602
1604
  .ps .font-medium {
1603
- --tw-font-weight: var(--font-weight-medium);
1605
+ --tw-font-weight: 500;
1604
1606
  font-weight: 500;
1605
1607
  }
1606
1608
  .ps .font-normal {
1607
- --tw-font-weight: var(--font-weight-normal);
1609
+ --tw-font-weight: 400;
1608
1610
  font-weight: 400;
1609
1611
  }
1610
1612
  .ps .font-semibold {
1611
- --tw-font-weight: var(--font-weight-semibold);
1613
+ --tw-font-weight: 600;
1612
1614
  font-weight: 600;
1613
1615
  }
1614
1616
  .ps .tracking-tight {
1615
- --tw-tracking: var(--tracking-tight);
1617
+ --tw-tracking: -0.025em;
1616
1618
  letter-spacing: -0.025em;
1617
1619
  }
1618
1620
  .ps .tracking-widest {
1619
- --tw-tracking: var(--tracking-widest);
1621
+ --tw-tracking: 0.1em;
1620
1622
  letter-spacing: 0.1em;
1621
1623
  }
1622
1624
  .ps .text-ellipsis {
@@ -1716,7 +1718,7 @@
1716
1718
  }
1717
1719
  .ps .ordinal {
1718
1720
  --tw-ordinal: ordinal;
1719
- font-variant-numeric: ;
1721
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
1720
1722
  }
1721
1723
  .ps .underline-offset-4 {
1722
1724
  text-underline-offset: 4px;
@@ -1769,44 +1771,44 @@
1769
1771
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1770
1772
  }
1771
1773
  .ps .ring-offset-background {
1772
- --tw-ring-offset-color: var(--background);
1774
+ --tw-ring-offset-color: oklch(1 0 0);
1773
1775
  }
1774
1776
  .ps .outline {
1775
1777
  outline-style: var(--tw-outline-style);
1776
1778
  outline-width: 1px;
1777
1779
  }
1778
1780
  .ps .filter {
1779
- filter: ;
1781
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1780
1782
  }
1781
1783
  .ps .backdrop-blur-sm {
1782
- --tw-backdrop-blur: blur(var(--blur-sm));
1783
- -webkit-backdrop-filter: ;
1784
- backdrop-filter: ;
1784
+ --tw-backdrop-blur: blur(8px);
1785
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1786
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
1785
1787
  }
1786
1788
  .ps .transition {
1787
1789
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
1788
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1789
- transition-duration: 150ms;
1790
+ transition-timing-function: var(--tw-ease, cubic-bezier(0.4, 0, 0.2, 1));
1791
+ transition-duration: var(--tw-duration, 150ms);
1790
1792
  }
1791
1793
  .ps .transition-all {
1792
1794
  transition-property: all;
1793
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1794
- transition-duration: 150ms;
1795
+ transition-timing-function: var(--tw-ease, cubic-bezier(0.4, 0, 0.2, 1));
1796
+ transition-duration: var(--tw-duration, 150ms);
1795
1797
  }
1796
1798
  .ps .transition-colors {
1797
1799
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1798
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1799
- transition-duration: 150ms;
1800
+ transition-timing-function: var(--tw-ease, cubic-bezier(0.4, 0, 0.2, 1));
1801
+ transition-duration: var(--tw-duration, 150ms);
1800
1802
  }
1801
1803
  .ps .transition-opacity {
1802
1804
  transition-property: opacity;
1803
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1804
- transition-duration: 150ms;
1805
+ transition-timing-function: var(--tw-ease, cubic-bezier(0.4, 0, 0.2, 1));
1806
+ transition-duration: var(--tw-duration, 150ms);
1805
1807
  }
1806
1808
  .ps .transition-transform {
1807
1809
  transition-property: transform, translate, scale, rotate;
1808
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1809
- transition-duration: 150ms;
1810
+ transition-timing-function: var(--tw-ease, cubic-bezier(0.4, 0, 0.2, 1));
1811
+ transition-duration: var(--tw-duration, 150ms);
1810
1812
  }
1811
1813
  .ps .transition-none {
1812
1814
  transition-property: none;
@@ -1816,7 +1818,7 @@
1816
1818
  transition-duration: 200ms;
1817
1819
  }
1818
1820
  .ps .ease-in-out {
1819
- --tw-ease: var(--ease-in-out);
1821
+ --tw-ease: cubic-bezier(0.4, 0, 0.2, 1);
1820
1822
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1821
1823
  }
1822
1824
  .ps .fade-in-0 {
@@ -1889,10 +1891,10 @@
1889
1891
  }
1890
1892
  .ps .file\:text-sm::file-selector-button {
1891
1893
  font-size: 0.875rem;
1892
- line-height: calc(1.25 / 0.875);
1894
+ line-height: var(--tw-leading, calc(1.25 / 0.875));
1893
1895
  }
1894
1896
  .ps .file\:font-medium::file-selector-button {
1895
- --tw-font-weight: var(--font-weight-medium);
1897
+ --tw-font-weight: 500;
1896
1898
  font-weight: 500;
1897
1899
  }
1898
1900
  .ps .file\:text-foreground::file-selector-button {
@@ -2032,10 +2034,10 @@
2032
2034
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2033
2035
  }
2034
2036
  .ps .focus\:ring-accent-foreground:focus {
2035
- --tw-ring-color: var(--accent-foreground);
2037
+ --tw-ring-color: oklch(0.21 0.006 285.885);
2036
2038
  }
2037
2039
  .ps .focus\:ring-ring:focus {
2038
- --tw-ring-color: var(--ring);
2040
+ --tw-ring-color: oklch(0.705 0.015 286.067);
2039
2041
  }
2040
2042
  .ps .focus\:ring-offset-1:focus {
2041
2043
  --tw-ring-offset-width: 1px;
@@ -2046,7 +2048,7 @@
2046
2048
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2047
2049
  }
2048
2050
  .ps .focus\:ring-offset-background:focus {
2049
- --tw-ring-offset-color: var(--background);
2051
+ --tw-ring-offset-color: oklch(1 0 0);
2050
2052
  }
2051
2053
  .ps .focus\:outline-none:focus {
2052
2054
  --tw-outline-style: none;
@@ -2065,14 +2067,14 @@
2065
2067
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2066
2068
  }
2067
2069
  .ps .focus-visible\:ring-ring:focus-visible {
2068
- --tw-ring-color: var(--ring);
2070
+ --tw-ring-color: oklch(0.705 0.015 286.067);
2069
2071
  }
2070
2072
  .ps .focus-visible\:ring-offset-2:focus-visible {
2071
2073
  --tw-ring-offset-width: 2px;
2072
2074
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2073
2075
  }
2074
2076
  .ps .focus-visible\:ring-offset-background:focus-visible {
2075
- --tw-ring-offset-color: var(--background);
2077
+ --tw-ring-offset-color: oklch(1 0 0);
2076
2078
  }
2077
2079
  .ps .focus-visible\:outline-none:focus-visible {
2078
2080
  --tw-outline-style: none;
@@ -2116,41 +2118,41 @@
2116
2118
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2117
2119
  }
2118
2120
  .ps .data-\[focus\=true\]\:ring-indigo-400[data-focus="true"] {
2119
- --tw-ring-color: var(--color-indigo-400);
2121
+ --tw-ring-color: oklch(67.3% 0.182 276.935);
2120
2122
  }
2121
2123
  .ps .data-\[focus\=true\]\:ring-inset[data-focus="true"] {
2122
2124
  --tw-ring-inset: inset;
2123
2125
  }
2124
2126
  .ps .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
2125
- --tw-translate-y: calc(var(--spacing) * 1);
2127
+ --tw-translate-y: calc(0.25rem * 1);
2126
2128
  translate: var(--tw-translate-x) var(--tw-translate-y);
2127
2129
  }
2128
2130
  .ps .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
2129
- --tw-enter-translate-y: calc(2*var(--spacing)*-1);
2131
+ --tw-enter-translate-y: calc(2*0.25rem*-1);
2130
2132
  }
2131
2133
  .ps .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
2132
- --tw-translate-x: calc(var(--spacing) * -1);
2134
+ --tw-translate-x: calc(0.25rem * -1);
2133
2135
  translate: var(--tw-translate-x) var(--tw-translate-y);
2134
2136
  }
2135
2137
  .ps .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
2136
- --tw-enter-translate-x: calc(2*var(--spacing));
2138
+ --tw-enter-translate-x: calc(2*0.25rem);
2137
2139
  }
2138
2140
  .ps .data-\[side\=right\]\:translate-x-1[data-side="right"] {
2139
- --tw-translate-x: calc(var(--spacing) * 1);
2141
+ --tw-translate-x: calc(0.25rem * 1);
2140
2142
  translate: var(--tw-translate-x) var(--tw-translate-y);
2141
2143
  }
2142
2144
  .ps .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
2143
- --tw-enter-translate-x: calc(2*var(--spacing)*-1);
2145
+ --tw-enter-translate-x: calc(2*0.25rem*-1);
2144
2146
  }
2145
2147
  .ps .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
2146
- --tw-translate-y: calc(var(--spacing) * -1);
2148
+ --tw-translate-y: calc(0.25rem * -1);
2147
2149
  translate: var(--tw-translate-x) var(--tw-translate-y);
2148
2150
  }
2149
2151
  .ps .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
2150
- --tw-enter-translate-y: calc(2*var(--spacing));
2152
+ --tw-enter-translate-y: calc(2*0.25rem);
2151
2153
  }
2152
2154
  .ps .data-\[state\=checked\]\:translate-x-4[data-state="checked"] {
2153
- --tw-translate-x: calc(var(--spacing) * 4);
2155
+ --tw-translate-x: calc(0.25rem * 4);
2154
2156
  translate: var(--tw-translate-x) var(--tw-translate-y);
2155
2157
  }
2156
2158
  .ps .data-\[state\=checked\]\:bg-primary[data-state="checked"] {
@@ -2160,7 +2162,7 @@
2160
2162
  color: oklch(0.985 0 0);
2161
2163
  }
2162
2164
  .ps .data-\[state\=closed\]\:animate-out[data-state="closed"] {
2163
- animation: exit .15sease0s1normalnone;
2165
+ animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
2164
2166
  }
2165
2167
  .ps .data-\[state\=closed\]\:duration-300[data-state="closed"] {
2166
2168
  --tw-duration: 300ms;
@@ -2193,7 +2195,7 @@
2193
2195
  --tw-exit-translate-y: calc(48%*-1);
2194
2196
  }
2195
2197
  .ps .data-\[state\=open\]\:animate-in[data-state="open"] {
2196
- animation: enter .15sease0s1normalnone;
2198
+ animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
2197
2199
  }
2198
2200
  .ps .data-\[state\=open\]\:border-primary[data-state="open"] {
2199
2201
  border-color: oklch(0.64 0.1423 268.56);
@@ -2244,7 +2246,7 @@
2244
2246
  background-color: oklch(0.967 0.001 286.375);
2245
2247
  }
2246
2248
  .ps .data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
2247
- --tw-translate-x: calc(var(--spacing) * 0);
2249
+ --tw-translate-x: calc(0.25rem * 0);
2248
2250
  translate: var(--tw-translate-x) var(--tw-translate-y);
2249
2251
  }
2250
2252
  .ps .data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
@@ -2285,7 +2287,7 @@
2285
2287
  @media (width >= 48rem) {
2286
2288
  .ps .md\:text-sm {
2287
2289
  font-size: 0.875rem;
2288
- line-height: calc(1.25 / 0.875);
2290
+ line-height: var(--tw-leading, calc(1.25 / 0.875));
2289
2291
  }
2290
2292
  }
2291
2293
  .ps .dark\:scale-0:is(.dark *) {
@@ -2385,7 +2387,7 @@
2385
2387
  background-color: transparent;
2386
2388
  }
2387
2389
  .ps .\[\&\>button\]\:font-bold>button {
2388
- --tw-font-weight: var(--font-weight-bold);
2390
+ --tw-font-weight: 700;
2389
2391
  font-weight: 700;
2390
2392
  }
2391
2393
  .ps .\[\&\>button\]\:text-accent-foreground>button {
@@ -2559,8 +2561,8 @@
2559
2561
  tab-size: 4;
2560
2562
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
2561
2563
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
2562
- font-feature-settings: normal;
2563
- font-variation-settings: normal;
2564
+ font-feature-settings: var(--default-font-feature-settings, normal);
2565
+ font-variation-settings: var(--default-font-variation-settings, normal);
2564
2566
  -webkit-tap-highlight-color: transparent;
2565
2567
  }
2566
2568
  .ps hr {
@@ -2587,8 +2589,8 @@
2587
2589
  .ps code, .ps kbd, .ps samp, .ps pre {
2588
2590
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
2589
2591
  "Courier New", monospace;
2590
- font-feature-settings: normal;
2591
- font-variation-settings: normal;
2592
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
2593
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
2592
2594
  font-size: 1em;
2593
2595
  }
2594
2596
  .ps small {
@@ -2983,14 +2985,14 @@
2983
2985
  }
2984
2986
  @keyframes enter {
2985
2987
  from {
2986
- opacity: 1;
2987
- transform: translate3d(0,0,0)scale3d(1,1,1)rotate(0);
2988
+ opacity: var(--tw-enter-opacity,1);
2989
+ transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
2988
2990
  }
2989
2991
  }
2990
2992
  @keyframes exit {
2991
2993
  to {
2992
- opacity: 1;
2993
- transform: translate3d(0,0,0)scale3d(1,1,1)rotate(0);
2994
+ opacity: var(--tw-exit-opacity,1);
2995
+ transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
2994
2996
  }
2995
2997
  }
2996
2998
  @keyframes indeterminate {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/studio-core",
3
- "version": "0.0.0-dev.202506192124",
3
+ "version": "0.0.0-dev.202506200252",
4
4
  "description": "Modular Prisma Studio components",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -106,10 +106,10 @@
106
106
  "next-themes": "0.4.6",
107
107
  "nuqs": "2.4.1",
108
108
  "postcss": "8.4.41",
109
- "postcss-custom-properties": "14.0.6",
110
109
  "postcss-import": "16.1.0",
111
110
  "postcss-nested": "7.0.2",
112
111
  "postcss-prefix-selector": "2.1.1",
112
+ "postcss-value-parser": "4.2.0",
113
113
  "react-day-picker": "9.6.7",
114
114
  "reactflow": "11.11.4",
115
115
  "remeda": "2.21.3",