tinacms 0.68.8 → 0.68.11

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.es.js CHANGED
@@ -29,7 +29,7 @@ var __objRest = (source, exclude) => {
29
29
  }
30
30
  return target;
31
31
  };
32
- import { useCMS, Form, GlobalFormPlugin, EventBus, Modal, ModalPopup, ModalHeader, ModalBody, ModalActions, Button as Button$1, LoadingDots, useLocalStorage, TinaCMS, BranchSwitcherPlugin, BranchDataProvider, TinaProvider, Nav, LocalWarning, OverflowMenu, FormStatus, FormBuilder } from "@tinacms/toolkit";
32
+ import { useCMS, Form, GlobalFormPlugin, EventBus, Modal, ModalPopup, ModalHeader, ModalBody, ModalActions, Button as Button$1, LoadingDots, useLocalStorage, TinaCMS, BranchSwitcherPlugin, BranchDataProvider, TinaProvider, TinaMediaStore, DummyMediaStore, Nav, LocalWarning, OverflowMenu, PopupModal, FormStatus, FormBuilder } from "@tinacms/toolkit";
33
33
  export * from "@tinacms/toolkit";
34
34
  import * as G from "graphql";
35
35
  import { TypeInfo, visit, visitWithTypeInfo, getNamedType, GraphQLObjectType, isLeafType, GraphQLUnionType, isScalarType as isScalarType$1, getIntrospectionQuery, buildClientSchema, print, parse } from "graphql";
@@ -2206,11 +2206,12 @@ mutation addPendingDocumentMutation(
2206
2206
  return this.contentApiUrl.includes("localhost");
2207
2207
  }
2208
2208
  setBranch(branchName) {
2209
- var _a, _b, _c;
2209
+ var _a, _b, _c, _d;
2210
2210
  const encodedBranch = encodeURIComponent(branchName);
2211
- this.frontendUrl = ((_a = this.options.tinaioConfig) == null ? void 0 : _a.frontendUrlOverride) || "https://app.tina.io";
2212
- this.identityApiUrl = ((_b = this.options.tinaioConfig) == null ? void 0 : _b.identityApiUrlOverride) || "https://identity.tinajs.io";
2213
- this.contentApiBase = ((_c = this.options.tinaioConfig) == null ? void 0 : _c.contentApiUrlOverride) || `https://content.tinajs.io`;
2211
+ this.assetsApiUrl = ((_a = this.options.tinaioConfig) == null ? void 0 : _a.assetsApiUrlOverride) || "https://assets.tinajs.io";
2212
+ this.frontendUrl = ((_b = this.options.tinaioConfig) == null ? void 0 : _b.frontendUrlOverride) || "https://app.tina.io";
2213
+ this.identityApiUrl = ((_c = this.options.tinaioConfig) == null ? void 0 : _c.identityApiUrlOverride) || "https://identity.tinajs.io";
2214
+ this.contentApiBase = ((_d = this.options.tinaioConfig) == null ? void 0 : _d.contentApiUrlOverride) || `https://content.tinajs.io`;
2214
2215
  this.contentApiUrl = this.options.customContentApiUrl || `${this.contentApiBase}/content/${this.options.clientId}/github/${encodedBranch}`;
2215
2216
  }
2216
2217
  async requestWithForm(query, {
@@ -2244,7 +2245,12 @@ mutation addPendingDocumentMutation(
2244
2245
  })
2245
2246
  });
2246
2247
  if (res.status !== 200) {
2247
- throw new Error(`Unable to complete request, ${res.statusText}`);
2248
+ let errorMessage = `Unable to complete request, ${res.statusText}`;
2249
+ const resBody = await res.json();
2250
+ if (resBody.message) {
2251
+ errorMessage = `${errorMessage}, Response: ${resBody.message}`;
2252
+ }
2253
+ throw new Error(errorMessage);
2248
2254
  }
2249
2255
  const json = await res.json();
2250
2256
  if (json.errors) {
@@ -2662,7 +2668,7 @@ const TinaCloudProvider = (props) => {
2662
2668
  cms.registerApi("admin", new TinaAdminApi(cms));
2663
2669
  }
2664
2670
  const setupMedia = async () => {
2665
- var _a;
2671
+ var _a, _b, _c;
2666
2672
  if (props.mediaStore) {
2667
2673
  if ((_a = props.mediaStore.prototype) == null ? void 0 : _a.persist) {
2668
2674
  cms.media.store = new props.mediaStore(cms.api.tina);
@@ -2670,6 +2676,12 @@ const TinaCloudProvider = (props) => {
2670
2676
  const MediaClass = await props.mediaStore();
2671
2677
  cms.media.store = new MediaClass(cms.api.tina);
2672
2678
  }
2679
+ } else {
2680
+ if ((_c = (_b = props.schema.config) == null ? void 0 : _b.media) == null ? void 0 : _c.tina) {
2681
+ cms.media.store = new TinaMediaStore(cms);
2682
+ } else {
2683
+ cms.media.store = new DummyMediaStore();
2684
+ }
2673
2685
  }
2674
2686
  };
2675
2687
  const handleListBranches = async () => {
@@ -2725,7 +2737,885 @@ const TinaCloudProvider = (props) => {
2725
2737
  }))));
2726
2738
  };
2727
2739
  const TinaCloudAuthWall = TinaCloudProvider;
