@powerhousedao/design-system 6.0.0-dev.2 → 6.0.0-dev.21
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/src/connect/components/document-state-viewer/document-state-viewer.d.ts +9 -0
- package/dist/src/connect/components/document-state-viewer/document-state-viewer.d.ts.map +1 -0
- package/dist/src/connect/components/document-state-viewer/document-state-viewer.js +20 -0
- package/dist/src/connect/components/document-state-viewer/document-state-viewer.js.map +1 -0
- package/dist/src/connect/components/document-toolbar/document-toolbar.d.ts.map +1 -1
- package/dist/src/connect/components/document-toolbar/document-toolbar.js +17 -3
- package/dist/src/connect/components/document-toolbar/document-toolbar.js.map +1 -1
- package/dist/src/connect/components/document-toolbar/document-toolbar.stories.d.ts +38 -0
- package/dist/src/connect/components/document-toolbar/document-toolbar.stories.d.ts.map +1 -0
- package/dist/src/connect/components/document-toolbar/document-toolbar.stories.js +223 -0
- package/dist/src/connect/components/document-toolbar/document-toolbar.stories.js.map +1 -0
- package/dist/src/connect/components/file-item/file-item.d.ts.map +1 -1
- package/dist/src/connect/components/file-item/file-item.js +5 -2
- package/dist/src/connect/components/file-item/file-item.js.map +1 -1
- package/dist/src/connect/components/folder-item/folder-item.d.ts +1 -1
- package/dist/src/connect/components/folder-item/folder-item.d.ts.map +1 -1
- package/dist/src/connect/components/folder-item/folder-item.js +5 -4
- package/dist/src/connect/components/folder-item/folder-item.js.map +1 -1
- package/dist/src/connect/components/home-screen/home-screen-item.js +1 -1
- package/dist/src/connect/components/home-screen/home-screen-item.js.map +1 -1
- package/dist/src/connect/components/home-screen/home-screen-item.stories.d.ts +1 -0
- package/dist/src/connect/components/home-screen/home-screen-item.stories.d.ts.map +1 -1
- package/dist/src/connect/components/home-screen/home-screen-item.stories.js +13 -0
- package/dist/src/connect/components/home-screen/home-screen-item.stories.js.map +1 -1
- package/dist/src/connect/components/index.d.ts +4 -2
- package/dist/src/connect/components/index.d.ts.map +1 -1
- package/dist/src/connect/components/index.js +4 -2
- package/dist/src/connect/components/index.js.map +1 -1
- package/dist/src/connect/components/modal/inspector-modal/inspector-modal.stories.js +3 -3
- package/dist/src/connect/components/modal/inspector-modal/inspector-modal.stories.js.map +1 -1
- package/dist/src/connect/components/remotes-inspector/components/channel-inspector.d.ts +1 -1
- package/dist/src/connect/components/remotes-inspector/components/channel-inspector.d.ts.map +1 -1
- package/dist/src/connect/components/remotes-inspector/components/channel-inspector.js +1 -2
- package/dist/src/connect/components/remotes-inspector/components/channel-inspector.js.map +1 -1
- package/dist/src/connect/components/remotes-inspector/components/mailbox-table.d.ts.map +1 -1
- package/dist/src/connect/components/remotes-inspector/components/mailbox-table.js +1 -1
- package/dist/src/connect/components/remotes-inspector/components/mailbox-table.js.map +1 -1
- package/dist/src/connect/components/remotes-inspector/remotes-inspector.d.ts +1 -1
- package/dist/src/connect/components/remotes-inspector/remotes-inspector.d.ts.map +1 -1
- package/dist/src/connect/components/remotes-inspector/remotes-inspector.js +0 -1
- package/dist/src/connect/components/remotes-inspector/remotes-inspector.js.map +1 -1
- package/dist/src/connect/components/remotes-inspector/remotes-inspector.stories.js +4 -4
- package/dist/src/connect/components/remotes-inspector/remotes-inspector.stories.js.map +1 -1
- package/dist/src/connect/components/sidebar/sidebar-item.d.ts.map +1 -1
- package/dist/src/connect/components/sidebar/sidebar-item.js +3 -2
- package/dist/src/connect/components/sidebar/sidebar-item.js.map +1 -1
- package/dist/src/connect/components/sidebar/sidebar.stories.d.ts.map +1 -1
- package/dist/src/connect/components/sidebar/sidebar.stories.js +3 -1
- package/dist/src/connect/components/sidebar/sidebar.stories.js.map +1 -1
- package/dist/src/connect/constants/icons.d.ts.map +1 -1
- package/dist/src/connect/constants/icons.js.map +1 -1
- package/dist/src/ui/components/index.d.ts +1 -1
- package/dist/src/ui/components/index.d.ts.map +1 -1
- package/dist/src/ui/components/index.js +1 -1
- package/dist/src/ui/components/index.js.map +1 -1
- package/dist/src/ui/components/json-viewer/json-viewer.d.ts +3 -0
- package/dist/src/ui/components/json-viewer/json-viewer.d.ts.map +1 -0
- package/dist/src/ui/components/json-viewer/json-viewer.js +16 -0
- package/dist/src/ui/components/json-viewer/json-viewer.js.map +1 -0
- package/dist/style.css +285 -98
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -7
package/dist/style.css
CHANGED
|
@@ -683,6 +683,128 @@
|
|
|
683
683
|
transform: rotate(360deg);
|
|
684
684
|
}
|
|
685
685
|
}
|
|
686
|
+
._GzYRV {
|
|
687
|
+
line-height: 1.2;
|
|
688
|
+
white-space: pre-wrap;
|
|
689
|
+
white-space: -moz-pre-wrap;
|
|
690
|
+
white-space: -pre-wrap;
|
|
691
|
+
white-space: -o-pre-wrap;
|
|
692
|
+
word-wrap: break-word;
|
|
693
|
+
}
|
|
694
|
+
._3eOF8 {
|
|
695
|
+
margin-right: 5px;
|
|
696
|
+
font-weight: bold;
|
|
697
|
+
}
|
|
698
|
+
._3eOF8 + ._3eOF8 {
|
|
699
|
+
margin-left: -5px;
|
|
700
|
+
}
|
|
701
|
+
._1MFti {
|
|
702
|
+
cursor: pointer;
|
|
703
|
+
}
|
|
704
|
+
._f10Tu {
|
|
705
|
+
font-size: 1.2em;
|
|
706
|
+
margin-right: 5px;
|
|
707
|
+
-webkit-user-select: none;
|
|
708
|
+
-moz-user-select: none;
|
|
709
|
+
user-select: none;
|
|
710
|
+
}
|
|
711
|
+
._1UmXx::after {
|
|
712
|
+
content: '\25B8';
|
|
713
|
+
}
|
|
714
|
+
._1LId0::after {
|
|
715
|
+
content: '\25BE';
|
|
716
|
+
}
|
|
717
|
+
._1pNG9 {
|
|
718
|
+
margin-right: 5px;
|
|
719
|
+
}
|
|
720
|
+
._1pNG9::after {
|
|
721
|
+
content: '...';
|
|
722
|
+
font-size: 0.8em;
|
|
723
|
+
}
|
|
724
|
+
._2IvMF {
|
|
725
|
+
background: #eee;
|
|
726
|
+
}
|
|
727
|
+
._2bkNM {
|
|
728
|
+
margin: 0;
|
|
729
|
+
padding: 0 10px;
|
|
730
|
+
}
|
|
731
|
+
._1BXBN {
|
|
732
|
+
margin: 0;
|
|
733
|
+
padding: 0;
|
|
734
|
+
}
|
|
735
|
+
._1MGIk {
|
|
736
|
+
font-weight: 600;
|
|
737
|
+
margin-right: 5px;
|
|
738
|
+
color: #000000;
|
|
739
|
+
}
|
|
740
|
+
._3uHL6 {
|
|
741
|
+
color: #000000;
|
|
742
|
+
}
|
|
743
|
+
._2T6PJ {
|
|
744
|
+
color: #df113a;
|
|
745
|
+
}
|
|
746
|
+
._1Gho6 {
|
|
747
|
+
color: #df113a;
|
|
748
|
+
}
|
|
749
|
+
._vGjyY {
|
|
750
|
+
color: rgb(42, 63, 60);
|
|
751
|
+
}
|
|
752
|
+
._1bQdo {
|
|
753
|
+
color: #0b75f5;
|
|
754
|
+
}
|
|
755
|
+
._3zQKs {
|
|
756
|
+
color: rgb(70, 144, 56);
|
|
757
|
+
}
|
|
758
|
+
._1xvuR {
|
|
759
|
+
color: #43413d;
|
|
760
|
+
}
|
|
761
|
+
._oLqym {
|
|
762
|
+
color: #000000;
|
|
763
|
+
}
|
|
764
|
+
._2AXVT {
|
|
765
|
+
color: #000000;
|
|
766
|
+
}
|
|
767
|
+
._2KJWg {
|
|
768
|
+
color: #000000;
|
|
769
|
+
}
|
|
770
|
+
._11RoI {
|
|
771
|
+
background: rgb(0, 43, 54);
|
|
772
|
+
}
|
|
773
|
+
._17H2C {
|
|
774
|
+
color: rgb(253, 246, 227);
|
|
775
|
+
}
|
|
776
|
+
._3QHg2 {
|
|
777
|
+
color: rgb(253, 246, 227);
|
|
778
|
+
}
|
|
779
|
+
._3fDAz {
|
|
780
|
+
color: rgb(253, 246, 227);
|
|
781
|
+
}
|
|
782
|
+
._2bSDX {
|
|
783
|
+
font-weight: bolder;
|
|
784
|
+
margin-right: 5px;
|
|
785
|
+
color: rgb(253, 246, 227);
|
|
786
|
+
}
|
|
787
|
+
._gsbQL {
|
|
788
|
+
color: rgb(253, 246, 227);
|
|
789
|
+
}
|
|
790
|
+
._LaAZe {
|
|
791
|
+
color: rgb(129, 181, 172);
|
|
792
|
+
}
|
|
793
|
+
._GTKgm {
|
|
794
|
+
color: rgb(129, 181, 172);
|
|
795
|
+
}
|
|
796
|
+
._Chy1W {
|
|
797
|
+
color: rgb(203, 75, 22);
|
|
798
|
+
}
|
|
799
|
+
._2bveF {
|
|
800
|
+
color: rgb(211, 54, 130);
|
|
801
|
+
}
|
|
802
|
+
._2vRm- {
|
|
803
|
+
color: rgb(174, 129, 255);
|
|
804
|
+
}
|
|
805
|
+
._1prJR {
|
|
806
|
+
color: rgb(38, 139, 210);
|
|
807
|
+
}
|
|
686
808
|
@layer theme, base, components, utilities;
|
|
687
809
|
@layer theme {
|
|
688
810
|
:root, :host {
|
|
@@ -717,6 +839,7 @@
|
|
|
717
839
|
--color-blue-700: hsl(209 100% 60%);
|
|
718
840
|
--color-blue-800: hsl(209 100% 55%);
|
|
719
841
|
--color-blue-900: hsl(209 100% 50%);
|
|
842
|
+
--color-violet-400: oklch(70.2% 0.183 293.541);
|
|
720
843
|
--color-purple-900: hsl(263 78% 63%);
|
|
721
844
|
--color-slate-50: hsl(210 20% 96%);
|
|
722
845
|
--color-slate-100: hsl(210 9% 74%);
|
|
@@ -739,6 +862,7 @@
|
|
|
739
862
|
--color-gray-900: hsl(192 5% 21%);
|
|
740
863
|
--color-zinc-50: oklch(98.5% 0 0);
|
|
741
864
|
--color-zinc-200: oklch(92% 0.004 286.32);
|
|
865
|
+
--color-zinc-300: oklch(87.1% 0.006 286.286);
|
|
742
866
|
--color-zinc-500: oklch(55.2% 0.016 285.938);
|
|
743
867
|
--color-zinc-600: oklch(44.2% 0.017 285.786);
|
|
744
868
|
--color-stone-300: oklch(86.9% 0.005 56.366);
|
|
@@ -1004,9 +1128,6 @@
|
|
|
1004
1128
|
.top-3\.5 {
|
|
1005
1129
|
top: calc(var(--spacing) * 3.5);
|
|
1006
1130
|
}
|
|
1007
|
-
.top-8 {
|
|
1008
|
-
top: calc(var(--spacing) * 8);
|
|
1009
|
-
}
|
|
1010
1131
|
.top-10 {
|
|
1011
1132
|
top: calc(var(--spacing) * 10);
|
|
1012
1133
|
}
|
|
@@ -1058,9 +1179,6 @@
|
|
|
1058
1179
|
.left-2 {
|
|
1059
1180
|
left: calc(var(--spacing) * 2);
|
|
1060
1181
|
}
|
|
1061
|
-
.left-8 {
|
|
1062
|
-
left: calc(var(--spacing) * 8);
|
|
1063
|
-
}
|
|
1064
1182
|
.left-\[-2px\] {
|
|
1065
1183
|
left: -2px;
|
|
1066
1184
|
}
|
|
@@ -1148,6 +1266,9 @@
|
|
|
1148
1266
|
.my-40 {
|
|
1149
1267
|
margin-block: calc(var(--spacing) * 40);
|
|
1150
1268
|
}
|
|
1269
|
+
.-mt-2 {
|
|
1270
|
+
margin-top: calc(var(--spacing) * -2);
|
|
1271
|
+
}
|
|
1151
1272
|
.-mt-12 {
|
|
1152
1273
|
margin-top: calc(var(--spacing) * -12);
|
|
1153
1274
|
}
|
|
@@ -1353,9 +1474,6 @@
|
|
|
1353
1474
|
.h-4 {
|
|
1354
1475
|
height: calc(var(--spacing) * 4);
|
|
1355
1476
|
}
|
|
1356
|
-
.h-5 {
|
|
1357
|
-
height: calc(var(--spacing) * 5);
|
|
1358
|
-
}
|
|
1359
1477
|
.h-6 {
|
|
1360
1478
|
height: calc(var(--spacing) * 6);
|
|
1361
1479
|
}
|
|
@@ -1548,6 +1666,9 @@
|
|
|
1548
1666
|
.w-32 {
|
|
1549
1667
|
width: calc(var(--spacing) * 32);
|
|
1550
1668
|
}
|
|
1669
|
+
.w-40 {
|
|
1670
|
+
width: calc(var(--spacing) * 40);
|
|
1671
|
+
}
|
|
1551
1672
|
.w-48 {
|
|
1552
1673
|
width: calc(var(--spacing) * 48);
|
|
1553
1674
|
}
|
|
@@ -1958,6 +2079,10 @@
|
|
|
1958
2079
|
border-top-right-radius: var(--radius-md);
|
|
1959
2080
|
border-bottom-right-radius: var(--radius-md);
|
|
1960
2081
|
}
|
|
2082
|
+
.rounded-r-sm {
|
|
2083
|
+
border-top-right-radius: var(--radius-sm);
|
|
2084
|
+
border-bottom-right-radius: var(--radius-sm);
|
|
2085
|
+
}
|
|
1961
2086
|
.rounded-tr-md {
|
|
1962
2087
|
border-top-right-radius: var(--radius-md);
|
|
1963
2088
|
}
|
|
@@ -2070,6 +2195,9 @@
|
|
|
2070
2195
|
.border-b-gray-300 {
|
|
2071
2196
|
border-bottom-color: var(--color-gray-300);
|
|
2072
2197
|
}
|
|
2198
|
+
.\!bg-transparent {
|
|
2199
|
+
background-color: transparent !important;
|
|
2200
|
+
}
|
|
2073
2201
|
.bg-\[\#ffffff\] {
|
|
2074
2202
|
background-color: #ffffff;
|
|
2075
2203
|
}
|
|
@@ -2172,12 +2300,18 @@
|
|
|
2172
2300
|
.bg-transparent {
|
|
2173
2301
|
background-color: transparent;
|
|
2174
2302
|
}
|
|
2303
|
+
.bg-violet-400 {
|
|
2304
|
+
background-color: var(--color-violet-400);
|
|
2305
|
+
}
|
|
2175
2306
|
.bg-white {
|
|
2176
2307
|
background-color: var(--color-white);
|
|
2177
2308
|
}
|
|
2178
2309
|
.bg-zinc-50 {
|
|
2179
2310
|
background-color: var(--color-zinc-50);
|
|
2180
2311
|
}
|
|
2312
|
+
.bg-zinc-300 {
|
|
2313
|
+
background-color: var(--color-zinc-300);
|
|
2314
|
+
}
|
|
2181
2315
|
.object-contain {
|
|
2182
2316
|
object-fit: contain;
|
|
2183
2317
|
}
|
|
@@ -2340,6 +2474,9 @@
|
|
|
2340
2474
|
.text-start {
|
|
2341
2475
|
text-align: start;
|
|
2342
2476
|
}
|
|
2477
|
+
.font-mono {
|
|
2478
|
+
font-family: var(--font-mono);
|
|
2479
|
+
}
|
|
2343
2480
|
.font-sans {
|
|
2344
2481
|
font-family: var(--font-sans);
|
|
2345
2482
|
}
|
|
@@ -2401,6 +2538,10 @@
|
|
|
2401
2538
|
--tw-leading: 22px;
|
|
2402
2539
|
line-height: 22px;
|
|
2403
2540
|
}
|
|
2541
|
+
.\!font-semibold {
|
|
2542
|
+
--tw-font-weight: var(--font-weight-semibold) !important;
|
|
2543
|
+
font-weight: var(--font-weight-semibold) !important;
|
|
2544
|
+
}
|
|
2404
2545
|
.font-bold {
|
|
2405
2546
|
--tw-font-weight: var(--font-weight-bold);
|
|
2406
2547
|
font-weight: var(--font-weight-bold);
|
|
@@ -2434,6 +2575,12 @@
|
|
|
2434
2575
|
.whitespace-nowrap {
|
|
2435
2576
|
white-space: nowrap;
|
|
2436
2577
|
}
|
|
2578
|
+
.\!text-gray-600 {
|
|
2579
|
+
color: var(--color-gray-600) !important;
|
|
2580
|
+
}
|
|
2581
|
+
.\!text-gray-700 {
|
|
2582
|
+
color: var(--color-gray-700) !important;
|
|
2583
|
+
}
|
|
2437
2584
|
.\!text-red-800 {
|
|
2438
2585
|
color: var(--color-red-800) !important;
|
|
2439
2586
|
}
|
|
@@ -2820,6 +2967,13 @@
|
|
|
2820
2967
|
}
|
|
2821
2968
|
}
|
|
2822
2969
|
}
|
|
2970
|
+
.group-hover\/sidebar-item\:opacity-100 {
|
|
2971
|
+
&:is(:where(.group\/sidebar-item):hover *) {
|
|
2972
|
+
@media (hover: hover) {
|
|
2973
|
+
opacity: 100%;
|
|
2974
|
+
}
|
|
2975
|
+
}
|
|
2976
|
+
}
|
|
2823
2977
|
.peer-checked\:bg-blue-900 {
|
|
2824
2978
|
&:is(:where(.peer):checked ~ *) {
|
|
2825
2979
|
background-color: var(--color-blue-900);
|
|
@@ -4415,6 +4569,9 @@ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-o
|
|
|
4415
4569
|
input[type="number"] {
|
|
4416
4570
|
-moz-appearance: textfield;
|
|
4417
4571
|
}
|
|
4572
|
+
.hover-bg-transparent:hover {
|
|
4573
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
4574
|
+
}
|
|
4418
4575
|
@layer base {
|
|
4419
4576
|
h1, h2, h3, h4, h5, h6, p {
|
|
4420
4577
|
color: var(--color-gray-900);
|
|
@@ -4422,95 +4579,125 @@ input[type="number"] {
|
|
|
4422
4579
|
button {
|
|
4423
4580
|
cursor: pointer;
|
|
4424
4581
|
}
|
|
4425
|
-
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4450
|
-
|
|
4451
|
-
|
|
4452
|
-
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
}
|
|
4480
|
-
.ph-default-styles textarea {
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
}
|
|
4508
|
-
.ph-default-styles
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4582
|
+
.ph-default-styles h1 {
|
|
4583
|
+
margin-top: calc(var(--spacing) * 6);
|
|
4584
|
+
margin-bottom: calc(var(--spacing) * 4);
|
|
4585
|
+
font-family: var(--font-sans);
|
|
4586
|
+
font-size: 32px;
|
|
4587
|
+
--tw-leading: 120%;
|
|
4588
|
+
line-height: 120%;
|
|
4589
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
4590
|
+
font-weight: var(--font-weight-bold);
|
|
4591
|
+
color: #343839;
|
|
4592
|
+
}
|
|
4593
|
+
.ph-default-styles h2 {
|
|
4594
|
+
margin-top: calc(var(--spacing) * 5);
|
|
4595
|
+
margin-bottom: calc(var(--spacing) * 3);
|
|
4596
|
+
font-family: var(--font-sans);
|
|
4597
|
+
font-size: var(--text-2xl);
|
|
4598
|
+
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
4599
|
+
--tw-leading: 120%;
|
|
4600
|
+
line-height: 120%;
|
|
4601
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
4602
|
+
font-weight: var(--font-weight-bold);
|
|
4603
|
+
color: #343839;
|
|
4604
|
+
}
|
|
4605
|
+
.ph-default-styles h3 {
|
|
4606
|
+
margin-top: calc(var(--spacing) * 4);
|
|
4607
|
+
margin-bottom: calc(var(--spacing) * 2);
|
|
4608
|
+
font-family: var(--font-sans);
|
|
4609
|
+
font-size: var(--text-xl);
|
|
4610
|
+
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
4611
|
+
--tw-leading: 120%;
|
|
4612
|
+
line-height: 120%;
|
|
4613
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
4614
|
+
font-weight: var(--font-weight-bold);
|
|
4615
|
+
color: #343839;
|
|
4616
|
+
}
|
|
4617
|
+
.ph-default-styles p {
|
|
4618
|
+
font-family: var(--font-sans);
|
|
4619
|
+
font-size: var(--text-base);
|
|
4620
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
4621
|
+
--tw-leading: 120%;
|
|
4622
|
+
line-height: 120%;
|
|
4623
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
4624
|
+
font-weight: var(--font-weight-normal);
|
|
4625
|
+
color: #343839;
|
|
4626
|
+
}
|
|
4627
|
+
.ph-default-styles small {
|
|
4628
|
+
font-family: var(--font-sans);
|
|
4629
|
+
font-size: var(--text-sm);
|
|
4630
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
4631
|
+
--tw-leading: 100%;
|
|
4632
|
+
line-height: 100%;
|
|
4633
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
4634
|
+
font-weight: var(--font-weight-normal);
|
|
4635
|
+
color: #474d4e;
|
|
4636
|
+
}
|
|
4637
|
+
.ph-default-styles input[type="text"], .ph-default-styles input[type="email"], .ph-default-styles input[type="password"], .ph-default-styles input[type="search"], .ph-default-styles input[type="tel"], .ph-default-styles input[type="url"], .ph-default-styles input[type="number"], .ph-default-styles textarea {
|
|
4638
|
+
margin-bottom: 10px;
|
|
4639
|
+
box-sizing: border-box;
|
|
4640
|
+
width: 100%;
|
|
4641
|
+
border-radius: var(--radius-md);
|
|
4642
|
+
border-style: var(--tw-border-style);
|
|
4643
|
+
border-width: 1px;
|
|
4644
|
+
border-color: #ced4da;
|
|
4645
|
+
background-color: var(--color-white);
|
|
4646
|
+
padding-inline: calc(var(--spacing) * 3);
|
|
4647
|
+
padding-block: 7px;
|
|
4648
|
+
font-family: var(--font-sans);
|
|
4649
|
+
font-size: var(--text-sm);
|
|
4650
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
4651
|
+
--tw-leading: calc(var(--spacing) * 5);
|
|
4652
|
+
line-height: calc(var(--spacing) * 5);
|
|
4653
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
4654
|
+
font-weight: var(--font-weight-normal);
|
|
4655
|
+
color: #343839;
|
|
4656
|
+
}
|
|
4657
|
+
.ph-default-styles textarea {
|
|
4658
|
+
min-height: calc(var(--spacing) * 9);
|
|
4659
|
+
resize: vertical;
|
|
4660
|
+
}
|
|
4661
|
+
.ph-default-styles input[type="text"]:is([readonly], [disabled]), .ph-default-styles input[type="email"]:is([readonly], [disabled]), .ph-default-styles input[type="password"]:is([readonly], [disabled]), .ph-default-styles input[type="search"]:is([readonly], [disabled]), .ph-default-styles input[type="tel"]:is([readonly], [disabled]), .ph-default-styles input[type="url"]:is([readonly], [disabled]), .ph-default-styles input[type="number"]:is([readonly], [disabled]), .ph-default-styles textarea:is([readonly], [disabled]) {
|
|
4662
|
+
background-color: var(--color-gray-50);
|
|
4663
|
+
color: var(--color-gray-500);
|
|
4664
|
+
}
|
|
4665
|
+
.ph-default-styles a {
|
|
4666
|
+
color: #007bff;
|
|
4667
|
+
text-decoration-line: none;
|
|
4668
|
+
}
|
|
4669
|
+
.ph-default-styles a:hover {
|
|
4670
|
+
color: #0056b3;
|
|
4671
|
+
text-decoration-line: underline;
|
|
4672
|
+
}
|
|
4673
|
+
.ph-default-styles a:focus {
|
|
4674
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
4675
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4676
|
+
--tw-ring-color: color-mix(in oklab, #007bff 50%, transparent);
|
|
4677
|
+
--tw-ring-offset-width: 2px;
|
|
4678
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
4679
|
+
--tw-outline-style: none;
|
|
4680
|
+
outline-style: none;
|
|
4681
|
+
}
|
|
4682
|
+
.ph-default-styles ul, .ph-default-styles ol {
|
|
4683
|
+
margin-top: calc(var(--spacing) * 0);
|
|
4684
|
+
margin-bottom: calc(var(--spacing) * 0);
|
|
4685
|
+
padding-left: calc(var(--spacing) * 0);
|
|
4686
|
+
}
|
|
4687
|
+
.ph-default-styles label {
|
|
4688
|
+
display: block;
|
|
4689
|
+
font-family: var(--font-sans);
|
|
4690
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
4691
|
+
font-weight: var(--font-weight-medium);
|
|
4692
|
+
color: #343839;
|
|
4693
|
+
}
|
|
4694
|
+
.ph-default-styles hr {
|
|
4695
|
+
margin-block: calc(var(--spacing) * 4);
|
|
4696
|
+
height: 1px;
|
|
4697
|
+
border-style: var(--tw-border-style);
|
|
4698
|
+
border-width: 0px;
|
|
4699
|
+
background-color: #ced4da;
|
|
4700
|
+
}
|
|
4514
4701
|
}
|
|
4515
4702
|
@layer base {
|
|
4516
4703
|
* {
|