@ohhwells/bridge 0.1.33-next.37 → 0.1.33
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/index.cjs +164 -319
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -5
- package/dist/index.d.ts +1 -5
- package/dist/index.js +134 -287
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -123
- package/package.json +1 -2
package/dist/styles.css
CHANGED
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
:root, :host {
|
|
5
5
|
--font-sans: Figtree, sans-serif;
|
|
6
6
|
--color-red-500: oklch(63.7% 0.237 25.331);
|
|
7
|
-
--color-stone-200: oklch(92.3% 0.003 48.717);
|
|
8
|
-
--color-stone-500: #78716C;
|
|
9
|
-
--color-stone-950: #0C0A09;
|
|
10
7
|
--color-black: #000;
|
|
11
8
|
--color-white: #fff;
|
|
12
9
|
--spacing: 0.25rem;
|
|
@@ -41,7 +38,6 @@
|
|
|
41
38
|
--font-body: 'Red Hat Display', system-ui, sans-serif;
|
|
42
39
|
--color-primary: var(--ohw-primary, #0885FE);
|
|
43
40
|
--color-primary-foreground: var(--ohw-primary-foreground, #FAFAF9);
|
|
44
|
-
--color-primary-50: var(--ohw-primary-50, #EFF6FF);
|
|
45
41
|
--color-background: var(--ohw-background, #ffffff);
|
|
46
42
|
--color-foreground: var(--ohw-foreground, #020617);
|
|
47
43
|
--color-card-foreground: var(--ohw-card-foreground, #020617);
|
|
@@ -204,10 +200,6 @@
|
|
|
204
200
|
.inline-flex {
|
|
205
201
|
display: inline-flex;
|
|
206
202
|
}
|
|
207
|
-
.size-4 {
|
|
208
|
-
width: calc(var(--spacing) * 4);
|
|
209
|
-
height: calc(var(--spacing) * 4);
|
|
210
|
-
}
|
|
211
203
|
.h-7 {
|
|
212
204
|
height: calc(var(--spacing) * 7);
|
|
213
205
|
}
|
|
@@ -244,9 +236,6 @@
|
|
|
244
236
|
.max-h-48 {
|
|
245
237
|
max-height: calc(var(--spacing) * 48);
|
|
246
238
|
}
|
|
247
|
-
.max-h-\[30px\] {
|
|
248
|
-
max-height: 30px;
|
|
249
|
-
}
|
|
250
239
|
.max-h-\[calc\(100\%-32px\)\] {
|
|
251
240
|
max-height: calc(100% - 32px);
|
|
252
241
|
}
|
|
@@ -262,9 +251,6 @@
|
|
|
262
251
|
.w-2 {
|
|
263
252
|
width: calc(var(--spacing) * 2);
|
|
264
253
|
}
|
|
265
|
-
.w-4 {
|
|
266
|
-
width: calc(var(--spacing) * 4);
|
|
267
|
-
}
|
|
268
254
|
.w-7 {
|
|
269
255
|
width: calc(var(--spacing) * 7);
|
|
270
256
|
}
|
|
@@ -337,9 +323,6 @@
|
|
|
337
323
|
.cursor-default {
|
|
338
324
|
cursor: default;
|
|
339
325
|
}
|
|
340
|
-
.cursor-grab {
|
|
341
|
-
cursor: grab;
|
|
342
|
-
}
|
|
343
326
|
.cursor-pointer {
|
|
344
327
|
cursor: pointer;
|
|
345
328
|
}
|
|
@@ -759,9 +742,6 @@
|
|
|
759
742
|
.text-secondary-foreground {
|
|
760
743
|
color: var(--color-secondary-foreground);
|
|
761
744
|
}
|
|
762
|
-
.text-stone-500 {
|
|
763
|
-
color: var(--color-stone-500);
|
|
764
|
-
}
|
|
765
745
|
.italic {
|
|
766
746
|
font-style: italic;
|
|
767
747
|
}
|
|
@@ -792,10 +772,6 @@
|
|
|
792
772
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
793
773
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
794
774
|
}
|
|
795
|
-
.shadow-md {
|
|
796
|
-
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
797
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
798
|
-
}
|
|
799
775
|
.shadow-none {
|
|
800
776
|
--tw-shadow: 0 0 #0000;
|
|
801
777
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -837,20 +813,11 @@
|
|
|
837
813
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
838
814
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
839
815
|
}
|
|
840
|
-
.transition-all {
|
|
841
|
-
transition-property: all;
|
|
842
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
843
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
844
|
-
}
|
|
845
816
|
.transition-colors {
|
|
846
817
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
847
818
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
848
819
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
849
820
|
}
|
|
850
|
-
.duration-200 {
|
|
851
|
-
--tw-duration: 200ms;
|
|
852
|
-
transition-duration: 200ms;
|
|
853
|
-
}
|
|
854
821
|
.outline-none {
|
|
855
822
|
--tw-outline-style: none;
|
|
856
823
|
outline-style: none;
|
|
@@ -1011,78 +978,6 @@
|
|
|
1011
978
|
}
|
|
1012
979
|
}
|
|
1013
980
|
}
|
|
1014
|
-
.enabled\:hover\:border {
|
|
1015
|
-
&:enabled {
|
|
1016
|
-
&:hover {
|
|
1017
|
-
@media (hover: hover) {
|
|
1018
|
-
border-style: var(--tw-border-style);
|
|
1019
|
-
border-width: 1px;
|
|
1020
|
-
}
|
|
1021
|
-
}
|
|
1022
|
-
}
|
|
1023
|
-
}
|
|
1024
|
-
.enabled\:hover\:border-stone-200 {
|
|
1025
|
-
&:enabled {
|
|
1026
|
-
&:hover {
|
|
1027
|
-
@media (hover: hover) {
|
|
1028
|
-
border-color: var(--color-stone-200);
|
|
1029
|
-
}
|
|
1030
|
-
}
|
|
1031
|
-
}
|
|
1032
|
-
}
|
|
1033
|
-
.enabled\:hover\:text-stone-950 {
|
|
1034
|
-
&:enabled {
|
|
1035
|
-
&:hover {
|
|
1036
|
-
@media (hover: hover) {
|
|
1037
|
-
color: var(--color-stone-950);
|
|
1038
|
-
}
|
|
1039
|
-
}
|
|
1040
|
-
}
|
|
1041
|
-
}
|
|
1042
|
-
.enabled\:active\:cursor-grabbing {
|
|
1043
|
-
&:enabled {
|
|
1044
|
-
&:active {
|
|
1045
|
-
cursor: grabbing;
|
|
1046
|
-
}
|
|
1047
|
-
}
|
|
1048
|
-
}
|
|
1049
|
-
.enabled\:active\:border {
|
|
1050
|
-
&:enabled {
|
|
1051
|
-
&:active {
|
|
1052
|
-
border-style: var(--tw-border-style);
|
|
1053
|
-
border-width: 1px;
|
|
1054
|
-
}
|
|
1055
|
-
}
|
|
1056
|
-
}
|
|
1057
|
-
.enabled\:active\:border-primary {
|
|
1058
|
-
&:enabled {
|
|
1059
|
-
&:active {
|
|
1060
|
-
border-color: var(--color-primary);
|
|
1061
|
-
}
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1064
|
-
.enabled\:active\:bg-primary-50 {
|
|
1065
|
-
&:enabled {
|
|
1066
|
-
&:active {
|
|
1067
|
-
background-color: var(--color-primary-50);
|
|
1068
|
-
}
|
|
1069
|
-
}
|
|
1070
|
-
}
|
|
1071
|
-
.enabled\:active\:text-stone-950 {
|
|
1072
|
-
&:enabled {
|
|
1073
|
-
&:active {
|
|
1074
|
-
color: var(--color-stone-950);
|
|
1075
|
-
}
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
.enabled\:active\:shadow {
|
|
1079
|
-
&:enabled {
|
|
1080
|
-
&:active {
|
|
1081
|
-
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
1082
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1083
|
-
}
|
|
1084
|
-
}
|
|
1085
|
-
}
|
|
1086
981
|
.disabled\:pointer-events-none {
|
|
1087
982
|
&:disabled {
|
|
1088
983
|
pointer-events: none;
|
|
@@ -1093,16 +988,6 @@
|
|
|
1093
988
|
cursor: not-allowed;
|
|
1094
989
|
}
|
|
1095
990
|
}
|
|
1096
|
-
.disabled\:text-stone-950 {
|
|
1097
|
-
&:disabled {
|
|
1098
|
-
color: var(--color-stone-950);
|
|
1099
|
-
}
|
|
1100
|
-
}
|
|
1101
|
-
.disabled\:opacity-40 {
|
|
1102
|
-
&:disabled {
|
|
1103
|
-
opacity: 40%;
|
|
1104
|
-
}
|
|
1105
|
-
}
|
|
1106
991
|
.disabled\:opacity-50 {
|
|
1107
992
|
&:disabled {
|
|
1108
993
|
opacity: 50%;
|
|
@@ -1242,10 +1127,8 @@
|
|
|
1242
1127
|
[data-ohw-bridge-root] {
|
|
1243
1128
|
--color-primary: var(--ohw-primary, #0885FE);
|
|
1244
1129
|
--color-primary-foreground: var(--ohw-primary-foreground, #FAFAF9);
|
|
1245
|
-
--color-primary-50: var(--ohw-primary-50, #EFF6FF);
|
|
1246
1130
|
--ohw-primary: #0885FE;
|
|
1247
1131
|
--ohw-primary-foreground: #FAFAF9;
|
|
1248
|
-
--ohw-primary-50: #EFF6FF;
|
|
1249
1132
|
--ohw-background: #ffffff;
|
|
1250
1133
|
--ohw-foreground: #020617;
|
|
1251
1134
|
--ohw-card: #ffffff;
|
|
@@ -1404,7 +1287,6 @@
|
|
|
1404
1287
|
--ohw-popover-foreground: #f8fafc;
|
|
1405
1288
|
--ohw-primary: #f8fafc;
|
|
1406
1289
|
--ohw-primary-foreground: #0f172a;
|
|
1407
|
-
--ohw-primary-50: #1e3a5f;
|
|
1408
1290
|
--ohw-hover-primary: #f1f5f9;
|
|
1409
1291
|
--ohw-secondary: #1e293b;
|
|
1410
1292
|
--ohw-secondary-foreground: #f8fafc;
|
|
@@ -1620,10 +1502,6 @@
|
|
|
1620
1502
|
syntax: "*";
|
|
1621
1503
|
inherits: false;
|
|
1622
1504
|
}
|
|
1623
|
-
@property --tw-duration {
|
|
1624
|
-
syntax: "*";
|
|
1625
|
-
inherits: false;
|
|
1626
|
-
}
|
|
1627
1505
|
@layer properties {
|
|
1628
1506
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
1629
1507
|
*, ::before, ::after, ::backdrop {
|
|
@@ -1667,7 +1545,6 @@
|
|
|
1667
1545
|
--tw-drop-shadow-color: initial;
|
|
1668
1546
|
--tw-drop-shadow-alpha: 100%;
|
|
1669
1547
|
--tw-drop-shadow-size: initial;
|
|
1670
|
-
--tw-duration: initial;
|
|
1671
1548
|
}
|
|
1672
1549
|
}
|
|
1673
1550
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohhwells/bridge",
|
|
3
|
-
"version": "0.1.33
|
|
3
|
+
"version": "0.1.33",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@radix-ui/react-slot": "^1.3.0",
|
|
31
|
-
"lucide-react": "^1.23.0",
|
|
32
31
|
"radix-ui": "^1.4.3"
|
|
33
32
|
},
|
|
34
33
|
"devDependencies": {
|