@opensite/ui 1.9.9 → 2.0.1
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/contact-emergency.cjs +18 -15
- package/dist/contact-emergency.js +18 -15
- package/dist/registry.cjs +18 -15
- package/dist/registry.js +18 -15
- package/package.json +2 -2
|
@@ -1211,10 +1211,6 @@ function ContactEmergency({
|
|
|
1211
1211
|
},
|
|
1212
1212
|
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid md:grid-cols-2", children: [
|
|
1213
1213
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "border-b p-6 md:border-b-0 md:border-r", children: [
|
|
1214
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-6 flex items-center gap-2", children: [
|
|
1215
|
-
/* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/alert-triangle", size: 20 }),
|
|
1216
|
-
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: "font-semibold", children: "Priority Level" })
|
|
1217
|
-
] }),
|
|
1218
1214
|
priorityField && /* @__PURE__ */ jsxRuntime.jsx(forms.Field, { name: "priority", children: ({ field }) => /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-3", children: PRIORITIES.map((item) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1219
1215
|
"label",
|
|
1220
1216
|
{
|
|
@@ -1239,17 +1235,24 @@ function ContactEmergency({
|
|
|
1239
1235
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex-1", children: [
|
|
1240
1236
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between", children: [
|
|
1241
1237
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "font-medium", children: item.label }),
|
|
1242
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1238
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
1239
|
+
Badge,
|
|
1240
|
+
{
|
|
1241
|
+
variant: "secondary",
|
|
1242
|
+
className: "text-xs",
|
|
1243
|
+
children: [
|
|
1244
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1245
|
+
DynamicIcon,
|
|
1246
|
+
{
|
|
1247
|
+
name: "lucide/clock",
|
|
1248
|
+
size: 12,
|
|
1249
|
+
className: "mr-1"
|
|
1250
|
+
}
|
|
1251
|
+
),
|
|
1252
|
+
item.response
|
|
1253
|
+
]
|
|
1254
|
+
}
|
|
1255
|
+
)
|
|
1253
1256
|
] }),
|
|
1254
1257
|
/* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-1 text-sm text-muted-foreground", children: item.description })
|
|
1255
1258
|
] })
|
|
@@ -1189,10 +1189,6 @@ function ContactEmergency({
|
|
|
1189
1189
|
},
|
|
1190
1190
|
children: /* @__PURE__ */ jsxs("div", { className: "grid md:grid-cols-2", children: [
|
|
1191
1191
|
/* @__PURE__ */ jsxs("div", { className: "border-b p-6 md:border-b-0 md:border-r", children: [
|
|
1192
|
-
/* @__PURE__ */ jsxs("div", { className: "mb-6 flex items-center gap-2", children: [
|
|
1193
|
-
/* @__PURE__ */ jsx(DynamicIcon, { name: "lucide/alert-triangle", size: 20 }),
|
|
1194
|
-
/* @__PURE__ */ jsx("h3", { className: "font-semibold", children: "Priority Level" })
|
|
1195
|
-
] }),
|
|
1196
1192
|
priorityField && /* @__PURE__ */ jsx(Field, { name: "priority", children: ({ field }) => /* @__PURE__ */ jsx("div", { className: "space-y-3", children: PRIORITIES.map((item) => /* @__PURE__ */ jsxs(
|
|
1197
1193
|
"label",
|
|
1198
1194
|
{
|
|
@@ -1217,17 +1213,24 @@ function ContactEmergency({
|
|
|
1217
1213
|
/* @__PURE__ */ jsxs("div", { className: "flex-1", children: [
|
|
1218
1214
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between", children: [
|
|
1219
1215
|
/* @__PURE__ */ jsx("span", { className: "font-medium", children: item.label }),
|
|
1220
|
-
/* @__PURE__ */ jsxs(
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1216
|
+
/* @__PURE__ */ jsxs(
|
|
1217
|
+
Badge,
|
|
1218
|
+
{
|
|
1219
|
+
variant: "secondary",
|
|
1220
|
+
className: "text-xs",
|
|
1221
|
+
children: [
|
|
1222
|
+
/* @__PURE__ */ jsx(
|
|
1223
|
+
DynamicIcon,
|
|
1224
|
+
{
|
|
1225
|
+
name: "lucide/clock",
|
|
1226
|
+
size: 12,
|
|
1227
|
+
className: "mr-1"
|
|
1228
|
+
}
|
|
1229
|
+
),
|
|
1230
|
+
item.response
|
|
1231
|
+
]
|
|
1232
|
+
}
|
|
1233
|
+
)
|
|
1231
1234
|
] }),
|
|
1232
1235
|
/* @__PURE__ */ jsx("p", { className: "mt-1 text-sm text-muted-foreground", children: item.description })
|
|
1233
1236
|
] })
|
package/dist/registry.cjs
CHANGED
|
@@ -14529,10 +14529,6 @@ function ContactEmergency({
|
|
|
14529
14529
|
},
|
|
14530
14530
|
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid md:grid-cols-2", children: [
|
|
14531
14531
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "border-b p-6 md:border-b-0 md:border-r", children: [
|
|
14532
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-6 flex items-center gap-2", children: [
|
|
14533
|
-
/* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/alert-triangle", size: 20 }),
|
|
14534
|
-
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: "font-semibold", children: "Priority Level" })
|
|
14535
|
-
] }),
|
|
14536
14532
|
priorityField && /* @__PURE__ */ jsxRuntime.jsx(forms.Field, { name: "priority", children: ({ field }) => /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-3", children: PRIORITIES.map((item) => /* @__PURE__ */ jsxRuntime.jsxs(
|
|
14537
14533
|
"label",
|
|
14538
14534
|
{
|
|
@@ -14557,17 +14553,24 @@ function ContactEmergency({
|
|
|
14557
14553
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex-1", children: [
|
|
14558
14554
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between", children: [
|
|
14559
14555
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "font-medium", children: item.label }),
|
|
14560
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
14561
|
-
|
|
14562
|
-
|
|
14563
|
-
|
|
14564
|
-
|
|
14565
|
-
|
|
14566
|
-
|
|
14567
|
-
|
|
14568
|
-
|
|
14569
|
-
|
|
14570
|
-
|
|
14556
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
14557
|
+
Badge,
|
|
14558
|
+
{
|
|
14559
|
+
variant: "secondary",
|
|
14560
|
+
className: "text-xs",
|
|
14561
|
+
children: [
|
|
14562
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
14563
|
+
DynamicIcon,
|
|
14564
|
+
{
|
|
14565
|
+
name: "lucide/clock",
|
|
14566
|
+
size: 12,
|
|
14567
|
+
className: "mr-1"
|
|
14568
|
+
}
|
|
14569
|
+
),
|
|
14570
|
+
item.response
|
|
14571
|
+
]
|
|
14572
|
+
}
|
|
14573
|
+
)
|
|
14571
14574
|
] }),
|
|
14572
14575
|
/* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-1 text-sm text-muted-foreground", children: item.description })
|
|
14573
14576
|
] })
|
package/dist/registry.js
CHANGED
|
@@ -14489,10 +14489,6 @@ function ContactEmergency({
|
|
|
14489
14489
|
},
|
|
14490
14490
|
children: /* @__PURE__ */ jsxs("div", { className: "grid md:grid-cols-2", children: [
|
|
14491
14491
|
/* @__PURE__ */ jsxs("div", { className: "border-b p-6 md:border-b-0 md:border-r", children: [
|
|
14492
|
-
/* @__PURE__ */ jsxs("div", { className: "mb-6 flex items-center gap-2", children: [
|
|
14493
|
-
/* @__PURE__ */ jsx(DynamicIcon, { name: "lucide/alert-triangle", size: 20 }),
|
|
14494
|
-
/* @__PURE__ */ jsx("h3", { className: "font-semibold", children: "Priority Level" })
|
|
14495
|
-
] }),
|
|
14496
14492
|
priorityField && /* @__PURE__ */ jsx(Field, { name: "priority", children: ({ field }) => /* @__PURE__ */ jsx("div", { className: "space-y-3", children: PRIORITIES.map((item) => /* @__PURE__ */ jsxs(
|
|
14497
14493
|
"label",
|
|
14498
14494
|
{
|
|
@@ -14517,17 +14513,24 @@ function ContactEmergency({
|
|
|
14517
14513
|
/* @__PURE__ */ jsxs("div", { className: "flex-1", children: [
|
|
14518
14514
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between", children: [
|
|
14519
14515
|
/* @__PURE__ */ jsx("span", { className: "font-medium", children: item.label }),
|
|
14520
|
-
/* @__PURE__ */ jsxs(
|
|
14521
|
-
|
|
14522
|
-
|
|
14523
|
-
|
|
14524
|
-
|
|
14525
|
-
|
|
14526
|
-
|
|
14527
|
-
|
|
14528
|
-
|
|
14529
|
-
|
|
14530
|
-
|
|
14516
|
+
/* @__PURE__ */ jsxs(
|
|
14517
|
+
Badge,
|
|
14518
|
+
{
|
|
14519
|
+
variant: "secondary",
|
|
14520
|
+
className: "text-xs",
|
|
14521
|
+
children: [
|
|
14522
|
+
/* @__PURE__ */ jsx(
|
|
14523
|
+
DynamicIcon,
|
|
14524
|
+
{
|
|
14525
|
+
name: "lucide/clock",
|
|
14526
|
+
size: 12,
|
|
14527
|
+
className: "mr-1"
|
|
14528
|
+
}
|
|
14529
|
+
),
|
|
14530
|
+
item.response
|
|
14531
|
+
]
|
|
14532
|
+
}
|
|
14533
|
+
)
|
|
14531
14534
|
] }),
|
|
14532
14535
|
/* @__PURE__ */ jsx("p", { className: "mt-1 text-sm text-muted-foreground", children: item.description })
|
|
14533
14536
|
] })
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensite/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Foundational UI component library for OpenSite Semantic Site Builder with tree-shakable exports and abstract styling",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -3384,7 +3384,7 @@
|
|
|
3384
3384
|
},
|
|
3385
3385
|
"dependencies": {
|
|
3386
3386
|
"@opensite/hooks": "2.0.8",
|
|
3387
|
-
"@page-speed/forms": "0.5.
|
|
3387
|
+
"@page-speed/forms": "0.5.7",
|
|
3388
3388
|
"@page-speed/img": "0.4.5",
|
|
3389
3389
|
"@page-speed/lightbox": "0.2.1",
|
|
3390
3390
|
"@page-speed/pdf-viewer": "0.1.9",
|