funnel-gfx-wc 0.0.860 → 0.0.862
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/funnel-app.cjs.entry.js +3 -3
- package/dist/collection/styles/shadow.css +594 -0
- package/dist/collection/tokens.css +12 -10
- package/dist/collection/utils/tw-version.js +1 -1
- package/dist/esm/funnel-app.entry.js +3 -3
- package/dist/funnel-gfx-wc/funnel-gfx-wc.esm.js +1 -1
- package/dist/funnel-gfx-wc/p-a7eafe59.entry.js +1 -0
- package/dist/funnel-gfx-wc/tokens.css +12 -10
- package/dist/types/utils/tw-version.d.ts +1 -1
- package/package.json +3 -3
- package/dist/collection/styles/utils.css +0 -210
- package/dist/funnel-gfx-wc/p-ab9fa686.entry.js +0 -1
|
@@ -2480,7 +2480,7 @@ const actions = {
|
|
|
2480
2480
|
};
|
|
2481
2481
|
|
|
2482
2482
|
// WARNING: generated file...
|
|
2483
|
-
const TW_VERSION = '4.0.
|
|
2483
|
+
const TW_VERSION = '4.0.6';
|
|
2484
2484
|
|
|
2485
2485
|
const ColorPicker = props => {
|
|
2486
2486
|
const { actions, state } = props;
|
|
@@ -2695,8 +2695,8 @@ const Eswat2Io = _props => {
|
|
|
2695
2695
|
index.h(Fingerprint, { label: "eswat2" })));
|
|
2696
2696
|
};
|
|
2697
2697
|
|
|
2698
|
-
const utilsCss = "/*! tailwindcss v4.0.4 | MIT License | https://tailwindcss.com */\n@layer theme, base, components, utilities;\n@layer utilities {\n .absolute {\n position: absolute;\n }\n .relative {\n position: relative;\n }\n .top-8 {\n top: calc(var(--spacing) * 8);\n }\n .right-8 {\n right: calc(var(--spacing) * 8);\n }\n .mt-3 {\n margin-top: calc(var(--spacing) * 3);\n }\n .mt-5px {\n margin-top: 5px;\n }\n .mr-0 {\n margin-right: calc(var(--spacing) * 0);\n }\n .mr-10px {\n margin-right: 10px;\n }\n .mb-10px {\n margin-bottom: 10px;\n }\n .ml-0 {\n margin-left: calc(var(--spacing) * 0);\n }\n .ml-auto {\n margin-left: auto;\n }\n .flex {\n display: flex;\n }\n .transform {\n transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z)\n var(--tw-skew-x) var(--tw-skew-y);\n }\n .flex-col {\n flex-direction: column;\n }\n .flex-wrap {\n flex-wrap: wrap;\n }\n .items-center {\n align-items: center;\n }\n .border-solid {\n --tw-border-style: solid;\n border-style: solid;\n }\n .border-clrs-gray {\n border-color: var(--clrs-gray, #aaaaaa);\n }\n .border-clrs-slate {\n border-color: var(--clrs-slate, #708090);\n }\n .bg-clrs-blue {\n background-color: var(--clrs-blue, #0074d9);\n }\n .bg-clrs-red {\n background-color: var(--clrs-red, #ff4136);\n }\n .bg-clrs-silver {\n background-color: var(--clrs-silver, #dddddd);\n }\n .stroke-1 {\n stroke-width: 1;\n }\n .p-4 {\n padding: calc(var(--spacing) * 4);\n }\n .align-top {\n vertical-align: top;\n }\n .font-sans {\n font-family: var(--font-sans);\n }\n .text-xs {\n font-size: var(--text-xs);\n line-height: var(--tw-leading, var(--text-xs--line-height));\n }\n .font-bold {\n --tw-font-weight: var(--font-weight-bold);\n font-weight: var(--font-weight-bold);\n }\n .text-clrs-gray {\n color: var(--clrs-gray, #aaaaaa);\n }\n .text-clrs-navy {\n color: var(--clrs-navy, #001f3f);\n }\n .text-clrs-slate4 {\n color: var(--clrs-slate4, #4e5964);\n }\n .text-clrs-white {\n color: var(--clrs-white, #ffffff);\n }\n .italic {\n font-style: italic;\n }\n .antialiased {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n .shadow {\n --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),\n 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));\n box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n .hover\\:text-clrs-navy {\n &:hover {\n @media (hover: hover) {\n color: var(--clrs-navy, #001f3f);\n }\n }\n }\n .active\\:bg-clrs-gray {\n &:active {\n background-color: var(--clrs-gray, #aaaaaa);\n }\n }\n .active\\:text-clrs-navy {\n &:active {\n color: var(--clrs-navy, #001f3f);\n }\n }\n}\n@layer components {\n .ds1-main {\n display: flex;\n flex-direction: column;\n padding: calc(var(--spacing) * 4);\n font-family: var(--font-sans);\n color: var(--clrs-navy, #001f3f);\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n .ds1-button {\n display: flex;\n align-items: center;\n --tw-border-style: solid;\n border-style: solid;\n border-color: var(--clrs-slate, #708090);\n color: var(--clrs-white, #ffffff);\n &:active {\n background-color: var(--clrs-gray, #aaaaaa);\n }\n &:active {\n color: var(--clrs-navy, #001f3f);\n }\n }\n .funnel-gfx {\n --tw-border-style: solid;\n border-style: solid;\n border-color: var(--clrs-gray, #aaaaaa);\n background-color: var(--clrs-silver, #dddddd);\n stroke-width: 1;\n }\n}\n.data-button {\n border-radius: 5px;\n border-width: 1px;\n padding: 5px;\n margin: 0px;\n margin-right: 5px;\n cursor: pointer;\n}\n.funnel-gfx {\n width: calc(100% - 20px);\n height: 100%;\n padding: 10px;\n padding-bottom: 7px;\n border-radius: 10px;\n border-width: 1px;\n}\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n@keyframes ping {\n 75%,\n 100% {\n transform: scale(2);\n opacity: 0;\n }\n}\n@keyframes pulse {\n 50% {\n opacity: 0.5;\n }\n}\n@keyframes bounce {\n 0%,\n 100% {\n transform: translateY(-25%);\n animation-timing-function: cubic-bezier(0.8, 0, 1, 1);\n }\n 50% {\n transform: none;\n animation-timing-function: cubic-bezier(0, 0, 0.2, 1);\n }\n}\n";
|
|
2699
|
-
const FunnelAppStyle0 =
|
|
2698
|
+
const shadowCss = "/*! tailwindcss v4.0.6 | MIT License | https://tailwindcss.com */\n@layer theme, base, components, utilities;\n@layer theme {\n :root,\n :host {\n --font-sans:\n ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',\n 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';\n --font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;\n --font-mono:\n ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',\n 'Courier New', monospace;\n --color-red-50: oklch(0.971 0.013 17.38);\n --color-red-100: oklch(0.936 0.032 17.717);\n --color-red-200: oklch(0.885 0.062 18.334);\n --color-red-300: oklch(0.808 0.114 19.571);\n --color-red-400: oklch(0.704 0.191 22.216);\n --color-red-500: oklch(0.637 0.237 25.331);\n --color-red-600: oklch(0.577 0.245 27.325);\n --color-red-700: oklch(0.505 0.213 27.518);\n --color-red-800: oklch(0.444 0.177 26.899);\n --color-red-900: oklch(0.396 0.141 25.723);\n --color-red-950: oklch(0.258 0.092 26.042);\n --color-orange-50: oklch(0.98 0.016 73.684);\n --color-orange-100: oklch(0.954 0.038 75.164);\n --color-orange-200: oklch(0.901 0.076 70.697);\n --color-orange-300: oklch(0.837 0.128 66.29);\n --color-orange-400: oklch(0.75 0.183 55.934);\n --color-orange-500: oklch(0.705 0.213 47.604);\n --color-orange-600: oklch(0.646 0.222 41.116);\n --color-orange-700: oklch(0.553 0.195 38.402);\n --color-orange-800: oklch(0.47 0.157 37.304);\n --color-orange-900: oklch(0.408 0.123 38.172);\n --color-orange-950: oklch(0.266 0.079 36.259);\n --color-amber-50: oklch(0.987 0.022 95.277);\n --color-amber-100: oklch(0.962 0.059 95.617);\n --color-amber-200: oklch(0.924 0.12 95.746);\n --color-amber-300: oklch(0.879 0.169 91.605);\n --color-amber-400: oklch(0.828 0.189 84.429);\n --color-amber-500: oklch(0.769 0.188 70.08);\n --color-amber-600: oklch(0.666 0.179 58.318);\n --color-amber-700: oklch(0.555 0.163 48.998);\n --color-amber-800: oklch(0.473 0.137 46.201);\n --color-amber-900: oklch(0.414 0.112 45.904);\n --color-amber-950: oklch(0.279 0.077 45.635);\n --color-yellow-50: oklch(0.987 0.026 102.212);\n --color-yellow-100: oklch(0.973 0.071 103.193);\n --color-yellow-200: oklch(0.945 0.129 101.54);\n --color-yellow-300: oklch(0.905 0.182 98.111);\n --color-yellow-400: oklch(0.852 0.199 91.936);\n --color-yellow-500: oklch(0.795 0.184 86.047);\n --color-yellow-600: oklch(0.681 0.162 75.834);\n --color-yellow-700: oklch(0.554 0.135 66.442);\n --color-yellow-800: oklch(0.476 0.114 61.907);\n --color-yellow-900: oklch(0.421 0.095 57.708);\n --color-yellow-950: oklch(0.286 0.066 53.813);\n --color-lime-50: oklch(0.986 0.031 120.757);\n --color-lime-100: oklch(0.967 0.067 122.328);\n --color-lime-200: oklch(0.938 0.127 124.321);\n --color-lime-300: oklch(0.897 0.196 126.665);\n --color-lime-400: oklch(0.841 0.238 128.85);\n --color-lime-500: oklch(0.768 0.233 130.85);\n --color-lime-600: oklch(0.648 0.2 131.684);\n --color-lime-700: oklch(0.532 0.157 131.589);\n --color-lime-800: oklch(0.453 0.124 130.933);\n --color-lime-900: oklch(0.405 0.101 131.063);\n --color-lime-950: oklch(0.274 0.072 132.109);\n --color-green-50: oklch(0.982 0.018 155.826);\n --color-green-100: oklch(0.962 0.044 156.743);\n --color-green-200: oklch(0.925 0.084 155.995);\n --color-green-300: oklch(0.871 0.15 154.449);\n --color-green-400: oklch(0.792 0.209 151.711);\n --color-green-500: oklch(0.723 0.219 149.579);\n --color-green-600: oklch(0.627 0.194 149.214);\n --color-green-700: oklch(0.527 0.154 150.069);\n --color-green-800: oklch(0.448 0.119 151.328);\n --color-green-900: oklch(0.393 0.095 152.535);\n --color-green-950: oklch(0.266 0.065 152.934);\n --color-emerald-50: oklch(0.979 0.021 166.113);\n --color-emerald-100: oklch(0.95 0.052 163.051);\n --color-emerald-200: oklch(0.905 0.093 164.15);\n --color-emerald-300: oklch(0.845 0.143 164.978);\n --color-emerald-400: oklch(0.765 0.177 163.223);\n --color-emerald-500: oklch(0.696 0.17 162.48);\n --color-emerald-600: oklch(0.596 0.145 163.225);\n --color-emerald-700: oklch(0.508 0.118 165.612);\n --color-emerald-800: oklch(0.432 0.095 166.913);\n --color-emerald-900: oklch(0.378 0.077 168.94);\n --color-emerald-950: oklch(0.262 0.051 172.552);\n --color-teal-50: oklch(0.984 0.014 180.72);\n --color-teal-100: oklch(0.953 0.051 180.801);\n --color-teal-200: oklch(0.91 0.096 180.426);\n --color-teal-300: oklch(0.855 0.138 181.071);\n --color-teal-400: oklch(0.777 0.152 181.912);\n --color-teal-500: oklch(0.704 0.14 182.503);\n --color-teal-600: oklch(0.6 0.118 184.704);\n --color-teal-700: oklch(0.511 0.096 186.391);\n --color-teal-800: oklch(0.437 0.078 188.216);\n --color-teal-900: oklch(0.386 0.063 188.416);\n --color-teal-950: oklch(0.277 0.046 192.524);\n --color-cyan-50: oklch(0.984 0.019 200.873);\n --color-cyan-100: oklch(0.956 0.045 203.388);\n --color-cyan-200: oklch(0.917 0.08 205.041);\n --color-cyan-300: oklch(0.865 0.127 207.078);\n --color-cyan-400: oklch(0.789 0.154 211.53);\n --color-cyan-500: oklch(0.715 0.143 215.221);\n --color-cyan-600: oklch(0.609 0.126 221.723);\n --color-cyan-700: oklch(0.52 0.105 223.128);\n --color-cyan-800: oklch(0.45 0.085 224.283);\n --color-cyan-900: oklch(0.398 0.07 227.392);\n --color-cyan-950: oklch(0.302 0.056 229.695);\n --color-sky-50: oklch(0.977 0.013 236.62);\n --color-sky-100: oklch(0.951 0.026 236.824);\n --color-sky-200: oklch(0.901 0.058 230.902);\n --color-sky-300: oklch(0.828 0.111 230.318);\n --color-sky-400: oklch(0.746 0.16 232.661);\n --color-sky-500: oklch(0.685 0.169 237.323);\n --color-sky-600: oklch(0.588 0.158 241.966);\n --color-sky-700: oklch(0.5 0.134 242.749);\n --color-sky-800: oklch(0.443 0.11 240.79);\n --color-sky-900: oklch(0.391 0.09 240.876);\n --color-sky-950: oklch(0.293 0.066 243.157);\n --color-blue-50: oklch(0.97 0.014 254.604);\n --color-blue-100: oklch(0.932 0.032 255.585);\n --color-blue-200: oklch(0.882 0.059 254.128);\n --color-blue-300: oklch(0.809 0.105 251.813);\n --color-blue-400: oklch(0.707 0.165 254.624);\n --color-blue-500: oklch(0.623 0.214 259.815);\n --color-blue-600: oklch(0.546 0.245 262.881);\n --color-blue-700: oklch(0.488 0.243 264.376);\n --color-blue-800: oklch(0.424 0.199 265.638);\n --color-blue-900: oklch(0.379 0.146 265.522);\n --color-blue-950: oklch(0.282 0.091 267.935);\n --color-indigo-50: oklch(0.962 0.018 272.314);\n --color-indigo-100: oklch(0.93 0.034 272.788);\n --color-indigo-200: oklch(0.87 0.065 274.039);\n --color-indigo-300: oklch(0.785 0.115 274.713);\n --color-indigo-400: oklch(0.673 0.182 276.935);\n --color-indigo-500: oklch(0.585 0.233 277.117);\n --color-indigo-600: oklch(0.511 0.262 276.966);\n --color-indigo-700: oklch(0.457 0.24 277.023);\n --color-indigo-800: oklch(0.398 0.195 277.366);\n --color-indigo-900: oklch(0.359 0.144 278.697);\n --color-indigo-950: oklch(0.257 0.09 281.288);\n --color-violet-50: oklch(0.969 0.016 293.756);\n --color-violet-100: oklch(0.943 0.029 294.588);\n --color-violet-200: oklch(0.894 0.057 293.283);\n --color-violet-300: oklch(0.811 0.111 293.571);\n --color-violet-400: oklch(0.702 0.183 293.541);\n --color-violet-500: oklch(0.606 0.25 292.717);\n --color-violet-600: oklch(0.541 0.281 293.009);\n --color-violet-700: oklch(0.491 0.27 292.581);\n --color-violet-800: oklch(0.432 0.232 292.759);\n --color-violet-900: oklch(0.38 0.189 293.745);\n --color-violet-950: oklch(0.283 0.141 291.089);\n --color-purple-50: oklch(0.977 0.014 308.299);\n --color-purple-100: oklch(0.946 0.033 307.174);\n --color-purple-200: oklch(0.902 0.063 306.703);\n --color-purple-300: oklch(0.827 0.119 306.383);\n --color-purple-400: oklch(0.714 0.203 305.504);\n --color-purple-500: oklch(0.627 0.265 303.9);\n --color-purple-600: oklch(0.558 0.288 302.321);\n --color-purple-700: oklch(0.496 0.265 301.924);\n --color-purple-800: oklch(0.438 0.218 303.724);\n --color-purple-900: oklch(0.381 0.176 304.987);\n --color-purple-950: oklch(0.291 0.149 302.717);\n --color-fuchsia-50: oklch(0.977 0.017 320.058);\n --color-fuchsia-100: oklch(0.952 0.037 318.852);\n --color-fuchsia-200: oklch(0.903 0.076 319.62);\n --color-fuchsia-300: oklch(0.833 0.145 321.434);\n --color-fuchsia-400: oklch(0.74 0.238 322.16);\n --color-fuchsia-500: oklch(0.667 0.295 322.15);\n --color-fuchsia-600: oklch(0.591 0.293 322.896);\n --color-fuchsia-700: oklch(0.518 0.253 323.949);\n --color-fuchsia-800: oklch(0.452 0.211 324.591);\n --color-fuchsia-900: oklch(0.401 0.17 325.612);\n --color-fuchsia-950: oklch(0.293 0.136 325.661);\n --color-pink-50: oklch(0.971 0.014 343.198);\n --color-pink-100: oklch(0.948 0.028 342.258);\n --color-pink-200: oklch(0.899 0.061 343.231);\n --color-pink-300: oklch(0.823 0.12 346.018);\n --color-pink-400: oklch(0.718 0.202 349.761);\n --color-pink-500: oklch(0.656 0.241 354.308);\n --color-pink-600: oklch(0.592 0.249 0.584);\n --color-pink-700: oklch(0.525 0.223 3.958);\n --color-pink-800: oklch(0.459 0.187 3.815);\n --color-pink-900: oklch(0.408 0.153 2.432);\n --color-pink-950: oklch(0.284 0.109 3.907);\n --color-rose-50: oklch(0.969 0.015 12.422);\n --color-rose-100: oklch(0.941 0.03 12.58);\n --color-rose-200: oklch(0.892 0.058 10.001);\n --color-rose-300: oklch(0.81 0.117 11.638);\n --color-rose-400: oklch(0.712 0.194 13.428);\n --color-rose-500: oklch(0.645 0.246 16.439);\n --color-rose-600: oklch(0.586 0.253 17.585);\n --color-rose-700: oklch(0.514 0.222 16.935);\n --color-rose-800: oklch(0.455 0.188 13.697);\n --color-rose-900: oklch(0.41 0.159 10.272);\n --color-rose-950: oklch(0.271 0.105 12.094);\n --color-slate-50: oklch(0.984 0.003 247.858);\n --color-slate-100: oklch(0.968 0.007 247.896);\n --color-slate-200: oklch(0.929 0.013 255.508);\n --color-slate-300: oklch(0.869 0.022 252.894);\n --color-slate-400: oklch(0.704 0.04 256.788);\n --color-slate-500: oklch(0.554 0.046 257.417);\n --color-slate-600: oklch(0.446 0.043 257.281);\n --color-slate-700: oklch(0.372 0.044 257.287);\n --color-slate-800: oklch(0.279 0.041 260.031);\n --color-slate-900: oklch(0.208 0.042 265.755);\n --color-slate-950: oklch(0.129 0.042 264.695);\n --color-gray-50: oklch(0.985 0.002 247.839);\n --color-gray-100: oklch(0.967 0.003 264.542);\n --color-gray-200: oklch(0.928 0.006 264.531);\n --color-gray-300: oklch(0.872 0.01 258.338);\n --color-gray-400: oklch(0.707 0.022 261.325);\n --color-gray-500: oklch(0.551 0.027 264.364);\n --color-gray-600: oklch(0.446 0.03 256.802);\n --color-gray-700: oklch(0.373 0.034 259.733);\n --color-gray-800: oklch(0.278 0.033 256.848);\n --color-gray-900: oklch(0.21 0.034 264.665);\n --color-gray-950: oklch(0.13 0.028 261.692);\n --color-zinc-50: oklch(0.985 0 0);\n --color-zinc-100: oklch(0.967 0.001 286.375);\n --color-zinc-200: oklch(0.92 0.004 286.32);\n --color-zinc-300: oklch(0.871 0.006 286.286);\n --color-zinc-400: oklch(0.705 0.015 286.067);\n --color-zinc-500: oklch(0.552 0.016 285.938);\n --color-zinc-600: oklch(0.442 0.017 285.786);\n --color-zinc-700: oklch(0.37 0.013 285.805);\n --color-zinc-800: oklch(0.274 0.006 286.033);\n --color-zinc-900: oklch(0.21 0.006 285.885);\n --color-zinc-950: oklch(0.141 0.005 285.823);\n --color-neutral-50: oklch(0.985 0 0);\n --color-neutral-100: oklch(0.97 0 0);\n --color-neutral-200: oklch(0.922 0 0);\n --color-neutral-300: oklch(0.87 0 0);\n --color-neutral-400: oklch(0.708 0 0);\n --color-neutral-500: oklch(0.556 0 0);\n --color-neutral-600: oklch(0.439 0 0);\n --color-neutral-700: oklch(0.371 0 0);\n --color-neutral-800: oklch(0.269 0 0);\n --color-neutral-900: oklch(0.205 0 0);\n --color-neutral-950: oklch(0.145 0 0);\n --color-stone-50: oklch(0.985 0.001 106.423);\n --color-stone-100: oklch(0.97 0.001 106.424);\n --color-stone-200: oklch(0.923 0.003 48.717);\n --color-stone-300: oklch(0.869 0.005 56.366);\n --color-stone-400: oklch(0.709 0.01 56.259);\n --color-stone-500: oklch(0.553 0.013 58.071);\n --color-stone-600: oklch(0.444 0.011 73.639);\n --color-stone-700: oklch(0.374 0.01 67.558);\n --color-stone-800: oklch(0.268 0.007 34.298);\n --color-stone-900: oklch(0.216 0.006 56.043);\n --color-stone-950: oklch(0.147 0.004 49.25);\n --color-black: #000;\n --color-white: #fff;\n --spacing: 0.25rem;\n --breakpoint-sm: 40rem;\n --breakpoint-md: 48rem;\n --breakpoint-lg: 64rem;\n --breakpoint-xl: 80rem;\n --breakpoint-2xl: 96rem;\n --container-3xs: 16rem;\n --container-2xs: 18rem;\n --container-xs: 20rem;\n --container-sm: 24rem;\n --container-md: 28rem;\n --container-lg: 32rem;\n --container-xl: 36rem;\n --container-2xl: 42rem;\n --container-3xl: 48rem;\n --container-4xl: 56rem;\n --container-5xl: 64rem;\n --container-6xl: 72rem;\n --container-7xl: 80rem;\n --text-xs: 0.75rem;\n --text-xs--line-height: calc(1 / 0.75);\n --text-sm: 0.875rem;\n --text-sm--line-height: calc(1.25 / 0.875);\n --text-base: 1rem;\n --text-base--line-height: calc(1.5 / 1);\n --text-lg: 1.125rem;\n --text-lg--line-height: calc(1.75 / 1.125);\n --text-xl: 1.25rem;\n --text-xl--line-height: calc(1.75 / 1.25);\n --text-2xl: 1.5rem;\n --text-2xl--line-height: calc(2 / 1.5);\n --text-3xl: 1.875rem;\n --text-3xl--line-height: calc(2.25 / 1.875);\n --text-4xl: 2.25rem;\n --text-4xl--line-height: calc(2.5 / 2.25);\n --text-5xl: 3rem;\n --text-5xl--line-height: 1;\n --text-6xl: 3.75rem;\n --text-6xl--line-height: 1;\n --text-7xl: 4.5rem;\n --text-7xl--line-height: 1;\n --text-8xl: 6rem;\n --text-8xl--line-height: 1;\n --text-9xl: 8rem;\n --text-9xl--line-height: 1;\n --font-weight-thin: 100;\n --font-weight-extralight: 200;\n --font-weight-light: 300;\n --font-weight-normal: 400;\n --font-weight-medium: 500;\n --font-weight-semibold: 600;\n --font-weight-bold: 700;\n --font-weight-extrabold: 800;\n --font-weight-black: 900;\n --tracking-tighter: -0.05em;\n --tracking-tight: -0.025em;\n --tracking-normal: 0em;\n --tracking-wide: 0.025em;\n --tracking-wider: 0.05em;\n --tracking-widest: 0.1em;\n --leading-tight: 1.25;\n --leading-snug: 1.375;\n --leading-normal: 1.5;\n --leading-relaxed: 1.625;\n --leading-loose: 2;\n --radius-xs: 0.125rem;\n --radius-sm: 0.25rem;\n --radius-md: 0.375rem;\n --radius-lg: 0.5rem;\n --radius-xl: 0.75rem;\n --radius-2xl: 1rem;\n --radius-3xl: 1.5rem;\n --radius-4xl: 2rem;\n --shadow-2xs: 0 1px rgb(0 0 0 / 0.05);\n --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);\n --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);\n --shadow-md:\n 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);\n --shadow-lg:\n 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);\n --shadow-xl:\n 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);\n --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);\n --inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);\n --inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);\n --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);\n --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);\n --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);\n --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);\n --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);\n --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);\n --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);\n --ease-in: cubic-bezier(0.4, 0, 1, 1);\n --ease-out: cubic-bezier(0, 0, 0.2, 1);\n --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);\n --animate-spin: spin 1s linear infinite;\n --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;\n --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;\n --animate-bounce: bounce 1s infinite;\n --blur-xs: 4px;\n --blur-sm: 8px;\n --blur-md: 12px;\n --blur-lg: 16px;\n --blur-xl: 24px;\n --blur-2xl: 40px;\n --blur-3xl: 64px;\n --perspective-dramatic: 100px;\n --perspective-near: 300px;\n --perspective-normal: 500px;\n --perspective-midrange: 800px;\n --perspective-distant: 1200px;\n --aspect-video: 16 / 9;\n --default-transition-duration: 150ms;\n --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n --default-font-family: var(--font-sans);\n --default-font-feature-settings: var(--font-sans--font-feature-settings);\n --default-font-variation-settings: var(\n --font-sans--font-variation-settings\n );\n --default-mono-font-family: var(--font-mono);\n --default-mono-font-feature-settings: var(\n --font-mono--font-feature-settings\n );\n --default-mono-font-variation-settings: var(\n --font-mono--font-variation-settings\n );\n }\n}\n@layer utilities {\n .absolute {\n position: absolute;\n }\n .relative {\n position: relative;\n }\n .top-8 {\n top: calc(var(--spacing) * 8);\n }\n .right-8 {\n right: calc(var(--spacing) * 8);\n }\n .mt-3 {\n margin-top: calc(var(--spacing) * 3);\n }\n .mt-5px {\n margin-top: 5px;\n }\n .mr-0 {\n margin-right: calc(var(--spacing) * 0);\n }\n .mr-10px {\n margin-right: 10px;\n }\n .mb-10px {\n margin-bottom: 10px;\n }\n .ml-0 {\n margin-left: calc(var(--spacing) * 0);\n }\n .ml-auto {\n margin-left: auto;\n }\n .flex {\n display: flex;\n }\n .transform {\n transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z)\n var(--tw-skew-x) var(--tw-skew-y);\n }\n .flex-col {\n flex-direction: column;\n }\n .flex-wrap {\n flex-wrap: wrap;\n }\n .items-center {\n align-items: center;\n }\n .border-solid {\n --tw-border-style: solid;\n border-style: solid;\n }\n .border-clrs-gray {\n border-color: var(--clrs-gray, #aaaaaa);\n }\n .border-clrs-slate {\n border-color: var(--clrs-slate, #708090);\n }\n .bg-clrs-blue {\n background-color: var(--clrs-blue, #0074d9);\n }\n .bg-clrs-red {\n background-color: var(--clrs-red, #ff4136);\n }\n .bg-clrs-silver {\n background-color: var(--clrs-silver, #dddddd);\n }\n .stroke-1 {\n stroke-width: 1;\n }\n .p-4 {\n padding: calc(var(--spacing) * 4);\n }\n .align-top {\n vertical-align: top;\n }\n .font-sans {\n font-family: var(--font-sans);\n }\n .text-xs {\n font-size: var(--text-xs);\n line-height: var(--tw-leading, var(--text-xs--line-height));\n }\n .font-bold {\n --tw-font-weight: var(--font-weight-bold);\n font-weight: var(--font-weight-bold);\n }\n .text-clrs-gray {\n color: var(--clrs-gray, #aaaaaa);\n }\n .text-clrs-navy {\n color: var(--clrs-navy, #001f3f);\n }\n .text-clrs-slate4 {\n color: var(--clrs-slate4, #4e5964);\n }\n .text-clrs-white {\n color: var(--clrs-white, #ffffff);\n }\n .italic {\n font-style: italic;\n }\n .antialiased {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n .shadow {\n --tw-shadow:\n 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),\n 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));\n box-shadow:\n var(--tw-inset-shadow), var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n .hover\\:text-clrs-navy {\n &:hover {\n @media (hover: hover) {\n color: var(--clrs-navy, #001f3f);\n }\n }\n }\n .active\\:bg-clrs-gray {\n &:active {\n background-color: var(--clrs-gray, #aaaaaa);\n }\n }\n .active\\:text-clrs-navy {\n &:active {\n color: var(--clrs-navy, #001f3f);\n }\n }\n}\n@layer components {\n .ds1-main {\n display: flex;\n flex-direction: column;\n padding: calc(var(--spacing) * 4);\n font-family: var(--font-sans);\n color: var(--clrs-navy, #001f3f);\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n .ds1-button {\n display: flex;\n align-items: center;\n --tw-border-style: solid;\n border-style: solid;\n border-color: var(--clrs-slate, #708090);\n color: var(--clrs-white, #ffffff);\n &:active {\n background-color: var(--clrs-gray, #aaaaaa);\n }\n &:active {\n color: var(--clrs-navy, #001f3f);\n }\n }\n .funnel-gfx {\n --tw-border-style: solid;\n border-style: solid;\n border-color: var(--clrs-gray, #aaaaaa);\n background-color: var(--clrs-silver, #dddddd);\n stroke-width: 1;\n }\n}\n.data-button {\n border-radius: 5px;\n border-width: 1px;\n padding: 5px;\n margin: 0px;\n margin-right: 5px;\n cursor: pointer;\n}\n.funnel-gfx {\n width: calc(100% - 20px);\n height: 100%;\n padding: 10px;\n padding-bottom: 7px;\n border-radius: 10px;\n border-width: 1px;\n}\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n@keyframes ping {\n 75%,\n 100% {\n transform: scale(2);\n opacity: 0;\n }\n}\n@keyframes pulse {\n 50% {\n opacity: 0.5;\n }\n}\n@keyframes bounce {\n 0%,\n 100% {\n transform: translateY(-25%);\n animation-timing-function: cubic-bezier(0.8, 0, 1, 1);\n }\n 50% {\n transform: none;\n animation-timing-function: cubic-bezier(0, 0, 0.2, 1);\n }\n}\n";
|
|
2699
|
+
const FunnelAppStyle0 = shadowCss;
|
|
2700
2700
|
|
|
2701
2701
|
const FunnelApp = class {
|
|
2702
2702
|
constructor(hostRef) {
|
|
@@ -0,0 +1,594 @@
|
|
|
1
|
+
/*! tailwindcss v4.0.6 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer theme, base, components, utilities;
|
|
3
|
+
@layer theme {
|
|
4
|
+
:root,
|
|
5
|
+
:host {
|
|
6
|
+
--font-sans:
|
|
7
|
+
ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
|
|
8
|
+
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
9
|
+
--font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
|
|
10
|
+
--font-mono:
|
|
11
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
|
|
12
|
+
'Courier New', monospace;
|
|
13
|
+
--color-red-50: oklch(0.971 0.013 17.38);
|
|
14
|
+
--color-red-100: oklch(0.936 0.032 17.717);
|
|
15
|
+
--color-red-200: oklch(0.885 0.062 18.334);
|
|
16
|
+
--color-red-300: oklch(0.808 0.114 19.571);
|
|
17
|
+
--color-red-400: oklch(0.704 0.191 22.216);
|
|
18
|
+
--color-red-500: oklch(0.637 0.237 25.331);
|
|
19
|
+
--color-red-600: oklch(0.577 0.245 27.325);
|
|
20
|
+
--color-red-700: oklch(0.505 0.213 27.518);
|
|
21
|
+
--color-red-800: oklch(0.444 0.177 26.899);
|
|
22
|
+
--color-red-900: oklch(0.396 0.141 25.723);
|
|
23
|
+
--color-red-950: oklch(0.258 0.092 26.042);
|
|
24
|
+
--color-orange-50: oklch(0.98 0.016 73.684);
|
|
25
|
+
--color-orange-100: oklch(0.954 0.038 75.164);
|
|
26
|
+
--color-orange-200: oklch(0.901 0.076 70.697);
|
|
27
|
+
--color-orange-300: oklch(0.837 0.128 66.29);
|
|
28
|
+
--color-orange-400: oklch(0.75 0.183 55.934);
|
|
29
|
+
--color-orange-500: oklch(0.705 0.213 47.604);
|
|
30
|
+
--color-orange-600: oklch(0.646 0.222 41.116);
|
|
31
|
+
--color-orange-700: oklch(0.553 0.195 38.402);
|
|
32
|
+
--color-orange-800: oklch(0.47 0.157 37.304);
|
|
33
|
+
--color-orange-900: oklch(0.408 0.123 38.172);
|
|
34
|
+
--color-orange-950: oklch(0.266 0.079 36.259);
|
|
35
|
+
--color-amber-50: oklch(0.987 0.022 95.277);
|
|
36
|
+
--color-amber-100: oklch(0.962 0.059 95.617);
|
|
37
|
+
--color-amber-200: oklch(0.924 0.12 95.746);
|
|
38
|
+
--color-amber-300: oklch(0.879 0.169 91.605);
|
|
39
|
+
--color-amber-400: oklch(0.828 0.189 84.429);
|
|
40
|
+
--color-amber-500: oklch(0.769 0.188 70.08);
|
|
41
|
+
--color-amber-600: oklch(0.666 0.179 58.318);
|
|
42
|
+
--color-amber-700: oklch(0.555 0.163 48.998);
|
|
43
|
+
--color-amber-800: oklch(0.473 0.137 46.201);
|
|
44
|
+
--color-amber-900: oklch(0.414 0.112 45.904);
|
|
45
|
+
--color-amber-950: oklch(0.279 0.077 45.635);
|
|
46
|
+
--color-yellow-50: oklch(0.987 0.026 102.212);
|
|
47
|
+
--color-yellow-100: oklch(0.973 0.071 103.193);
|
|
48
|
+
--color-yellow-200: oklch(0.945 0.129 101.54);
|
|
49
|
+
--color-yellow-300: oklch(0.905 0.182 98.111);
|
|
50
|
+
--color-yellow-400: oklch(0.852 0.199 91.936);
|
|
51
|
+
--color-yellow-500: oklch(0.795 0.184 86.047);
|
|
52
|
+
--color-yellow-600: oklch(0.681 0.162 75.834);
|
|
53
|
+
--color-yellow-700: oklch(0.554 0.135 66.442);
|
|
54
|
+
--color-yellow-800: oklch(0.476 0.114 61.907);
|
|
55
|
+
--color-yellow-900: oklch(0.421 0.095 57.708);
|
|
56
|
+
--color-yellow-950: oklch(0.286 0.066 53.813);
|
|
57
|
+
--color-lime-50: oklch(0.986 0.031 120.757);
|
|
58
|
+
--color-lime-100: oklch(0.967 0.067 122.328);
|
|
59
|
+
--color-lime-200: oklch(0.938 0.127 124.321);
|
|
60
|
+
--color-lime-300: oklch(0.897 0.196 126.665);
|
|
61
|
+
--color-lime-400: oklch(0.841 0.238 128.85);
|
|
62
|
+
--color-lime-500: oklch(0.768 0.233 130.85);
|
|
63
|
+
--color-lime-600: oklch(0.648 0.2 131.684);
|
|
64
|
+
--color-lime-700: oklch(0.532 0.157 131.589);
|
|
65
|
+
--color-lime-800: oklch(0.453 0.124 130.933);
|
|
66
|
+
--color-lime-900: oklch(0.405 0.101 131.063);
|
|
67
|
+
--color-lime-950: oklch(0.274 0.072 132.109);
|
|
68
|
+
--color-green-50: oklch(0.982 0.018 155.826);
|
|
69
|
+
--color-green-100: oklch(0.962 0.044 156.743);
|
|
70
|
+
--color-green-200: oklch(0.925 0.084 155.995);
|
|
71
|
+
--color-green-300: oklch(0.871 0.15 154.449);
|
|
72
|
+
--color-green-400: oklch(0.792 0.209 151.711);
|
|
73
|
+
--color-green-500: oklch(0.723 0.219 149.579);
|
|
74
|
+
--color-green-600: oklch(0.627 0.194 149.214);
|
|
75
|
+
--color-green-700: oklch(0.527 0.154 150.069);
|
|
76
|
+
--color-green-800: oklch(0.448 0.119 151.328);
|
|
77
|
+
--color-green-900: oklch(0.393 0.095 152.535);
|
|
78
|
+
--color-green-950: oklch(0.266 0.065 152.934);
|
|
79
|
+
--color-emerald-50: oklch(0.979 0.021 166.113);
|
|
80
|
+
--color-emerald-100: oklch(0.95 0.052 163.051);
|
|
81
|
+
--color-emerald-200: oklch(0.905 0.093 164.15);
|
|
82
|
+
--color-emerald-300: oklch(0.845 0.143 164.978);
|
|
83
|
+
--color-emerald-400: oklch(0.765 0.177 163.223);
|
|
84
|
+
--color-emerald-500: oklch(0.696 0.17 162.48);
|
|
85
|
+
--color-emerald-600: oklch(0.596 0.145 163.225);
|
|
86
|
+
--color-emerald-700: oklch(0.508 0.118 165.612);
|
|
87
|
+
--color-emerald-800: oklch(0.432 0.095 166.913);
|
|
88
|
+
--color-emerald-900: oklch(0.378 0.077 168.94);
|
|
89
|
+
--color-emerald-950: oklch(0.262 0.051 172.552);
|
|
90
|
+
--color-teal-50: oklch(0.984 0.014 180.72);
|
|
91
|
+
--color-teal-100: oklch(0.953 0.051 180.801);
|
|
92
|
+
--color-teal-200: oklch(0.91 0.096 180.426);
|
|
93
|
+
--color-teal-300: oklch(0.855 0.138 181.071);
|
|
94
|
+
--color-teal-400: oklch(0.777 0.152 181.912);
|
|
95
|
+
--color-teal-500: oklch(0.704 0.14 182.503);
|
|
96
|
+
--color-teal-600: oklch(0.6 0.118 184.704);
|
|
97
|
+
--color-teal-700: oklch(0.511 0.096 186.391);
|
|
98
|
+
--color-teal-800: oklch(0.437 0.078 188.216);
|
|
99
|
+
--color-teal-900: oklch(0.386 0.063 188.416);
|
|
100
|
+
--color-teal-950: oklch(0.277 0.046 192.524);
|
|
101
|
+
--color-cyan-50: oklch(0.984 0.019 200.873);
|
|
102
|
+
--color-cyan-100: oklch(0.956 0.045 203.388);
|
|
103
|
+
--color-cyan-200: oklch(0.917 0.08 205.041);
|
|
104
|
+
--color-cyan-300: oklch(0.865 0.127 207.078);
|
|
105
|
+
--color-cyan-400: oklch(0.789 0.154 211.53);
|
|
106
|
+
--color-cyan-500: oklch(0.715 0.143 215.221);
|
|
107
|
+
--color-cyan-600: oklch(0.609 0.126 221.723);
|
|
108
|
+
--color-cyan-700: oklch(0.52 0.105 223.128);
|
|
109
|
+
--color-cyan-800: oklch(0.45 0.085 224.283);
|
|
110
|
+
--color-cyan-900: oklch(0.398 0.07 227.392);
|
|
111
|
+
--color-cyan-950: oklch(0.302 0.056 229.695);
|
|
112
|
+
--color-sky-50: oklch(0.977 0.013 236.62);
|
|
113
|
+
--color-sky-100: oklch(0.951 0.026 236.824);
|
|
114
|
+
--color-sky-200: oklch(0.901 0.058 230.902);
|
|
115
|
+
--color-sky-300: oklch(0.828 0.111 230.318);
|
|
116
|
+
--color-sky-400: oklch(0.746 0.16 232.661);
|
|
117
|
+
--color-sky-500: oklch(0.685 0.169 237.323);
|
|
118
|
+
--color-sky-600: oklch(0.588 0.158 241.966);
|
|
119
|
+
--color-sky-700: oklch(0.5 0.134 242.749);
|
|
120
|
+
--color-sky-800: oklch(0.443 0.11 240.79);
|
|
121
|
+
--color-sky-900: oklch(0.391 0.09 240.876);
|
|
122
|
+
--color-sky-950: oklch(0.293 0.066 243.157);
|
|
123
|
+
--color-blue-50: oklch(0.97 0.014 254.604);
|
|
124
|
+
--color-blue-100: oklch(0.932 0.032 255.585);
|
|
125
|
+
--color-blue-200: oklch(0.882 0.059 254.128);
|
|
126
|
+
--color-blue-300: oklch(0.809 0.105 251.813);
|
|
127
|
+
--color-blue-400: oklch(0.707 0.165 254.624);
|
|
128
|
+
--color-blue-500: oklch(0.623 0.214 259.815);
|
|
129
|
+
--color-blue-600: oklch(0.546 0.245 262.881);
|
|
130
|
+
--color-blue-700: oklch(0.488 0.243 264.376);
|
|
131
|
+
--color-blue-800: oklch(0.424 0.199 265.638);
|
|
132
|
+
--color-blue-900: oklch(0.379 0.146 265.522);
|
|
133
|
+
--color-blue-950: oklch(0.282 0.091 267.935);
|
|
134
|
+
--color-indigo-50: oklch(0.962 0.018 272.314);
|
|
135
|
+
--color-indigo-100: oklch(0.93 0.034 272.788);
|
|
136
|
+
--color-indigo-200: oklch(0.87 0.065 274.039);
|
|
137
|
+
--color-indigo-300: oklch(0.785 0.115 274.713);
|
|
138
|
+
--color-indigo-400: oklch(0.673 0.182 276.935);
|
|
139
|
+
--color-indigo-500: oklch(0.585 0.233 277.117);
|
|
140
|
+
--color-indigo-600: oklch(0.511 0.262 276.966);
|
|
141
|
+
--color-indigo-700: oklch(0.457 0.24 277.023);
|
|
142
|
+
--color-indigo-800: oklch(0.398 0.195 277.366);
|
|
143
|
+
--color-indigo-900: oklch(0.359 0.144 278.697);
|
|
144
|
+
--color-indigo-950: oklch(0.257 0.09 281.288);
|
|
145
|
+
--color-violet-50: oklch(0.969 0.016 293.756);
|
|
146
|
+
--color-violet-100: oklch(0.943 0.029 294.588);
|
|
147
|
+
--color-violet-200: oklch(0.894 0.057 293.283);
|
|
148
|
+
--color-violet-300: oklch(0.811 0.111 293.571);
|
|
149
|
+
--color-violet-400: oklch(0.702 0.183 293.541);
|
|
150
|
+
--color-violet-500: oklch(0.606 0.25 292.717);
|
|
151
|
+
--color-violet-600: oklch(0.541 0.281 293.009);
|
|
152
|
+
--color-violet-700: oklch(0.491 0.27 292.581);
|
|
153
|
+
--color-violet-800: oklch(0.432 0.232 292.759);
|
|
154
|
+
--color-violet-900: oklch(0.38 0.189 293.745);
|
|
155
|
+
--color-violet-950: oklch(0.283 0.141 291.089);
|
|
156
|
+
--color-purple-50: oklch(0.977 0.014 308.299);
|
|
157
|
+
--color-purple-100: oklch(0.946 0.033 307.174);
|
|
158
|
+
--color-purple-200: oklch(0.902 0.063 306.703);
|
|
159
|
+
--color-purple-300: oklch(0.827 0.119 306.383);
|
|
160
|
+
--color-purple-400: oklch(0.714 0.203 305.504);
|
|
161
|
+
--color-purple-500: oklch(0.627 0.265 303.9);
|
|
162
|
+
--color-purple-600: oklch(0.558 0.288 302.321);
|
|
163
|
+
--color-purple-700: oklch(0.496 0.265 301.924);
|
|
164
|
+
--color-purple-800: oklch(0.438 0.218 303.724);
|
|
165
|
+
--color-purple-900: oklch(0.381 0.176 304.987);
|
|
166
|
+
--color-purple-950: oklch(0.291 0.149 302.717);
|
|
167
|
+
--color-fuchsia-50: oklch(0.977 0.017 320.058);
|
|
168
|
+
--color-fuchsia-100: oklch(0.952 0.037 318.852);
|
|
169
|
+
--color-fuchsia-200: oklch(0.903 0.076 319.62);
|
|
170
|
+
--color-fuchsia-300: oklch(0.833 0.145 321.434);
|
|
171
|
+
--color-fuchsia-400: oklch(0.74 0.238 322.16);
|
|
172
|
+
--color-fuchsia-500: oklch(0.667 0.295 322.15);
|
|
173
|
+
--color-fuchsia-600: oklch(0.591 0.293 322.896);
|
|
174
|
+
--color-fuchsia-700: oklch(0.518 0.253 323.949);
|
|
175
|
+
--color-fuchsia-800: oklch(0.452 0.211 324.591);
|
|
176
|
+
--color-fuchsia-900: oklch(0.401 0.17 325.612);
|
|
177
|
+
--color-fuchsia-950: oklch(0.293 0.136 325.661);
|
|
178
|
+
--color-pink-50: oklch(0.971 0.014 343.198);
|
|
179
|
+
--color-pink-100: oklch(0.948 0.028 342.258);
|
|
180
|
+
--color-pink-200: oklch(0.899 0.061 343.231);
|
|
181
|
+
--color-pink-300: oklch(0.823 0.12 346.018);
|
|
182
|
+
--color-pink-400: oklch(0.718 0.202 349.761);
|
|
183
|
+
--color-pink-500: oklch(0.656 0.241 354.308);
|
|
184
|
+
--color-pink-600: oklch(0.592 0.249 0.584);
|
|
185
|
+
--color-pink-700: oklch(0.525 0.223 3.958);
|
|
186
|
+
--color-pink-800: oklch(0.459 0.187 3.815);
|
|
187
|
+
--color-pink-900: oklch(0.408 0.153 2.432);
|
|
188
|
+
--color-pink-950: oklch(0.284 0.109 3.907);
|
|
189
|
+
--color-rose-50: oklch(0.969 0.015 12.422);
|
|
190
|
+
--color-rose-100: oklch(0.941 0.03 12.58);
|
|
191
|
+
--color-rose-200: oklch(0.892 0.058 10.001);
|
|
192
|
+
--color-rose-300: oklch(0.81 0.117 11.638);
|
|
193
|
+
--color-rose-400: oklch(0.712 0.194 13.428);
|
|
194
|
+
--color-rose-500: oklch(0.645 0.246 16.439);
|
|
195
|
+
--color-rose-600: oklch(0.586 0.253 17.585);
|
|
196
|
+
--color-rose-700: oklch(0.514 0.222 16.935);
|
|
197
|
+
--color-rose-800: oklch(0.455 0.188 13.697);
|
|
198
|
+
--color-rose-900: oklch(0.41 0.159 10.272);
|
|
199
|
+
--color-rose-950: oklch(0.271 0.105 12.094);
|
|
200
|
+
--color-slate-50: oklch(0.984 0.003 247.858);
|
|
201
|
+
--color-slate-100: oklch(0.968 0.007 247.896);
|
|
202
|
+
--color-slate-200: oklch(0.929 0.013 255.508);
|
|
203
|
+
--color-slate-300: oklch(0.869 0.022 252.894);
|
|
204
|
+
--color-slate-400: oklch(0.704 0.04 256.788);
|
|
205
|
+
--color-slate-500: oklch(0.554 0.046 257.417);
|
|
206
|
+
--color-slate-600: oklch(0.446 0.043 257.281);
|
|
207
|
+
--color-slate-700: oklch(0.372 0.044 257.287);
|
|
208
|
+
--color-slate-800: oklch(0.279 0.041 260.031);
|
|
209
|
+
--color-slate-900: oklch(0.208 0.042 265.755);
|
|
210
|
+
--color-slate-950: oklch(0.129 0.042 264.695);
|
|
211
|
+
--color-gray-50: oklch(0.985 0.002 247.839);
|
|
212
|
+
--color-gray-100: oklch(0.967 0.003 264.542);
|
|
213
|
+
--color-gray-200: oklch(0.928 0.006 264.531);
|
|
214
|
+
--color-gray-300: oklch(0.872 0.01 258.338);
|
|
215
|
+
--color-gray-400: oklch(0.707 0.022 261.325);
|
|
216
|
+
--color-gray-500: oklch(0.551 0.027 264.364);
|
|
217
|
+
--color-gray-600: oklch(0.446 0.03 256.802);
|
|
218
|
+
--color-gray-700: oklch(0.373 0.034 259.733);
|
|
219
|
+
--color-gray-800: oklch(0.278 0.033 256.848);
|
|
220
|
+
--color-gray-900: oklch(0.21 0.034 264.665);
|
|
221
|
+
--color-gray-950: oklch(0.13 0.028 261.692);
|
|
222
|
+
--color-zinc-50: oklch(0.985 0 0);
|
|
223
|
+
--color-zinc-100: oklch(0.967 0.001 286.375);
|
|
224
|
+
--color-zinc-200: oklch(0.92 0.004 286.32);
|
|
225
|
+
--color-zinc-300: oklch(0.871 0.006 286.286);
|
|
226
|
+
--color-zinc-400: oklch(0.705 0.015 286.067);
|
|
227
|
+
--color-zinc-500: oklch(0.552 0.016 285.938);
|
|
228
|
+
--color-zinc-600: oklch(0.442 0.017 285.786);
|
|
229
|
+
--color-zinc-700: oklch(0.37 0.013 285.805);
|
|
230
|
+
--color-zinc-800: oklch(0.274 0.006 286.033);
|
|
231
|
+
--color-zinc-900: oklch(0.21 0.006 285.885);
|
|
232
|
+
--color-zinc-950: oklch(0.141 0.005 285.823);
|
|
233
|
+
--color-neutral-50: oklch(0.985 0 0);
|
|
234
|
+
--color-neutral-100: oklch(0.97 0 0);
|
|
235
|
+
--color-neutral-200: oklch(0.922 0 0);
|
|
236
|
+
--color-neutral-300: oklch(0.87 0 0);
|
|
237
|
+
--color-neutral-400: oklch(0.708 0 0);
|
|
238
|
+
--color-neutral-500: oklch(0.556 0 0);
|
|
239
|
+
--color-neutral-600: oklch(0.439 0 0);
|
|
240
|
+
--color-neutral-700: oklch(0.371 0 0);
|
|
241
|
+
--color-neutral-800: oklch(0.269 0 0);
|
|
242
|
+
--color-neutral-900: oklch(0.205 0 0);
|
|
243
|
+
--color-neutral-950: oklch(0.145 0 0);
|
|
244
|
+
--color-stone-50: oklch(0.985 0.001 106.423);
|
|
245
|
+
--color-stone-100: oklch(0.97 0.001 106.424);
|
|
246
|
+
--color-stone-200: oklch(0.923 0.003 48.717);
|
|
247
|
+
--color-stone-300: oklch(0.869 0.005 56.366);
|
|
248
|
+
--color-stone-400: oklch(0.709 0.01 56.259);
|
|
249
|
+
--color-stone-500: oklch(0.553 0.013 58.071);
|
|
250
|
+
--color-stone-600: oklch(0.444 0.011 73.639);
|
|
251
|
+
--color-stone-700: oklch(0.374 0.01 67.558);
|
|
252
|
+
--color-stone-800: oklch(0.268 0.007 34.298);
|
|
253
|
+
--color-stone-900: oklch(0.216 0.006 56.043);
|
|
254
|
+
--color-stone-950: oklch(0.147 0.004 49.25);
|
|
255
|
+
--color-black: #000;
|
|
256
|
+
--color-white: #fff;
|
|
257
|
+
--spacing: 0.25rem;
|
|
258
|
+
--breakpoint-sm: 40rem;
|
|
259
|
+
--breakpoint-md: 48rem;
|
|
260
|
+
--breakpoint-lg: 64rem;
|
|
261
|
+
--breakpoint-xl: 80rem;
|
|
262
|
+
--breakpoint-2xl: 96rem;
|
|
263
|
+
--container-3xs: 16rem;
|
|
264
|
+
--container-2xs: 18rem;
|
|
265
|
+
--container-xs: 20rem;
|
|
266
|
+
--container-sm: 24rem;
|
|
267
|
+
--container-md: 28rem;
|
|
268
|
+
--container-lg: 32rem;
|
|
269
|
+
--container-xl: 36rem;
|
|
270
|
+
--container-2xl: 42rem;
|
|
271
|
+
--container-3xl: 48rem;
|
|
272
|
+
--container-4xl: 56rem;
|
|
273
|
+
--container-5xl: 64rem;
|
|
274
|
+
--container-6xl: 72rem;
|
|
275
|
+
--container-7xl: 80rem;
|
|
276
|
+
--text-xs: 0.75rem;
|
|
277
|
+
--text-xs--line-height: calc(1 / 0.75);
|
|
278
|
+
--text-sm: 0.875rem;
|
|
279
|
+
--text-sm--line-height: calc(1.25 / 0.875);
|
|
280
|
+
--text-base: 1rem;
|
|
281
|
+
--text-base--line-height: calc(1.5 / 1);
|
|
282
|
+
--text-lg: 1.125rem;
|
|
283
|
+
--text-lg--line-height: calc(1.75 / 1.125);
|
|
284
|
+
--text-xl: 1.25rem;
|
|
285
|
+
--text-xl--line-height: calc(1.75 / 1.25);
|
|
286
|
+
--text-2xl: 1.5rem;
|
|
287
|
+
--text-2xl--line-height: calc(2 / 1.5);
|
|
288
|
+
--text-3xl: 1.875rem;
|
|
289
|
+
--text-3xl--line-height: calc(2.25 / 1.875);
|
|
290
|
+
--text-4xl: 2.25rem;
|
|
291
|
+
--text-4xl--line-height: calc(2.5 / 2.25);
|
|
292
|
+
--text-5xl: 3rem;
|
|
293
|
+
--text-5xl--line-height: 1;
|
|
294
|
+
--text-6xl: 3.75rem;
|
|
295
|
+
--text-6xl--line-height: 1;
|
|
296
|
+
--text-7xl: 4.5rem;
|
|
297
|
+
--text-7xl--line-height: 1;
|
|
298
|
+
--text-8xl: 6rem;
|
|
299
|
+
--text-8xl--line-height: 1;
|
|
300
|
+
--text-9xl: 8rem;
|
|
301
|
+
--text-9xl--line-height: 1;
|
|
302
|
+
--font-weight-thin: 100;
|
|
303
|
+
--font-weight-extralight: 200;
|
|
304
|
+
--font-weight-light: 300;
|
|
305
|
+
--font-weight-normal: 400;
|
|
306
|
+
--font-weight-medium: 500;
|
|
307
|
+
--font-weight-semibold: 600;
|
|
308
|
+
--font-weight-bold: 700;
|
|
309
|
+
--font-weight-extrabold: 800;
|
|
310
|
+
--font-weight-black: 900;
|
|
311
|
+
--tracking-tighter: -0.05em;
|
|
312
|
+
--tracking-tight: -0.025em;
|
|
313
|
+
--tracking-normal: 0em;
|
|
314
|
+
--tracking-wide: 0.025em;
|
|
315
|
+
--tracking-wider: 0.05em;
|
|
316
|
+
--tracking-widest: 0.1em;
|
|
317
|
+
--leading-tight: 1.25;
|
|
318
|
+
--leading-snug: 1.375;
|
|
319
|
+
--leading-normal: 1.5;
|
|
320
|
+
--leading-relaxed: 1.625;
|
|
321
|
+
--leading-loose: 2;
|
|
322
|
+
--radius-xs: 0.125rem;
|
|
323
|
+
--radius-sm: 0.25rem;
|
|
324
|
+
--radius-md: 0.375rem;
|
|
325
|
+
--radius-lg: 0.5rem;
|
|
326
|
+
--radius-xl: 0.75rem;
|
|
327
|
+
--radius-2xl: 1rem;
|
|
328
|
+
--radius-3xl: 1.5rem;
|
|
329
|
+
--radius-4xl: 2rem;
|
|
330
|
+
--shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
|
|
331
|
+
--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
332
|
+
--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
333
|
+
--shadow-md:
|
|
334
|
+
0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
335
|
+
--shadow-lg:
|
|
336
|
+
0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
337
|
+
--shadow-xl:
|
|
338
|
+
0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
339
|
+
--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
|
340
|
+
--inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);
|
|
341
|
+
--inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);
|
|
342
|
+
--inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
|
|
343
|
+
--drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
|
|
344
|
+
--drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
|
|
345
|
+
--drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
|
|
346
|
+
--drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
|
|
347
|
+
--drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
|
|
348
|
+
--drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
|
|
349
|
+
--ease-in: cubic-bezier(0.4, 0, 1, 1);
|
|
350
|
+
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
351
|
+
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
352
|
+
--animate-spin: spin 1s linear infinite;
|
|
353
|
+
--animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
|
|
354
|
+
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
355
|
+
--animate-bounce: bounce 1s infinite;
|
|
356
|
+
--blur-xs: 4px;
|
|
357
|
+
--blur-sm: 8px;
|
|
358
|
+
--blur-md: 12px;
|
|
359
|
+
--blur-lg: 16px;
|
|
360
|
+
--blur-xl: 24px;
|
|
361
|
+
--blur-2xl: 40px;
|
|
362
|
+
--blur-3xl: 64px;
|
|
363
|
+
--perspective-dramatic: 100px;
|
|
364
|
+
--perspective-near: 300px;
|
|
365
|
+
--perspective-normal: 500px;
|
|
366
|
+
--perspective-midrange: 800px;
|
|
367
|
+
--perspective-distant: 1200px;
|
|
368
|
+
--aspect-video: 16 / 9;
|
|
369
|
+
--default-transition-duration: 150ms;
|
|
370
|
+
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
371
|
+
--default-font-family: var(--font-sans);
|
|
372
|
+
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
373
|
+
--default-font-variation-settings: var(
|
|
374
|
+
--font-sans--font-variation-settings
|
|
375
|
+
);
|
|
376
|
+
--default-mono-font-family: var(--font-mono);
|
|
377
|
+
--default-mono-font-feature-settings: var(
|
|
378
|
+
--font-mono--font-feature-settings
|
|
379
|
+
);
|
|
380
|
+
--default-mono-font-variation-settings: var(
|
|
381
|
+
--font-mono--font-variation-settings
|
|
382
|
+
);
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
@layer utilities {
|
|
386
|
+
.absolute {
|
|
387
|
+
position: absolute;
|
|
388
|
+
}
|
|
389
|
+
.relative {
|
|
390
|
+
position: relative;
|
|
391
|
+
}
|
|
392
|
+
.top-8 {
|
|
393
|
+
top: calc(var(--spacing) * 8);
|
|
394
|
+
}
|
|
395
|
+
.right-8 {
|
|
396
|
+
right: calc(var(--spacing) * 8);
|
|
397
|
+
}
|
|
398
|
+
.mt-3 {
|
|
399
|
+
margin-top: calc(var(--spacing) * 3);
|
|
400
|
+
}
|
|
401
|
+
.mt-5px {
|
|
402
|
+
margin-top: 5px;
|
|
403
|
+
}
|
|
404
|
+
.mr-0 {
|
|
405
|
+
margin-right: calc(var(--spacing) * 0);
|
|
406
|
+
}
|
|
407
|
+
.mr-10px {
|
|
408
|
+
margin-right: 10px;
|
|
409
|
+
}
|
|
410
|
+
.mb-10px {
|
|
411
|
+
margin-bottom: 10px;
|
|
412
|
+
}
|
|
413
|
+
.ml-0 {
|
|
414
|
+
margin-left: calc(var(--spacing) * 0);
|
|
415
|
+
}
|
|
416
|
+
.ml-auto {
|
|
417
|
+
margin-left: auto;
|
|
418
|
+
}
|
|
419
|
+
.flex {
|
|
420
|
+
display: flex;
|
|
421
|
+
}
|
|
422
|
+
.transform {
|
|
423
|
+
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z)
|
|
424
|
+
var(--tw-skew-x) var(--tw-skew-y);
|
|
425
|
+
}
|
|
426
|
+
.flex-col {
|
|
427
|
+
flex-direction: column;
|
|
428
|
+
}
|
|
429
|
+
.flex-wrap {
|
|
430
|
+
flex-wrap: wrap;
|
|
431
|
+
}
|
|
432
|
+
.items-center {
|
|
433
|
+
align-items: center;
|
|
434
|
+
}
|
|
435
|
+
.border-solid {
|
|
436
|
+
--tw-border-style: solid;
|
|
437
|
+
border-style: solid;
|
|
438
|
+
}
|
|
439
|
+
.border-clrs-gray {
|
|
440
|
+
border-color: var(--clrs-gray, #aaaaaa);
|
|
441
|
+
}
|
|
442
|
+
.border-clrs-slate {
|
|
443
|
+
border-color: var(--clrs-slate, #708090);
|
|
444
|
+
}
|
|
445
|
+
.bg-clrs-blue {
|
|
446
|
+
background-color: var(--clrs-blue, #0074d9);
|
|
447
|
+
}
|
|
448
|
+
.bg-clrs-red {
|
|
449
|
+
background-color: var(--clrs-red, #ff4136);
|
|
450
|
+
}
|
|
451
|
+
.bg-clrs-silver {
|
|
452
|
+
background-color: var(--clrs-silver, #dddddd);
|
|
453
|
+
}
|
|
454
|
+
.stroke-1 {
|
|
455
|
+
stroke-width: 1;
|
|
456
|
+
}
|
|
457
|
+
.p-4 {
|
|
458
|
+
padding: calc(var(--spacing) * 4);
|
|
459
|
+
}
|
|
460
|
+
.align-top {
|
|
461
|
+
vertical-align: top;
|
|
462
|
+
}
|
|
463
|
+
.font-sans {
|
|
464
|
+
font-family: var(--font-sans);
|
|
465
|
+
}
|
|
466
|
+
.text-xs {
|
|
467
|
+
font-size: var(--text-xs);
|
|
468
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
469
|
+
}
|
|
470
|
+
.font-bold {
|
|
471
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
472
|
+
font-weight: var(--font-weight-bold);
|
|
473
|
+
}
|
|
474
|
+
.text-clrs-gray {
|
|
475
|
+
color: var(--clrs-gray, #aaaaaa);
|
|
476
|
+
}
|
|
477
|
+
.text-clrs-navy {
|
|
478
|
+
color: var(--clrs-navy, #001f3f);
|
|
479
|
+
}
|
|
480
|
+
.text-clrs-slate4 {
|
|
481
|
+
color: var(--clrs-slate4, #4e5964);
|
|
482
|
+
}
|
|
483
|
+
.text-clrs-white {
|
|
484
|
+
color: var(--clrs-white, #ffffff);
|
|
485
|
+
}
|
|
486
|
+
.italic {
|
|
487
|
+
font-style: italic;
|
|
488
|
+
}
|
|
489
|
+
.antialiased {
|
|
490
|
+
-webkit-font-smoothing: antialiased;
|
|
491
|
+
-moz-osx-font-smoothing: grayscale;
|
|
492
|
+
}
|
|
493
|
+
.shadow {
|
|
494
|
+
--tw-shadow:
|
|
495
|
+
0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
|
|
496
|
+
0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
497
|
+
box-shadow:
|
|
498
|
+
var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
|
|
499
|
+
var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
500
|
+
}
|
|
501
|
+
.hover\:text-clrs-navy {
|
|
502
|
+
&:hover {
|
|
503
|
+
@media (hover: hover) {
|
|
504
|
+
color: var(--clrs-navy, #001f3f);
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
.active\:bg-clrs-gray {
|
|
509
|
+
&:active {
|
|
510
|
+
background-color: var(--clrs-gray, #aaaaaa);
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
.active\:text-clrs-navy {
|
|
514
|
+
&:active {
|
|
515
|
+
color: var(--clrs-navy, #001f3f);
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
@layer components {
|
|
520
|
+
.ds1-main {
|
|
521
|
+
display: flex;
|
|
522
|
+
flex-direction: column;
|
|
523
|
+
padding: calc(var(--spacing) * 4);
|
|
524
|
+
font-family: var(--font-sans);
|
|
525
|
+
color: var(--clrs-navy, #001f3f);
|
|
526
|
+
-webkit-font-smoothing: antialiased;
|
|
527
|
+
-moz-osx-font-smoothing: grayscale;
|
|
528
|
+
}
|
|
529
|
+
.ds1-button {
|
|
530
|
+
display: flex;
|
|
531
|
+
align-items: center;
|
|
532
|
+
--tw-border-style: solid;
|
|
533
|
+
border-style: solid;
|
|
534
|
+
border-color: var(--clrs-slate, #708090);
|
|
535
|
+
color: var(--clrs-white, #ffffff);
|
|
536
|
+
&:active {
|
|
537
|
+
background-color: var(--clrs-gray, #aaaaaa);
|
|
538
|
+
}
|
|
539
|
+
&:active {
|
|
540
|
+
color: var(--clrs-navy, #001f3f);
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
.funnel-gfx {
|
|
544
|
+
--tw-border-style: solid;
|
|
545
|
+
border-style: solid;
|
|
546
|
+
border-color: var(--clrs-gray, #aaaaaa);
|
|
547
|
+
background-color: var(--clrs-silver, #dddddd);
|
|
548
|
+
stroke-width: 1;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
.data-button {
|
|
552
|
+
border-radius: 5px;
|
|
553
|
+
border-width: 1px;
|
|
554
|
+
padding: 5px;
|
|
555
|
+
margin: 0px;
|
|
556
|
+
margin-right: 5px;
|
|
557
|
+
cursor: pointer;
|
|
558
|
+
}
|
|
559
|
+
.funnel-gfx {
|
|
560
|
+
width: calc(100% - 20px);
|
|
561
|
+
height: 100%;
|
|
562
|
+
padding: 10px;
|
|
563
|
+
padding-bottom: 7px;
|
|
564
|
+
border-radius: 10px;
|
|
565
|
+
border-width: 1px;
|
|
566
|
+
}
|
|
567
|
+
@keyframes spin {
|
|
568
|
+
to {
|
|
569
|
+
transform: rotate(360deg);
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
@keyframes ping {
|
|
573
|
+
75%,
|
|
574
|
+
100% {
|
|
575
|
+
transform: scale(2);
|
|
576
|
+
opacity: 0;
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
@keyframes pulse {
|
|
580
|
+
50% {
|
|
581
|
+
opacity: 0.5;
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
@keyframes bounce {
|
|
585
|
+
0%,
|
|
586
|
+
100% {
|
|
587
|
+
transform: translateY(-25%);
|
|
588
|
+
animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
|
|
589
|
+
}
|
|
590
|
+
50% {
|
|
591
|
+
transform: none;
|
|
592
|
+
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
593
|
+
}
|
|
594
|
+
}
|