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