2728
- var styles = '*, ::before, ::after {\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgb(0 132 255 / 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n}\n.tina-tailwind .pointer-events-auto {\n pointer-events: auto;\n}\n.tina-tailwind .static {\n position: static;\n}\n.tina-tailwind .fixed {\n position: fixed;\n}\n.tina-tailwind .absolute {\n position: absolute;\n}\n.tina-tailwind .relative {\n position: relative;\n}\n.tina-tailwind .inset-0 {\n top: 0px;\n right: 0px;\n bottom: 0px;\n left: 0px;\n}\n.tina-tailwind .left-0 {\n left: 0px;\n}\n.tina-tailwind .top-0 {\n top: 0px;\n}\n.tina-tailwind .top-8 {\n top: 32px;\n}\n.tina-tailwind .right-0 {\n right: 0px;\n}\n.tina-tailwind .top-10 {\n top: 40px;\n}\n.tina-tailwind .top-4 {\n top: 16px;\n}\n.tina-tailwind .z-overlay {\n z-index: 10600;\n}\n.tina-tailwind .z-menu {\n z-index: 9800;\n}\n.tina-tailwind .z-50 {\n z-index: 50;\n}\n.tina-tailwind .mx-auto {\n margin-left: auto;\n margin-right: auto;\n}\n.tina-tailwind .-ml-px {\n margin-left: -1px;\n}\n.tina-tailwind .mr-2 {\n margin-right: 8px;\n}\n.tina-tailwind .mb-2 {\n margin-bottom: 8px;\n}\n.tina-tailwind .mb-1 {\n margin-bottom: 4px;\n}\n.tina-tailwind .-mt-0\\.5 {\n margin-top: -2px;\n}\n.tina-tailwind .-mt-0 {\n margin-top: -0px;\n}\n.tina-tailwind .ml-1 {\n margin-left: 4px;\n}\n.tina-tailwind .mt-2 {\n margin-top: 8px;\n}\n.tina-tailwind .mr-1\\.5 {\n margin-right: 6px;\n}\n.tina-tailwind .mr-1 {\n margin-right: 4px;\n}\n.tina-tailwind .block {\n display: block;\n}\n.tina-tailwind .inline-block {\n display: inline-block;\n}\n.tina-tailwind .inline {\n display: inline;\n}\n.tina-tailwind .flex {\n display: flex;\n}\n.tina-tailwind .inline-flex {\n display: inline-flex;\n}\n.tina-tailwind .table {\n display: table;\n}\n.tina-tailwind .h-screen {\n height: 100vh;\n}\n.tina-tailwind .h-auto {\n height: auto;\n}\n.tina-tailwind .h-full {\n height: 100%;\n}\n.tina-tailwind .h-6 {\n height: 24px;\n}\n.tina-tailwind .h-7 {\n height: 28px;\n}\n.tina-tailwind .h-10 {\n height: 40px;\n}\n.tina-tailwind .h-5 {\n height: 20px;\n}\n.tina-tailwind .h-12 {\n height: 48px;\n}\n.tina-tailwind .w-full {\n width: 100%;\n}\n.tina-tailwind .w-10 {\n width: 40px;\n}\n.tina-tailwind .w-auto {\n width: auto;\n}\n.tina-tailwind .w-5 {\n width: 20px;\n}\n.tina-tailwind .w-56 {\n width: 224px;\n}\n.tina-tailwind .w-0 {\n width: 0px;\n}\n.tina-tailwind .w-6 {\n width: 24px;\n}\n.tina-tailwind .max-w-lg {\n max-width: 32rem;\n}\n.tina-tailwind .max-w-screen-xl {\n max-width: 1280px;\n}\n.tina-tailwind .max-w-form {\n max-width: 900px;\n}\n.tina-tailwind .max-w-full {\n max-width: 100%;\n}\n.tina-tailwind .flex-1 {\n flex: 1 1 0%;\n}\n.tina-tailwind .flex-shrink-0 {\n flex-shrink: 0;\n}\n.tina-tailwind .flex-grow-0 {\n flex-grow: 0;\n}\n.tina-tailwind .table-auto {\n table-layout: auto;\n}\n.tina-tailwind .origin-top-right {\n transform-origin: top right;\n}\n.tina-tailwind .-translate-x-full {\n --tw-translate-x: -100%;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.tina-tailwind .translate-x-0 {\n --tw-translate-x: 0px;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.tina-tailwind .translate-x-full {\n --tw-translate-x: 100%;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.tina-tailwind .scale-95 {\n --tw-scale-x: .95;\n --tw-scale-y: .95;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.tina-tailwind .scale-100 {\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.tina-tailwind .transform {\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n.tina-tailwind .cursor-pointer {\n cursor: pointer;\n}\n.tina-tailwind .flex-col {\n flex-direction: column;\n}\n.tina-tailwind .items-end {\n align-items: flex-end;\n}\n.tina-tailwind .items-center {\n align-items: center;\n}\n.tina-tailwind .items-stretch {\n align-items: stretch;\n}\n.tina-tailwind .justify-end {\n justify-content: flex-end;\n}\n.tina-tailwind .justify-center {\n justify-content: center;\n}\n.tina-tailwind .justify-between {\n justify-content: space-between;\n}\n.tina-tailwind .gap-0\\.5 {\n gap: 2px;\n}\n.tina-tailwind .gap-0 {\n gap: 0px;\n}\n.tina-tailwind .gap-4 {\n gap: 16px;\n}\n.tina-tailwind .gap-3 {\n gap: 12px;\n}\n.tina-tailwind .divide-y > :not([hidden]) ~ :not([hidden]) {\n --tw-divide-y-reverse: 0;\n border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));\n border-bottom-width: calc(1px * var(--tw-divide-y-reverse));\n}\n.tina-tailwind .divide-gray-150 > :not([hidden]) ~ :not([hidden]) {\n --tw-divide-opacity: 1;\n border-color: rgb(230 227 239 / var(--tw-divide-opacity));\n}\n.tina-tailwind .overflow-hidden {\n overflow: hidden;\n}\n.tina-tailwind .overflow-y-auto {\n overflow-y: auto;\n}\n.tina-tailwind .whitespace-nowrap {\n white-space: nowrap;\n}\n.tina-tailwind .rounded-lg {\n border-radius: 8px;\n}\n.tina-tailwind .rounded {\n border-radius: 4px;\n}\n.tina-tailwind .rounded-full {\n border-radius: 9999px;\n}\n.tina-tailwind .rounded-md {\n border-radius: 6px;\n}\n.tina-tailwind .rounded-r-md {\n border-top-right-radius: 6px;\n border-bottom-right-radius: 6px;\n}\n.tina-tailwind .border {\n border-width: 1px;\n}\n.tina-tailwind .border-b {\n border-bottom-width: 1px;\n}\n.tina-tailwind .border-gray-150 {\n --tw-border-opacity: 1;\n border-color: rgb(230 227 239 / var(--tw-border-opacity));\n}\n.tina-tailwind .border-gray-200 {\n --tw-border-opacity: 1;\n border-color: rgb(225 221 236 / var(--tw-border-opacity));\n}\n.tina-tailwind .bg-white {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n.tina-tailwind .bg-gray-50 {\n --tw-bg-opacity: 1;\n background-color: rgb(246 246 249 / var(--tw-bg-opacity));\n}\n.tina-tailwind .bg-blue-500 {\n --tw-bg-opacity: 1;\n background-color: rgb(0 132 255 / var(--tw-bg-opacity));\n}\n.tina-tailwind .bg-gradient-to-b {\n background-image: linear-gradient(to bottom, var(--tw-gradient-stops));\n}\n.tina-tailwind .bg-gradient-to-br {\n background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));\n}\n.tina-tailwind .from-blue-900 {\n --tw-gradient-from: #1D2C6C;\n --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(29 44 108 / 0));\n}\n.tina-tailwind .from-gray-800 {\n --tw-gradient-from: #363145;\n --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(54 49 69 / 0));\n}\n.tina-tailwind .via-gray-900 {\n --tw-gradient-stops: var(--tw-gradient-from), #252336, var(--tw-gradient-to, rgb(37 35 54 / 0));\n}\n.tina-tailwind .to-gray-900 {\n --tw-gradient-to: #252336;\n}\n.tina-tailwind .to-black {\n --tw-gradient-to: #000;\n}\n.tina-tailwind .px-4 {\n padding-left: 16px;\n padding-right: 16px;\n}\n.tina-tailwind .py-6 {\n padding-top: 24px;\n padding-bottom: 24px;\n}\n.tina-tailwind .px-5 {\n padding-left: 20px;\n padding-right: 20px;\n}\n.tina-tailwind .py-4 {\n padding-top: 16px;\n padding-bottom: 16px;\n}\n.tina-tailwind .px-12 {\n padding-left: 48px;\n padding-right: 48px;\n}\n.tina-tailwind .py-10 {\n padding-top: 40px;\n padding-bottom: 40px;\n}\n.tina-tailwind .px-20 {\n padding-left: 80px;\n padding-right: 80px;\n}\n.tina-tailwind .px-6 {\n padding-left: 24px;\n padding-right: 24px;\n}\n.tina-tailwind .py-1 {\n padding-top: 4px;\n padding-bottom: 4px;\n}\n.tina-tailwind .py-2 {\n padding-top: 8px;\n padding-bottom: 8px;\n}\n.tina-tailwind .py-5 {\n padding-top: 20px;\n padding-bottom: 20px;\n}\n.tina-tailwind .pt-4 {\n padding-top: 16px;\n}\n.tina-tailwind .pb-4 {\n padding-bottom: 16px;\n}\n.tina-tailwind .pt-18 {\n padding-top: 72px;\n}\n.tina-tailwind .pt-3 {\n padding-top: 12px;\n}\n.tina-tailwind .pl-18 {\n padding-left: 72px;\n}\n.tina-tailwind .text-left {\n text-align: left;\n}\n.tina-tailwind .text-center {\n text-align: center;\n}\n.tina-tailwind .font-sans {\n font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";\n}\n.tina-tailwind .text-2xl {\n font-size: 24px;\n line-height: 1.33;\n}\n.tina-tailwind .text-base {\n font-size: 16px;\n line-height: 1.5;\n}\n.tina-tailwind .text-sm {\n font-size: 14px;\n line-height: 1.43;\n}\n.tina-tailwind .text-xl {\n font-size: 20px;\n line-height: 1.4;\n}\n.tina-tailwind .text-md {\n font-size: 16px;\n line-height: 1.5;\n}\n.tina-tailwind .text-xs {\n font-size: 13px;\n line-height: 1.33;\n}\n.tina-tailwind .font-medium {\n font-weight: 500;\n}\n.tina-tailwind .uppercase {\n text-transform: uppercase;\n}\n.tina-tailwind .italic {\n font-style: italic;\n}\n.tina-tailwind .leading-normal {\n line-height: 1.5;\n}\n.tina-tailwind .leading-tight {\n line-height: 1.25;\n}\n.tina-tailwind .leading-5 {\n line-height: 20px;\n}\n.tina-tailwind .tracking-wide {\n letter-spacing: 0.025em;\n}\n.tina-tailwind .text-gray-600 {\n --tw-text-opacity: 1;\n color: rgb(86 81 101 / var(--tw-text-opacity));\n}\n.tina-tailwind .text-gray-700 {\n --tw-text-opacity: 1;\n color: rgb(67 62 82 / var(--tw-text-opacity));\n}\n.tina-tailwind .text-blue-600 {\n --tw-text-opacity: 1;\n color: rgb(5 116 228 / var(--tw-text-opacity));\n}\n.tina-tailwind .text-gray-500 {\n --tw-text-opacity: 1;\n color: rgb(113 108 127 / var(--tw-text-opacity));\n}\n.tina-tailwind .text-gray-400 {\n --tw-text-opacity: 1;\n color: rgb(145 140 158 / var(--tw-text-opacity));\n}\n.tina-tailwind .text-current {\n color: currentColor;\n}\n.tina-tailwind .text-white {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n.tina-tailwind .text-gray-800 {\n --tw-text-opacity: 1;\n color: rgb(54 49 69 / var(--tw-text-opacity));\n}\n.tina-tailwind .text-gray-900 {\n --tw-text-opacity: 1;\n color: rgb(37 35 54 / var(--tw-text-opacity));\n}\n.tina-tailwind .text-red-500 {\n --tw-text-opacity: 1;\n color: rgb(239 68 68 / var(--tw-text-opacity));\n}\n.tina-tailwind .underline {\n text-decoration-line: underline;\n}\n.tina-tailwind .opacity-100 {\n opacity: 1;\n}\n.tina-tailwind .opacity-0 {\n opacity: 0;\n}\n.tina-tailwind .opacity-80 {\n opacity: .8;\n}\n.tina-tailwind .opacity-90 {\n opacity: .9;\n}\n.tina-tailwind .opacity-50 {\n opacity: .5;\n}\n.tina-tailwind .opacity-70 {\n opacity: .7;\n}\n.tina-tailwind .shadow-lg {\n --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);\n --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n.tina-tailwind .shadow-2xl {\n --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);\n --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n.tina-tailwind .shadow {\n --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);\n --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n.tina-tailwind .ring-1 {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);\n}\n.tina-tailwind .ring-black {\n --tw-ring-opacity: 1;\n --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));\n}\n.tina-tailwind .ring-opacity-5 {\n --tw-ring-opacity: .05;\n}\n.tina-tailwind .filter {\n 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);\n}\n.tina-tailwind .transition-opacity {\n transition-property: opacity;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.tina-tailwind .transition-all {\n transition-property: all;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.tina-tailwind .transition-colors {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.tina-tailwind .transition {\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms;\n}\n.tina-tailwind .duration-300 {\n transition-duration: 300ms;\n}\n.tina-tailwind .duration-200 {\n transition-duration: 200ms;\n}\n.tina-tailwind .duration-150 {\n transition-duration: 150ms;\n}\n.tina-tailwind .duration-100 {\n transition-duration: 100ms;\n}\n.tina-tailwind .duration-75 {\n transition-duration: 75ms;\n}\n.tina-tailwind .ease-out {\n transition-timing-function: cubic-bezier(0, 0, 0.2, 1);\n}\n.tina-tailwind .ease-in {\n transition-timing-function: cubic-bezier(0.4, 0, 1, 1);\n}\n.tina-tailwind .icon-parent svg {\n fill: currentColor;\n }\n\n.tina-tailwind {\n font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";\n font-size: 16px;\n line-height: 1.5;\n --tw-text-opacity: 1;\n color: rgb(86 81 101 / var(--tw-text-opacity));\n}\n\n.tina-tailwind .hover\\:bg-blue-600:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(5 116 228 / var(--tw-bg-opacity));\n}\n\n.tina-tailwind .hover\\:text-blue-600:hover {\n --tw-text-opacity: 1;\n color: rgb(5 116 228 / var(--tw-text-opacity));\n}\n\n.tina-tailwind .hover\\:text-blue-400:hover {\n --tw-text-opacity: 1;\n color: rgb(34 150 254 / var(--tw-text-opacity));\n}\n\n.tina-tailwind .hover\\:opacity-100:hover {\n opacity: 1;\n}\n\n.tina-tailwind .focus\\:text-blue-400:focus {\n --tw-text-opacity: 1;\n color: rgb(34 150 254 / var(--tw-text-opacity));\n}\n\n.tina-tailwind .focus\\:underline:focus {\n text-decoration-line: underline;\n}\n\n.tina-tailwind .focus\\:shadow-outline:focus {\n --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);\n --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.tina-tailwind .focus\\:outline-none:focus {\n outline: 2px solid transparent;\n outline-offset: 2px;\n}\n\n.tina-tailwind .focus\\:ring-2:focus {\n --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);\n --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);\n box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);\n}\n\n.tina-tailwind .focus\\:ring-blue-500:focus {\n --tw-ring-opacity: 1;\n --tw-ring-color: rgb(0 132 255 / var(--tw-ring-opacity));\n}\n';
2740
+ var styles = `.tina-tailwind {
2741
+ line-height: 1.5;
2742
+ -webkit-text-size-adjust: 100%;
2743
+ -moz-tab-size: 4;
2744
+ tab-size: 4;
2745
+ }
2746
+
2747
+ .tina-tailwind *,
2748
+ .tina-tailwind ::before,
2749
+ .tina-tailwind ::after {
2750
+ box-sizing: border-box;
2751
+ border-width: 0;
2752
+ border-style: solid;
2753
+ border-color: transparent;
2754
+ }
2755
+
2756
+ .tina-tailwind ::before,
2757
+ .tina-tailwind ::after {
2758
+ --tw-content: '';
2759
+ }
2760
+
2761
+ .tina-tailwind hr {
2762
+ height: 0; /* 1 */
2763
+ color: inherit; /* 2 */
2764
+ border-top-width: 1px; /* 3 */
2765
+ }
2766
+
2767
+ .tina-tailwind abbr:where([title]) {
2768
+ text-decoration: underline dotted;
2769
+ }
2770
+
2771
+ .tina-tailwind h1,
2772
+ .tina-tailwind h2,
2773
+ .tina-tailwind h3,
2774
+ .tina-tailwind h4,
2775
+ .tina-tailwind h5,
2776
+ .tina-tailwind h6 {
2777
+ font-size: inherit;
2778
+ font-weight: inherit;
2779
+ }
2780
+
2781
+ .tina-tailwind a {
2782
+ color: inherit;
2783
+ text-decoration: inherit;
2784
+ }
2785
+
2786
+ .tina-tailwind b,
2787
+ .tina-tailwind strong {
2788
+ font-weight: bolder;
2789
+ }
2790
+
2791
+ .tina-tailwind code,
2792
+ .tina-tailwind kbd,
2793
+ .tina-tailwind samp,
2794
+ .tina-tailwind pre {
2795
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
2796
+ font-size: 1em; /* 2 */
2797
+ }
2798
+
2799
+ .tina-tailwind small {
2800
+ font-size: 80%;
2801
+ }
2802
+
2803
+ .tina-tailwind sub,
2804
+ .tina-tailwind sup {
2805
+ font-size: 75%;
2806
+ line-height: 0;
2807
+ position: relative;
2808
+ vertical-align: baseline;
2809
+ }
2810
+
2811
+ .tina-tailwind sub {
2812
+ bottom: -0.25em;
2813
+ }
2814
+
2815
+ .tina-tailwind sup {
2816
+ top: -0.5em;
2817
+ }
2818
+
2819
+ .tina-tailwind table {
2820
+ text-indent: 0; /* 1 */
2821
+ border-color: inherit; /* 2 */
2822
+ border-collapse: collapse; /* 3 */
2823
+ }
2824
+
2825
+ .tina-tailwind button,
2826
+ .tina-tailwind input,
2827
+ .tina-tailwind optgroup,
2828
+ .tina-tailwind select,
2829
+ .tina-tailwind textarea {
2830
+ font-family: inherit; /* 1 */
2831
+ font-size: 100%; /* 1 */
2832
+ line-height: inherit; /* 1 */
2833
+ color: inherit; /* 1 */
2834
+ margin: 0; /* 2 */
2835
+ padding: 0; /* 3 */
2836
+ }
2837
+
2838
+ .tina-tailwind button,
2839
+ .tina-tailwind select {
2840
+ text-transform: none;
2841
+ }
2842
+
2843
+ .tina-tailwind button,
2844
+ .tina-tailwind [type='button'],
2845
+ .tina-tailwind [type='reset'],
2846
+ .tina-tailwind [type='submit'] {
2847
+ -webkit-appearance: button; /* 1 */
2848
+ background-color: transparent; /* 2 */
2849
+ background-image: none; /* 2 */
2850
+ }
2851
+
2852
+ .tina-tailwind :-moz-focusring {
2853
+ outline: auto;
2854
+ }
2855
+
2856
+ .tina-tailwind :-moz-ui-invalid {
2857
+ box-shadow: none;
2858
+ }
2859
+
2860
+ .tina-tailwind progress {
2861
+ vertical-align: baseline;
2862
+ }
2863
+
2864
+ .tina-tailwind ::-webkit-inner-spin-button,
2865
+ .tina-tailwind ::-webkit-outer-spin-button {
2866
+ height: auto;
2867
+ }
2868
+
2869
+ .tina-tailwind [type='search'] {
2870
+ -webkit-appearance: textfield; /* 1 */
2871
+ outline-offset: -2px; /* 2 */
2872
+ }
2873
+
2874
+ .tina-tailwind ::-webkit-search-decoration {
2875
+ -webkit-appearance: none;
2876
+ }
2877
+
2878
+ .tina-tailwind ::-webkit-file-upload-button {
2879
+ -webkit-appearance: button; /* 1 */
2880
+ font: inherit; /* 2 */
2881
+ }
2882
+
2883
+ .tina-tailwind summary {
2884
+ display: list-item;
2885
+ }
2886
+
2887
+ .tina-tailwind blockquote,
2888
+ .tina-tailwind dl,
2889
+ .tina-tailwind dd,
2890
+ .tina-tailwind h1,
2891
+ .tina-tailwind h2,
2892
+ .tina-tailwind h3,
2893
+ .tina-tailwind h4,
2894
+ .tina-tailwind h5,
2895
+ .tina-tailwind h6,
2896
+ .tina-tailwind hr,
2897
+ .tina-tailwind figure,
2898
+ .tina-tailwind p,
2899
+ .tina-tailwind pre {
2900
+ margin: 0;
2901
+ }
2902
+
2903
+ .tina-tailwind fieldset {
2904
+ margin: 0;
2905
+ padding: 0;
2906
+ }
2907
+
2908
+ .tina-tailwind legend {
2909
+ padding: 0;
2910
+ }
2911
+
2912
+ .tina-tailwind ol,
2913
+ .tina-tailwind ul,
2914
+ .tina-tailwind menu {
2915
+ list-style: none;
2916
+ margin: 0;
2917
+ padding: 0;
2918
+ }
2919
+
2920
+ .tina-tailwind li:before {
2921
+ display: none;
2922
+ }
2923
+
2924
+ .tina-tailwind textarea {
2925
+ resize: vertical;
2926
+ }
2927
+
2928
+ .tina-tailwind input::placeholder,
2929
+ .tina-tailwind textarea::placeholder {
2930
+ opacity: 1; /* 1 */
2931
+ color: #918c9e; /* 2 */
2932
+ }
2933
+
2934
+ .tina-tailwind button,
2935
+ .tina-tailwind [role='button'] {
2936
+ cursor: pointer;
2937
+ }
2938
+
2939
+ .tina-tailwind :disabled {
2940
+ cursor: default;
2941
+ }
2942
+
2943
+ .tina-tailwind img,
2944
+ .tina-tailwind svg,
2945
+ .tina-tailwind video,
2946
+ .tina-tailwind canvas,
2947
+ .tina-tailwind audio,
2948
+ .tina-tailwind iframe,
2949
+ .tina-tailwind embed,
2950
+ .tina-tailwind object {
2951
+ display: block; /* 1 */
2952
+ vertical-align: middle; /* 2 */
2953
+ }
2954
+
2955
+ .tina-tailwind img,
2956
+ .tina-tailwind video {
2957
+ max-width: 100%;
2958
+ height: auto;
2959
+ }
2960
+
2961
+ .tina-tailwind [hidden] {
2962
+ display: none;
2963
+ }
2964
+ *, ::before, ::after {
2965
+ --tw-translate-x: 0;
2966
+ --tw-translate-y: 0;
2967
+ --tw-rotate: 0;
2968
+ --tw-skew-x: 0;
2969
+ --tw-skew-y: 0;
2970
+ --tw-scale-x: 1;
2971
+ --tw-scale-y: 1;
2972
+ --tw-pan-x: ;
2973
+ --tw-pan-y: ;
2974
+ --tw-pinch-zoom: ;
2975
+ --tw-scroll-snap-strictness: proximity;
2976
+ --tw-ordinal: ;
2977
+ --tw-slashed-zero: ;
2978
+ --tw-numeric-figure: ;
2979
+ --tw-numeric-spacing: ;
2980
+ --tw-numeric-fraction: ;
2981
+ --tw-ring-inset: ;
2982
+ --tw-ring-offset-width: 0px;
2983
+ --tw-ring-offset-color: #fff;
2984
+ --tw-ring-color: rgb(0 132 255 / 0.5);
2985
+ --tw-ring-offset-shadow: 0 0 #0000;
2986
+ --tw-ring-shadow: 0 0 #0000;
2987
+ --tw-shadow: 0 0 #0000;
2988
+ --tw-shadow-colored: 0 0 #0000;
2989
+ --tw-blur: ;
2990
+ --tw-brightness: ;
2991
+ --tw-contrast: ;
2992
+ --tw-grayscale: ;
2993
+ --tw-hue-rotate: ;
2994
+ --tw-invert: ;
2995
+ --tw-saturate: ;
2996
+ --tw-sepia: ;
2997
+ --tw-drop-shadow: ;
2998
+ --tw-backdrop-blur: ;
2999
+ --tw-backdrop-brightness: ;
3000
+ --tw-backdrop-contrast: ;
3001
+ --tw-backdrop-grayscale: ;
3002
+ --tw-backdrop-hue-rotate: ;
3003
+ --tw-backdrop-invert: ;
3004
+ --tw-backdrop-opacity: ;
3005
+ --tw-backdrop-saturate: ;
3006
+ --tw-backdrop-sepia: ;
3007
+ }
3008
+ .tina-tailwind .pointer-events-auto {
3009
+ pointer-events: auto;
3010
+ }
3011
+ .tina-tailwind .static {
3012
+ position: static;
3013
+ }
3014
+ .tina-tailwind .fixed {
3015
+ position: fixed;
3016
+ }
3017
+ .tina-tailwind .absolute {
3018
+ position: absolute;
3019
+ }
3020
+ .tina-tailwind .relative {
3021
+ position: relative;
3022
+ }
3023
+ .tina-tailwind .inset-0 {
3024
+ top: 0px;
3025
+ right: 0px;
3026
+ bottom: 0px;
3027
+ left: 0px;
3028
+ }
3029
+ .tina-tailwind .left-0 {
3030
+ left: 0px;
3031
+ }
3032
+ .tina-tailwind .top-0 {
3033
+ top: 0px;
3034
+ }
3035
+ .tina-tailwind .top-8 {
3036
+ top: 32px;
3037
+ }
3038
+ .tina-tailwind .right-0 {
3039
+ right: 0px;
3040
+ }
3041
+ .tina-tailwind .top-10 {
3042
+ top: 40px;
3043
+ }
3044
+ .tina-tailwind .top-4 {
3045
+ top: 16px;
3046
+ }
3047
+ .tina-tailwind .z-overlay {
3048
+ z-index: 10600;
3049
+ }
3050
+ .tina-tailwind .z-menu {
3051
+ z-index: 9800;
3052
+ }
3053
+ .tina-tailwind .z-50 {
3054
+ z-index: 50;
3055
+ }
3056
+ .tina-tailwind .mx-auto {
3057
+ margin-left: auto;
3058
+ margin-right: auto;
3059
+ }
3060
+ .tina-tailwind .-ml-px {
3061
+ margin-left: -1px;
3062
+ }
3063
+ .tina-tailwind .mr-2 {
3064
+ margin-right: 8px;
3065
+ }
3066
+ .tina-tailwind .mb-2 {
3067
+ margin-bottom: 8px;
3068
+ }
3069
+ .tina-tailwind .mb-1 {
3070
+ margin-bottom: 4px;
3071
+ }
3072
+ .tina-tailwind .-mt-0\\.5 {
3073
+ margin-top: -2px;
3074
+ }
3075
+ .tina-tailwind .-mt-0 {
3076
+ margin-top: -0px;
3077
+ }
3078
+ .tina-tailwind .ml-1 {
3079
+ margin-left: 4px;
3080
+ }
3081
+ .tina-tailwind .mt-2 {
3082
+ margin-top: 8px;
3083
+ }
3084
+ .tina-tailwind .mr-1\\.5 {
3085
+ margin-right: 6px;
3086
+ }
3087
+ .tina-tailwind .mr-1 {
3088
+ margin-right: 4px;
3089
+ }
3090
+ .tina-tailwind .block {
3091
+ display: block;
3092
+ }
3093
+ .tina-tailwind .inline-block {
3094
+ display: inline-block;
3095
+ }
3096
+ .tina-tailwind .inline {
3097
+ display: inline;
3098
+ }
3099
+ .tina-tailwind .flex {
3100
+ display: flex;
3101
+ }
3102
+ .tina-tailwind .inline-flex {
3103
+ display: inline-flex;
3104
+ }
3105
+ .tina-tailwind .table {
3106
+ display: table;
3107
+ }
3108
+ .tina-tailwind .h-screen {
3109
+ height: 100vh;
3110
+ }
3111
+ .tina-tailwind .h-auto {
3112
+ height: auto;
3113
+ }
3114
+ .tina-tailwind .h-full {
3115
+ height: 100%;
3116
+ }
3117
+ .tina-tailwind .h-6 {
3118
+ height: 24px;
3119
+ }
3120
+ .tina-tailwind .h-7 {
3121
+ height: 28px;
3122
+ }
3123
+ .tina-tailwind .h-10 {
3124
+ height: 40px;
3125
+ }
3126
+ .tina-tailwind .h-5 {
3127
+ height: 20px;
3128
+ }
3129
+ .tina-tailwind .h-12 {
3130
+ height: 48px;
3131
+ }
3132
+ .tina-tailwind .w-full {
3133
+ width: 100%;
3134
+ }
3135
+ .tina-tailwind .w-10 {
3136
+ width: 40px;
3137
+ }
3138
+ .tina-tailwind .w-auto {
3139
+ width: auto;
3140
+ }
3141
+ .tina-tailwind .w-5 {
3142
+ width: 20px;
3143
+ }
3144
+ .tina-tailwind .w-56 {
3145
+ width: 224px;
3146
+ }
3147
+ .tina-tailwind .w-0 {
3148
+ width: 0px;
3149
+ }
3150
+ .tina-tailwind .w-6 {
3151
+ width: 24px;
3152
+ }
3153
+ .tina-tailwind .max-w-lg {
3154
+ max-width: 32rem;
3155
+ }
3156
+ .tina-tailwind .max-w-screen-xl {
3157
+ max-width: 1280px;
3158
+ }
3159
+ .tina-tailwind .max-w-form {
3160
+ max-width: 900px;
3161
+ }
3162
+ .tina-tailwind .max-w-full {
3163
+ max-width: 100%;
3164
+ }
3165
+ .tina-tailwind .flex-1 {
3166
+ flex: 1 1 0%;
3167
+ }
3168
+ .tina-tailwind .flex-shrink-0 {
3169
+ flex-shrink: 0;
3170
+ }
3171
+ .tina-tailwind .flex-grow-0 {
3172
+ flex-grow: 0;
3173
+ }
3174
+ .tina-tailwind .table-auto {
3175
+ table-layout: auto;
3176
+ }
3177
+ .tina-tailwind .origin-top-right {
3178
+ transform-origin: top right;
3179
+ }
3180
+ .tina-tailwind .-translate-x-full {
3181
+ --tw-translate-x: -100%;
3182
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3183
+ }
3184
+ .tina-tailwind .translate-x-0 {
3185
+ --tw-translate-x: 0px;
3186
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3187
+ }
3188
+ .tina-tailwind .translate-x-full {
3189
+ --tw-translate-x: 100%;
3190
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3191
+ }
3192
+ .tina-tailwind .scale-95 {
3193
+ --tw-scale-x: .95;
3194
+ --tw-scale-y: .95;
3195
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3196
+ }
3197
+ .tina-tailwind .scale-100 {
3198
+ --tw-scale-x: 1;
3199
+ --tw-scale-y: 1;
3200
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3201
+ }
3202
+ .tina-tailwind .transform {
3203
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3204
+ }
3205
+ .tina-tailwind .cursor-pointer {
3206
+ cursor: pointer;
3207
+ }
3208
+ .tina-tailwind .flex-col {
3209
+ flex-direction: column;
3210
+ }
3211
+ .tina-tailwind .items-end {
3212
+ align-items: flex-end;
3213
+ }
3214
+ .tina-tailwind .items-center {
3215
+ align-items: center;
3216
+ }
3217
+ .tina-tailwind .items-stretch {
3218
+ align-items: stretch;
3219
+ }
3220
+ .tina-tailwind .justify-end {
3221
+ justify-content: flex-end;
3222
+ }
3223
+ .tina-tailwind .justify-center {
3224
+ justify-content: center;
3225
+ }
3226
+ .tina-tailwind .justify-between {
3227
+ justify-content: space-between;
3228
+ }
3229
+ .tina-tailwind .gap-0\\.5 {
3230
+ gap: 2px;
3231
+ }
3232
+ .tina-tailwind .gap-0 {
3233
+ gap: 0px;
3234
+ }
3235
+ .tina-tailwind .gap-4 {
3236
+ gap: 16px;
3237
+ }
3238
+ .tina-tailwind .gap-3 {
3239
+ gap: 12px;
3240
+ }
3241
+ .tina-tailwind .divide-y > :not([hidden]) ~ :not([hidden]) {
3242
+ --tw-divide-y-reverse: 0;
3243
+ border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
3244
+ border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
3245
+ }
3246
+ .tina-tailwind .divide-gray-150 > :not([hidden]) ~ :not([hidden]) {
3247
+ --tw-divide-opacity: 1;
3248
+ border-color: rgb(230 227 239 / var(--tw-divide-opacity));
3249
+ }
3250
+ .tina-tailwind .overflow-hidden {
3251
+ overflow: hidden;
3252
+ }
3253
+ .tina-tailwind .overflow-y-auto {
3254
+ overflow-y: auto;
3255
+ }
3256
+ .tina-tailwind .whitespace-nowrap {
3257
+ white-space: nowrap;
3258
+ }
3259
+ .tina-tailwind .rounded-lg {
3260
+ border-radius: 8px;
3261
+ }
3262
+ .tina-tailwind .rounded {
3263
+ border-radius: 4px;
3264
+ }
3265
+ .tina-tailwind .rounded-full {
3266
+ border-radius: 9999px;
3267
+ }
3268
+ .tina-tailwind .rounded-md {
3269
+ border-radius: 6px;
3270
+ }
3271
+ .tina-tailwind .rounded-r-md {
3272
+ border-top-right-radius: 6px;
3273
+ border-bottom-right-radius: 6px;
3274
+ }
3275
+ .tina-tailwind .border {
3276
+ border-width: 1px;
3277
+ }
3278
+ .tina-tailwind .border-b {
3279
+ border-bottom-width: 1px;
3280
+ }
3281
+ .tina-tailwind .border-gray-150 {
3282
+ --tw-border-opacity: 1;
3283
+ border-color: rgb(230 227 239 / var(--tw-border-opacity));
3284
+ }
3285
+ .tina-tailwind .border-gray-200 {
3286
+ --tw-border-opacity: 1;
3287
+ border-color: rgb(225 221 236 / var(--tw-border-opacity));
3288
+ }
3289
+ .tina-tailwind .bg-white {
3290
+ --tw-bg-opacity: 1;
3291
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
3292
+ }
3293
+ .tina-tailwind .bg-gray-50 {
3294
+ --tw-bg-opacity: 1;
3295
+ background-color: rgb(246 246 249 / var(--tw-bg-opacity));
3296
+ }
3297
+ .tina-tailwind .bg-blue-500 {
3298
+ --tw-bg-opacity: 1;
3299
+ background-color: rgb(0 132 255 / var(--tw-bg-opacity));
3300
+ }
3301
+ .tina-tailwind .bg-gradient-to-b {
3302
+ background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
3303
+ }
3304
+ .tina-tailwind .bg-gradient-to-br {
3305
+ background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
3306
+ }
3307
+ .tina-tailwind .from-blue-900 {
3308
+ --tw-gradient-from: #1D2C6C;
3309
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(29 44 108 / 0));
3310
+ }
3311
+ .tina-tailwind .from-gray-800 {
3312
+ --tw-gradient-from: #363145;
3313
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(54 49 69 / 0));
3314
+ }
3315
+ .tina-tailwind .via-gray-900 {
3316
+ --tw-gradient-stops: var(--tw-gradient-from), #252336, var(--tw-gradient-to, rgb(37 35 54 / 0));
3317
+ }
3318
+ .tina-tailwind .to-gray-900 {
3319
+ --tw-gradient-to: #252336;
3320
+ }
3321
+ .tina-tailwind .to-black {
3322
+ --tw-gradient-to: #000;
3323
+ }
3324
+ .tina-tailwind .px-4 {
3325
+ padding-left: 16px;
3326
+ padding-right: 16px;
3327
+ }
3328
+ .tina-tailwind .py-6 {
3329
+ padding-top: 24px;
3330
+ padding-bottom: 24px;
3331
+ }
3332
+ .tina-tailwind .px-5 {
3333
+ padding-left: 20px;
3334
+ padding-right: 20px;
3335
+ }
3336
+ .tina-tailwind .py-4 {
3337
+ padding-top: 16px;
3338
+ padding-bottom: 16px;
3339
+ }
3340
+ .tina-tailwind .px-12 {
3341
+ padding-left: 48px;
3342
+ padding-right: 48px;
3343
+ }
3344
+ .tina-tailwind .py-10 {
3345
+ padding-top: 40px;
3346
+ padding-bottom: 40px;
3347
+ }
3348
+ .tina-tailwind .px-20 {
3349
+ padding-left: 80px;
3350
+ padding-right: 80px;
3351
+ }
3352
+ .tina-tailwind .px-6 {
3353
+ padding-left: 24px;
3354
+ padding-right: 24px;
3355
+ }
3356
+ .tina-tailwind .py-1 {
3357
+ padding-top: 4px;
3358
+ padding-bottom: 4px;
3359
+ }
3360
+ .tina-tailwind .py-2 {
3361
+ padding-top: 8px;
3362
+ padding-bottom: 8px;
3363
+ }
3364
+ .tina-tailwind .py-5 {
3365
+ padding-top: 20px;
3366
+ padding-bottom: 20px;
3367
+ }
3368
+ .tina-tailwind .pt-4 {
3369
+ padding-top: 16px;
3370
+ }
3371
+ .tina-tailwind .pb-4 {
3372
+ padding-bottom: 16px;
3373
+ }
3374
+ .tina-tailwind .pt-18 {
3375
+ padding-top: 72px;
3376
+ }
3377
+ .tina-tailwind .pt-3 {
3378
+ padding-top: 12px;
3379
+ }
3380
+ .tina-tailwind .pl-18 {
3381
+ padding-left: 72px;
3382
+ }
3383
+ .tina-tailwind .text-left {
3384
+ text-align: left;
3385
+ }
3386
+ .tina-tailwind .text-center {
3387
+ text-align: center;
3388
+ }
3389
+ .tina-tailwind .font-sans {
3390
+ font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
3391
+ }
3392
+ .tina-tailwind .text-2xl {
3393
+ font-size: 24px;
3394
+ line-height: 1.33;
3395
+ }
3396
+ .tina-tailwind .text-base {
3397
+ font-size: 16px;
3398
+ line-height: 1.5;
3399
+ }
3400
+ .tina-tailwind .text-sm {
3401
+ font-size: 14px;
3402
+ line-height: 1.43;
3403
+ }
3404
+ .tina-tailwind .text-xl {
3405
+ font-size: 20px;
3406
+ line-height: 1.4;
3407
+ }
3408
+ .tina-tailwind .text-md {
3409
+ font-size: 16px;
3410
+ line-height: 1.5;
3411
+ }
3412
+ .tina-tailwind .text-xs {
3413
+ font-size: 13px;
3414
+ line-height: 1.33;
3415
+ }
3416
+ .tina-tailwind .font-medium {
3417
+ font-weight: 500;
3418
+ }
3419
+ .tina-tailwind .uppercase {
3420
+ text-transform: uppercase;
3421
+ }
3422
+ .tina-tailwind .italic {
3423
+ font-style: italic;
3424
+ }
3425
+ .tina-tailwind .leading-normal {
3426
+ line-height: 1.5;
3427
+ }
3428
+ .tina-tailwind .leading-tight {
3429
+ line-height: 1.25;
3430
+ }
3431
+ .tina-tailwind .leading-5 {
3432
+ line-height: 20px;
3433
+ }
3434
+ .tina-tailwind .tracking-wide {
3435
+ letter-spacing: 0.025em;
3436
+ }
3437
+ .tina-tailwind .text-gray-600 {
3438
+ --tw-text-opacity: 1;
3439
+ color: rgb(86 81 101 / var(--tw-text-opacity));
3440
+ }
3441
+ .tina-tailwind .text-gray-700 {
3442
+ --tw-text-opacity: 1;
3443
+ color: rgb(67 62 82 / var(--tw-text-opacity));
3444
+ }
3445
+ .tina-tailwind .text-blue-600 {
3446
+ --tw-text-opacity: 1;
3447
+ color: rgb(5 116 228 / var(--tw-text-opacity));
3448
+ }
3449
+ .tina-tailwind .text-gray-500 {
3450
+ --tw-text-opacity: 1;
3451
+ color: rgb(113 108 127 / var(--tw-text-opacity));
3452
+ }
3453
+ .tina-tailwind .text-gray-400 {
3454
+ --tw-text-opacity: 1;
3455
+ color: rgb(145 140 158 / var(--tw-text-opacity));
3456
+ }
3457
+ .tina-tailwind .text-current {
3458
+ color: currentColor;
3459
+ }
3460
+ .tina-tailwind .text-white {
3461
+ --tw-text-opacity: 1;
3462
+ color: rgb(255 255 255 / var(--tw-text-opacity));
3463
+ }
3464
+ .tina-tailwind .text-gray-800 {
3465
+ --tw-text-opacity: 1;
3466
+ color: rgb(54 49 69 / var(--tw-text-opacity));
3467
+ }
3468
+ .tina-tailwind .text-gray-900 {
3469
+ --tw-text-opacity: 1;
3470
+ color: rgb(37 35 54 / var(--tw-text-opacity));
3471
+ }
3472
+ .tina-tailwind .text-red-500 {
3473
+ --tw-text-opacity: 1;
3474
+ color: rgb(239 68 68 / var(--tw-text-opacity));
3475
+ }
3476
+ .tina-tailwind .underline {
3477
+ text-decoration-line: underline;
3478
+ }
3479
+ .tina-tailwind .opacity-100 {
3480
+ opacity: 1;
3481
+ }
3482
+ .tina-tailwind .opacity-0 {
3483
+ opacity: 0;
3484
+ }
3485
+ .tina-tailwind .opacity-80 {
3486
+ opacity: .8;
3487
+ }
3488
+ .tina-tailwind .opacity-90 {
3489
+ opacity: .9;
3490
+ }
3491
+ .tina-tailwind .opacity-50 {
3492
+ opacity: .5;
3493
+ }
3494
+ .tina-tailwind .opacity-70 {
3495
+ opacity: .7;
3496
+ }
3497
+ .tina-tailwind .shadow-lg {
3498
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
3499
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
3500
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3501
+ }
3502
+ .tina-tailwind .shadow-2xl {
3503
+ --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
3504
+ --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
3505
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3506
+ }
3507
+ .tina-tailwind .shadow {
3508
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
3509
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
3510
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3511
+ }
3512
+ .tina-tailwind .ring-1 {
3513
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3514
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3515
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3516
+ }
3517
+ .tina-tailwind .ring-black {
3518
+ --tw-ring-opacity: 1;
3519
+ --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
3520
+ }
3521
+ .tina-tailwind .ring-opacity-5 {
3522
+ --tw-ring-opacity: .05;
3523
+ }
3524
+ .tina-tailwind .filter {
3525
+ 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);
3526
+ }
3527
+ .tina-tailwind .transition-opacity {
3528
+ transition-property: opacity;
3529
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3530
+ transition-duration: 150ms;
3531
+ }
3532
+ .tina-tailwind .transition-all {
3533
+ transition-property: all;
3534
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3535
+ transition-duration: 150ms;
3536
+ }
3537
+ .tina-tailwind .transition-colors {
3538
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
3539
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3540
+ transition-duration: 150ms;
3541
+ }
3542
+ .tina-tailwind .transition {
3543
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
3544
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3545
+ transition-duration: 150ms;
3546
+ }
3547
+ .tina-tailwind .duration-300 {
3548
+ transition-duration: 300ms;
3549
+ }
3550
+ .tina-tailwind .duration-200 {
3551
+ transition-duration: 200ms;
3552
+ }
3553
+ .tina-tailwind .duration-150 {
3554
+ transition-duration: 150ms;
3555
+ }
3556
+ .tina-tailwind .duration-100 {
3557
+ transition-duration: 100ms;
3558
+ }
3559
+ .tina-tailwind .duration-75 {
3560
+ transition-duration: 75ms;
3561
+ }
3562
+ .tina-tailwind .ease-out {
3563
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
3564
+ }
3565
+ .tina-tailwind .ease-in {
3566
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
3567
+ }
3568
+ .tina-tailwind .icon-parent svg {
3569
+ fill: currentColor;
3570
+ }
3571
+ .tina-tailwind {
3572
+ font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
3573
+ font-size: 16px;
3574
+ line-height: 1.5;
3575
+ --tw-text-opacity: 1;
3576
+ color: rgb(86 81 101 / var(--tw-text-opacity));
3577
+ }
3578
+ .tina-tailwind .hover\\:bg-blue-600:hover {
3579
+ --tw-bg-opacity: 1;
3580
+ background-color: rgb(5 116 228 / var(--tw-bg-opacity));
3581
+ }
3582
+ .tina-tailwind .hover\\:text-blue-600:hover {
3583
+ --tw-text-opacity: 1;
3584
+ color: rgb(5 116 228 / var(--tw-text-opacity));
3585
+ }
3586
+ .tina-tailwind .hover\\:text-blue-400:hover {
3587
+ --tw-text-opacity: 1;
3588
+ color: rgb(34 150 254 / var(--tw-text-opacity));
3589
+ }
3590
+ .tina-tailwind .hover\\:opacity-100:hover {
3591
+ opacity: 1;
3592
+ }
3593
+ .tina-tailwind .focus\\:text-blue-400:focus {
3594
+ --tw-text-opacity: 1;
3595
+ color: rgb(34 150 254 / var(--tw-text-opacity));
3596
+ }
3597
+ .tina-tailwind .focus\\:underline:focus {
3598
+ text-decoration-line: underline;
3599
+ }
3600
+ .tina-tailwind .focus\\:shadow-outline:focus {
3601
+ --tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
3602
+ --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
3603
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3604
+ }
3605
+ .tina-tailwind .focus\\:outline-none:focus {
3606
+ outline: 2px solid transparent;
3607
+ outline-offset: 2px;
3608
+ }
3609
+ .tina-tailwind .focus\\:ring-2:focus {
3610
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3611
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3612
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3613
+ }
3614
+ .tina-tailwind .focus\\:ring-blue-500:focus {
3615
+ --tw-ring-opacity: 1;
3616
+ --tw-ring-color: rgb(0 132 255 / var(--tw-ring-opacity));
3617
+ }
3618
+ `;
2729
3619
  class ContentCreatorPlugin {
2730
3620
  constructor(options) {
2731
3621
  this.__type = "content-creator";
@@ -3891,7 +4781,7 @@ const Button = (_g) => {
3891
4781
  "children",
3892
4782
  "className"
3893
4783
  ]);
3894
- const baseClasses = "icon-parent inline-flex items-center font-medium focus:outline-none focus:ring-2 focus:shadow-outline text-center inline-flex justify-center transition-all duration-150 ease-out ";
4784
+ const baseClasses = "icon-parent border-0 inline-flex items-center font-medium focus:outline-none focus:ring-2 focus:shadow-outline text-center inline-flex justify-center transition-all duration-150 ease-out ";
3895
4785
  const variantClasses = {
3896
4786
  primary: `shadow text-white bg-blue-500 hover:bg-blue-600 focus:ring-blue-500`,
3897
4787
  secondary: `shadow text-gray-500 hover:text-blue-500 bg-gray-50 hover:bg-white border border-gray-200`,
@@ -4134,7 +5024,7 @@ const CollectionListPage = () => {
4134
5024
  });
4135
5025
  };
4136
5026
  const DeleteModal = ({ close: close2, deleteFunc, filename }) => {
4137
- return /* @__PURE__ */ React__default.createElement(Modal, null, /* @__PURE__ */ React__default.createElement(ModalHeader, {
5027
+ return /* @__PURE__ */ React__default.createElement(Modal, null, /* @__PURE__ */ React__default.createElement(PopupModal, null, /* @__PURE__ */ React__default.createElement(ModalHeader, {
4138
5028
  close: close2
4139
5029
  }, "Delete ", filename), /* @__PURE__ */ React__default.createElement(ModalBody, {
4140
5030
  padded: true
@@ -4148,7 +5038,7 @@ const DeleteModal = ({ close: close2, deleteFunc, filename }) => {
4148
5038
  await deleteFunc();
4149
5039
  close2();
4150
5040
  }
4151
- }, "Delete")));
5041
+ }, "Delete"))));
4152
5042
  };
4153
5043
  function HiChevronRight(props) {
4154
5044
  return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 20 20", "fill": "currentColor" }, "child": [{ "tag": "path", "attr": { "fillRule": "evenodd", "d": "M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z", "clipRule": "evenodd" } }] })(props);