@shell-shock/plugin-theme 0.4.21 → 0.4.23
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/_virtual/_rolldown/runtime.cjs +29 -1
- package/dist/_virtual/_rolldown/runtime.mjs +41 -1
- package/dist/contexts/index.cjs +5 -1
- package/dist/contexts/index.mjs +3 -1
- package/dist/contexts/theme.cjs +29 -1
- package/dist/contexts/theme.mjs +26 -1
- package/dist/contexts/theme.mjs.map +1 -1
- package/dist/core/dist/types/command.d.cts.map +1 -1
- package/dist/core/dist/types/config.d.cts +10 -9
- package/dist/core/dist/types/config.d.cts.map +1 -1
- package/dist/helpers/ansi-utils.cjs +1295 -1
- package/dist/helpers/ansi-utils.mjs +1287 -1
- package/dist/helpers/ansi-utils.mjs.map +1 -1
- package/dist/helpers/border-styles.cjs +201 -1
- package/dist/helpers/border-styles.mjs +199 -1
- package/dist/helpers/border-styles.mjs.map +1 -1
- package/dist/helpers/constants.cjs +39 -1
- package/dist/helpers/constants.mjs +33 -1
- package/dist/helpers/constants.mjs.map +1 -1
- package/dist/helpers/index.cjs +107 -1
- package/dist/helpers/index.mjs +6 -1
- package/dist/helpers/merge.cjs +19 -1
- package/dist/helpers/merge.mjs +17 -1
- package/dist/helpers/merge.mjs.map +1 -1
- package/dist/helpers/spinners.cjs +1852 -1
- package/dist/helpers/spinners.mjs +1758 -1
- package/dist/helpers/spinners.mjs.map +1 -1
- package/dist/index.cjs +70 -1
- package/dist/index.mjs +65 -1
- package/dist/index.mjs.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/ZodError.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/ZodError.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/errors.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/errors.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/external.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/external.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/enumUtil.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/enumUtil.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/errorUtil.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/errorUtil.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/parseUtil.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/parseUtil.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/partialUtil.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/partialUtil.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/typeAliases.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/typeAliases.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/util.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/util.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/index.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/index.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/locales/en.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/locales/en.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/standard-schema.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/standard-schema.d.mts.map +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/types.d.mts +1 -1
- package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/types.d.mts.map +1 -1
- package/dist/packages/core/dist/api.d.mts +1 -0
- package/dist/packages/core/dist/api.d.mts.map +1 -1
- package/dist/packages/core/dist/index.d.mts +1 -1
- package/dist/packages/core/dist/index.d.mts.map +1 -1
- package/dist/packages/core/dist/types/command.d.mts +1 -1
- package/dist/packages/core/dist/types/command.d.mts.map +1 -1
- package/dist/packages/core/dist/types/config.d.mts.map +1 -1
- package/dist/style-dictionary/border-styles.cjs +285 -1
- package/dist/style-dictionary/border-styles.mjs +284 -1
- package/dist/style-dictionary/border-styles.mjs.map +1 -1
- package/dist/style-dictionary/colors.cjs +1391 -1
- package/dist/style-dictionary/colors.mjs +1390 -1
- package/dist/style-dictionary/colors.mjs.map +1 -1
- package/dist/style-dictionary/icons.cjs +169 -1
- package/dist/style-dictionary/icons.mjs +168 -1
- package/dist/style-dictionary/icons.mjs.map +1 -1
- package/dist/style-dictionary/labels.cjs +151 -1
- package/dist/style-dictionary/labels.mjs +150 -1
- package/dist/style-dictionary/labels.mjs.map +1 -1
- package/dist/style-dictionary/padding.cjs +38 -1
- package/dist/style-dictionary/padding.mjs +37 -1
- package/dist/style-dictionary/padding.mjs.map +1 -1
- package/dist/style-dictionary/settings.cjs +26 -1
- package/dist/style-dictionary/settings.mjs +25 -1
- package/dist/style-dictionary/settings.mjs.map +1 -1
- package/dist/style-dictionary/spinners.cjs +31 -1
- package/dist/style-dictionary/spinners.mjs +30 -1
- package/dist/style-dictionary/spinners.mjs.map +1 -1
- package/dist/themes/default.cjs +156 -1
- package/dist/themes/default.mjs +155 -1
- package/dist/themes/default.mjs.map +1 -1
- package/dist/types/index.mjs +1 -1
- package/dist/types/plugin.mjs +1 -1
- package/dist/types/theme.mjs +1 -1
- package/package.json +13 -13
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spinners.mjs","names":[],"sources":["../../src/helpers/spinners.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nexport const spinners = {\n dots: {\n interval: 80,\n frames: [\"⠋\", \"⠙\", \"⠹\", \"⠸\", \"⠼\", \"⠴\", \"⠦\", \"⠧\", \"⠇\", \"⠏\"]\n },\n dots2: {\n interval: 80,\n frames: [\"⣾\", \"⣽\", \"⣻\", \"⢿\", \"⡿\", \"⣟\", \"⣯\", \"⣷\"]\n },\n dots3: {\n interval: 80,\n frames: [\"⠋\", \"⠙\", \"⠚\", \"⠞\", \"⠖\", \"⠦\", \"⠴\", \"⠲\", \"⠳\", \"⠓\"]\n },\n dots4: {\n interval: 80,\n frames: [\n \"⠄\",\n \"⠆\",\n \"⠇\",\n \"⠋\",\n \"⠙\",\n \"⠸\",\n \"⠰\",\n \"⠠\",\n \"⠰\",\n \"⠸\",\n \"⠙\",\n \"⠋\",\n \"⠇\",\n \"⠆\"\n ]\n },\n dots5: {\n interval: 80,\n frames: [\n \"⠋\",\n \"⠙\",\n \"⠚\",\n \"⠒\",\n \"⠂\",\n \"⠂\",\n \"⠒\",\n \"⠲\",\n \"⠴\",\n \"⠦\",\n \"⠖\",\n \"⠒\",\n \"⠐\",\n \"⠐\",\n \"⠒\",\n \"⠓\",\n \"⠋\"\n ]\n },\n dots6: {\n interval: 80,\n frames: [\n \"⠁\",\n \"⠉\",\n \"⠙\",\n \"⠚\",\n \"⠒\",\n \"⠂\",\n \"⠂\",\n \"⠒\",\n \"⠲\",\n \"⠴\",\n \"⠤\",\n \"⠄\",\n \"⠄\",\n \"⠤\",\n \"⠴\",\n \"⠲\",\n \"⠒\",\n \"⠂\",\n \"⠂\",\n \"⠒\",\n \"⠚\",\n \"⠙\",\n \"⠉\",\n \"⠁\"\n ]\n },\n dots7: {\n interval: 80,\n frames: [\n \"⠈\",\n \"⠉\",\n \"⠋\",\n \"⠓\",\n \"⠒\",\n \"⠐\",\n \"⠐\",\n \"⠒\",\n \"⠖\",\n \"⠦\",\n \"⠤\",\n \"⠠\",\n \"⠠\",\n \"⠤\",\n \"⠦\",\n \"⠖\",\n \"⠒\",\n \"⠐\",\n \"⠐\",\n \"⠒\",\n \"⠓\",\n \"⠋\",\n \"⠉\",\n \"⠈\"\n ]\n },\n dots8: {\n interval: 80,\n frames: [\n \"⠁\",\n \"⠁\",\n \"⠉\",\n \"⠙\",\n \"⠚\",\n \"⠒\",\n \"⠂\",\n \"⠂\",\n \"⠒\",\n \"⠲\",\n \"⠴\",\n \"⠤\",\n \"⠄\",\n \"⠄\",\n \"⠤\",\n \"⠠\",\n \"⠠\",\n \"⠤\",\n \"⠦\",\n \"⠖\",\n \"⠒\",\n \"⠐\",\n \"⠐\",\n \"⠒\",\n \"⠓\",\n \"⠋\",\n \"⠉\",\n \"⠈\",\n \"⠈\"\n ]\n },\n dots9: {\n interval: 80,\n frames: [\"⢹\", \"⢺\", \"⢼\", \"⣸\", \"⣇\", \"⡧\", \"⡗\", \"⡏\"]\n },\n dots10: {\n interval: 80,\n frames: [\"⢄\", \"⢂\", \"⢁\", \"⡁\", \"⡈\", \"⡐\", \"⡠\"]\n },\n dots11: {\n interval: 100,\n frames: [\"⠁\", \"⠂\", \"⠄\", \"⡀\", \"⢀\", \"⠠\", \"⠐\", \"⠈\"]\n },\n dots12: {\n interval: 80,\n frames: [\n \"⢀⠀\",\n \"⡀⠀\",\n \"⠄⠀\",\n \"⢂⠀\",\n \"⡂⠀\",\n \"⠅⠀\",\n \"⢃⠀\",\n \"⡃⠀\",\n \"⠍⠀\",\n \"⢋⠀\",\n \"⡋⠀\",\n \"⠍⠁\",\n \"⢋⠁\",\n \"⡋⠁\",\n \"⠍⠉\",\n \"⠋⠉\",\n \"⠋⠉\",\n \"⠉⠙\",\n \"⠉⠙\",\n \"⠉⠩\",\n \"⠈⢙\",\n \"⠈⡙\",\n \"⢈⠩\",\n \"⡀⢙\",\n \"⠄⡙\",\n \"⢂⠩\",\n \"⡂⢘\",\n \"⠅⡘\",\n \"⢃⠨\",\n \"⡃⢐\",\n \"⠍⡐\",\n \"⢋⠠\",\n \"⡋⢀\",\n \"⠍⡁\",\n \"⢋⠁\",\n \"⡋⠁\",\n \"⠍⠉\",\n \"⠋⠉\",\n \"⠋⠉\",\n \"⠉⠙\",\n \"⠉⠙\",\n \"⠉⠩\",\n \"⠈⢙\",\n \"⠈⡙\",\n \"⠈⠩\",\n \"⠀⢙\",\n \"⠀⡙\",\n \"⠀⠩\",\n \"⠀⢘\",\n \"⠀⡘\",\n \"⠀⠨\",\n \"⠀⢐\",\n \"⠀⡐\",\n \"⠀⠠\",\n \"⠀⢀\",\n \"⠀⡀\"\n ]\n },\n dots13: {\n interval: 80,\n frames: [\"⣼\", \"⣹\", \"⢻\", \"⠿\", \"⡟\", \"⣏\", \"⣧\", \"⣶\"]\n },\n dots14: {\n interval: 80,\n frames: [\n \"⠉⠉\",\n \"⠈⠙\",\n \"⠀⠹\",\n \"⠀⢸\",\n \"⠀⣰\",\n \"⢀⣠\",\n \"⣀⣀\",\n \"⣄⡀\",\n \"⣆⠀\",\n \"⡇⠀\",\n \"⠏⠀\",\n \"⠋⠁\"\n ]\n },\n dots8Bit: {\n interval: 80,\n frames: [\n \"⠀\",\n \"⠁\",\n \"⠂\",\n \"⠃\",\n \"⠄\",\n \"⠅\",\n \"⠆\",\n \"⠇\",\n \"⡀\",\n \"⡁\",\n \"⡂\",\n \"⡃\",\n \"⡄\",\n \"⡅\",\n \"⡆\",\n \"⡇\",\n \"⠈\",\n \"⠉\",\n \"⠊\",\n \"⠋\",\n \"⠌\",\n \"⠍\",\n \"⠎\",\n \"⠏\",\n \"⡈\",\n \"⡉\",\n \"⡊\",\n \"⡋\",\n \"⡌\",\n \"⡍\",\n \"⡎\",\n \"⡏\",\n \"⠐\",\n \"⠑\",\n \"⠒\",\n \"⠓\",\n \"⠔\",\n \"⠕\",\n \"⠖\",\n \"⠗\",\n \"⡐\",\n \"⡑\",\n \"⡒\",\n \"⡓\",\n \"⡔\",\n \"⡕\",\n \"⡖\",\n \"⡗\",\n \"⠘\",\n \"⠙\",\n \"⠚\",\n \"⠛\",\n \"⠜\",\n \"⠝\",\n \"⠞\",\n \"⠟\",\n \"⡘\",\n \"⡙\",\n \"⡚\",\n \"⡛\",\n \"⡜\",\n \"⡝\",\n \"⡞\",\n \"⡟\",\n \"⠠\",\n \"⠡\",\n \"⠢\",\n \"⠣\",\n \"⠤\",\n \"⠥\",\n \"⠦\",\n \"⠧\",\n \"⡠\",\n \"⡡\",\n \"⡢\",\n \"⡣\",\n \"⡤\",\n \"⡥\",\n \"⡦\",\n \"⡧\",\n \"⠨\",\n \"⠩\",\n \"⠪\",\n \"⠫\",\n \"⠬\",\n \"⠭\",\n \"⠮\",\n \"⠯\",\n \"⡨\",\n \"⡩\",\n \"⡪\",\n \"⡫\",\n \"⡬\",\n \"⡭\",\n \"⡮\",\n \"⡯\",\n \"⠰\",\n \"⠱\",\n \"⠲\",\n \"⠳\",\n \"⠴\",\n \"⠵\",\n \"⠶\",\n \"⠷\",\n \"⡰\",\n \"⡱\",\n \"⡲\",\n \"⡳\",\n \"⡴\",\n \"⡵\",\n \"⡶\",\n \"⡷\",\n \"⠸\",\n \"⠹\",\n \"⠺\",\n \"⠻\",\n \"⠼\",\n \"⠽\",\n \"⠾\",\n \"⠿\",\n \"⡸\",\n \"⡹\",\n \"⡺\",\n \"⡻\",\n \"⡼\",\n \"⡽\",\n \"⡾\",\n \"⡿\",\n \"⢀\",\n \"⢁\",\n \"⢂\",\n \"⢃\",\n \"⢄\",\n \"⢅\",\n \"⢆\",\n \"⢇\",\n \"⣀\",\n \"⣁\",\n \"⣂\",\n \"⣃\",\n \"⣄\",\n \"⣅\",\n \"⣆\",\n \"⣇\",\n \"⢈\",\n \"⢉\",\n \"⢊\",\n \"⢋\",\n \"⢌\",\n \"⢍\",\n \"⢎\",\n \"⢏\",\n \"⣈\",\n \"⣉\",\n \"⣊\",\n \"⣋\",\n \"⣌\",\n \"⣍\",\n \"⣎\",\n \"⣏\",\n \"⢐\",\n \"⢑\",\n \"⢒\",\n \"⢓\",\n \"⢔\",\n \"⢕\",\n \"⢖\",\n \"⢗\",\n \"⣐\",\n \"⣑\",\n \"⣒\",\n \"⣓\",\n \"⣔\",\n \"⣕\",\n \"⣖\",\n \"⣗\",\n \"⢘\",\n \"⢙\",\n \"⢚\",\n \"⢛\",\n \"⢜\",\n \"⢝\",\n \"⢞\",\n \"⢟\",\n \"⣘\",\n \"⣙\",\n \"⣚\",\n \"⣛\",\n \"⣜\",\n \"⣝\",\n \"⣞\",\n \"⣟\",\n \"⢠\",\n \"⢡\",\n \"⢢\",\n \"⢣\",\n \"⢤\",\n \"⢥\",\n \"⢦\",\n \"⢧\",\n \"⣠\",\n \"⣡\",\n \"⣢\",\n \"⣣\",\n \"⣤\",\n \"⣥\",\n \"⣦\",\n \"⣧\",\n \"⢨\",\n \"⢩\",\n \"⢪\",\n \"⢫\",\n \"⢬\",\n \"⢭\",\n \"⢮\",\n \"⢯\",\n \"⣨\",\n \"⣩\",\n \"⣪\",\n \"⣫\",\n \"⣬\",\n \"⣭\",\n \"⣮\",\n \"⣯\",\n \"⢰\",\n \"⢱\",\n \"⢲\",\n \"⢳\",\n \"⢴\",\n \"⢵\",\n \"⢶\",\n \"⢷\",\n \"⣰\",\n \"⣱\",\n \"⣲\",\n \"⣳\",\n \"⣴\",\n \"⣵\",\n \"⣶\",\n \"⣷\",\n \"⢸\",\n \"⢹\",\n \"⢺\",\n \"⢻\",\n \"⢼\",\n \"⢽\",\n \"⢾\",\n \"⢿\",\n \"⣸\",\n \"⣹\",\n \"⣺\",\n \"⣻\",\n \"⣼\",\n \"⣽\",\n \"⣾\",\n \"⣿\"\n ]\n },\n dotsCircle: {\n interval: 80,\n frames: [\"⢎ \", \"⠎⠁\", \"⠊⠑\", \"⠈⠱\", \" ⡱\", \"⢀⡰\", \"⢄⡠\", \"⢆⡀\"]\n },\n sand: {\n interval: 80,\n frames: [\n \"⠁\",\n \"⠂\",\n \"⠄\",\n \"⡀\",\n \"⡈\",\n \"⡐\",\n \"⡠\",\n \"⣀\",\n \"⣁\",\n \"⣂\",\n \"⣄\",\n \"⣌\",\n \"⣔\",\n \"⣤\",\n \"⣥\",\n \"⣦\",\n \"⣮\",\n \"⣶\",\n \"⣷\",\n \"⣿\",\n \"⡿\",\n \"⠿\",\n \"⢟\",\n \"⠟\",\n \"⡛\",\n \"⠛\",\n \"⠫\",\n \"⢋\",\n \"⠋\",\n \"⠍\",\n \"⡉\",\n \"⠉\",\n \"⠑\",\n \"⠡\",\n \"⢁\"\n ]\n },\n line: { interval: 130, frames: [\"-\", \"\\\\\", \"|\", \"/\"] },\n line2: { interval: 100, frames: [\"⠂\", \"-\", \"–\", \"—\", \"–\", \"-\"] },\n rollingLine: {\n interval: 80,\n frames: [\"/ \", \" - \", \" \\\\ \", \" |\", \" |\", \" \\\\ \", \" - \", \"/ \"]\n },\n pipe: { interval: 100, frames: [\"┤\", \"┘\", \"┴\", \"└\", \"├\", \"┌\", \"┬\", \"┐\"] },\n simpleDots: { interval: 400, frames: [\". \", \".. \", \"...\", \" \"] },\n simpleDotsScrolling: {\n interval: 200,\n frames: [\". \", \".. \", \"...\", \" ..\", \" .\", \" \"]\n },\n star: { interval: 70, frames: [\"✶\", \"✸\", \"✹\", \"✺\", \"✹\", \"✷\"] },\n star2: { interval: 80, frames: [\"+\", \"x\", \"*\"] },\n flip: {\n interval: 70,\n frames: [\"_\", \"_\", \"_\", \"-\", \"`\", \"`\", \"'\", \"´\", \"-\", \"_\", \"_\", \"_\"]\n },\n hamburger: { interval: 100, frames: [\"☱\", \"☲\", \"☴\"] },\n growVertical: {\n interval: 120,\n frames: [\"▁\", \"▃\", \"▄\", \"▅\", \"▆\", \"▇\", \"▆\", \"▅\", \"▄\", \"▃\"]\n },\n growHorizontal: {\n interval: 120,\n frames: [\"▏\", \"▎\", \"▍\", \"▌\", \"▋\", \"▊\", \"▉\", \"▊\", \"▋\", \"▌\", \"▍\", \"▎\"]\n },\n balloon: { interval: 140, frames: [\" \", \".\", \"o\", \"O\", \"@\", \"*\", \" \"] },\n balloon2: { interval: 120, frames: [\".\", \"o\", \"O\", \"°\", \"O\", \"o\", \".\"] },\n noise: { interval: 100, frames: [\"▓\", \"▒\", \"░\"] },\n bounce: { interval: 120, frames: [\"⠁\", \"⠂\", \"⠄\", \"⠂\"] },\n boxBounce: { interval: 120, frames: [\"▖\", \"▘\", \"▝\", \"▗\"] },\n boxBounce2: { interval: 100, frames: [\"▌\", \"▀\", \"▐\", \"▄\"] },\n triangle: { interval: 50, frames: [\"◢\", \"◣\", \"◤\", \"◥\"] },\n binary: {\n interval: 80,\n frames: [\n \"010010\",\n \"001100\",\n \"100101\",\n \"111010\",\n \"111101\",\n \"010111\",\n \"101011\",\n \"111000\",\n \"110011\",\n \"110101\"\n ]\n },\n arc: { interval: 100, frames: [\"◜\", \"◠\", \"◝\", \"◞\", \"◡\", \"◟\"] },\n circle: { interval: 120, frames: [\"◡\", \"⊙\", \"◠\"] },\n squareCorners: { interval: 180, frames: [\"◰\", \"◳\", \"◲\", \"◱\"] },\n circleQuarters: { interval: 120, frames: [\"◴\", \"◷\", \"◶\", \"◵\"] },\n circleHalves: { interval: 50, frames: [\"◐\", \"◓\", \"◑\", \"◒\"] },\n squish: { interval: 100, frames: [\"╫\", \"╪\"] },\n toggle: { interval: 250, frames: [\"⊶\", \"⊷\"] },\n toggle2: { interval: 80, frames: [\"▫\", \"▪\"] },\n toggle3: { interval: 120, frames: [\"□\", \"■\"] },\n toggle4: { interval: 100, frames: [\"■\", \"□\", \"▪\", \"▫\"] },\n toggle5: { interval: 100, frames: [\"▮\", \"▯\"] },\n toggle6: { interval: 300, frames: [\"ဝ\", \"၀\"] },\n toggle7: { interval: 80, frames: [\"⦾\", \"⦿\"] },\n toggle8: { interval: 100, frames: [\"◍\", \"◌\"] },\n toggle9: { interval: 100, frames: [\"◉\", \"◎\"] },\n toggle10: { interval: 100, frames: [\"㊂\", \"㊀\", \"㊁\"] },\n toggle11: { interval: 50, frames: [\"⧇\", \"⧆\"] },\n toggle12: { interval: 120, frames: [\"☗\", \"☖\"] },\n toggle13: { interval: 80, frames: [\"=\", \"*\", \"-\"] },\n arrow: { interval: 100, frames: [\"←\", \"↖\", \"↑\", \"↗\", \"→\", \"↘\", \"↓\", \"↙\"] },\n arrow2: {\n interval: 80,\n frames: [\"⬆️ \", \"↗️ \", \"➡️ \", \"↘️ \", \"⬇️ \", \"↙️ \", \"⬅️ \", \"↖️ \"]\n },\n arrow3: {\n interval: 120,\n frames: [\"▹▹▹▹▹\", \"▸▹▹▹▹\", \"▹▸▹▹▹\", \"▹▹▸▹▹\", \"▹▹▹▸▹\", \"▹▹▹▹▸\"]\n },\n bouncingBar: {\n interval: 80,\n frames: [\n \"[ ]\",\n \"[= ]\",\n \"[== ]\",\n \"[=== ]\",\n \"[====]\",\n \"[ ===]\",\n \"[ ==]\",\n \"[ =]\",\n \"[ ]\",\n \"[ =]\",\n \"[ ==]\",\n \"[ ===]\",\n \"[====]\",\n \"[=== ]\",\n \"[== ]\",\n \"[= ]\"\n ]\n },\n bouncingBall: {\n interval: 80,\n frames: [\n \"( ● )\",\n \"( ● )\",\n \"( ● )\",\n \"( ● )\",\n \"( ●)\",\n \"( ● )\",\n \"( ● )\",\n \"( ● )\",\n \"( ● )\",\n \"(● )\"\n ]\n },\n smiley: { interval: 200, frames: [\"😄 \", \"😝 \"] },\n monkey: { interval: 300, frames: [\"🙈 \", \"🙈 \", \"🙉 \", \"🙊 \"] },\n hearts: { interval: 100, frames: [\"💛 \", \"💙 \", \"💜 \", \"💚 \", \"💗 \"] },\n clock: {\n interval: 100,\n frames: [\n \"🕛 \",\n \"🕐 \",\n \"🕑 \",\n \"🕒 \",\n \"🕓 \",\n \"🕔 \",\n \"🕕 \",\n \"🕖 \",\n \"🕗 \",\n \"🕘 \",\n \"🕙 \",\n \"🕚 \"\n ]\n },\n earth: { interval: 180, frames: [\"🌍 \", \"🌎 \", \"🌏 \"] },\n material: {\n interval: 17,\n frames: [\n \"█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"███▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"████▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"███████▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"████████▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"█████████▁▁▁▁▁▁▁▁▁▁▁\",\n \"█████████▁▁▁▁▁▁▁▁▁▁▁\",\n \"██████████▁▁▁▁▁▁▁▁▁▁\",\n \"███████████▁▁▁▁▁▁▁▁▁\",\n \"█████████████▁▁▁▁▁▁▁\",\n \"██████████████▁▁▁▁▁▁\",\n \"██████████████▁▁▁▁▁▁\",\n \"▁██████████████▁▁▁▁▁\",\n \"▁██████████████▁▁▁▁▁\",\n \"▁██████████████▁▁▁▁▁\",\n \"▁▁██████████████▁▁▁▁\",\n \"▁▁▁██████████████▁▁▁\",\n \"▁▁▁▁█████████████▁▁▁\",\n \"▁▁▁▁██████████████▁▁\",\n \"▁▁▁▁██████████████▁▁\",\n \"▁▁▁▁▁██████████████▁\",\n \"▁▁▁▁▁██████████████▁\",\n \"▁▁▁▁▁██████████████▁\",\n \"▁▁▁▁▁▁██████████████\",\n \"▁▁▁▁▁▁██████████████\",\n \"▁▁▁▁▁▁▁█████████████\",\n \"▁▁▁▁▁▁▁█████████████\",\n \"▁▁▁▁▁▁▁▁████████████\",\n \"▁▁▁▁▁▁▁▁████████████\",\n \"▁▁▁▁▁▁▁▁▁███████████\",\n \"▁▁▁▁▁▁▁▁▁███████████\",\n \"▁▁▁▁▁▁▁▁▁▁██████████\",\n \"▁▁▁▁▁▁▁▁▁▁██████████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁████████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁███████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁██████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████\",\n \"█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████\",\n \"██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███\",\n \"██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███\",\n \"███▁▁▁▁▁▁▁▁▁▁▁▁▁▁███\",\n \"████▁▁▁▁▁▁▁▁▁▁▁▁▁▁██\",\n \"█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█\",\n \"█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█\",\n \"██████▁▁▁▁▁▁▁▁▁▁▁▁▁█\",\n \"████████▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"█████████▁▁▁▁▁▁▁▁▁▁▁\",\n \"█████████▁▁▁▁▁▁▁▁▁▁▁\",\n \"█████████▁▁▁▁▁▁▁▁▁▁▁\",\n \"█████████▁▁▁▁▁▁▁▁▁▁▁\",\n \"███████████▁▁▁▁▁▁▁▁▁\",\n \"████████████▁▁▁▁▁▁▁▁\",\n \"████████████▁▁▁▁▁▁▁▁\",\n \"██████████████▁▁▁▁▁▁\",\n \"██████████████▁▁▁▁▁▁\",\n \"▁██████████████▁▁▁▁▁\",\n \"▁██████████████▁▁▁▁▁\",\n \"▁▁▁█████████████▁▁▁▁\",\n \"▁▁▁▁▁████████████▁▁▁\",\n \"▁▁▁▁▁████████████▁▁▁\",\n \"▁▁▁▁▁▁███████████▁▁▁\",\n \"▁▁▁▁▁▁▁▁█████████▁▁▁\",\n \"▁▁▁▁▁▁▁▁█████████▁▁▁\",\n \"▁▁▁▁▁▁▁▁▁█████████▁▁\",\n \"▁▁▁▁▁▁▁▁▁█████████▁▁\",\n \"▁▁▁▁▁▁▁▁▁▁█████████▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁████████▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁████████▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁███████▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁███████▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁███████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁███████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\"\n ]\n },\n moon: {\n interval: 80,\n frames: [\"🌑 \", \"🌒 \", \"🌓 \", \"🌔 \", \"🌕 \", \"🌖 \", \"🌗 \", \"🌘 \"]\n },\n runner: { interval: 140, frames: [\"🚶 \", \"🏃 \"] },\n pong: {\n interval: 80,\n frames: [\n \"▐⠂ ▌\",\n \"▐⠈ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⡀ ▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠈ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⡀ ▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠈ ▌\",\n \"▐ ⠂▌\",\n \"▐ ⠠▌\",\n \"▐ ⡀▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠈ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⡀ ▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠈ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⡀ ▌\",\n \"▐⠠ ▌\"\n ]\n },\n shark: {\n interval: 120,\n frames: [\n \"▐|\\\\____________▌\",\n \"▐_|\\\\___________▌\",\n \"▐__|\\\\__________▌\",\n \"▐___|\\\\_________▌\",\n \"▐____|\\\\________▌\",\n \"▐_____|\\\\_______▌\",\n \"▐______|\\\\______▌\",\n \"▐_______|\\\\_____▌\",\n \"▐________|\\\\____▌\",\n \"▐_________|\\\\___▌\",\n \"▐__________|\\\\__▌\",\n \"▐___________|\\\\_▌\",\n \"▐____________|\\\\▌\",\n \"▐____________/|▌\",\n \"▐___________/|_▌\",\n \"▐__________/|__▌\",\n \"▐_________/|___▌\",\n \"▐________/|____▌\",\n \"▐_______/|_____▌\",\n \"▐______/|______▌\",\n \"▐_____/|_______▌\",\n \"▐____/|________▌\",\n \"▐___/|_________▌\",\n \"▐__/|__________▌\",\n \"▐_/|___________▌\",\n \"▐/|____________▌\"\n ]\n },\n dqpb: { interval: 100, frames: [\"d\", \"q\", \"p\", \"b\"] },\n weather: {\n interval: 100,\n frames: [\n \"☀️ \",\n \"☀️ \",\n \"☀️ \",\n \"🌤 \",\n \"⛅️ \",\n \"🌥 \",\n \"☁️ \",\n \"🌧 \",\n \"🌨 \",\n \"🌧 \",\n \"🌨 \",\n \"🌧 \",\n \"🌨 \",\n \"⛈ \",\n \"🌨 \",\n \"🌧 \",\n \"🌨 \",\n \"☁️ \",\n \"🌥 \",\n \"⛅️ \",\n \"🌤 \",\n \"☀️ \",\n \"☀️ \"\n ]\n },\n christmas: { interval: 400, frames: [\"🌲\", \"🎄\"] },\n grenade: {\n interval: 80,\n frames: [\n \"، \",\n \"′ \",\n \" ´ \",\n \" ‾ \",\n \" ⸌\",\n \" ⸊\",\n \" |\",\n \" ⁎\",\n \" ⁕\",\n \" ෴ \",\n \" ⁓\",\n \" \",\n \" \",\n \" \"\n ]\n },\n point: { interval: 125, frames: [\"∙∙∙\", \"●∙∙\", \"∙●∙\", \"∙∙●\", \"∙∙∙\"] },\n layer: { interval: 150, frames: [\"-\", \"=\", \"≡\"] },\n betaWave: {\n interval: 80,\n frames: [\n \"ρββββββ\",\n \"βρβββββ\",\n \"ββρββββ\",\n \"βββρβββ\",\n \"ββββρββ\",\n \"βββββρβ\",\n \"ββββββρ\"\n ]\n },\n fingerDance: {\n interval: 160,\n frames: [\"🤘 \", \"🤟 \", \"🖖 \", \"✋ \", \"🤚 \", \"👆 \"]\n },\n fistBump: {\n interval: 80,\n frames: [\n \"🤜\\u3000\\u3000\\u3000\\u3000🤛 \",\n \"🤜\\u3000\\u3000\\u3000\\u3000🤛 \",\n \"🤜\\u3000\\u3000\\u3000\\u3000🤛 \",\n \"\\u3000🤜\\u3000\\u3000🤛\\u3000 \",\n \"\\u3000\\u3000🤜🤛\\u3000\\u3000 \",\n \"\\u3000🤜✨🤛\\u3000\\u3000 \",\n \"🤜\\u3000✨\\u3000🤛\\u3000 \"\n ]\n },\n soccerHeader: {\n interval: 80,\n frames: [\n \" 🧑⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \"\n ]\n },\n mindblown: {\n interval: 160,\n frames: [\n \"😐 \",\n \"😐 \",\n \"😮 \",\n \"😮 \",\n \"😦 \",\n \"😦 \",\n \"😧 \",\n \"😧 \",\n \"🤯 \",\n \"💥 \",\n \"✨ \",\n \"\\u3000 \",\n \"\\u3000 \",\n \"\\u3000 \"\n ]\n },\n speaker: { interval: 160, frames: [\"🔈 \", \"🔉 \", \"🔊 \", \"🔉 \"] },\n orangePulse: { interval: 100, frames: [\"🔸 \", \"🔶 \", \"🟠 \", \"🟠 \", \"🔶 \"] },\n bluePulse: { interval: 100, frames: [\"🔹 \", \"🔷 \", \"🔵 \", \"🔵 \", \"🔷 \"] },\n orangeBluePulse: {\n interval: 100,\n frames: [\n \"🔸 \",\n \"🔶 \",\n \"🟠 \",\n \"🟠 \",\n \"🔶 \",\n \"🔹 \",\n \"🔷 \",\n \"🔵 \",\n \"🔵 \",\n \"🔷 \"\n ]\n },\n timeTravel: {\n interval: 100,\n frames: [\n \"🕛 \",\n \"🕚 \",\n \"🕙 \",\n \"🕘 \",\n \"🕗 \",\n \"🕖 \",\n \"🕕 \",\n \"🕔 \",\n \"🕓 \",\n \"🕒 \",\n \"🕑 \",\n \"🕐 \"\n ]\n },\n aesthetic: {\n interval: 80,\n frames: [\n \"▰▱▱▱▱▱▱\",\n \"▰▰▱▱▱▱▱\",\n \"▰▰▰▱▱▱▱\",\n \"▰▰▰▰▱▱▱\",\n \"▰▰▰▰▰▱▱\",\n \"▰▰▰▰▰▰▱\",\n \"▰▰▰▰▰▰▰\",\n \"▰▱▱▱▱▱▱\"\n ]\n },\n dwarfFortress: {\n interval: 80,\n frames: [\n \" ██████£££ \",\n \"☺██████£££ \",\n \"☺██████£££ \",\n \"☺▓█████£££ \",\n \"☺▓█████£££ \",\n \"☺▒█████£££ \",\n \"☺▒█████£££ \",\n \"☺░█████£££ \",\n \"☺░█████£££ \",\n \"☺ █████£££ \",\n \" ☺█████£££ \",\n \" ☺█████£££ \",\n \" ☺▓████£££ \",\n \" ☺▓████£££ \",\n \" ☺▒████£££ \",\n \" ☺▒████£££ \",\n \" ☺░████£££ \",\n \" ☺░████£££ \",\n \" ☺ ████£££ \",\n \" ☺████£££ \",\n \" ☺████£££ \",\n \" ☺▓███£££ \",\n \" ☺▓███£££ \",\n \" ☺▒███£££ \",\n \" ☺▒███£££ \",\n \" ☺░███£££ \",\n \" ☺░███£££ \",\n \" ☺ ███£££ \",\n \" ☺███£££ \",\n \" ☺███£££ \",\n \" ☺▓██£££ \",\n \" ☺▓██£££ \",\n \" ☺▒██£££ \",\n \" ☺▒██£££ \",\n \" ☺░██£££ \",\n \" ☺░██£££ \",\n \" ☺ ██£££ \",\n \" ☺██£££ \",\n \" ☺██£££ \",\n \" ☺▓█£££ \",\n \" ☺▓█£££ \",\n \" ☺▒█£££ \",\n \" ☺▒█£££ \",\n \" ☺░█£££ \",\n \" ☺░█£££ \",\n \" ☺ █£££ \",\n \" ☺█£££ \",\n \" ☺█£££ \",\n \" ☺▓£££ \",\n \" ☺▓£££ \",\n \" ☺▒£££ \",\n \" ☺▒£££ \",\n \" ☺░£££ \",\n \" ☺░£££ \",\n \" ☺ £££ \",\n \" ☺£££ \",\n \" ☺£££ \",\n \" ☺▓££ \",\n \" ☺▓££ \",\n \" ☺▒££ \",\n \" ☺▒££ \",\n \" ☺░££ \",\n \" ☺░££ \",\n \" ☺ ££ \",\n \" ☺££ \",\n \" ☺££ \",\n \" ☺▓£ \",\n \" ☺▓£ \",\n \" ☺▒£ \",\n \" ☺▒£ \",\n \" ☺░£ \",\n \" ☺░£ \",\n \" ☺ £ \",\n \" ☺£ \",\n \" ☺£ \",\n \" ☺▓ \",\n \" ☺▓ \",\n \" ☺▒ \",\n \" ☺▒ \",\n \" ☺░ \",\n \" ☺░ \",\n \" ☺ \",\n \" ☺ &\",\n \" ☺ ☼&\",\n \" ☺ ☼ &\",\n \" ☺☼ &\",\n \" ☺☼ & \",\n \" ‼ & \",\n \" ☺ & \",\n \" ‼ & \",\n \" ☺ & \",\n \" ‼ & \",\n \" ☺ & \",\n \"‼ & \",\n \" & \",\n \" & \",\n \" & ░ \",\n \" & ▒ \",\n \" & ▓ \",\n \" & £ \",\n \" & ░£ \",\n \" & ▒£ \",\n \" & ▓£ \",\n \" & ££ \",\n \" & ░££ \",\n \" & ▒££ \",\n \"& ▓££ \",\n \"& £££ \",\n \" ░£££ \",\n \" ▒£££ \",\n \" ▓£££ \",\n \" █£££ \",\n \" ░█£££ \",\n \" ▒█£££ \",\n \" ▓█£££ \",\n \" ██£££ \",\n \" ░██£££ \",\n \" ▒██£££ \",\n \" ▓██£££ \",\n \" ███£££ \",\n \" ░███£££ \",\n \" ▒███£££ \",\n \" ▓███£££ \",\n \" ████£££ \",\n \" ░████£££ \",\n \" ▒████£££ \",\n \" ▓████£££ \",\n \" █████£££ \",\n \" ░█████£££ \",\n \" ▒█████£££ \",\n \" ▓█████£££ \",\n \" ██████£££ \",\n \" ██████£££ \"\n ]\n },\n fish: {\n interval: 80,\n frames: [\n \"~~~~~~~~~~~~~~~~~~~~\",\n \"> ~~~~~~~~~~~~~~~~~~\",\n \"º> ~~~~~~~~~~~~~~~~~\",\n \"(º> ~~~~~~~~~~~~~~~~\",\n \"((º> ~~~~~~~~~~~~~~~\",\n \"<((º> ~~~~~~~~~~~~~~\",\n \"><((º> ~~~~~~~~~~~~~\",\n \" ><((º> ~~~~~~~~~~~~\",\n \"~ ><((º> ~~~~~~~~~~~\",\n \"~~ <>((º> ~~~~~~~~~~\",\n \"~~~ ><((º> ~~~~~~~~~\",\n \"~~~~ <>((º> ~~~~~~~~\",\n \"~~~~~ ><((º> ~~~~~~~\",\n \"~~~~~~ <>((º> ~~~~~~\",\n \"~~~~~~~ ><((º> ~~~~~\",\n \"~~~~~~~~ <>((º> ~~~~\",\n \"~~~~~~~~~ ><((º> ~~~\",\n \"~~~~~~~~~~ <>((º> ~~\",\n \"~~~~~~~~~~~ ><((º> ~\",\n \"~~~~~~~~~~~~ <>((º> \",\n \"~~~~~~~~~~~~~ ><((º>\",\n \"~~~~~~~~~~~~~~ <>((º\",\n \"~~~~~~~~~~~~~~~ ><((\",\n \"~~~~~~~~~~~~~~~~ <>(\",\n \"~~~~~~~~~~~~~~~~~ ><\",\n \"~~~~~~~~~~~~~~~~~~ <\",\n \"~~~~~~~~~~~~~~~~~~~~\"\n ]\n }\n};\n\nexport default spinners;\n\n// Per-item constants\nexport const dots = spinners.dots;\nexport const dots2 = spinners.dots2;\nexport const dots3 = spinners.dots3;\nexport const dots4 = spinners.dots4;\nexport const dots5 = spinners.dots5;\nexport const dots6 = spinners.dots6;\nexport const dots7 = spinners.dots7;\nexport const dots8 = spinners.dots8;\nexport const dots9 = spinners.dots9;\nexport const dots10 = spinners.dots10;\nexport const dots11 = spinners.dots11;\nexport const dots12 = spinners.dots12;\nexport const dots13 = spinners.dots13;\nexport const dots14 = spinners.dots14;\nexport const dots8Bit = spinners.dots8Bit;\nexport const dotsCircle = spinners.dotsCircle;\nexport const sand = spinners.sand;\nexport const line = spinners.line;\nexport const line2 = spinners.line2;\nexport const rollingLine = spinners.rollingLine;\nexport const pipe = spinners.pipe;\nexport const simpleDots = spinners.simpleDots;\nexport const simpleDotsScrolling = spinners.simpleDotsScrolling;\nexport const star = spinners.star;\nexport const star2 = spinners.star2;\nexport const flip = spinners.flip;\nexport const hamburger = spinners.hamburger;\nexport const growVertical = spinners.growVertical;\nexport const growHorizontal = spinners.growHorizontal;\nexport const balloon = spinners.balloon;\nexport const balloon2 = spinners.balloon2;\nexport const noise = spinners.noise;\nexport const bounce = spinners.bounce;\nexport const boxBounce = spinners.boxBounce;\nexport const boxBounce2 = spinners.boxBounce2;\nexport const triangle = spinners.triangle;\nexport const binary = spinners.binary;\nexport const arc = spinners.arc;\nexport const circle = spinners.circle;\nexport const squareCorners = spinners.squareCorners;\nexport const circleQuarters = spinners.circleQuarters;\nexport const circleHalves = spinners.circleHalves;\nexport const squish = spinners.squish;\nexport const toggle = spinners.toggle;\nexport const toggle2 = spinners.toggle2;\nexport const toggle3 = spinners.toggle3;\nexport const toggle4 = spinners.toggle4;\nexport const toggle5 = spinners.toggle5;\nexport const toggle6 = spinners.toggle6;\nexport const toggle7 = spinners.toggle7;\nexport const toggle8 = spinners.toggle8;\nexport const toggle9 = spinners.toggle9;\nexport const toggle10 = spinners.toggle10;\nexport const toggle11 = spinners.toggle11;\nexport const toggle12 = spinners.toggle12;\nexport const toggle13 = spinners.toggle13;\nexport const arrow = spinners.arrow;\nexport const arrow2 = spinners.arrow2;\nexport const arrow3 = spinners.arrow3;\nexport const bouncingBar = spinners.bouncingBar;\nexport const bouncingBall = spinners.bouncingBall;\nexport const smiley = spinners.smiley;\nexport const monkey = spinners.monkey;\nexport const hearts = spinners.hearts;\nexport const clock = spinners.clock;\nexport const earth = spinners.earth;\nexport const material = spinners.material;\nexport const moon = spinners.moon;\nexport const runner = spinners.runner;\nexport const pong = spinners.pong;\nexport const shark = spinners.shark;\nexport const dqpb = spinners.dqpb;\nexport const weather = spinners.weather;\nexport const christmas = spinners.christmas;\nexport const grenade = spinners.grenade;\nexport const point = spinners.point;\nexport const layer = spinners.layer;\nexport const betaWave = spinners.betaWave;\nexport const fingerDance = spinners.fingerDance;\nexport const fistBump = spinners.fistBump;\nexport const soccerHeader = spinners.soccerHeader;\nexport const mindblown = spinners.mindblown;\nexport const speaker = spinners.speaker;\nexport const orangePulse = spinners.orangePulse;\nexport const bluePulse = spinners.bluePulse;\nexport const orangeBluePulse = spinners.orangeBluePulse;\nexport const timeTravel = spinners.timeTravel;\nexport const aesthetic = spinners.aesthetic;\nexport const dwarfFortress = spinners.dwarfFortress;\nexport const fish = spinners.fish;\n\nexport type SpinnerPresetConfigs = typeof spinners;\n\nexport type SpinnerPreset = keyof SpinnerPresetConfigs;\n\n/**\n * Applies the specified spinner preset and returns the corresponding spinner configuration.\n *\n * @param identifier - The spinner preset identifier.\n * @returns The spinner configuration with the corresponding characters.\n */\nexport function resolveSpinner<T extends SpinnerPreset>(\n identifier: T\n): SpinnerPresetConfigs[T] {\n return spinners[identifier];\n}\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"spinners.mjs","names":[],"sources":["../../src/helpers/spinners.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nexport const spinners = {\n dots: {\n interval: 80,\n frames: [\"⠋\", \"⠙\", \"⠹\", \"⠸\", \"⠼\", \"⠴\", \"⠦\", \"⠧\", \"⠇\", \"⠏\"]\n },\n dots2: {\n interval: 80,\n frames: [\"⣾\", \"⣽\", \"⣻\", \"⢿\", \"⡿\", \"⣟\", \"⣯\", \"⣷\"]\n },\n dots3: {\n interval: 80,\n frames: [\"⠋\", \"⠙\", \"⠚\", \"⠞\", \"⠖\", \"⠦\", \"⠴\", \"⠲\", \"⠳\", \"⠓\"]\n },\n dots4: {\n interval: 80,\n frames: [\n \"⠄\",\n \"⠆\",\n \"⠇\",\n \"⠋\",\n \"⠙\",\n \"⠸\",\n \"⠰\",\n \"⠠\",\n \"⠰\",\n \"⠸\",\n \"⠙\",\n \"⠋\",\n \"⠇\",\n \"⠆\"\n ]\n },\n dots5: {\n interval: 80,\n frames: [\n \"⠋\",\n \"⠙\",\n \"⠚\",\n \"⠒\",\n \"⠂\",\n \"⠂\",\n \"⠒\",\n \"⠲\",\n \"⠴\",\n \"⠦\",\n \"⠖\",\n \"⠒\",\n \"⠐\",\n \"⠐\",\n \"⠒\",\n \"⠓\",\n \"⠋\"\n ]\n },\n dots6: {\n interval: 80,\n frames: [\n \"⠁\",\n \"⠉\",\n \"⠙\",\n \"⠚\",\n \"⠒\",\n \"⠂\",\n \"⠂\",\n \"⠒\",\n \"⠲\",\n \"⠴\",\n \"⠤\",\n \"⠄\",\n \"⠄\",\n \"⠤\",\n \"⠴\",\n \"⠲\",\n \"⠒\",\n \"⠂\",\n \"⠂\",\n \"⠒\",\n \"⠚\",\n \"⠙\",\n \"⠉\",\n \"⠁\"\n ]\n },\n dots7: {\n interval: 80,\n frames: [\n \"⠈\",\n \"⠉\",\n \"⠋\",\n \"⠓\",\n \"⠒\",\n \"⠐\",\n \"⠐\",\n \"⠒\",\n \"⠖\",\n \"⠦\",\n \"⠤\",\n \"⠠\",\n \"⠠\",\n \"⠤\",\n \"⠦\",\n \"⠖\",\n \"⠒\",\n \"⠐\",\n \"⠐\",\n \"⠒\",\n \"⠓\",\n \"⠋\",\n \"⠉\",\n \"⠈\"\n ]\n },\n dots8: {\n interval: 80,\n frames: [\n \"⠁\",\n \"⠁\",\n \"⠉\",\n \"⠙\",\n \"⠚\",\n \"⠒\",\n \"⠂\",\n \"⠂\",\n \"⠒\",\n \"⠲\",\n \"⠴\",\n \"⠤\",\n \"⠄\",\n \"⠄\",\n \"⠤\",\n \"⠠\",\n \"⠠\",\n \"⠤\",\n \"⠦\",\n \"⠖\",\n \"⠒\",\n \"⠐\",\n \"⠐\",\n \"⠒\",\n \"⠓\",\n \"⠋\",\n \"⠉\",\n \"⠈\",\n \"⠈\"\n ]\n },\n dots9: {\n interval: 80,\n frames: [\"⢹\", \"⢺\", \"⢼\", \"⣸\", \"⣇\", \"⡧\", \"⡗\", \"⡏\"]\n },\n dots10: {\n interval: 80,\n frames: [\"⢄\", \"⢂\", \"⢁\", \"⡁\", \"⡈\", \"⡐\", \"⡠\"]\n },\n dots11: {\n interval: 100,\n frames: [\"⠁\", \"⠂\", \"⠄\", \"⡀\", \"⢀\", \"⠠\", \"⠐\", \"⠈\"]\n },\n dots12: {\n interval: 80,\n frames: [\n \"⢀⠀\",\n \"⡀⠀\",\n \"⠄⠀\",\n \"⢂⠀\",\n \"⡂⠀\",\n \"⠅⠀\",\n \"⢃⠀\",\n \"⡃⠀\",\n \"⠍⠀\",\n \"⢋⠀\",\n \"⡋⠀\",\n \"⠍⠁\",\n \"⢋⠁\",\n \"⡋⠁\",\n \"⠍⠉\",\n \"⠋⠉\",\n \"⠋⠉\",\n \"⠉⠙\",\n \"⠉⠙\",\n \"⠉⠩\",\n \"⠈⢙\",\n \"⠈⡙\",\n \"⢈⠩\",\n \"⡀⢙\",\n \"⠄⡙\",\n \"⢂⠩\",\n \"⡂⢘\",\n \"⠅⡘\",\n \"⢃⠨\",\n \"⡃⢐\",\n \"⠍⡐\",\n \"⢋⠠\",\n \"⡋⢀\",\n \"⠍⡁\",\n \"⢋⠁\",\n \"⡋⠁\",\n \"⠍⠉\",\n \"⠋⠉\",\n \"⠋⠉\",\n \"⠉⠙\",\n \"⠉⠙\",\n \"⠉⠩\",\n \"⠈⢙\",\n \"⠈⡙\",\n \"⠈⠩\",\n \"⠀⢙\",\n \"⠀⡙\",\n \"⠀⠩\",\n \"⠀⢘\",\n \"⠀⡘\",\n \"⠀⠨\",\n \"⠀⢐\",\n \"⠀⡐\",\n \"⠀⠠\",\n \"⠀⢀\",\n \"⠀⡀\"\n ]\n },\n dots13: {\n interval: 80,\n frames: [\"⣼\", \"⣹\", \"⢻\", \"⠿\", \"⡟\", \"⣏\", \"⣧\", \"⣶\"]\n },\n dots14: {\n interval: 80,\n frames: [\n \"⠉⠉\",\n \"⠈⠙\",\n \"⠀⠹\",\n \"⠀⢸\",\n \"⠀⣰\",\n \"⢀⣠\",\n \"⣀⣀\",\n \"⣄⡀\",\n \"⣆⠀\",\n \"⡇⠀\",\n \"⠏⠀\",\n \"⠋⠁\"\n ]\n },\n dots8Bit: {\n interval: 80,\n frames: [\n \"⠀\",\n \"⠁\",\n \"⠂\",\n \"⠃\",\n \"⠄\",\n \"⠅\",\n \"⠆\",\n \"⠇\",\n \"⡀\",\n \"⡁\",\n \"⡂\",\n \"⡃\",\n \"⡄\",\n \"⡅\",\n \"⡆\",\n \"⡇\",\n \"⠈\",\n \"⠉\",\n \"⠊\",\n \"⠋\",\n \"⠌\",\n \"⠍\",\n \"⠎\",\n \"⠏\",\n \"⡈\",\n \"⡉\",\n \"⡊\",\n \"⡋\",\n \"⡌\",\n \"⡍\",\n \"⡎\",\n \"⡏\",\n \"⠐\",\n \"⠑\",\n \"⠒\",\n \"⠓\",\n \"⠔\",\n \"⠕\",\n \"⠖\",\n \"⠗\",\n \"⡐\",\n \"⡑\",\n \"⡒\",\n \"⡓\",\n \"⡔\",\n \"⡕\",\n \"⡖\",\n \"⡗\",\n \"⠘\",\n \"⠙\",\n \"⠚\",\n \"⠛\",\n \"⠜\",\n \"⠝\",\n \"⠞\",\n \"⠟\",\n \"⡘\",\n \"⡙\",\n \"⡚\",\n \"⡛\",\n \"⡜\",\n \"⡝\",\n \"⡞\",\n \"⡟\",\n \"⠠\",\n \"⠡\",\n \"⠢\",\n \"⠣\",\n \"⠤\",\n \"⠥\",\n \"⠦\",\n \"⠧\",\n \"⡠\",\n \"⡡\",\n \"⡢\",\n \"⡣\",\n \"⡤\",\n \"⡥\",\n \"⡦\",\n \"⡧\",\n \"⠨\",\n \"⠩\",\n \"⠪\",\n \"⠫\",\n \"⠬\",\n \"⠭\",\n \"⠮\",\n \"⠯\",\n \"⡨\",\n \"⡩\",\n \"⡪\",\n \"⡫\",\n \"⡬\",\n \"⡭\",\n \"⡮\",\n \"⡯\",\n \"⠰\",\n \"⠱\",\n \"⠲\",\n \"⠳\",\n \"⠴\",\n \"⠵\",\n \"⠶\",\n \"⠷\",\n \"⡰\",\n \"⡱\",\n \"⡲\",\n \"⡳\",\n \"⡴\",\n \"⡵\",\n \"⡶\",\n \"⡷\",\n \"⠸\",\n \"⠹\",\n \"⠺\",\n \"⠻\",\n \"⠼\",\n \"⠽\",\n \"⠾\",\n \"⠿\",\n \"⡸\",\n \"⡹\",\n \"⡺\",\n \"⡻\",\n \"⡼\",\n \"⡽\",\n \"⡾\",\n \"⡿\",\n \"⢀\",\n \"⢁\",\n \"⢂\",\n \"⢃\",\n \"⢄\",\n \"⢅\",\n \"⢆\",\n \"⢇\",\n \"⣀\",\n \"⣁\",\n \"⣂\",\n \"⣃\",\n \"⣄\",\n \"⣅\",\n \"⣆\",\n \"⣇\",\n \"⢈\",\n \"⢉\",\n \"⢊\",\n \"⢋\",\n \"⢌\",\n \"⢍\",\n \"⢎\",\n \"⢏\",\n \"⣈\",\n \"⣉\",\n \"⣊\",\n \"⣋\",\n \"⣌\",\n \"⣍\",\n \"⣎\",\n \"⣏\",\n \"⢐\",\n \"⢑\",\n \"⢒\",\n \"⢓\",\n \"⢔\",\n \"⢕\",\n \"⢖\",\n \"⢗\",\n \"⣐\",\n \"⣑\",\n \"⣒\",\n \"⣓\",\n \"⣔\",\n \"⣕\",\n \"⣖\",\n \"⣗\",\n \"⢘\",\n \"⢙\",\n \"⢚\",\n \"⢛\",\n \"⢜\",\n \"⢝\",\n \"⢞\",\n \"⢟\",\n \"⣘\",\n \"⣙\",\n \"⣚\",\n \"⣛\",\n \"⣜\",\n \"⣝\",\n \"⣞\",\n \"⣟\",\n \"⢠\",\n \"⢡\",\n \"⢢\",\n \"⢣\",\n \"⢤\",\n \"⢥\",\n \"⢦\",\n \"⢧\",\n \"⣠\",\n \"⣡\",\n \"⣢\",\n \"⣣\",\n \"⣤\",\n \"⣥\",\n \"⣦\",\n \"⣧\",\n \"⢨\",\n \"⢩\",\n \"⢪\",\n \"⢫\",\n \"⢬\",\n \"⢭\",\n \"⢮\",\n \"⢯\",\n \"⣨\",\n \"⣩\",\n \"⣪\",\n \"⣫\",\n \"⣬\",\n \"⣭\",\n \"⣮\",\n \"⣯\",\n \"⢰\",\n \"⢱\",\n \"⢲\",\n \"⢳\",\n \"⢴\",\n \"⢵\",\n \"⢶\",\n \"⢷\",\n \"⣰\",\n \"⣱\",\n \"⣲\",\n \"⣳\",\n \"⣴\",\n \"⣵\",\n \"⣶\",\n \"⣷\",\n \"⢸\",\n \"⢹\",\n \"⢺\",\n \"⢻\",\n \"⢼\",\n \"⢽\",\n \"⢾\",\n \"⢿\",\n \"⣸\",\n \"⣹\",\n \"⣺\",\n \"⣻\",\n \"⣼\",\n \"⣽\",\n \"⣾\",\n \"⣿\"\n ]\n },\n dotsCircle: {\n interval: 80,\n frames: [\"⢎ \", \"⠎⠁\", \"⠊⠑\", \"⠈⠱\", \" ⡱\", \"⢀⡰\", \"⢄⡠\", \"⢆⡀\"]\n },\n sand: {\n interval: 80,\n frames: [\n \"⠁\",\n \"⠂\",\n \"⠄\",\n \"⡀\",\n \"⡈\",\n \"⡐\",\n \"⡠\",\n \"⣀\",\n \"⣁\",\n \"⣂\",\n \"⣄\",\n \"⣌\",\n \"⣔\",\n \"⣤\",\n \"⣥\",\n \"⣦\",\n \"⣮\",\n \"⣶\",\n \"⣷\",\n \"⣿\",\n \"⡿\",\n \"⠿\",\n \"⢟\",\n \"⠟\",\n \"⡛\",\n \"⠛\",\n \"⠫\",\n \"⢋\",\n \"⠋\",\n \"⠍\",\n \"⡉\",\n \"⠉\",\n \"⠑\",\n \"⠡\",\n \"⢁\"\n ]\n },\n line: { interval: 130, frames: [\"-\", \"\\\\\", \"|\", \"/\"] },\n line2: { interval: 100, frames: [\"⠂\", \"-\", \"–\", \"—\", \"–\", \"-\"] },\n rollingLine: {\n interval: 80,\n frames: [\"/ \", \" - \", \" \\\\ \", \" |\", \" |\", \" \\\\ \", \" - \", \"/ \"]\n },\n pipe: { interval: 100, frames: [\"┤\", \"┘\", \"┴\", \"└\", \"├\", \"┌\", \"┬\", \"┐\"] },\n simpleDots: { interval: 400, frames: [\". \", \".. \", \"...\", \" \"] },\n simpleDotsScrolling: {\n interval: 200,\n frames: [\". \", \".. \", \"...\", \" ..\", \" .\", \" \"]\n },\n star: { interval: 70, frames: [\"✶\", \"✸\", \"✹\", \"✺\", \"✹\", \"✷\"] },\n star2: { interval: 80, frames: [\"+\", \"x\", \"*\"] },\n flip: {\n interval: 70,\n frames: [\"_\", \"_\", \"_\", \"-\", \"`\", \"`\", \"'\", \"´\", \"-\", \"_\", \"_\", \"_\"]\n },\n hamburger: { interval: 100, frames: [\"☱\", \"☲\", \"☴\"] },\n growVertical: {\n interval: 120,\n frames: [\"▁\", \"▃\", \"▄\", \"▅\", \"▆\", \"▇\", \"▆\", \"▅\", \"▄\", \"▃\"]\n },\n growHorizontal: {\n interval: 120,\n frames: [\"▏\", \"▎\", \"▍\", \"▌\", \"▋\", \"▊\", \"▉\", \"▊\", \"▋\", \"▌\", \"▍\", \"▎\"]\n },\n balloon: { interval: 140, frames: [\" \", \".\", \"o\", \"O\", \"@\", \"*\", \" \"] },\n balloon2: { interval: 120, frames: [\".\", \"o\", \"O\", \"°\", \"O\", \"o\", \".\"] },\n noise: { interval: 100, frames: [\"▓\", \"▒\", \"░\"] },\n bounce: { interval: 120, frames: [\"⠁\", \"⠂\", \"⠄\", \"⠂\"] },\n boxBounce: { interval: 120, frames: [\"▖\", \"▘\", \"▝\", \"▗\"] },\n boxBounce2: { interval: 100, frames: [\"▌\", \"▀\", \"▐\", \"▄\"] },\n triangle: { interval: 50, frames: [\"◢\", \"◣\", \"◤\", \"◥\"] },\n binary: {\n interval: 80,\n frames: [\n \"010010\",\n \"001100\",\n \"100101\",\n \"111010\",\n \"111101\",\n \"010111\",\n \"101011\",\n \"111000\",\n \"110011\",\n \"110101\"\n ]\n },\n arc: { interval: 100, frames: [\"◜\", \"◠\", \"◝\", \"◞\", \"◡\", \"◟\"] },\n circle: { interval: 120, frames: [\"◡\", \"⊙\", \"◠\"] },\n squareCorners: { interval: 180, frames: [\"◰\", \"◳\", \"◲\", \"◱\"] },\n circleQuarters: { interval: 120, frames: [\"◴\", \"◷\", \"◶\", \"◵\"] },\n circleHalves: { interval: 50, frames: [\"◐\", \"◓\", \"◑\", \"◒\"] },\n squish: { interval: 100, frames: [\"╫\", \"╪\"] },\n toggle: { interval: 250, frames: [\"⊶\", \"⊷\"] },\n toggle2: { interval: 80, frames: [\"▫\", \"▪\"] },\n toggle3: { interval: 120, frames: [\"□\", \"■\"] },\n toggle4: { interval: 100, frames: [\"■\", \"□\", \"▪\", \"▫\"] },\n toggle5: { interval: 100, frames: [\"▮\", \"▯\"] },\n toggle6: { interval: 300, frames: [\"ဝ\", \"၀\"] },\n toggle7: { interval: 80, frames: [\"⦾\", \"⦿\"] },\n toggle8: { interval: 100, frames: [\"◍\", \"◌\"] },\n toggle9: { interval: 100, frames: [\"◉\", \"◎\"] },\n toggle10: { interval: 100, frames: [\"㊂\", \"㊀\", \"㊁\"] },\n toggle11: { interval: 50, frames: [\"⧇\", \"⧆\"] },\n toggle12: { interval: 120, frames: [\"☗\", \"☖\"] },\n toggle13: { interval: 80, frames: [\"=\", \"*\", \"-\"] },\n arrow: { interval: 100, frames: [\"←\", \"↖\", \"↑\", \"↗\", \"→\", \"↘\", \"↓\", \"↙\"] },\n arrow2: {\n interval: 80,\n frames: [\"⬆️ \", \"↗️ \", \"➡️ \", \"↘️ \", \"⬇️ \", \"↙️ \", \"⬅️ \", \"↖️ \"]\n },\n arrow3: {\n interval: 120,\n frames: [\"▹▹▹▹▹\", \"▸▹▹▹▹\", \"▹▸▹▹▹\", \"▹▹▸▹▹\", \"▹▹▹▸▹\", \"▹▹▹▹▸\"]\n },\n bouncingBar: {\n interval: 80,\n frames: [\n \"[ ]\",\n \"[= ]\",\n \"[== ]\",\n \"[=== ]\",\n \"[====]\",\n \"[ ===]\",\n \"[ ==]\",\n \"[ =]\",\n \"[ ]\",\n \"[ =]\",\n \"[ ==]\",\n \"[ ===]\",\n \"[====]\",\n \"[=== ]\",\n \"[== ]\",\n \"[= ]\"\n ]\n },\n bouncingBall: {\n interval: 80,\n frames: [\n \"( ● )\",\n \"( ● )\",\n \"( ● )\",\n \"( ● )\",\n \"( ●)\",\n \"( ● )\",\n \"( ● )\",\n \"( ● )\",\n \"( ● )\",\n \"(● )\"\n ]\n },\n smiley: { interval: 200, frames: [\"😄 \", \"😝 \"] },\n monkey: { interval: 300, frames: [\"🙈 \", \"🙈 \", \"🙉 \", \"🙊 \"] },\n hearts: { interval: 100, frames: [\"💛 \", \"💙 \", \"💜 \", \"💚 \", \"💗 \"] },\n clock: {\n interval: 100,\n frames: [\n \"🕛 \",\n \"🕐 \",\n \"🕑 \",\n \"🕒 \",\n \"🕓 \",\n \"🕔 \",\n \"🕕 \",\n \"🕖 \",\n \"🕗 \",\n \"🕘 \",\n \"🕙 \",\n \"🕚 \"\n ]\n },\n earth: { interval: 180, frames: [\"🌍 \", \"🌎 \", \"🌏 \"] },\n material: {\n interval: 17,\n frames: [\n \"█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"███▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"████▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"███████▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"████████▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"█████████▁▁▁▁▁▁▁▁▁▁▁\",\n \"█████████▁▁▁▁▁▁▁▁▁▁▁\",\n \"██████████▁▁▁▁▁▁▁▁▁▁\",\n \"███████████▁▁▁▁▁▁▁▁▁\",\n \"█████████████▁▁▁▁▁▁▁\",\n \"██████████████▁▁▁▁▁▁\",\n \"██████████████▁▁▁▁▁▁\",\n \"▁██████████████▁▁▁▁▁\",\n \"▁██████████████▁▁▁▁▁\",\n \"▁██████████████▁▁▁▁▁\",\n \"▁▁██████████████▁▁▁▁\",\n \"▁▁▁██████████████▁▁▁\",\n \"▁▁▁▁█████████████▁▁▁\",\n \"▁▁▁▁██████████████▁▁\",\n \"▁▁▁▁██████████████▁▁\",\n \"▁▁▁▁▁██████████████▁\",\n \"▁▁▁▁▁██████████████▁\",\n \"▁▁▁▁▁██████████████▁\",\n \"▁▁▁▁▁▁██████████████\",\n \"▁▁▁▁▁▁██████████████\",\n \"▁▁▁▁▁▁▁█████████████\",\n \"▁▁▁▁▁▁▁█████████████\",\n \"▁▁▁▁▁▁▁▁████████████\",\n \"▁▁▁▁▁▁▁▁████████████\",\n \"▁▁▁▁▁▁▁▁▁███████████\",\n \"▁▁▁▁▁▁▁▁▁███████████\",\n \"▁▁▁▁▁▁▁▁▁▁██████████\",\n \"▁▁▁▁▁▁▁▁▁▁██████████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁████████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁███████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁██████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████\",\n \"█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████\",\n \"██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███\",\n \"██▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███\",\n \"███▁▁▁▁▁▁▁▁▁▁▁▁▁▁███\",\n \"████▁▁▁▁▁▁▁▁▁▁▁▁▁▁██\",\n \"█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█\",\n \"█████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█\",\n \"██████▁▁▁▁▁▁▁▁▁▁▁▁▁█\",\n \"████████▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"█████████▁▁▁▁▁▁▁▁▁▁▁\",\n \"█████████▁▁▁▁▁▁▁▁▁▁▁\",\n \"█████████▁▁▁▁▁▁▁▁▁▁▁\",\n \"█████████▁▁▁▁▁▁▁▁▁▁▁\",\n \"███████████▁▁▁▁▁▁▁▁▁\",\n \"████████████▁▁▁▁▁▁▁▁\",\n \"████████████▁▁▁▁▁▁▁▁\",\n \"██████████████▁▁▁▁▁▁\",\n \"██████████████▁▁▁▁▁▁\",\n \"▁██████████████▁▁▁▁▁\",\n \"▁██████████████▁▁▁▁▁\",\n \"▁▁▁█████████████▁▁▁▁\",\n \"▁▁▁▁▁████████████▁▁▁\",\n \"▁▁▁▁▁████████████▁▁▁\",\n \"▁▁▁▁▁▁███████████▁▁▁\",\n \"▁▁▁▁▁▁▁▁█████████▁▁▁\",\n \"▁▁▁▁▁▁▁▁█████████▁▁▁\",\n \"▁▁▁▁▁▁▁▁▁█████████▁▁\",\n \"▁▁▁▁▁▁▁▁▁█████████▁▁\",\n \"▁▁▁▁▁▁▁▁▁▁█████████▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁████████▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁████████▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁███████▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁███████▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁███████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁███████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁████\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁███\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁██\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\",\n \"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁\"\n ]\n },\n moon: {\n interval: 80,\n frames: [\"🌑 \", \"🌒 \", \"🌓 \", \"🌔 \", \"🌕 \", \"🌖 \", \"🌗 \", \"🌘 \"]\n },\n runner: { interval: 140, frames: [\"🚶 \", \"🏃 \"] },\n pong: {\n interval: 80,\n frames: [\n \"▐⠂ ▌\",\n \"▐⠈ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⡀ ▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠈ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⡀ ▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠈ ▌\",\n \"▐ ⠂▌\",\n \"▐ ⠠▌\",\n \"▐ ⡀▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠈ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⡀ ▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠈ ▌\",\n \"▐ ⠂ ▌\",\n \"▐ ⠠ ▌\",\n \"▐ ⡀ ▌\",\n \"▐⠠ ▌\"\n ]\n },\n shark: {\n interval: 120,\n frames: [\n \"▐|\\\\____________▌\",\n \"▐_|\\\\___________▌\",\n \"▐__|\\\\__________▌\",\n \"▐___|\\\\_________▌\",\n \"▐____|\\\\________▌\",\n \"▐_____|\\\\_______▌\",\n \"▐______|\\\\______▌\",\n \"▐_______|\\\\_____▌\",\n \"▐________|\\\\____▌\",\n \"▐_________|\\\\___▌\",\n \"▐__________|\\\\__▌\",\n \"▐___________|\\\\_▌\",\n \"▐____________|\\\\▌\",\n \"▐____________/|▌\",\n \"▐___________/|_▌\",\n \"▐__________/|__▌\",\n \"▐_________/|___▌\",\n \"▐________/|____▌\",\n \"▐_______/|_____▌\",\n \"▐______/|______▌\",\n \"▐_____/|_______▌\",\n \"▐____/|________▌\",\n \"▐___/|_________▌\",\n \"▐__/|__________▌\",\n \"▐_/|___________▌\",\n \"▐/|____________▌\"\n ]\n },\n dqpb: { interval: 100, frames: [\"d\", \"q\", \"p\", \"b\"] },\n weather: {\n interval: 100,\n frames: [\n \"☀️ \",\n \"☀️ \",\n \"☀️ \",\n \"🌤 \",\n \"⛅️ \",\n \"🌥 \",\n \"☁️ \",\n \"🌧 \",\n \"🌨 \",\n \"🌧 \",\n \"🌨 \",\n \"🌧 \",\n \"🌨 \",\n \"⛈ \",\n \"🌨 \",\n \"🌧 \",\n \"🌨 \",\n \"☁️ \",\n \"🌥 \",\n \"⛅️ \",\n \"🌤 \",\n \"☀️ \",\n \"☀️ \"\n ]\n },\n christmas: { interval: 400, frames: [\"🌲\", \"🎄\"] },\n grenade: {\n interval: 80,\n frames: [\n \"، \",\n \"′ \",\n \" ´ \",\n \" ‾ \",\n \" ⸌\",\n \" ⸊\",\n \" |\",\n \" ⁎\",\n \" ⁕\",\n \" ෴ \",\n \" ⁓\",\n \" \",\n \" \",\n \" \"\n ]\n },\n point: { interval: 125, frames: [\"∙∙∙\", \"●∙∙\", \"∙●∙\", \"∙∙●\", \"∙∙∙\"] },\n layer: { interval: 150, frames: [\"-\", \"=\", \"≡\"] },\n betaWave: {\n interval: 80,\n frames: [\n \"ρββββββ\",\n \"βρβββββ\",\n \"ββρββββ\",\n \"βββρβββ\",\n \"ββββρββ\",\n \"βββββρβ\",\n \"ββββββρ\"\n ]\n },\n fingerDance: {\n interval: 160,\n frames: [\"🤘 \", \"🤟 \", \"🖖 \", \"✋ \", \"🤚 \", \"👆 \"]\n },\n fistBump: {\n interval: 80,\n frames: [\n \"🤜\\u3000\\u3000\\u3000\\u3000🤛 \",\n \"🤜\\u3000\\u3000\\u3000\\u3000🤛 \",\n \"🤜\\u3000\\u3000\\u3000\\u3000🤛 \",\n \"\\u3000🤜\\u3000\\u3000🤛\\u3000 \",\n \"\\u3000\\u3000🤜🤛\\u3000\\u3000 \",\n \"\\u3000🤜✨🤛\\u3000\\u3000 \",\n \"🤜\\u3000✨\\u3000🤛\\u3000 \"\n ]\n },\n soccerHeader: {\n interval: 80,\n frames: [\n \" 🧑⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \",\n \"🧑 ⚽️ 🧑 \"\n ]\n },\n mindblown: {\n interval: 160,\n frames: [\n \"😐 \",\n \"😐 \",\n \"😮 \",\n \"😮 \",\n \"😦 \",\n \"😦 \",\n \"😧 \",\n \"😧 \",\n \"🤯 \",\n \"💥 \",\n \"✨ \",\n \"\\u3000 \",\n \"\\u3000 \",\n \"\\u3000 \"\n ]\n },\n speaker: { interval: 160, frames: [\"🔈 \", \"🔉 \", \"🔊 \", \"🔉 \"] },\n orangePulse: { interval: 100, frames: [\"🔸 \", \"🔶 \", \"🟠 \", \"🟠 \", \"🔶 \"] },\n bluePulse: { interval: 100, frames: [\"🔹 \", \"🔷 \", \"🔵 \", \"🔵 \", \"🔷 \"] },\n orangeBluePulse: {\n interval: 100,\n frames: [\n \"🔸 \",\n \"🔶 \",\n \"🟠 \",\n \"🟠 \",\n \"🔶 \",\n \"🔹 \",\n \"🔷 \",\n \"🔵 \",\n \"🔵 \",\n \"🔷 \"\n ]\n },\n timeTravel: {\n interval: 100,\n frames: [\n \"🕛 \",\n \"🕚 \",\n \"🕙 \",\n \"🕘 \",\n \"🕗 \",\n \"🕖 \",\n \"🕕 \",\n \"🕔 \",\n \"🕓 \",\n \"🕒 \",\n \"🕑 \",\n \"🕐 \"\n ]\n },\n aesthetic: {\n interval: 80,\n frames: [\n \"▰▱▱▱▱▱▱\",\n \"▰▰▱▱▱▱▱\",\n \"▰▰▰▱▱▱▱\",\n \"▰▰▰▰▱▱▱\",\n \"▰▰▰▰▰▱▱\",\n \"▰▰▰▰▰▰▱\",\n \"▰▰▰▰▰▰▰\",\n \"▰▱▱▱▱▱▱\"\n ]\n },\n dwarfFortress: {\n interval: 80,\n frames: [\n \" ██████£££ \",\n \"☺██████£££ \",\n \"☺██████£££ \",\n \"☺▓█████£££ \",\n \"☺▓█████£££ \",\n \"☺▒█████£££ \",\n \"☺▒█████£££ \",\n \"☺░█████£££ \",\n \"☺░█████£££ \",\n \"☺ █████£££ \",\n \" ☺█████£££ \",\n \" ☺█████£££ \",\n \" ☺▓████£££ \",\n \" ☺▓████£££ \",\n \" ☺▒████£££ \",\n \" ☺▒████£££ \",\n \" ☺░████£££ \",\n \" ☺░████£££ \",\n \" ☺ ████£££ \",\n \" ☺████£££ \",\n \" ☺████£££ \",\n \" ☺▓███£££ \",\n \" ☺▓███£££ \",\n \" ☺▒███£££ \",\n \" ☺▒███£££ \",\n \" ☺░███£££ \",\n \" ☺░███£££ \",\n \" ☺ ███£££ \",\n \" ☺███£££ \",\n \" ☺███£££ \",\n \" ☺▓██£££ \",\n \" ☺▓██£££ \",\n \" ☺▒██£££ \",\n \" ☺▒██£££ \",\n \" ☺░██£££ \",\n \" ☺░██£££ \",\n \" ☺ ██£££ \",\n \" ☺██£££ \",\n \" ☺██£££ \",\n \" ☺▓█£££ \",\n \" ☺▓█£££ \",\n \" ☺▒█£££ \",\n \" ☺▒█£££ \",\n \" ☺░█£££ \",\n \" ☺░█£££ \",\n \" ☺ █£££ \",\n \" ☺█£££ \",\n \" ☺█£££ \",\n \" ☺▓£££ \",\n \" ☺▓£££ \",\n \" ☺▒£££ \",\n \" ☺▒£££ \",\n \" ☺░£££ \",\n \" ☺░£££ \",\n \" ☺ £££ \",\n \" ☺£££ \",\n \" ☺£££ \",\n \" ☺▓££ \",\n \" ☺▓££ \",\n \" ☺▒££ \",\n \" ☺▒££ \",\n \" ☺░££ \",\n \" ☺░££ \",\n \" ☺ ££ \",\n \" ☺££ \",\n \" ☺££ \",\n \" ☺▓£ \",\n \" ☺▓£ \",\n \" ☺▒£ \",\n \" ☺▒£ \",\n \" ☺░£ \",\n \" ☺░£ \",\n \" ☺ £ \",\n \" ☺£ \",\n \" ☺£ \",\n \" ☺▓ \",\n \" ☺▓ \",\n \" ☺▒ \",\n \" ☺▒ \",\n \" ☺░ \",\n \" ☺░ \",\n \" ☺ \",\n \" ☺ &\",\n \" ☺ ☼&\",\n \" ☺ ☼ &\",\n \" ☺☼ &\",\n \" ☺☼ & \",\n \" ‼ & \",\n \" ☺ & \",\n \" ‼ & \",\n \" ☺ & \",\n \" ‼ & \",\n \" ☺ & \",\n \"‼ & \",\n \" & \",\n \" & \",\n \" & ░ \",\n \" & ▒ \",\n \" & ▓ \",\n \" & £ \",\n \" & ░£ \",\n \" & ▒£ \",\n \" & ▓£ \",\n \" & ££ \",\n \" & ░££ \",\n \" & ▒££ \",\n \"& ▓££ \",\n \"& £££ \",\n \" ░£££ \",\n \" ▒£££ \",\n \" ▓£££ \",\n \" █£££ \",\n \" ░█£££ \",\n \" ▒█£££ \",\n \" ▓█£££ \",\n \" ██£££ \",\n \" ░██£££ \",\n \" ▒██£££ \",\n \" ▓██£££ \",\n \" ███£££ \",\n \" ░███£££ \",\n \" ▒███£££ \",\n \" ▓███£££ \",\n \" ████£££ \",\n \" ░████£££ \",\n \" ▒████£££ \",\n \" ▓████£££ \",\n \" █████£££ \",\n \" ░█████£££ \",\n \" ▒█████£££ \",\n \" ▓█████£££ \",\n \" ██████£££ \",\n \" ██████£££ \"\n ]\n },\n fish: {\n interval: 80,\n frames: [\n \"~~~~~~~~~~~~~~~~~~~~\",\n \"> ~~~~~~~~~~~~~~~~~~\",\n \"º> ~~~~~~~~~~~~~~~~~\",\n \"(º> ~~~~~~~~~~~~~~~~\",\n \"((º> ~~~~~~~~~~~~~~~\",\n \"<((º> ~~~~~~~~~~~~~~\",\n \"><((º> ~~~~~~~~~~~~~\",\n \" ><((º> ~~~~~~~~~~~~\",\n \"~ ><((º> ~~~~~~~~~~~\",\n \"~~ <>((º> ~~~~~~~~~~\",\n \"~~~ ><((º> ~~~~~~~~~\",\n \"~~~~ <>((º> ~~~~~~~~\",\n \"~~~~~ ><((º> ~~~~~~~\",\n \"~~~~~~ <>((º> ~~~~~~\",\n \"~~~~~~~ ><((º> ~~~~~\",\n \"~~~~~~~~ <>((º> ~~~~\",\n \"~~~~~~~~~ ><((º> ~~~\",\n \"~~~~~~~~~~ <>((º> ~~\",\n \"~~~~~~~~~~~ ><((º> ~\",\n \"~~~~~~~~~~~~ <>((º> \",\n \"~~~~~~~~~~~~~ ><((º>\",\n \"~~~~~~~~~~~~~~ <>((º\",\n \"~~~~~~~~~~~~~~~ ><((\",\n \"~~~~~~~~~~~~~~~~ <>(\",\n \"~~~~~~~~~~~~~~~~~ ><\",\n \"~~~~~~~~~~~~~~~~~~ <\",\n \"~~~~~~~~~~~~~~~~~~~~\"\n ]\n }\n};\n\nexport default spinners;\n\n// Per-item constants\nexport const dots = spinners.dots;\nexport const dots2 = spinners.dots2;\nexport const dots3 = spinners.dots3;\nexport const dots4 = spinners.dots4;\nexport const dots5 = spinners.dots5;\nexport const dots6 = spinners.dots6;\nexport const dots7 = spinners.dots7;\nexport const dots8 = spinners.dots8;\nexport const dots9 = spinners.dots9;\nexport const dots10 = spinners.dots10;\nexport const dots11 = spinners.dots11;\nexport const dots12 = spinners.dots12;\nexport const dots13 = spinners.dots13;\nexport const dots14 = spinners.dots14;\nexport const dots8Bit = spinners.dots8Bit;\nexport const dotsCircle = spinners.dotsCircle;\nexport const sand = spinners.sand;\nexport const line = spinners.line;\nexport const line2 = spinners.line2;\nexport const rollingLine = spinners.rollingLine;\nexport const pipe = spinners.pipe;\nexport const simpleDots = spinners.simpleDots;\nexport const simpleDotsScrolling = spinners.simpleDotsScrolling;\nexport const star = spinners.star;\nexport const star2 = spinners.star2;\nexport const flip = spinners.flip;\nexport const hamburger = spinners.hamburger;\nexport const growVertical = spinners.growVertical;\nexport const growHorizontal = spinners.growHorizontal;\nexport const balloon = spinners.balloon;\nexport const balloon2 = spinners.balloon2;\nexport const noise = spinners.noise;\nexport const bounce = spinners.bounce;\nexport const boxBounce = spinners.boxBounce;\nexport const boxBounce2 = spinners.boxBounce2;\nexport const triangle = spinners.triangle;\nexport const binary = spinners.binary;\nexport const arc = spinners.arc;\nexport const circle = spinners.circle;\nexport const squareCorners = spinners.squareCorners;\nexport const circleQuarters = spinners.circleQuarters;\nexport const circleHalves = spinners.circleHalves;\nexport const squish = spinners.squish;\nexport const toggle = spinners.toggle;\nexport const toggle2 = spinners.toggle2;\nexport const toggle3 = spinners.toggle3;\nexport const toggle4 = spinners.toggle4;\nexport const toggle5 = spinners.toggle5;\nexport const toggle6 = spinners.toggle6;\nexport const toggle7 = spinners.toggle7;\nexport const toggle8 = spinners.toggle8;\nexport const toggle9 = spinners.toggle9;\nexport const toggle10 = spinners.toggle10;\nexport const toggle11 = spinners.toggle11;\nexport const toggle12 = spinners.toggle12;\nexport const toggle13 = spinners.toggle13;\nexport const arrow = spinners.arrow;\nexport const arrow2 = spinners.arrow2;\nexport const arrow3 = spinners.arrow3;\nexport const bouncingBar = spinners.bouncingBar;\nexport const bouncingBall = spinners.bouncingBall;\nexport const smiley = spinners.smiley;\nexport const monkey = spinners.monkey;\nexport const hearts = spinners.hearts;\nexport const clock = spinners.clock;\nexport const earth = spinners.earth;\nexport const material = spinners.material;\nexport const moon = spinners.moon;\nexport const runner = spinners.runner;\nexport const pong = spinners.pong;\nexport const shark = spinners.shark;\nexport const dqpb = spinners.dqpb;\nexport const weather = spinners.weather;\nexport const christmas = spinners.christmas;\nexport const grenade = spinners.grenade;\nexport const point = spinners.point;\nexport const layer = spinners.layer;\nexport const betaWave = spinners.betaWave;\nexport const fingerDance = spinners.fingerDance;\nexport const fistBump = spinners.fistBump;\nexport const soccerHeader = spinners.soccerHeader;\nexport const mindblown = spinners.mindblown;\nexport const speaker = spinners.speaker;\nexport const orangePulse = spinners.orangePulse;\nexport const bluePulse = spinners.bluePulse;\nexport const orangeBluePulse = spinners.orangeBluePulse;\nexport const timeTravel = spinners.timeTravel;\nexport const aesthetic = spinners.aesthetic;\nexport const dwarfFortress = spinners.dwarfFortress;\nexport const fish = spinners.fish;\n\nexport type SpinnerPresetConfigs = typeof spinners;\n\nexport type SpinnerPreset = keyof SpinnerPresetConfigs;\n\n/**\n * Applies the specified spinner preset and returns the corresponding spinner configuration.\n *\n * @param identifier - The spinner preset identifier.\n * @returns The spinner configuration with the corresponding characters.\n */\nexport function resolveSpinner<T extends SpinnerPreset>(\n identifier: T\n): SpinnerPresetConfigs[T] {\n return spinners[identifier];\n}\n"],"mappings":"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"}
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1,70 @@
|
|
|
1
|
-
Object.defineProperties(exports,{__esModule:{value
|
|
1
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
2
|
+
const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
|
|
3
|
+
const require_border_styles = require('./style-dictionary/border-styles.cjs');
|
|
4
|
+
const require_colors = require('./style-dictionary/colors.cjs');
|
|
5
|
+
const require_icons = require('./style-dictionary/icons.cjs');
|
|
6
|
+
const require_labels = require('./style-dictionary/labels.cjs');
|
|
7
|
+
const require_padding = require('./style-dictionary/padding.cjs');
|
|
8
|
+
const require_settings = require('./style-dictionary/settings.cjs');
|
|
9
|
+
const require_spinners = require('./style-dictionary/spinners.cjs');
|
|
10
|
+
const require_default = require('./themes/default.cjs');
|
|
11
|
+
let _powerlines_plugin_style_dictionary = require("@powerlines/plugin-style-dictionary");
|
|
12
|
+
_powerlines_plugin_style_dictionary = require_runtime.__toESM(_powerlines_plugin_style_dictionary, 1);
|
|
13
|
+
let _stryke_helpers_omit = require("@stryke/helpers/omit");
|
|
14
|
+
let _stryke_type_checks_is_set_object = require("@stryke/type-checks/is-set-object");
|
|
15
|
+
let defu = require("defu");
|
|
16
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
17
|
+
|
|
18
|
+
//#region src/index.ts
|
|
19
|
+
/**
|
|
20
|
+
* The Style Dictionary - Shell Shock plugin to use Style Dictionary tokens to select theme colors to Shell Shock projects.
|
|
21
|
+
*/
|
|
22
|
+
const plugin = (options = {}) => {
|
|
23
|
+
return [(0, _powerlines_plugin_style_dictionary.default)((0, defu.default)({ skipBuild: false }, (0, _stryke_helpers_omit.omit)(options, ["theme"]))), {
|
|
24
|
+
name: "shell-shock:theme",
|
|
25
|
+
config() {
|
|
26
|
+
this.debug("Providing default configuration for the Shell Shock `theme` plugin.");
|
|
27
|
+
return {
|
|
28
|
+
theme: options.theme,
|
|
29
|
+
styleDictionary: { customPreprocessors: (context) => ({
|
|
30
|
+
"shell-shock/colors": require_colors.colors(context),
|
|
31
|
+
"shell-shock/border-styles": require_border_styles.borderStyles(context),
|
|
32
|
+
"shell-shock/padding": require_padding.padding(context),
|
|
33
|
+
"shell-shock/icons": require_icons.icons(context),
|
|
34
|
+
"shell-shock/labels": require_labels.labels(context),
|
|
35
|
+
"shell-shock/spinners": require_spinners.spinners(context),
|
|
36
|
+
"shell-shock/settings": require_settings.settings(context)
|
|
37
|
+
}) }
|
|
38
|
+
};
|
|
39
|
+
},
|
|
40
|
+
configResolved: {
|
|
41
|
+
order: "pre",
|
|
42
|
+
async handler() {
|
|
43
|
+
this.debug("Shell Shock `theme` plugin configuration resolved.");
|
|
44
|
+
this.config.styleDictionary = (0, defu.default)(this.config.styleDictionary, {
|
|
45
|
+
tokens: (0, _stryke_type_checks_is_set_object.isSetObject)(this.config.theme) ? (0, defu.default)(this.config.theme, require_default.theme) : require_default.theme,
|
|
46
|
+
platforms: { js: {
|
|
47
|
+
preprocessors: [
|
|
48
|
+
"shell-shock/colors",
|
|
49
|
+
"shell-shock/border-styles",
|
|
50
|
+
"shell-shock/padding",
|
|
51
|
+
"shell-shock/icons",
|
|
52
|
+
"shell-shock/labels",
|
|
53
|
+
"shell-shock/spinners",
|
|
54
|
+
"shell-shock/settings"
|
|
55
|
+
],
|
|
56
|
+
transformGroup: "js",
|
|
57
|
+
transforms: ["name/camel"],
|
|
58
|
+
fileHeader: "powerlines/file-header",
|
|
59
|
+
buildPath: this.config.output.path,
|
|
60
|
+
files: []
|
|
61
|
+
} }
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}];
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
//#endregion
|
|
69
|
+
exports.default = plugin;
|
|
70
|
+
exports.plugin = plugin;
|
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,66 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { borderStyles } from "./style-dictionary/border-styles.mjs";
|
|
2
|
+
import { colors } from "./style-dictionary/colors.mjs";
|
|
3
|
+
import { icons } from "./style-dictionary/icons.mjs";
|
|
4
|
+
import { labels } from "./style-dictionary/labels.mjs";
|
|
5
|
+
import { padding } from "./style-dictionary/padding.mjs";
|
|
6
|
+
import { settings } from "./style-dictionary/settings.mjs";
|
|
7
|
+
import { spinners } from "./style-dictionary/spinners.mjs";
|
|
8
|
+
import { theme } from "./themes/default.mjs";
|
|
9
|
+
import styleDictionary from "@powerlines/plugin-style-dictionary";
|
|
10
|
+
import { omit } from "@stryke/helpers/omit";
|
|
11
|
+
import { isSetObject } from "@stryke/type-checks/is-set-object";
|
|
12
|
+
import defu from "defu";
|
|
13
|
+
|
|
14
|
+
//#region src/index.ts
|
|
15
|
+
/**
|
|
16
|
+
* The Style Dictionary - Shell Shock plugin to use Style Dictionary tokens to select theme colors to Shell Shock projects.
|
|
17
|
+
*/
|
|
18
|
+
const plugin = (options = {}) => {
|
|
19
|
+
return [styleDictionary(defu({ skipBuild: false }, omit(options, ["theme"]))), {
|
|
20
|
+
name: "shell-shock:theme",
|
|
21
|
+
config() {
|
|
22
|
+
this.debug("Providing default configuration for the Shell Shock `theme` plugin.");
|
|
23
|
+
return {
|
|
24
|
+
theme: options.theme,
|
|
25
|
+
styleDictionary: { customPreprocessors: (context) => ({
|
|
26
|
+
"shell-shock/colors": colors(context),
|
|
27
|
+
"shell-shock/border-styles": borderStyles(context),
|
|
28
|
+
"shell-shock/padding": padding(context),
|
|
29
|
+
"shell-shock/icons": icons(context),
|
|
30
|
+
"shell-shock/labels": labels(context),
|
|
31
|
+
"shell-shock/spinners": spinners(context),
|
|
32
|
+
"shell-shock/settings": settings(context)
|
|
33
|
+
}) }
|
|
34
|
+
};
|
|
35
|
+
},
|
|
36
|
+
configResolved: {
|
|
37
|
+
order: "pre",
|
|
38
|
+
async handler() {
|
|
39
|
+
this.debug("Shell Shock `theme` plugin configuration resolved.");
|
|
40
|
+
this.config.styleDictionary = defu(this.config.styleDictionary, {
|
|
41
|
+
tokens: isSetObject(this.config.theme) ? defu(this.config.theme, theme) : theme,
|
|
42
|
+
platforms: { js: {
|
|
43
|
+
preprocessors: [
|
|
44
|
+
"shell-shock/colors",
|
|
45
|
+
"shell-shock/border-styles",
|
|
46
|
+
"shell-shock/padding",
|
|
47
|
+
"shell-shock/icons",
|
|
48
|
+
"shell-shock/labels",
|
|
49
|
+
"shell-shock/spinners",
|
|
50
|
+
"shell-shock/settings"
|
|
51
|
+
],
|
|
52
|
+
transformGroup: "js",
|
|
53
|
+
transforms: ["name/camel"],
|
|
54
|
+
fileHeader: "powerlines/file-header",
|
|
55
|
+
buildPath: this.config.output.path,
|
|
56
|
+
files: []
|
|
57
|
+
} }
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}];
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
//#endregion
|
|
65
|
+
export { plugin as default, plugin };
|
|
2
66
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport styleDictionary from \"@powerlines/plugin-style-dictionary\";\nimport { omit } from \"@stryke/helpers/omit\";\nimport { isSetObject } from \"@stryke/type-checks/is-set-object\";\nimport defu from \"defu\";\nimport type { Plugin } from \"powerlines\";\nimport type { Config } from \"style-dictionary/types\";\nimport { borderStyles } from \"./style-dictionary/border-styles\";\nimport { colors } from \"./style-dictionary/colors\";\nimport { icons } from \"./style-dictionary/icons\";\nimport { labels } from \"./style-dictionary/labels\";\nimport { padding } from \"./style-dictionary/padding\";\nimport { settings } from \"./style-dictionary/settings\";\nimport { spinners } from \"./style-dictionary/spinners\";\nimport { theme as defaultTheme } from \"./themes/default\";\nimport type { ThemePluginContext, ThemePluginOptions } from \"./types/plugin\";\n\nexport type * from \"./types\";\n\n/**\n * The Style Dictionary - Shell Shock plugin to use Style Dictionary tokens to select theme colors to Shell Shock projects.\n */\nexport const plugin = <\n TContext extends ThemePluginContext = ThemePluginContext\n>(\n options: ThemePluginOptions = {}\n): Plugin<TContext>[] => {\n return [\n styleDictionary(defu({ skipBuild: false }, omit(options, [\"theme\"]))),\n {\n name: \"shell-shock:theme\",\n config() {\n this.debug(\n \"Providing default configuration for the Shell Shock `theme` plugin.\"\n );\n\n return {\n theme: options.theme,\n styleDictionary: {\n customPreprocessors: (context: TContext) => ({\n \"shell-shock/colors\": colors(context),\n \"shell-shock/border-styles\": borderStyles(context),\n \"shell-shock/padding\": padding(context),\n \"shell-shock/icons\": icons(context),\n \"shell-shock/labels\": labels(context),\n \"shell-shock/spinners\": spinners(context),\n \"shell-shock/settings\": settings(context)\n })\n }\n };\n },\n configResolved: {\n order: \"pre\",\n async handler() {\n this.debug(\"Shell Shock `theme` plugin configuration resolved.\");\n\n this.config.styleDictionary = defu(this.config.styleDictionary, {\n tokens: isSetObject(this.config.theme)\n ? defu(this.config.theme, defaultTheme)\n : defaultTheme,\n platforms: {\n js: {\n preprocessors: [\n \"shell-shock/colors\",\n \"shell-shock/border-styles\",\n \"shell-shock/padding\",\n \"shell-shock/icons\",\n \"shell-shock/labels\",\n \"shell-shock/spinners\",\n \"shell-shock/settings\"\n ],\n transformGroup: \"js\",\n transforms: [\"name/camel\"],\n fileHeader: \"powerlines/file-header\",\n buildPath: this.config.output.path,\n files: []\n }\n }\n } as Config);\n }\n }\n }\n ] as Plugin<TContext>[];\n};\n\nexport default plugin;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport styleDictionary from \"@powerlines/plugin-style-dictionary\";\nimport { omit } from \"@stryke/helpers/omit\";\nimport { isSetObject } from \"@stryke/type-checks/is-set-object\";\nimport defu from \"defu\";\nimport type { Plugin } from \"powerlines\";\nimport type { Config } from \"style-dictionary/types\";\nimport { borderStyles } from \"./style-dictionary/border-styles\";\nimport { colors } from \"./style-dictionary/colors\";\nimport { icons } from \"./style-dictionary/icons\";\nimport { labels } from \"./style-dictionary/labels\";\nimport { padding } from \"./style-dictionary/padding\";\nimport { settings } from \"./style-dictionary/settings\";\nimport { spinners } from \"./style-dictionary/spinners\";\nimport { theme as defaultTheme } from \"./themes/default\";\nimport type { ThemePluginContext, ThemePluginOptions } from \"./types/plugin\";\n\nexport type * from \"./types\";\n\n/**\n * The Style Dictionary - Shell Shock plugin to use Style Dictionary tokens to select theme colors to Shell Shock projects.\n */\nexport const plugin = <\n TContext extends ThemePluginContext = ThemePluginContext\n>(\n options: ThemePluginOptions = {}\n): Plugin<TContext>[] => {\n return [\n styleDictionary(defu({ skipBuild: false }, omit(options, [\"theme\"]))),\n {\n name: \"shell-shock:theme\",\n config() {\n this.debug(\n \"Providing default configuration for the Shell Shock `theme` plugin.\"\n );\n\n return {\n theme: options.theme,\n styleDictionary: {\n customPreprocessors: (context: TContext) => ({\n \"shell-shock/colors\": colors(context),\n \"shell-shock/border-styles\": borderStyles(context),\n \"shell-shock/padding\": padding(context),\n \"shell-shock/icons\": icons(context),\n \"shell-shock/labels\": labels(context),\n \"shell-shock/spinners\": spinners(context),\n \"shell-shock/settings\": settings(context)\n })\n }\n };\n },\n configResolved: {\n order: \"pre\",\n async handler() {\n this.debug(\"Shell Shock `theme` plugin configuration resolved.\");\n\n this.config.styleDictionary = defu(this.config.styleDictionary, {\n tokens: isSetObject(this.config.theme)\n ? defu(this.config.theme, defaultTheme)\n : defaultTheme,\n platforms: {\n js: {\n preprocessors: [\n \"shell-shock/colors\",\n \"shell-shock/border-styles\",\n \"shell-shock/padding\",\n \"shell-shock/icons\",\n \"shell-shock/labels\",\n \"shell-shock/spinners\",\n \"shell-shock/settings\"\n ],\n transformGroup: \"js\",\n transforms: [\"name/camel\"],\n fileHeader: \"powerlines/file-header\",\n buildPath: this.config.output.path,\n files: []\n }\n }\n } as Config);\n }\n }\n }\n ] as Plugin<TContext>[];\n};\n\nexport default plugin;\n"],"mappings":";;;;;;;;;;;;;;;;;;AAkCA,QAAO,CAAA,gBAAe,KAAM,oBAE1B,EAAA,KAAA,SAAA,CAAA,QAAA,CAAA,CAAA,CAAA,EAAA;EACC,MAAI;EACL,SAAA;AACI,QAAC,MAAM,sEAAS;AACpB,UAAS;IACV,OAAA,QAAA;IACC,iBAAS,EACD,sBAAe,aAAA;KAChB,sBAAA,OAAA,QAAA;KACL,6BAAkC,aAAc,QAAU;KAC1D,uBAAA,QAAA,QAAA;KACQ,qBAAmB,MAAA,QAAA;KACnB,sBAAG,OAAA,QAAA;KACH,wBAAM,SAAA,QAAA;KACP,wBAAkB,SAAc,QAAQ;KAC1C;IAEF;;EAEH,gBAAM;GACJ,OAAM;GACN,MAAM,UAAS;AACb,SAAK,MAAE,qDAAiD;AACxD,SAAK,OAAO,kBAAiB,KAAA,KAAQ,OAAQ,iBAAA;KAC3C,QAAK,YAAY,KAAQ,OAAM,MAAO,GAAC,KAAA,KAAA,OAAA,OAAA,MAAA,GAAA;KACvC,WAAW,EACT,IAAG;MACD,eAAa;OAAA;OAAoB;OAAO;OAAA;OAAA;OAAA;OAAA;OAAA;MACzC,gBAAA;MACH,YAAA,CAAA,aAAA;MACD,YAAA;MACF,WAAA,KAAA,OAAA,OAAA;MACD,OAAe,EAAC;MACT,EACL;KACC,CAAC;;GAEL;EACF,CAAC"}
|
|
@@ -3,7 +3,7 @@ import { require_typeAliases_d } from "./helpers/typeAliases.mjs";
|
|
|
3
3
|
import { require_util_d } from "./helpers/util.mjs";
|
|
4
4
|
import { require_index_d } from "./index.mjs";
|
|
5
5
|
|
|
6
|
-
//#region ../../node_modules/.pnpm/zod@4.3
|
|
6
|
+
//#region ../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/ZodError.d.cts
|
|
7
7
|
|
|
8
8
|
//#endregion
|
|
9
9
|
export default require_ZodError_d();
|
package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/ZodError.d.mts.map
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ZodError.d.mts","names":["Primitive","util","ZodParsedType","TypeOf","ZodType","allKeys","T","inferFlattenedErrors","U","typeToFlattenedError","formErrors","fieldErrors","P","ZodIssueCode","custom","invalid_type","too_big","too_small","not_multiple_of","unrecognized_keys","invalid_union","invalid_literal","invalid_union_discriminator","invalid_enum_value","invalid_arguments","invalid_return_type","invalid_date","invalid_string","invalid_intersection_types","not_finite","ZodIssueBase","path","message","ZodInvalidTypeIssue","code","expected","received","ZodInvalidLiteralIssue","ZodUnrecognizedKeysIssue","keys","ZodInvalidUnionIssue","ZodError","unionErrors","ZodInvalidUnionDiscriminatorIssue","options","ZodInvalidEnumValueIssue","ZodInvalidArgumentsIssue","argumentsError","ZodInvalidReturnTypeIssue","returnTypeError","ZodInvalidDateIssue","StringValidation","includes","position","startsWith","endsWith","ZodInvalidStringIssue","validation","ZodTooSmallIssue","minimum","inclusive","exact","type","ZodTooBigIssue","maximum","ZodInvalidIntersectionTypesIssue","ZodNotMultipleOfIssue","multipleOf","ZodNotFiniteIssue","ZodCustomIssue","params","k","DenormalizedError","ZodIssueOptionalMessage","ZodIssue","fatal","quotelessJson","obj","recursiveZodFormattedError","K","ZodFormattedError","NonNullable","_errors","inferFormattedError","Error","issues","errors","constructor","format","issue","mapper","create","assert","value","toString","isEmpty","addIssue","sub","addIssues","subs","flatten","stripPath","OmitKeys","IssueData","ErrorMapCtx","defaultError","data","ZodErrorMap","_ctx"],"sources":["../../../../../../../../../node_modules/.pnpm/zod@4.3
|
|
1
|
+
{"version":3,"file":"ZodError.d.mts","names":["Primitive","util","ZodParsedType","TypeOf","ZodType","allKeys","T","inferFlattenedErrors","U","typeToFlattenedError","formErrors","fieldErrors","P","ZodIssueCode","custom","invalid_type","too_big","too_small","not_multiple_of","unrecognized_keys","invalid_union","invalid_literal","invalid_union_discriminator","invalid_enum_value","invalid_arguments","invalid_return_type","invalid_date","invalid_string","invalid_intersection_types","not_finite","ZodIssueBase","path","message","ZodInvalidTypeIssue","code","expected","received","ZodInvalidLiteralIssue","ZodUnrecognizedKeysIssue","keys","ZodInvalidUnionIssue","ZodError","unionErrors","ZodInvalidUnionDiscriminatorIssue","options","ZodInvalidEnumValueIssue","ZodInvalidArgumentsIssue","argumentsError","ZodInvalidReturnTypeIssue","returnTypeError","ZodInvalidDateIssue","StringValidation","includes","position","startsWith","endsWith","ZodInvalidStringIssue","validation","ZodTooSmallIssue","minimum","inclusive","exact","type","ZodTooBigIssue","maximum","ZodInvalidIntersectionTypesIssue","ZodNotMultipleOfIssue","multipleOf","ZodNotFiniteIssue","ZodCustomIssue","params","k","DenormalizedError","ZodIssueOptionalMessage","ZodIssue","fatal","quotelessJson","obj","recursiveZodFormattedError","K","ZodFormattedError","NonNullable","_errors","inferFormattedError","Error","issues","errors","constructor","format","issue","mapper","create","assert","value","toString","isEmpty","addIssue","sub","addIssues","subs","flatten","stripPath","OmitKeys","IssueData","ErrorMapCtx","defaultError","data","ZodErrorMap","_ctx"],"sources":["../../../../../../../../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/ZodError.d.cts"],"x_google_ignoreList":[0],"mappings":""}
|
|
@@ -2,7 +2,7 @@ import { __commonJSMin } from "../../../../../../_virtual/_rolldown/runtime.mjs"
|
|
|
2
2
|
import { require_ZodError_d } from "./ZodError.mjs";
|
|
3
3
|
import { require_en_d } from "./locales/en.mjs";
|
|
4
4
|
|
|
5
|
-
//#region ../../node_modules/.pnpm/zod@4.3
|
|
5
|
+
//#region ../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/errors.d.cts
|
|
6
6
|
|
|
7
7
|
//#endregion
|
|
8
8
|
export default require_errors_d();
|
package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/errors.d.mts.map
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.d.mts","names":["ZodErrorMap","defaultErrorMap","setErrorMap","map","getErrorMap"],"sources":["../../../../../../../../../node_modules/.pnpm/zod@4.3
|
|
1
|
+
{"version":3,"file":"errors.d.mts","names":["ZodErrorMap","defaultErrorMap","setErrorMap","map","getErrorMap"],"sources":["../../../../../../../../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/errors.d.cts"],"x_google_ignoreList":[0],"mappings":""}
|
|
@@ -6,7 +6,7 @@ import { require_errors_d } from "./errors.mjs";
|
|
|
6
6
|
import { require_parseUtil_d } from "./helpers/parseUtil.mjs";
|
|
7
7
|
import { require_types_d } from "./types.mjs";
|
|
8
8
|
|
|
9
|
-
//#region ../../node_modules/.pnpm/zod@4.3
|
|
9
|
+
//#region ../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/external.d.cts
|
|
10
10
|
|
|
11
11
|
//#endregion
|
|
12
12
|
export default require_external_d();
|
package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/external.d.mts.map
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"external.d.mts","names":[],"sources":["../../../../../../../../../node_modules/.pnpm/zod@4.3
|
|
1
|
+
{"version":3,"file":"external.d.mts","names":[],"sources":["../../../../../../../../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/external.d.cts"],"x_google_ignoreList":[0],"mappings":""}
|
package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/enumUtil.d.mts
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __commonJSMin } from "../../../../../../../_virtual/_rolldown/runtime.mjs";
|
|
2
2
|
|
|
3
|
-
//#region ../../node_modules/.pnpm/zod@4.3
|
|
3
|
+
//#region ../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/helpers/enumUtil.d.cts
|
|
4
4
|
|
|
5
5
|
//#endregion
|
|
6
6
|
export default require_enumUtil_d();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enumUtil.d.mts","names":["enumUtil","T","Tuple","UnionToIntersectionFn","GetUnionLast","Exclude","UnionToTuple","CastToStringTuple","k","Intersection","Last","UnionToTupleString"],"sources":["../../../../../../../../../../node_modules/.pnpm/zod@4.3
|
|
1
|
+
{"version":3,"file":"enumUtil.d.mts","names":["enumUtil","T","Tuple","UnionToIntersectionFn","GetUnionLast","Exclude","UnionToTuple","CastToStringTuple","k","Intersection","Last","UnionToTupleString"],"sources":["../../../../../../../../../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/helpers/enumUtil.d.cts"],"x_google_ignoreList":[0],"mappings":""}
|
package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/errorUtil.d.mts
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __commonJSMin } from "../../../../../../../_virtual/_rolldown/runtime.mjs";
|
|
2
2
|
|
|
3
|
-
//#region ../../node_modules/.pnpm/zod@4.3
|
|
3
|
+
//#region ../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/helpers/errorUtil.d.cts
|
|
4
4
|
|
|
5
5
|
//#endregion
|
|
6
6
|
export default require_errorUtil_d();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errorUtil.d.mts","names":["errorUtil","ErrMessage","message","errToObj","toString"],"sources":["../../../../../../../../../../node_modules/.pnpm/zod@4.3
|
|
1
|
+
{"version":3,"file":"errorUtil.d.mts","names":["errorUtil","ErrMessage","message","errToObj","toString"],"sources":["../../../../../../../../../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/helpers/errorUtil.d.cts"],"x_google_ignoreList":[0],"mappings":""}
|
package/dist/node_modules/.pnpm/{zod@4.3.6 → zod@4.4.3}/node_modules/zod/v3/helpers/parseUtil.d.mts
RENAMED
|
@@ -2,7 +2,7 @@ import { __commonJSMin } from "../../../../../../../_virtual/_rolldown/runtime.m
|
|
|
2
2
|
import { require_util_d } from "./util.mjs";
|
|
3
3
|
import { require_ZodError_d } from "../ZodError.mjs";
|
|
4
4
|
|
|
5
|
-
//#region ../../node_modules/.pnpm/zod@4.3
|
|
5
|
+
//#region ../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/helpers/parseUtil.d.cts
|
|
6
6
|
|
|
7
7
|
//#endregion
|
|
8
8
|
export default require_parseUtil_d();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parseUtil.d.mts","names":["IssueData","ZodErrorMap","ZodIssue","ZodParsedType","makeIssue","data","path","errorMaps","issueData","params","ParseParams","errorMap","async","ParsePathComponent","ParsePath","EMPTY_PATH","ParseContext","common","issues","contextualErrorMap","schemaErrorMap","parent","parsedType","ParseInput","addIssueToContext","ctx","ObjectPair","SyncParseReturnType","key","value","ParseStatus","ParseReturnType","Promise","dirty","abort","mergeArray","status","results","mergeObjectAsync","pairs","mergeObjectSync","alwaysSet","ParseResult","INVALID","DIRTY","T","OK","AsyncParseReturnType","isAborted","x","isDirty","isValid","isAsync"],"sources":["../../../../../../../../../../node_modules/.pnpm/zod@4.3
|
|
1
|
+
{"version":3,"file":"parseUtil.d.mts","names":["IssueData","ZodErrorMap","ZodIssue","ZodParsedType","makeIssue","data","path","errorMaps","issueData","params","ParseParams","errorMap","async","ParsePathComponent","ParsePath","EMPTY_PATH","ParseContext","common","issues","contextualErrorMap","schemaErrorMap","parent","parsedType","ParseInput","addIssueToContext","ctx","ObjectPair","SyncParseReturnType","key","value","ParseStatus","ParseReturnType","Promise","dirty","abort","mergeArray","status","results","mergeObjectAsync","pairs","mergeObjectSync","alwaysSet","ParseResult","INVALID","DIRTY","T","OK","AsyncParseReturnType","isAborted","x","isDirty","isValid","isAsync"],"sources":["../../../../../../../../../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/helpers/parseUtil.d.cts"],"x_google_ignoreList":[0],"mappings":""}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __commonJSMin } from "../../../../../../../_virtual/_rolldown/runtime.mjs";
|
|
2
2
|
import { require_types_d } from "../types.mjs";
|
|
3
3
|
|
|
4
|
-
//#region ../../node_modules/.pnpm/zod@4.3
|
|
4
|
+
//#region ../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/helpers/partialUtil.d.cts
|
|
5
5
|
|
|
6
6
|
//#endregion
|
|
7
7
|
export default require_partialUtil_d();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"partialUtil.d.mts","names":["ZodArray","ZodNullable","ZodObject","ZodOptional","ZodRawShape","ZodTuple","ZodTupleItems","ZodTypeAny","partialUtil","T","k","DeepPartial","Type","Card","Items","PI"],"sources":["../../../../../../../../../../node_modules/.pnpm/zod@4.3
|
|
1
|
+
{"version":3,"file":"partialUtil.d.mts","names":["ZodArray","ZodNullable","ZodObject","ZodOptional","ZodRawShape","ZodTuple","ZodTupleItems","ZodTypeAny","partialUtil","T","k","DeepPartial","Type","Card","Items","PI"],"sources":["../../../../../../../../../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/helpers/partialUtil.d.cts"],"x_google_ignoreList":[0],"mappings":""}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __commonJSMin } from "../../../../../../../_virtual/_rolldown/runtime.mjs";
|
|
2
2
|
|
|
3
|
-
//#region ../../node_modules/.pnpm/zod@4.3
|
|
3
|
+
//#region ../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/helpers/typeAliases.d.cts
|
|
4
4
|
|
|
5
5
|
//#endregion
|
|
6
6
|
export default require_typeAliases_d();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeAliases.d.mts","names":["Primitive","Scalars"],"sources":["../../../../../../../../../../node_modules/.pnpm/zod@4.3
|
|
1
|
+
{"version":3,"file":"typeAliases.d.mts","names":["Primitive","Scalars"],"sources":["../../../../../../../../../../node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/helpers/typeAliases.d.cts"],"x_google_ignoreList":[0],"mappings":""}
|