tinacms 0.68.7 → 0.68.10

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