diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f67e362..a6e8b76b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## Unreleased +## 0.3.1 (2024-12-10) + +### Fixes + + - Avoid unloading imported dynamic Components modules without a replacement ## 0.3.0 (2024-12-05) diff --git a/assets/package-lock.json b/assets/package-lock.json index 3dd92424..fb3ed326 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -1,12 +1,12 @@ { "name": "beacon", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "beacon", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "@tailwindcss/forms": "^0.5", diff --git a/assets/package.json b/assets/package.json index 0590c463..02492734 100644 --- a/assets/package.json +++ b/assets/package.json @@ -1,6 +1,6 @@ { "name": "beacon", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "repository": {}, "scripts": { diff --git a/lib/beacon/loader.ex b/lib/beacon/loader.ex index 14b60f3a..312cdd2b 100644 --- a/lib/beacon/loader.ex +++ b/lib/beacon/loader.ex @@ -362,6 +362,10 @@ defmodule Beacon.Loader do |> Loader.Components.module_name() |> unload() + # consider implementing HTML and Tag engines + # to intercept component module calls + load_components_module(site) + load_runtime_css(site) {:noreply, config} diff --git a/mix.exs b/mix.exs index 7c788f0f..8512f1db 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Beacon.MixProject do use Mix.Project - @version "0.3.0-dev" + @version "0.3.1" @source_url "https://github.com/BeaconCMS/beacon" @homepage_url "https://beaconcms.org" diff --git a/mix.lock b/mix.lock index f795e350..dc2d24e0 100644 --- a/mix.lock +++ b/mix.lock @@ -1,6 +1,6 @@ %{ "accent": {:hex, :accent, "1.1.1", "20257356446d45078b19b91608f74669b407b39af891ee3db9ee6824d1cae19d", [:mix], [{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:plug, "~> 1.3", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "6d5afa50d4886e3370e04fa501468cbaa6c4b5fe926f72ccfa844ad9e259adae"}, - "bandit": {:hex, :bandit, "1.6.0", "9cb6c67c27cecab2d0c93968cb957fa8decccb7275193c8bf33f97397b3ac25d", [:mix], [{:hpax, "~> 1.0", [hex: :hpax, repo: "hexpm", optional: false]}, {:plug, "~> 1.14", [hex: :plug, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}, {:thousand_island, "~> 1.0", [hex: :thousand_island, repo: "hexpm", optional: false]}, {:websock, "~> 0.5", [hex: :websock, repo: "hexpm", optional: false]}], "hexpm", "fd2491e564a7c5e11ff8496ebf530c342c742452c59de17ac0fb1f814a0ab01a"}, + "bandit": {:hex, :bandit, "1.6.1", "9e01b93d72ddc21d8c576a704949e86ee6cde7d11270a1d3073787876527a48f", [:mix], [{:hpax, "~> 1.0", [hex: :hpax, repo: "hexpm", optional: false]}, {:plug, "~> 1.14", [hex: :plug, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}, {:thousand_island, "~> 1.0", [hex: :thousand_island, repo: "hexpm", optional: false]}, {:websock, "~> 0.5", [hex: :websock, repo: "hexpm", optional: false]}], "hexpm", "5a904bf010ea24b67979835e0507688e31ac873d4ffc8ed0e5413e8d77455031"}, "bunt": {:hex, :bunt, "1.0.0", "081c2c665f086849e6d57900292b3a161727ab40431219529f13c4ddcf3e7a44", [:mix], [], "hexpm", "dc5f86aa08a5f6fa6b8096f0735c4e76d54ae5c9fa2c143e5a1fc7c1cd9bb6b5"}, "bypass": {:hex, :bypass, "2.1.0", "909782781bf8e20ee86a9cabde36b259d44af8b9f38756173e8f5e2e1fabb9b1", [:mix], [{:plug, "~> 1.7", [hex: :plug, repo: "hexpm", optional: false]}, {:plug_cowboy, "~> 2.0", [hex: :plug_cowboy, repo: "hexpm", optional: false]}, {:ranch, "~> 1.3", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm", "d9b5df8fa5b7a6efa08384e9bbecfe4ce61c77d28a4282f79e02f1ef78d96b80"}, "castore": {:hex, :castore, "1.0.10", "43bbeeac820f16c89f79721af1b3e092399b3a1ecc8df1a472738fd853574911", [:mix], [], "hexpm", "1b0b7ea14d889d9ea21202c43a4fa015eb913021cb535e8ed91946f4b77a8848"}, @@ -24,15 +24,15 @@ "exconstructor": {:hex, :exconstructor, "1.2.13", "7021eed1450202dcbcd1ef021d6aacf7351854ff9d7964f166931567f9dfa9fb", [:mix], [], "hexpm", "69d3f0251a07bb7c5ef85bde22a1eee577dfbb49852d77fb7ad7b937035aeef2"}, "expo": {:hex, :expo, "1.1.0", "f7b9ed7fb5745ebe1eeedf3d6f29226c5dd52897ac67c0f8af62a07e661e5c75", [:mix], [], "hexpm", "fbadf93f4700fb44c331362177bdca9eeb8097e8b0ef525c9cc501cb9917c960"}, "file_system": {:hex, :file_system, "1.0.1", "79e8ceaddb0416f8b8cd02a0127bdbababe7bf4a23d2a395b983c1f8b3f73edd", [:mix], [], "hexpm", "4414d1f38863ddf9120720cd976fce5bdde8e91d8283353f0e31850fa89feb9e"}, - "floki": {:hex, :floki, "0.36.3", "1102f93b16a55bc5383b85ae3ec470f82dee056eaeff9195e8afdf0ef2a43c30", [:mix], [], "hexpm", "fe0158bff509e407735f6d40b3ee0d7deb47f3f3ee7c6c182ad28599f9f6b27a"}, + "floki": {:hex, :floki, "0.37.0", "b83e0280bbc6372f2a403b2848013650b16640cd2470aea6701f0632223d719e", [:mix], [], "hexpm", "516a0c15a69f78c47dc8e0b9b3724b29608aa6619379f91b1ffa47109b5d0dd3"}, "gettext": {:hex, :gettext, "0.26.2", "5978aa7b21fada6deabf1f6341ddba50bc69c999e812211903b169799208f2a8", [:mix], [{:expo, "~> 0.5.1 or ~> 1.0", [hex: :expo, repo: "hexpm", optional: false]}], "hexpm", "aa978504bcf76511efdc22d580ba08e2279caab1066b76bb9aa81c4a1e0a32a5"}, "glob_ex": {:hex, :glob_ex, "0.1.11", "cb50d3f1ef53f6ca04d6252c7fde09fd7a1cf63387714fe96f340a1349e62c93", [:mix], [], "hexpm", "342729363056e3145e61766b416769984c329e4378f1d558b63e341020525de4"}, "hackney": {:hex, :hackney, "1.20.1", "8d97aec62ddddd757d128bfd1df6c5861093419f8f7a4223823537bad5d064e2", [:rebar3], [{:certifi, "~> 2.12.0", [hex: :certifi, repo: "hexpm", optional: false]}, {:idna, "~> 6.1.0", [hex: :idna, repo: "hexpm", optional: false]}, {:metrics, "~> 1.0.0", [hex: :metrics, repo: "hexpm", optional: false]}, {:mimerl, "~> 1.1", [hex: :mimerl, repo: "hexpm", optional: false]}, {:parse_trans, "3.4.1", [hex: :parse_trans, repo: "hexpm", optional: false]}, {:ssl_verify_fun, "~> 1.1.0", [hex: :ssl_verify_fun, repo: "hexpm", optional: false]}, {:unicode_util_compat, "~> 0.7.0", [hex: :unicode_util_compat, repo: "hexpm", optional: false]}], "hexpm", "fe9094e5f1a2a2c0a7d10918fee36bfec0ec2a979994cff8cfe8058cd9af38e3"}, - "hpax": {:hex, :hpax, "1.0.0", "28dcf54509fe2152a3d040e4e3df5b265dcb6cb532029ecbacf4ce52caea3fd2", [:mix], [], "hexpm", "7f1314731d711e2ca5fdc7fd361296593fc2542570b3105595bb0bc6d0fad601"}, + "hpax": {:hex, :hpax, "1.0.1", "c857057f89e8bd71d97d9042e009df2a42705d6d690d54eca84c8b29af0787b0", [:mix], [], "hexpm", "4e2d5a4f76ae1e3048f35ae7adb1641c36265510a2d4638157fbcb53dda38445"}, "httpoison": {:hex, :httpoison, "2.2.1", "87b7ed6d95db0389f7df02779644171d7319d319178f6680438167d7b69b1f3d", [:mix], [{:hackney, "~> 1.17", [hex: :hackney, repo: "hexpm", optional: false]}], "hexpm", "51364e6d2f429d80e14fe4b5f8e39719cacd03eb3f9a9286e61e216feac2d2df"}, "idna": {:hex, :idna, "6.1.1", "8a63070e9f7d0c62eb9d9fcb360a7de382448200fbbd1b106cc96d3d8099df8d", [:rebar3], [{:unicode_util_compat, "~> 0.7.0", [hex: :unicode_util_compat, repo: "hexpm", optional: false]}], "hexpm", "92376eb7894412ed19ac475e4a86f7b413c1b9fbb5bd16dccd57934157944cea"}, "igniter": {:hex, :igniter, "0.4.8", "6d1bf4934952ac3eb20f6cbac0d5cd6d8012e42e3de20ad794703556c14cfa08", [:mix], [{:glob_ex, "~> 0.1.7", [hex: :glob_ex, repo: "hexpm", optional: false]}, {:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}, {:rewrite, ">= 1.1.1 and < 2.0.0-0", [hex: :rewrite, repo: "hexpm", optional: false]}, {:sourceror, "~> 1.4", [hex: :sourceror, repo: "hexpm", optional: false]}, {:spitfire, ">= 0.1.3 and < 1.0.0-0", [hex: :spitfire, repo: "hexpm", optional: false]}], "hexpm", "f9dd06f971fa053c6b0d9f8263b625f619a0fd3645d6a8cd6170935055a8f0df"}, - "image": {:hex, :image, "0.54.4", "332cd64ca47938447dffee97b05a5e4203f2a45e8918537ab0fb971fa3c9debb", [:mix], [{:bumblebee, "~> 0.3", [hex: :bumblebee, repo: "hexpm", optional: true]}, {:evision, "~> 0.1.33 or ~> 0.2", [hex: :evision, repo: "hexpm", optional: true]}, {:exla, "~> 0.5", [hex: :exla, repo: "hexpm", optional: true]}, {:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: true]}, {:kino, "~> 0.13", [hex: :kino, repo: "hexpm", optional: true]}, {:nx, "~> 0.7", [hex: :nx, repo: "hexpm", optional: true]}, {:nx_image, "~> 0.1", [hex: :nx_image, repo: "hexpm", optional: true]}, {:phoenix_html, "~> 2.1 or ~> 3.2 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: false]}, {:plug, "~> 1.13", [hex: :plug, repo: "hexpm", optional: true]}, {:req, "~> 0.4", [hex: :req, repo: "hexpm", optional: true]}, {:rustler, "> 0.0.0", [hex: :rustler, repo: "hexpm", optional: true]}, {:scholar, "~> 0.3", [hex: :scholar, repo: "hexpm", optional: true]}, {:sweet_xml, "~> 0.7", [hex: :sweet_xml, repo: "hexpm", optional: false]}, {:vix, "~> 0.23", [hex: :vix, repo: "hexpm", optional: false]}], "hexpm", "4d66ee976c30ec181a54b99791354a4ae990521d64811cb2daed39c4cd95860b"}, + "image": {:hex, :image, "0.55.2", "f21b5341ee05dfe2e0f649c34c6335cbce44be55e3ce3ced404ac008bef6c335", [:mix], [{:bumblebee, "~> 0.3", [hex: :bumblebee, repo: "hexpm", optional: true]}, {:evision, "~> 0.1.33 or ~> 0.2", [hex: :evision, repo: "hexpm", optional: true]}, {:exla, "~> 0.5", [hex: :exla, repo: "hexpm", optional: true]}, {:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: true]}, {:kino, "~> 0.13", [hex: :kino, repo: "hexpm", optional: true]}, {:nx, "~> 0.7", [hex: :nx, repo: "hexpm", optional: true]}, {:nx_image, "~> 0.1", [hex: :nx_image, repo: "hexpm", optional: true]}, {:phoenix_html, "~> 2.1 or ~> 3.2 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: false]}, {:plug, "~> 1.13", [hex: :plug, repo: "hexpm", optional: true]}, {:req, "~> 0.4", [hex: :req, repo: "hexpm", optional: true]}, {:rustler, "> 0.0.0", [hex: :rustler, repo: "hexpm", optional: true]}, {:scholar, "~> 0.3", [hex: :scholar, repo: "hexpm", optional: true]}, {:sweet_xml, "~> 0.7", [hex: :sweet_xml, repo: "hexpm", optional: false]}, {:vix, "~> 0.23", [hex: :vix, repo: "hexpm", optional: false]}], "hexpm", "aa126e45b514810d1af89eded505ed3e523acefbb005f6220f8fbc1955904607"}, "jason": {:hex, :jason, "1.4.4", "b9226785a9aa77b6857ca22832cffa5d5011a667207eb2a0ad56adb5db443b8a", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "c5eb0cab91f094599f94d55bc63409236a8ec69a21a67814529e8d5f6cc90b3b"}, "makeup": {:hex, :makeup, "1.2.1", "e90ac1c65589ef354378def3ba19d401e739ee7ee06fb47f94c687016e3713d1", [:mix], [{:nimble_parsec, "~> 1.4", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "d36484867b0bae0fea568d10131197a4c2e47056a6fbe84922bf6ba71c8d17ce"}, "makeup_elixir": {:hex, :makeup_elixir, "1.0.0", "74bb8348c9b3a51d5c589bf5aebb0466a84b33274150e3b6ece1da45584afc82", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "49159b7d7d999e836bedaf09dcf35ca18b312230cf901b725a64f3f42e407983"}, diff --git a/priv/tailwind.config.bundle.js b/priv/tailwind.config.bundle.js index 2b40ddc8..bfa66f72 100644 --- a/priv/tailwind.config.bundle.js +++ b/priv/tailwind.config.bundle.js @@ -1319,7 +1319,7 @@ var require_picocolors_browser = __commonJS({ "node_modules/picocolors/picocolors.browser.js"(exports, module) { var x = String; var create = function() { - return { isColorSupported: false, reset: x, bold: x, dim: x, italic: x, underline: x, inverse: x, hidden: x, strikethrough: x, black: x, red: x, green: x, yellow: x, blue: x, magenta: x, cyan: x, white: x, gray: x, bgBlack: x, bgRed: x, bgGreen: x, bgYellow: x, bgBlue: x, bgMagenta: x, bgCyan: x, bgWhite: x, blackBright: x, redBright: x, greenBright: x, yellowBright: x, blueBright: x, magentaBright: x, cyanBright: x, whiteBright: x, bgBlackBright: x, bgRedBright: x, bgGreenBright: x, bgYellowBright: x, bgBlueBright: x, bgMagentaBright: x, bgCyanBright: x, bgWhiteBright: x }; + return { isColorSupported: false, reset: x, bold: x, dim: x, italic: x, underline: x, inverse: x, hidden: x, strikethrough: x, black: x, red: x, green: x, yellow: x, blue: x, magenta: x, cyan: x, white: x, gray: x, bgBlack: x, bgRed: x, bgGreen: x, bgYellow: x, bgBlue: x, bgMagenta: x, bgCyan: x, bgWhite: x }; }; module.exports = create(); module.exports.createColors = create; @@ -1776,13 +1776,6 @@ var require_src = __commonJS({ } var forms = plugin2.withOptions(function(options = { strategy: void 0 }) { return function({ addBase, addComponents, theme }) { - function resolveChevronColor(color, fallback) { - let resolved = theme(color); - if (!resolved || resolved.includes("var(")) { - return fallback; - } - return resolved.replace("", "1"); - } const strategy = options.strategy === void 0 ? ["base", "class"] : [options.strategy]; const rules = [ { @@ -1924,9 +1917,9 @@ var require_src = __commonJS({ class: [".form-select"], styles: { "background-image": `url("${svgToDataUri( - `` )}")`, "background-position": `right ${spacing[2]} center`, @@ -4418,6 +4411,7 @@ var require_styles = __commonJS({ table: { width: "100%", tableLayout: "auto", + textAlign: "start", marginTop: em(32, 16), marginBottom: em(32, 16) }, @@ -4447,9 +4441,6 @@ var require_styles = __commonJS({ "tfoot td": { verticalAlign: "top" }, - "th, td": { - textAlign: "start" - }, "figure > *": {}, // Required to maintain correct order when merging figcaption: { @@ -4509,9 +4500,9 @@ var require_lodash3 = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/util/unesc.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/util/unesc.js var require_unesc = __commonJS({ - "node_modules/postcss-selector-parser/dist/util/unesc.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/util/unesc.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = unesc; @@ -4571,9 +4562,9 @@ var require_unesc = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/util/getProp.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/util/getProp.js var require_getProp = __commonJS({ - "node_modules/postcss-selector-parser/dist/util/getProp.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/util/getProp.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = getProp; @@ -4594,9 +4585,9 @@ var require_getProp = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/util/ensureObject.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/util/ensureObject.js var require_ensureObject = __commonJS({ - "node_modules/postcss-selector-parser/dist/util/ensureObject.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/util/ensureObject.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = ensureObject; @@ -4616,9 +4607,9 @@ var require_ensureObject = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/util/stripComments.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/util/stripComments.js var require_stripComments = __commonJS({ - "node_modules/postcss-selector-parser/dist/util/stripComments.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/util/stripComments.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = stripComments; @@ -4642,9 +4633,9 @@ var require_stripComments = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/util/index.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/util/index.js var require_util = __commonJS({ - "node_modules/postcss-selector-parser/dist/util/index.js"(exports) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/util/index.js"(exports) { "use strict"; exports.__esModule = true; exports.stripComments = exports.ensureObject = exports.getProp = exports.unesc = void 0; @@ -4662,9 +4653,9 @@ var require_util = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/node.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/node.js var require_node = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/node.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/node.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -4838,9 +4829,9 @@ var require_node = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/types.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/types.js var require_types = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/types.js"(exports) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/types.js"(exports) { "use strict"; exports.__esModule = true; exports.UNIVERSAL = exports.ATTRIBUTE = exports.CLASS = exports.COMBINATOR = exports.COMMENT = exports.ID = exports.NESTING = exports.PSEUDO = exports.ROOT = exports.SELECTOR = exports.STRING = exports.TAG = void 0; @@ -4871,9 +4862,9 @@ var require_types = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/container.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/container.js var require_container = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/container.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/container.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -5257,9 +5248,9 @@ var require_container = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/root.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/root.js var require_root = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/root.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/root.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -5330,9 +5321,9 @@ var require_root = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/selector.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/selector.js var require_selector = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/selector.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/selector.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -5458,9 +5449,9 @@ var require_cssesc = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/className.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/className.js var require_className = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/className.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/className.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -5537,9 +5528,9 @@ var require_className = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/comment.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/comment.js var require_comment = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/comment.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/comment.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -5575,9 +5566,9 @@ var require_comment = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/id.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/id.js var require_id = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/id.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/id.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -5617,9 +5608,9 @@ var require_id = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/namespace.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/namespace.js var require_namespace = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/namespace.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/namespace.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -5725,9 +5716,9 @@ var require_namespace = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/tag.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/tag.js var require_tag = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/tag.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/tag.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -5763,9 +5754,9 @@ var require_tag = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/string.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/string.js var require_string = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/string.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/string.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -5801,9 +5792,9 @@ var require_string = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/pseudo.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/pseudo.js var require_pseudo = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/pseudo.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/pseudo.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -5881,9 +5872,9 @@ var require_browser = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/attribute.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/attribute.js var require_attribute = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/attribute.js"(exports) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/attribute.js"(exports) { "use strict"; exports.__esModule = true; exports.unescapeValue = unescapeValue; @@ -6246,9 +6237,9 @@ var require_attribute = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/universal.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/universal.js var require_universal = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/universal.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/universal.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -6285,9 +6276,9 @@ var require_universal = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/combinator.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/combinator.js var require_combinator = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/combinator.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/combinator.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -6323,9 +6314,9 @@ var require_combinator = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/nesting.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/nesting.js var require_nesting = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/nesting.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/nesting.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -6362,9 +6353,9 @@ var require_nesting = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/sortAscending.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/sortAscending.js var require_sortAscending = __commonJS({ - "node_modules/postcss-selector-parser/dist/sortAscending.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/sortAscending.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = sortAscending; @@ -6377,9 +6368,9 @@ var require_sortAscending = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/tokenTypes.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/tokenTypes.js var require_tokenTypes = __commonJS({ - "node_modules/postcss-selector-parser/dist/tokenTypes.js"(exports) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/tokenTypes.js"(exports) { "use strict"; exports.__esModule = true; exports.combinator = exports.word = exports.comment = exports.str = exports.tab = exports.newline = exports.feed = exports.cr = exports.backslash = exports.bang = exports.slash = exports.doubleQuote = exports.singleQuote = exports.space = exports.greaterThan = exports.pipe = exports.equals = exports.plus = exports.caret = exports.tilde = exports.dollar = exports.closeSquare = exports.openSquare = exports.closeParenthesis = exports.openParenthesis = exports.semicolon = exports.colon = exports.comma = exports.at = exports.asterisk = exports.ampersand = void 0; @@ -6448,9 +6439,9 @@ var require_tokenTypes = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/tokenize.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/tokenize.js var require_tokenize = __commonJS({ - "node_modules/postcss-selector-parser/dist/tokenize.js"(exports) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/tokenize.js"(exports) { "use strict"; exports.__esModule = true; exports["default"] = tokenize; @@ -6706,9 +6697,9 @@ var require_tokenize = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/parser.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/parser.js var require_parser = __commonJS({ - "node_modules/postcss-selector-parser/dist/parser.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/parser.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -7716,9 +7707,9 @@ var require_parser = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/processor.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/processor.js var require_processor = __commonJS({ - "node_modules/postcss-selector-parser/dist/processor.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/processor.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0; @@ -7846,9 +7837,9 @@ var require_processor = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/constructors.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/constructors.js var require_constructors = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/constructors.js"(exports) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/constructors.js"(exports) { "use strict"; exports.__esModule = true; exports.universal = exports.tag = exports.string = exports.selector = exports.root = exports.pseudo = exports.nesting = exports.id = exports.comment = exports.combinator = exports.className = exports.attribute = void 0; @@ -7918,9 +7909,9 @@ var require_constructors = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/guards.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/guards.js var require_guards = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/guards.js"(exports) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/guards.js"(exports) { "use strict"; exports.__esModule = true; exports.isNode = isNode; @@ -7977,9 +7968,9 @@ var require_guards = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/selectors/index.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/index.js var require_selectors = __commonJS({ - "node_modules/postcss-selector-parser/dist/selectors/index.js"(exports) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/selectors/index.js"(exports) { "use strict"; exports.__esModule = true; var _types = require_types(); @@ -8003,9 +7994,9 @@ var require_selectors = __commonJS({ } }); -// node_modules/postcss-selector-parser/dist/index.js +// node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/index.js var require_dist = __commonJS({ - "node_modules/postcss-selector-parser/dist/index.js"(exports, module) { + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser/dist/index.js"(exports, module) { "use strict"; exports.__esModule = true; exports["default"] = void 0;