@duxweb/dvha-pro 1.2.0 → 1.2.2
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/cjs/components/drawer/drawerTab.cjs +1 -0
- package/dist/cjs/components/drawer/index.cjs +1 -1
- package/dist/cjs/components/form/drawerTabForm.cjs +1 -0
- package/dist/cjs/components/form/index.cjs +1 -1
- package/dist/cjs/components/form/modalTabForm.cjs +1 -0
- package/dist/cjs/components/index.cjs +1 -1
- package/dist/cjs/components/layout/list.cjs +1 -1
- package/dist/cjs/components/layout/table.cjs +1 -1
- package/dist/cjs/components/list/card.cjs +1 -1
- package/dist/cjs/components/list/index.cjs +1 -1
- package/dist/cjs/components/list/item.cjs +1 -0
- package/dist/cjs/components/list/list.cjs +1 -1
- package/dist/cjs/components/modal/modalTab.cjs +1 -1
- package/dist/cjs/components/table/tablePage.cjs +1 -1
- package/dist/cjs/dvha-pro.css +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/pages/pageStatus.cjs +1 -1
- package/dist/cjs/theme/uno.cjs +104 -2
- package/dist/esm/components/drawer/drawerTab.js +35 -0
- package/dist/esm/components/drawer/index.js +1 -0
- package/dist/esm/components/form/drawerTabForm.js +61 -0
- package/dist/esm/components/form/index.js +2 -0
- package/dist/esm/components/form/modalTabForm.js +68 -0
- package/dist/esm/components/index.js +4 -0
- package/dist/esm/components/layout/list.js +2 -0
- package/dist/esm/components/layout/table.js +2 -1
- package/dist/esm/components/list/card.js +3 -1
- package/dist/esm/components/list/index.js +1 -0
- package/dist/esm/components/list/item.js +237 -0
- package/dist/esm/components/list/list.js +3 -1
- package/dist/esm/components/modal/modalTab.js +1 -1
- package/dist/esm/components/table/tablePage.js +2 -1
- package/dist/esm/dvha-pro.css +1 -1
- package/dist/esm/index.js +69 -65
- package/dist/esm/pages/pageStatus.js +3 -3
- package/dist/esm/theme/uno.js +1 -1
- package/dist/types/components/drawer/drawerTab.d.ts +24 -0
- package/dist/types/components/drawer/index.d.ts +1 -0
- package/dist/types/components/form/drawerTabForm.d.ts +75 -0
- package/dist/types/components/form/index.d.ts +2 -0
- package/dist/types/components/form/modalTabForm.d.ts +93 -0
- package/dist/types/components/list/card.d.ts +2 -0
- package/dist/types/components/list/index.d.ts +1 -0
- package/dist/types/components/list/item.d.ts +89 -0
- package/dist/types/components/list/list.d.ts +2 -0
- package/dist/types/components/table/tablePage.d.ts +1 -0
- package/package.json +3 -3
package/dist/cjs/theme/uno.cjs
CHANGED
|
@@ -1075,19 +1075,40 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1075
1075
|
.text-sm{font-size:var(--text-sm-fontSize);line-height:var(--un-leading, var(--text-sm-lineHeight));}
|
|
1076
1076
|
.text-xl{font-size:var(--text-xl-fontSize);line-height:var(--un-leading, var(--text-xl-lineHeight));}
|
|
1077
1077
|
.text-xs{font-size:var(--text-xs-fontSize);line-height:var(--un-leading, var(--text-xs-lineHeight));}
|
|
1078
|
+
.text-amber-500{color:color-mix(in srgb, rgb(var(--base-color-amber-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-amber-500)) */;}
|
|
1079
|
+
.text-blue-500{color:color-mix(in srgb, rgb(var(--base-color-blue-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-blue-500)) */;}
|
|
1078
1080
|
.text-blue-600{color:color-mix(in srgb, rgb(var(--base-color-blue-600)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-blue-600)) */;}
|
|
1081
|
+
.text-cyan-500{color:color-mix(in srgb, rgb(var(--base-color-cyan-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-cyan-500)) */;}
|
|
1082
|
+
.text-emerald-500{color:color-mix(in srgb, rgb(var(--base-color-emerald-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-emerald-500)) */;}
|
|
1079
1083
|
.text-error{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1084
|
+
.text-fuchsia-500{color:color-mix(in srgb, rgb(var(--base-color-fuchsia-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-fuchsia-500)) */;}
|
|
1080
1085
|
.text-gray-400{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-400)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-400)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1081
1086
|
.text-gray-500{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1087
|
+
.text-green-500{color:color-mix(in srgb, rgb(var(--base-color-green-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-green-500)) */;}
|
|
1088
|
+
.text-indigo-500{color:color-mix(in srgb, rgb(var(--base-color-indigo-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-indigo-500)) */;}
|
|
1082
1089
|
.text-info{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1090
|
+
.text-lime-500{color:color-mix(in srgb, rgb(var(--base-color-lime-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-lime-500)) */;}
|
|
1091
|
+
.text-neutral-500{color:color-mix(in srgb, rgb(var(--base-color-neutral-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-neutral-500)) */;}
|
|
1092
|
+
.text-orange-500{color:color-mix(in srgb, rgb(var(--base-color-orange-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-orange-500)) */;}
|
|
1093
|
+
.text-pink-500{color:color-mix(in srgb, rgb(var(--base-color-pink-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-pink-500)) */;}
|
|
1083
1094
|
.text-primary{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1084
1095
|
.text-primary-200{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-200)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-200)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1085
1096
|
.text-primary\\/80{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) 80%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1097
|
+
.text-purple-500{color:color-mix(in srgb, rgb(var(--base-color-purple-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-purple-500)) */;}
|
|
1098
|
+
.text-red-500{color:color-mix(in srgb, rgb(var(--base-color-red-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-red-500)) */;}
|
|
1099
|
+
.text-rose-500{color:color-mix(in srgb, rgb(var(--base-color-rose-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-rose-500)) */;}
|
|
1100
|
+
.text-sky-500{color:color-mix(in srgb, rgb(var(--base-color-sky-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-sky-500)) */;}
|
|
1101
|
+
.text-slate-500{color:color-mix(in srgb, rgb(var(--base-color-slate-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-slate-500)) */;}
|
|
1102
|
+
.text-stone-500{color:color-mix(in srgb, rgb(var(--base-color-stone-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-stone-500)) */;}
|
|
1086
1103
|
.text-success{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1104
|
+
.text-teal-500{color:color-mix(in srgb, rgb(var(--base-color-teal-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-teal-500)) */;}
|
|
1105
|
+
.text-violet-500{color:color-mix(in srgb, rgb(var(--base-color-violet-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-violet-500)) */;}
|
|
1087
1106
|
.text-warning{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1088
1107
|
.text-white{color:color-mix(in srgb, rgb(var(--ui-color-white)) var(--un-text-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
|
|
1089
1108
|
.text-white\\/60{color:color-mix(in srgb, rgb(var(--ui-color-white)) 60%, transparent) /* rgb(var(--ui-color-white)) */;}
|
|
1090
1109
|
.text-white\\/90{color:color-mix(in srgb, rgb(var(--ui-color-white)) 90%, transparent) /* rgb(var(--ui-color-white)) */;}
|
|
1110
|
+
.text-yellow-500{color:color-mix(in srgb, rgb(var(--base-color-yellow-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-yellow-500)) */;}
|
|
1111
|
+
.text-zinc-500{color:color-mix(in srgb, rgb(var(--base-color-zinc-500)) var(--un-text-opacity), transparent) /* rgb(var(--base-color-zinc-500)) */;}
|
|
1091
1112
|
.hover\\:text-primary-700:hover{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-700)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-700)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1092
1113
|
.hover\\:text-primary-hover:hover{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1093
1114
|
.hover\\:text-primary:hover{color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-text-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
|
|
@@ -1141,12 +1162,12 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1141
1162
|
.px-6{padding-inline:calc(var(--spacing) * 6);}
|
|
1142
1163
|
.py-1{padding-block:calc(var(--spacing) * 1);}
|
|
1143
1164
|
.py-1\\.5{padding-block:calc(var(--spacing) * 1.5);}
|
|
1144
|
-
.py-10{padding-block:calc(var(--spacing) * 10);}
|
|
1145
1165
|
.py-2{padding-block:calc(var(--spacing) * 2);}
|
|
1146
1166
|
.py-3{padding-block:calc(var(--spacing) * 3);}
|
|
1147
1167
|
.py-4{padding-block:calc(var(--spacing) * 4);}
|
|
1148
1168
|
.py-5{padding-block:calc(var(--spacing) * 5);}
|
|
1149
1169
|
.py-6{padding-block:calc(var(--spacing) * 6);}
|
|
1170
|
+
.py-8{padding-block:calc(var(--spacing) * 8);}
|
|
1150
1171
|
.pb-0{padding-bottom:calc(var(--spacing) * 0);}
|
|
1151
1172
|
.pb-1{padding-bottom:calc(var(--spacing) * 1);}
|
|
1152
1173
|
.pb-2{padding-bottom:calc(var(--spacing) * 2);}
|
|
@@ -1201,8 +1222,34 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1201
1222
|
.border-transparent{border-color:transparent;}
|
|
1202
1223
|
.border-violet{border-color:color-mix(in srgb, var(--colors-violet-DEFAULT) var(--un-border-opacity), transparent) /* oklch(70.2% 0.183 293.541) */;}
|
|
1203
1224
|
.border-violet\\/50{border-color:color-mix(in srgb, var(--colors-violet-DEFAULT) 50%, transparent) /* oklch(70.2% 0.183 293.541) */;}
|
|
1225
|
+
.hover\\:border-amber-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-amber-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-amber-500)) */;}
|
|
1226
|
+
.hover\\:border-blue-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-blue-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-blue-500)) */;}
|
|
1227
|
+
.hover\\:border-cyan-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-cyan-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-cyan-500)) */;}
|
|
1228
|
+
.hover\\:border-emerald-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-emerald-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-emerald-500)) */;}
|
|
1229
|
+
.hover\\:border-error:hover{border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1230
|
+
.hover\\:border-fuchsia-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-fuchsia-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-fuchsia-500)) */;}
|
|
1231
|
+
.hover\\:border-gray-500:hover{border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1232
|
+
.hover\\:border-green-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-green-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-green-500)) */;}
|
|
1233
|
+
.hover\\:border-indigo-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-indigo-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-indigo-500)) */;}
|
|
1234
|
+
.hover\\:border-info:hover{border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1235
|
+
.hover\\:border-lime-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-lime-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-lime-500)) */;}
|
|
1236
|
+
.hover\\:border-neutral-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-neutral-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-neutral-500)) */;}
|
|
1237
|
+
.hover\\:border-orange-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-orange-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-orange-500)) */;}
|
|
1238
|
+
.hover\\:border-pink-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-pink-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-pink-500)) */;}
|
|
1204
1239
|
.hover\\:border-primary-hover:hover{border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1205
1240
|
.hover\\:border-primary:hover{border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1241
|
+
.hover\\:border-purple-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-purple-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-purple-500)) */;}
|
|
1242
|
+
.hover\\:border-red-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-red-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-red-500)) */;}
|
|
1243
|
+
.hover\\:border-rose-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-rose-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-rose-500)) */;}
|
|
1244
|
+
.hover\\:border-sky-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-sky-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-sky-500)) */;}
|
|
1245
|
+
.hover\\:border-slate-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-slate-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-slate-500)) */;}
|
|
1246
|
+
.hover\\:border-stone-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-stone-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-stone-500)) */;}
|
|
1247
|
+
.hover\\:border-success:hover{border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1248
|
+
.hover\\:border-teal-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-teal-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-teal-500)) */;}
|
|
1249
|
+
.hover\\:border-violet-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-violet-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-violet-500)) */;}
|
|
1250
|
+
.hover\\:border-warning:hover{border-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) var(--un-border-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1251
|
+
.hover\\:border-yellow-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-yellow-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-yellow-500)) */;}
|
|
1252
|
+
.hover\\:border-zinc-500:hover{border-color:color-mix(in srgb, rgb(var(--base-color-zinc-500)) var(--un-border-opacity), transparent) /* rgb(var(--base-color-zinc-500)) */;}
|
|
1206
1253
|
.\\!rounded-full{border-radius:calc(infinity * 1px) !important;}
|
|
1207
1254
|
.rounded{border-radius:var(--radius-DEFAULT);}
|
|
1208
1255
|
.rounded-full{border-radius:calc(infinity * 1px);}
|
|
@@ -1224,23 +1271,52 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1224
1271
|
.\\!bg-violet{background-color:color-mix(in srgb, var(--colors-violet-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(70.2% 0.183 293.541) */ !important;}
|
|
1225
1272
|
.bg-amber{background-color:color-mix(in srgb, var(--colors-amber-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(82.8% 0.189 84.429) */;}
|
|
1226
1273
|
.bg-amber-500{background-color:color-mix(in srgb, rgb(var(--base-color-amber-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-amber-500)) */;}
|
|
1274
|
+
.bg-amber-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-amber-500)) 10%, transparent) /* rgb(var(--base-color-amber-500)) */;}
|
|
1275
|
+
.bg-amber-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-amber-500)) 15%, transparent) /* rgb(var(--base-color-amber-500)) */;}
|
|
1276
|
+
.bg-black\\/2\\.5{background-color:color-mix(in srgb, rgb(var(--ui-color-black)) 2.5%, transparent) /* rgb(var(--ui-color-black)) */;}
|
|
1227
1277
|
.bg-blue{background-color:color-mix(in srgb, var(--colors-blue-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(70.7% 0.165 254.624) */;}
|
|
1228
1278
|
.bg-blue-50\\/80{background-color:color-mix(in srgb, rgb(var(--base-color-blue-50)) 80%, transparent) /* rgb(var(--base-color-blue-50)) */;}
|
|
1229
1279
|
.bg-blue-500{background-color:color-mix(in srgb, rgb(var(--base-color-blue-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-blue-500)) */;}
|
|
1280
|
+
.bg-blue-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-blue-500)) 10%, transparent) /* rgb(var(--base-color-blue-500)) */;}
|
|
1281
|
+
.bg-blue-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-blue-500)) 15%, transparent) /* rgb(var(--base-color-blue-500)) */;}
|
|
1230
1282
|
.bg-cyan-500{background-color:color-mix(in srgb, rgb(var(--base-color-cyan-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-cyan-500)) */;}
|
|
1283
|
+
.bg-cyan-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-cyan-500)) 10%, transparent) /* rgb(var(--base-color-cyan-500)) */;}
|
|
1284
|
+
.bg-cyan-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-cyan-500)) 15%, transparent) /* rgb(var(--base-color-cyan-500)) */;}
|
|
1231
1285
|
.bg-emerald{background-color:color-mix(in srgb, var(--colors-emerald-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(76.5% 0.177 163.223) */;}
|
|
1232
1286
|
.bg-emerald-500{background-color:color-mix(in srgb, rgb(var(--base-color-emerald-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-emerald-500)) */;}
|
|
1287
|
+
.bg-emerald-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-emerald-500)) 10%, transparent) /* rgb(var(--base-color-emerald-500)) */;}
|
|
1288
|
+
.bg-emerald-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-emerald-500)) 15%, transparent) /* rgb(var(--base-color-emerald-500)) */;}
|
|
1233
1289
|
.bg-error{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1290
|
+
.bg-error\\/10{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1291
|
+
.bg-error\\/15{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) 15%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-error)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1234
1292
|
.bg-fuchsia-500{background-color:color-mix(in srgb, rgb(var(--base-color-fuchsia-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-fuchsia-500)) */;}
|
|
1293
|
+
.bg-fuchsia-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-fuchsia-500)) 10%, transparent) /* rgb(var(--base-color-fuchsia-500)) */;}
|
|
1294
|
+
.bg-fuchsia-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-fuchsia-500)) 15%, transparent) /* rgb(var(--base-color-fuchsia-500)) */;}
|
|
1235
1295
|
.bg-gray-100{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-100)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1236
1296
|
.bg-gray-500{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1297
|
+
.bg-gray-500\\/10{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1298
|
+
.bg-gray-500\\/15{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) 15%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-500)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1237
1299
|
.bg-gray-900\\/30{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) 30%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1238
1300
|
.bg-gray\\/5{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray)) var(--un-text-opacity, 100%), transparent) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1239
1301
|
.bg-green-500{background-color:color-mix(in srgb, rgb(var(--base-color-green-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-green-500)) */;}
|
|
1302
|
+
.bg-green-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-green-500)) 10%, transparent) /* rgb(var(--base-color-green-500)) */;}
|
|
1303
|
+
.bg-green-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-green-500)) 15%, transparent) /* rgb(var(--base-color-green-500)) */;}
|
|
1240
1304
|
.bg-indigo-500{background-color:color-mix(in srgb, rgb(var(--base-color-indigo-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-indigo-500)) */;}
|
|
1305
|
+
.bg-indigo-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-indigo-500)) 10%, transparent) /* rgb(var(--base-color-indigo-500)) */;}
|
|
1306
|
+
.bg-indigo-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-indigo-500)) 15%, transparent) /* rgb(var(--base-color-indigo-500)) */;}
|
|
1307
|
+
.bg-info\\/10{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1308
|
+
.bg-info\\/15{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) 15%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-info)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1241
1309
|
.bg-lime-500{background-color:color-mix(in srgb, rgb(var(--base-color-lime-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-lime-500)) */;}
|
|
1310
|
+
.bg-lime-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-lime-500)) 10%, transparent) /* rgb(var(--base-color-lime-500)) */;}
|
|
1311
|
+
.bg-lime-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-lime-500)) 15%, transparent) /* rgb(var(--base-color-lime-500)) */;}
|
|
1312
|
+
.bg-neutral-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-neutral-500)) 10%, transparent) /* rgb(var(--base-color-neutral-500)) */;}
|
|
1313
|
+
.bg-neutral-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-neutral-500)) 15%, transparent) /* rgb(var(--base-color-neutral-500)) */;}
|
|
1242
1314
|
.bg-orange-500{background-color:color-mix(in srgb, rgb(var(--base-color-orange-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-orange-500)) */;}
|
|
1315
|
+
.bg-orange-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-orange-500)) 10%, transparent) /* rgb(var(--base-color-orange-500)) */;}
|
|
1316
|
+
.bg-orange-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-orange-500)) 15%, transparent) /* rgb(var(--base-color-orange-500)) */;}
|
|
1243
1317
|
.bg-pink-500{background-color:color-mix(in srgb, rgb(var(--base-color-pink-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-pink-500)) */;}
|
|
1318
|
+
.bg-pink-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-pink-500)) 10%, transparent) /* rgb(var(--base-color-pink-500)) */;}
|
|
1319
|
+
.bg-pink-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-pink-500)) 15%, transparent) /* rgb(var(--base-color-pink-500)) */;}
|
|
1244
1320
|
.bg-primary{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1245
1321
|
.bg-primary-950,
|
|
1246
1322
|
.dark .dark\\:bg-primary-950{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-950)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-950)) var(--un-text-opacity, 100%), transparent) */;}
|
|
@@ -1249,25 +1325,50 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1249
1325
|
.bg-primary\\/5{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1250
1326
|
.bg-primary\\/50{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) 50%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1251
1327
|
.bg-purple-500{background-color:color-mix(in srgb, rgb(var(--base-color-purple-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-purple-500)) */;}
|
|
1328
|
+
.bg-purple-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-purple-500)) 10%, transparent) /* rgb(var(--base-color-purple-500)) */;}
|
|
1329
|
+
.bg-purple-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-purple-500)) 15%, transparent) /* rgb(var(--base-color-purple-500)) */;}
|
|
1252
1330
|
.bg-red{background-color:color-mix(in srgb, var(--colors-red-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(70.4% 0.191 22.216) */;}
|
|
1253
1331
|
.bg-red-500{background-color:color-mix(in srgb, rgb(var(--base-color-red-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-red-500)) */;}
|
|
1332
|
+
.bg-red-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-red-500)) 10%, transparent) /* rgb(var(--base-color-red-500)) */;}
|
|
1333
|
+
.bg-red-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-red-500)) 15%, transparent) /* rgb(var(--base-color-red-500)) */;}
|
|
1254
1334
|
.bg-rose-500{background-color:color-mix(in srgb, rgb(var(--base-color-rose-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-rose-500)) */;}
|
|
1335
|
+
.bg-rose-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-rose-500)) 10%, transparent) /* rgb(var(--base-color-rose-500)) */;}
|
|
1336
|
+
.bg-rose-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-rose-500)) 15%, transparent) /* rgb(var(--base-color-rose-500)) */;}
|
|
1255
1337
|
.bg-sky{background-color:color-mix(in srgb, var(--colors-sky-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(74.6% 0.16 232.661) */;}
|
|
1256
1338
|
.bg-sky-500{background-color:color-mix(in srgb, rgb(var(--base-color-sky-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-sky-500)) */;}
|
|
1339
|
+
.bg-sky-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-sky-500)) 10%, transparent) /* rgb(var(--base-color-sky-500)) */;}
|
|
1340
|
+
.bg-sky-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-sky-500)) 15%, transparent) /* rgb(var(--base-color-sky-500)) */;}
|
|
1341
|
+
.bg-slate-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-slate-500)) 10%, transparent) /* rgb(var(--base-color-slate-500)) */;}
|
|
1342
|
+
.bg-slate-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-slate-500)) 15%, transparent) /* rgb(var(--base-color-slate-500)) */;}
|
|
1343
|
+
.bg-stone-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-stone-500)) 10%, transparent) /* rgb(var(--base-color-stone-500)) */;}
|
|
1344
|
+
.bg-stone-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-stone-500)) 15%, transparent) /* rgb(var(--base-color-stone-500)) */;}
|
|
1257
1345
|
.bg-success{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1346
|
+
.bg-success\\/10{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1347
|
+
.bg-success\\/15{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) 15%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-success)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1258
1348
|
.bg-teal-500{background-color:color-mix(in srgb, rgb(var(--base-color-teal-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-teal-500)) */;}
|
|
1349
|
+
.bg-teal-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-teal-500)) 10%, transparent) /* rgb(var(--base-color-teal-500)) */;}
|
|
1350
|
+
.bg-teal-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-teal-500)) 15%, transparent) /* rgb(var(--base-color-teal-500)) */;}
|
|
1259
1351
|
.bg-transparent{background-color:transparent;}
|
|
1260
1352
|
.bg-violet{background-color:color-mix(in srgb, var(--colors-violet-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(70.2% 0.183 293.541) */;}
|
|
1261
1353
|
.bg-violet-500{background-color:color-mix(in srgb, rgb(var(--base-color-violet-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-violet-500)) */;}
|
|
1354
|
+
.bg-violet-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-violet-500)) 10%, transparent) /* rgb(var(--base-color-violet-500)) */;}
|
|
1355
|
+
.bg-violet-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-violet-500)) 15%, transparent) /* rgb(var(--base-color-violet-500)) */;}
|
|
1262
1356
|
.bg-warning{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1357
|
+
.bg-warning\\/10{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1358
|
+
.bg-warning\\/15{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) 15%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-warning)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1263
1359
|
.bg-white{background-color:color-mix(in srgb, rgb(var(--ui-color-white)) var(--un-bg-opacity), transparent) /* rgb(var(--ui-color-white)) */;}
|
|
1264
1360
|
.bg-white\\/8{background-color:color-mix(in srgb, rgb(var(--ui-color-white)) 8%, transparent) /* rgb(var(--ui-color-white)) */;}
|
|
1265
1361
|
.bg-white\\/95{background-color:color-mix(in srgb, rgb(var(--ui-color-white)) 95%, transparent) /* rgb(var(--ui-color-white)) */;}
|
|
1266
1362
|
.bg-yellow-500{background-color:color-mix(in srgb, rgb(var(--base-color-yellow-500)) var(--un-bg-opacity), transparent) /* rgb(var(--base-color-yellow-500)) */;}
|
|
1363
|
+
.bg-yellow-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-yellow-500)) 10%, transparent) /* rgb(var(--base-color-yellow-500)) */;}
|
|
1364
|
+
.bg-yellow-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-yellow-500)) 15%, transparent) /* rgb(var(--base-color-yellow-500)) */;}
|
|
1365
|
+
.bg-zinc-500\\/10{background-color:color-mix(in srgb, rgb(var(--base-color-zinc-500)) 10%, transparent) /* rgb(var(--base-color-zinc-500)) */;}
|
|
1366
|
+
.bg-zinc-500\\/15{background-color:color-mix(in srgb, rgb(var(--base-color-zinc-500)) 15%, transparent) /* rgb(var(--base-color-zinc-500)) */;}
|
|
1267
1367
|
.dark .dark\\:bg-gray-800\\/50{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) 50%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1268
1368
|
.dark .dark\\:bg-gray-800\\/60{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) 60%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1269
1369
|
.dark .dark\\:bg-gray-900{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1270
1370
|
.dark .dark\\:bg-gray-900\\/90{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) 90%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1371
|
+
.dark .dark\\:bg-white\\/5{background-color:color-mix(in srgb, rgb(var(--ui-color-white)) 5%, transparent) /* rgb(var(--ui-color-white)) */;}
|
|
1271
1372
|
.hover\\:bg-black\\/5:hover{background-color:color-mix(in srgb, rgb(var(--ui-color-black)) 5%, transparent) /* rgb(var(--ui-color-black)) */;}
|
|
1272
1373
|
.hover\\:bg-primary-hover:hover{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary-hover)) var(--un-text-opacity, 100%), transparent) */;}
|
|
1273
1374
|
.hover\\:bg-primary\\/10:hover{background-color:color-mix(in srgb, color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
|
|
@@ -1386,9 +1487,9 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1386
1487
|
.w-26{width:calc(var(--spacing) * 26);}
|
|
1387
1488
|
.w-30{width:calc(var(--spacing) * 30);}
|
|
1388
1489
|
.w-300px{width:300px;}
|
|
1490
|
+
.w-32{width:calc(var(--spacing) * 32);}
|
|
1389
1491
|
.w-360px{width:360px;}
|
|
1390
1492
|
.w-4{width:calc(var(--spacing) * 4);}
|
|
1391
|
-
.w-40{width:calc(var(--spacing) * 40);}
|
|
1392
1493
|
.w-400px{width:400px;}
|
|
1393
1494
|
.w-5{width:calc(var(--spacing) * 5);}
|
|
1394
1495
|
.w-60{width:calc(var(--spacing) * 60);}
|
|
@@ -1518,6 +1619,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
|
|
|
1518
1619
|
.to-transparent{--un-gradient-to:transparent;--un-gradient-stops:var(--un-gradient-via-stops, var(--un-gradient-position), var(--un-gradient-from) var(--un-gradient-from-position), var(--un-gradient-to) var(--un-gradient-to-position));}
|
|
1519
1620
|
.to-warning\\/20{--un-to-opacity:20%;--un-gradient-to:color-mix(in oklab, var(--colors-warning-DEFAULT) var(--un-to-opacity), transparent);--un-gradient-stops:var(--un-gradient-via-stops, var(--un-gradient-position), var(--un-gradient-from) var(--un-gradient-from-position), var(--un-gradient-to) var(--un-gradient-to-position));}
|
|
1520
1621
|
.via-transparent{--un-gradient-via:transparent;--un-gradient-via-stops:var(--un-gradient-position), var(--un-gradient-from) var(--un-gradient-from-position), var(--un-gradient-via) var(--un-gradient-via-position), var(--un-gradient-to) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-via-stops);}
|
|
1622
|
+
.bg-gradient-to-l{--un-gradient-position:to left in oklab;background-image:linear-gradient(var(--un-gradient-stops));}
|
|
1521
1623
|
.bg-linear-to-b{--un-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--un-gradient-stops));}
|
|
1522
1624
|
.bg-linear-to-br{--un-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--un-gradient-stops));}
|
|
1523
1625
|
.object-cover{object-fit:cover;}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { createVNode as e, defineComponent as t } from "vue";
|
|
2
|
+
import { NButton as n, NTabs as r } from "naive-ui";
|
|
3
|
+
var i = /* @__PURE__ */ t({
|
|
4
|
+
name: "DrawerTab",
|
|
5
|
+
props: {
|
|
6
|
+
defaultTab: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "0"
|
|
9
|
+
},
|
|
10
|
+
onClose: {
|
|
11
|
+
type: Function,
|
|
12
|
+
default: () => {}
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
setup(t, { slots: i }) {
|
|
16
|
+
return () => e("div", { class: "h-full flex flex-col drawer-page" }, [e(r, {
|
|
17
|
+
type: "line",
|
|
18
|
+
defaultValue: t.defaultTab,
|
|
19
|
+
class: "app-modal-tabs flex-1 min-h-0",
|
|
20
|
+
size: "large",
|
|
21
|
+
style: {
|
|
22
|
+
"--n-pane-padding-right": "16px",
|
|
23
|
+
"--n-pane-padding-left": "16px"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
default: () => i.default?.(),
|
|
27
|
+
suffix: () => e("div", { class: "pr-4 flex items-center" }, [e(n, {
|
|
28
|
+
text: !0,
|
|
29
|
+
onClick: t.onClose,
|
|
30
|
+
"aria-label": "close"
|
|
31
|
+
}, { icon: () => e("div", { class: "i-tabler:x size-4" }, null) })])
|
|
32
|
+
}), i.footer && e("div", { class: "flex justify-end gap-2 p-3 rounded-b border-t border-muted bg-muted dark:bg-gray-800/50" }, [i.footer?.()])]);
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
export { i as default };
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import e from "../drawer/drawerTab.js";
|
|
2
|
+
import "../index.js";
|
|
3
|
+
import { Fragment as t, createVNode as n, defineComponent as r, isVNode as i, toRef as a } from "vue";
|
|
4
|
+
import { useExtendForm as o, useI18n as s, useInvalidate as c } from "@duxweb/dvha-core";
|
|
5
|
+
import { NButton as l, useMessage as u } from "naive-ui";
|
|
6
|
+
function d(e) {
|
|
7
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !i(e);
|
|
8
|
+
}
|
|
9
|
+
const f = /* @__PURE__ */ r({
|
|
10
|
+
name: "DuxDrawerTabForm",
|
|
11
|
+
props: {
|
|
12
|
+
id: { type: [String, Number] },
|
|
13
|
+
action: { type: String },
|
|
14
|
+
path: { type: String },
|
|
15
|
+
data: { type: Object },
|
|
16
|
+
meta: { type: Object },
|
|
17
|
+
params: { type: Object },
|
|
18
|
+
onClose: { type: Function },
|
|
19
|
+
onSuccess: { type: Function },
|
|
20
|
+
onError: { type: Function },
|
|
21
|
+
invalidate: { type: String },
|
|
22
|
+
defaultTab: {
|
|
23
|
+
type: String,
|
|
24
|
+
default: "0"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
setup(r, { slots: i }) {
|
|
28
|
+
let { t: f } = s(), p = a(r, "data", {}), m = u(), { invalidate: h } = c(), { isLoading: g, onSubmit: _, onReset: v } = o({
|
|
29
|
+
id: r.id,
|
|
30
|
+
path: r.path,
|
|
31
|
+
form: p,
|
|
32
|
+
meta: r.meta,
|
|
33
|
+
params: r.params,
|
|
34
|
+
action: r.action,
|
|
35
|
+
onError: (e) => {
|
|
36
|
+
m.error(e.message || f("components.form.error")), r.onError?.(e);
|
|
37
|
+
},
|
|
38
|
+
onSuccess: (e) => {
|
|
39
|
+
m.success(f("components.form.success")), r.onSuccess?.(e), r.onClose?.(), r.invalidate && h(r.invalidate);
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
return () => n(e, {
|
|
43
|
+
defaultTab: r.defaultTab,
|
|
44
|
+
onClose: r.onClose
|
|
45
|
+
}, {
|
|
46
|
+
default: () => i?.default?.(),
|
|
47
|
+
footer: () => {
|
|
48
|
+
let e, r;
|
|
49
|
+
return n(t, null, [n(l, {
|
|
50
|
+
onClick: v,
|
|
51
|
+
loading: g.value
|
|
52
|
+
}, d(e = f("components.button.reset")) ? e : { default: () => [e] }), n(l, {
|
|
53
|
+
type: "primary",
|
|
54
|
+
loading: g.value,
|
|
55
|
+
onClick: () => _()
|
|
56
|
+
}, d(r = f("components.button.submit")) ? r : { default: () => [r] })]);
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
export { f as DuxDrawerTabForm };
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import e from "../modal/modalTab.js";
|
|
2
|
+
import "../index.js";
|
|
3
|
+
import { Fragment as t, createVNode as n, defineComponent as r, isVNode as i, toRef as a } from "vue";
|
|
4
|
+
import { useExtendForm as o, useI18n as s, useInvalidate as c } from "@duxweb/dvha-core";
|
|
5
|
+
import { NButton as l, useMessage as u } from "naive-ui";
|
|
6
|
+
function d(e) {
|
|
7
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !i(e);
|
|
8
|
+
}
|
|
9
|
+
const f = /* @__PURE__ */ r({
|
|
10
|
+
name: "DuxModalTabForm",
|
|
11
|
+
props: {
|
|
12
|
+
id: { type: [String, Number] },
|
|
13
|
+
action: { type: String },
|
|
14
|
+
path: { type: String },
|
|
15
|
+
data: { type: Object },
|
|
16
|
+
meta: { type: Object },
|
|
17
|
+
params: { type: Object },
|
|
18
|
+
onClose: { type: Function },
|
|
19
|
+
onSuccess: { type: Function },
|
|
20
|
+
onError: { type: Function },
|
|
21
|
+
invalidate: { type: String },
|
|
22
|
+
defaultTab: {
|
|
23
|
+
type: String,
|
|
24
|
+
default: "0"
|
|
25
|
+
},
|
|
26
|
+
draggable: {
|
|
27
|
+
type: Boolean,
|
|
28
|
+
default: !1
|
|
29
|
+
},
|
|
30
|
+
handle: {
|
|
31
|
+
type: [String, Object],
|
|
32
|
+
default: ""
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
setup(r, { slots: i }) {
|
|
36
|
+
let { t: f } = s(), p = a(r, "data", {}), m = u(), { invalidate: h } = c(), { isLoading: g, onSubmit: _ } = o({
|
|
37
|
+
id: r.id,
|
|
38
|
+
path: r.path,
|
|
39
|
+
form: p,
|
|
40
|
+
meta: r.meta,
|
|
41
|
+
params: r.params,
|
|
42
|
+
action: r.action,
|
|
43
|
+
onError: (e) => {
|
|
44
|
+
m.error(e.message || f("components.form.error")), r.onError?.(e);
|
|
45
|
+
},
|
|
46
|
+
onSuccess: (e) => {
|
|
47
|
+
r.invalidate && h(r.invalidate), m.success(f("components.form.success")), r.onSuccess?.(e), r.onClose?.();
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
return () => n(e, {
|
|
51
|
+
defaultTab: r.defaultTab,
|
|
52
|
+
draggable: r.draggable,
|
|
53
|
+
handle: r.handle,
|
|
54
|
+
onClose: r.onClose
|
|
55
|
+
}, {
|
|
56
|
+
default: () => i?.default?.(),
|
|
57
|
+
footer: () => {
|
|
58
|
+
let e, i;
|
|
59
|
+
return n(t, null, [n(l, { onClick: () => r.onClose?.() }, d(e = f("components.button.cancel")) ? e : { default: () => [e] }), n(l, {
|
|
60
|
+
type: "primary",
|
|
61
|
+
loading: g.value,
|
|
62
|
+
onClick: () => _()
|
|
63
|
+
}, d(i = f("components.button.submit")) ? i : { default: () => [i] })]);
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
export { f as DuxModalTabForm };
|
|
@@ -45,6 +45,7 @@ import "./layout/filterLayout.js";
|
|
|
45
45
|
import "./layout/grid.js";
|
|
46
46
|
import "./drawer/drawer.js";
|
|
47
47
|
import "./drawer/drawerPage.js";
|
|
48
|
+
import "./drawer/drawerTab.js";
|
|
48
49
|
import "./drawer/index.js";
|
|
49
50
|
import "./layout/list.js";
|
|
50
51
|
import "./layout/tools.js";
|
|
@@ -64,8 +65,10 @@ import "./flowEditor/components/fieldConfig.js";
|
|
|
64
65
|
import "./flowEditor/components/kvInput.js";
|
|
65
66
|
import "./form/formLayout.js";
|
|
66
67
|
import "./form/drawerForm.js";
|
|
68
|
+
import "./form/drawerTabForm.js";
|
|
67
69
|
import "./form/formItem.js";
|
|
68
70
|
import "./form/modalForm.js";
|
|
71
|
+
import "./form/modalTabForm.js";
|
|
69
72
|
import "./form/pageForm.js";
|
|
70
73
|
import "./form/pageTabForm.js";
|
|
71
74
|
import "./form/settingForm.js";
|
|
@@ -96,6 +99,7 @@ import "./formEditor/index.js";
|
|
|
96
99
|
import "./icon/icon.js";
|
|
97
100
|
import "./icon/index.js";
|
|
98
101
|
import "./list/card.js";
|
|
102
|
+
import "./list/item.js";
|
|
99
103
|
import "./list/list.js";
|
|
100
104
|
import "./list/index.js";
|
|
101
105
|
import "./mapCoord/mapCoord.js";
|
|
@@ -291,6 +291,7 @@ const b = /* @__PURE__ */ s({
|
|
|
291
291
|
text: I.value < 1024,
|
|
292
292
|
items: s.actions
|
|
293
293
|
})])]),
|
|
294
|
+
b?.header?.(),
|
|
294
295
|
z.value ? b.filter ? b.filter({
|
|
295
296
|
filter: x.value,
|
|
296
297
|
filterReactive: S.value,
|
|
@@ -303,6 +304,7 @@ const b = /* @__PURE__ */ s({
|
|
|
303
304
|
key: V.value,
|
|
304
305
|
class: "contents"
|
|
305
306
|
}, [c(we)])]), Q(!0)]) : Z(),
|
|
307
|
+
b?.contentHeader?.(),
|
|
306
308
|
o(ue, {
|
|
307
309
|
show: D.value,
|
|
308
310
|
class: "flex-1 min-h-0",
|
|
@@ -297,6 +297,7 @@ const S = /* @__PURE__ */ s({
|
|
|
297
297
|
type: I.value < 1024 ? "dropdown" : "button",
|
|
298
298
|
items: s.actions
|
|
299
299
|
})])]),
|
|
300
|
+
S?.header?.(),
|
|
300
301
|
H.value ? S.filter ? S.filter({
|
|
301
302
|
filter: C.value,
|
|
302
303
|
filterReactive: w.value,
|
|
@@ -309,7 +310,7 @@ const S = /* @__PURE__ */ s({
|
|
|
309
310
|
key: W.value,
|
|
310
311
|
class: "contents"
|
|
311
312
|
}, [c(Ee)])]), Q(!0)]) : Z(),
|
|
312
|
-
S?.
|
|
313
|
+
S?.contentHeader?.(),
|
|
313
314
|
o("div", { class: "flex-1 min-h-0" }, [S?.default?.({
|
|
314
315
|
...D,
|
|
315
316
|
width: Ce.value
|