create-berna-stencil 1.0.43 → 1.0.44
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/.eleventy.js +28 -16
- package/.eleventyignore +4 -4
- package/.gitignore +2 -2
- package/_tools/modules/updateData.js +1 -1
- package/_tools/modules/updateIncludes.js +1 -1
- package/_tools/modules/updateOutputPath.js +4 -4
- package/_tools/modules/updatePage.js +8 -8
- package/_tools/res/templates/template.njk +8 -8
- package/_tools/res/templates/template.scss +16 -16
- package/bin/create.js +5 -5
- package/package.json +6 -6
- package/src/backend/.htaccess +7 -0
- package/src/{api/core → backend/_core}/composer.lock +492 -492
- package/src/{api/core → backend/_core}/index.php +2 -2
- package/src/{api/core → backend/_core}/vendor/composer/installed.php +2 -2
- package/src/{api/endpoints → backend/api}/protected/auth-system.php +1 -1
- package/src/{api/endpoints → backend/api}/protected/example-protected.php +1 -1
- package/src/{api/endpoints → backend/api}/public/auth/login.php +1 -1
- package/src/{api/endpoints → backend/api}/public/auth/register.php +1 -1
- package/src/{api/endpoints → backend/api}/public/example-public.php +1 -1
- package/src/{api → backend}/web.config +2 -2
- package/src/frontend/scss/modules/frameworks/_bootstrap.scss +111 -0
- package/src/frontend/scss/modules/frameworks/_bulma.scss +110 -0
- package/src/frontend/scss/modules/frameworks/_foundation.scss +140 -0
- package/src/frontend/scss/modules/frameworks/_uikit.scss +111 -0
- package/src/api/.htaccess +0 -12
- package/src/scss/modules/frameworks/_bootstrap.scss +0 -111
- package/src/scss/modules/frameworks/_bulma.scss +0 -110
- package/src/scss/modules/frameworks/_foundation.scss +0 -140
- package/src/scss/modules/frameworks/_uikit.scss +0 -111
- /package/src/{api/core → backend/_core}/composer.json +0 -0
- /package/src/{api/core → backend/_core}/init.php +0 -0
- /package/src/{api/core → backend/_core}/modules/Response.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/autoload.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/composer/ClassLoader.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/composer/InstalledVersions.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/composer/LICENSE +0 -0
- /package/src/{api/core → backend/_core}/vendor/composer/autoload_classmap.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/composer/autoload_files.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/composer/autoload_namespaces.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/composer/autoload_psr4.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/composer/autoload_real.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/composer/autoload_static.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/composer/installed.json +0 -0
- /package/src/{api/core → backend/_core}/vendor/composer/platform_check.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/.gitattributes +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/.github/CODE_OF_CONDUCT.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/.github/CONTRIBUTING.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/.github/FUNDING.yml +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/.github/SECURITY.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/.github/workflows/stale.yml +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/.github/workflows/tests.yml +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/CHANGELOG.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/LICENSE +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/README.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/composer.json +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/phpunit.xml.dist +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/src/Error.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/src/Result.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/src/Success.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/graham-campbell/result-type/tests/ResultTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/.gitattributes +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/.github/CODE_OF_CONDUCT.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/.github/CONTRIBUTING.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/.github/FUNDING.yml +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/.github/SECURITY.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/.github/workflows/static.yml +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/.github/workflows/tests.yml +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/LICENSE +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/Makefile +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/README.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/composer.json +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/phpstan-baseline.neon +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/phpstan.neon.dist +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/phpunit.xml.dist +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/src/PhpOption/None.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/src/PhpOption/Option.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/src/PhpOption/Some.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/tests/PhpOption/Tests/EnsureTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/tests/PhpOption/Tests/LazyOptionTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/tests/PhpOption/Tests/NoneTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/tests/PhpOption/Tests/OptionTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/tests/PhpOption/Tests/SomeTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/tests/bootstrap.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/phpoption/phpoption/vendor-bin/phpstan/composer.json +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-ctype/Ctype.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-ctype/LICENSE +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-ctype/README.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-ctype/bootstrap.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-ctype/bootstrap80.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-ctype/composer.json +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-mbstring/LICENSE +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-mbstring/Mbstring.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-mbstring/README.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-mbstring/bootstrap.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-mbstring/bootstrap80.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-mbstring/composer.json +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-php80/LICENSE +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-php80/Php80.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-php80/PhpToken.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-php80/README.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-php80/bootstrap.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/symfony/polyfill-php80/composer.json +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/.editorconfig +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/.gitattributes +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/.github/CODE_OF_CONDUCT.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/.github/CONTRIBUTING.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/.github/FUNDING.yml +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/.github/SECURITY.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/.github/workflows/static.yml +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/.github/workflows/tests.yml +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/LICENSE +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/Makefile +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/README.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/UPGRADING.md +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/composer.json +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/phpstan-baseline.neon +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/phpstan.neon.dist +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/phpunit.xml.dist +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Dotenv.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Loader/Loader.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Loader/Resolver.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Parser/Entry.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Parser/Lexer.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Parser/Lines.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Parser/Parser.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Parser/Value.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Store/File/Paths.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Store/File/Reader.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Store/FileStore.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Store/StringStore.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Util/Regex.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Util/Str.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/src/Validator.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/Dotenv/DotenvTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/Dotenv/Loader/LoaderTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/EntryParserTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/LexerTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/LinesTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/ParserTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/ArrayAdapterTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/EnvConstAdapterTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/PutenvAdapterTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/ServerConstAdapterTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/RepositoryTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/Dotenv/Store/StoreTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/Dotenv/ValidatorTest.php +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/assertions.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/booleans.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/commented.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/empty.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/example.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/exported.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/immutable.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/integers.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/large.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/multibyte.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/multiline.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/multiple.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/mutable.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/nested.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/quoted.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/specialchars.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/unicodevarnames.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/utf8-with-bom-encoding.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/tests/fixtures/env/windows.env +0 -0
- /package/src/{api/core → backend/_core}/vendor/vlucas/phpdotenv/vendor-bin/phpstan/composer.json +0 -0
- /package/src/{api → backend}/config.example.php +0 -0
- /package/src/{api → backend}/config.php +0 -0
- /package/src/{api → backend}/database/Database.php +0 -0
- /package/src/{api → backend}/database/migrations/create_example_db.sql +0 -0
- /package/src/{api → backend}/database/migrations/create_users_table.sql +0 -0
- /package/src/{api → backend}/database/models/User.php +0 -0
- /package/src/{.htaccess → frontend/.htaccess} +0 -0
- /package/src/{404.njk → frontend/404.njk} +0 -0
- /package/src/{_routes → frontend/_routes}/example-page.njk +0 -0
- /package/src/{assets → frontend/assets}/brand/favicon.svg +0 -0
- /package/src/{assets → frontend/assets}/brand/logo.svg +0 -0
- /package/src/{components → frontend/components}/global/footer.njk +0 -0
- /package/src/{components → frontend/components}/global/header.njk +0 -0
- /package/src/{components → frontend/components}/layouts/base.njk +0 -0
- /package/src/{components → frontend/components}/layouts/includes.njk +0 -0
- /package/src/{components → frontend/components}/welcome.njk +0 -0
- /package/src/{data → frontend/data}/site.json +0 -0
- /package/src/{index.njk → frontend/index.njk} +0 -0
- /package/src/{js → frontend/js}/modules/forms/normalizePhoneNumber.js +0 -0
- /package/src/{js → frontend/js}/modules/forms/textAreaAutoExpand.js +0 -0
- /package/src/{js → frontend/js}/modules/notification.js +0 -0
- /package/src/{js → frontend/js}/pages/404.js +0 -0
- /package/src/{js → frontend/js}/pages/examplePage.js +0 -0
- /package/src/{js → frontend/js}/pages/homepage.js +0 -0
- /package/src/{robots.txt → frontend/robots.txt} +0 -0
- /package/src/{scss → frontend/scss}/modules/_animations.scss +0 -0
- /package/src/{scss → frontend/scss}/modules/_buttons.scss +0 -0
- /package/src/{scss → frontend/scss}/modules/_footer.scss +0 -0
- /package/src/{scss → frontend/scss}/modules/_global.scss +0 -0
- /package/src/{scss → frontend/scss}/modules/_header.scss +0 -0
- /package/src/{scss → frontend/scss}/modules/_mobile.scss +0 -0
- /package/src/{scss → frontend/scss}/modules/_notification.scss +0 -0
- /package/src/{scss → frontend/scss}/modules/_root.scss +0 -0
- /package/src/{scss → frontend/scss}/modules/_typography.scss +0 -0
- /package/src/{scss → frontend/scss}/pages/404.scss +0 -0
- /package/src/{scss → frontend/scss}/pages/examplePage.scss +0 -0
- /package/src/{scss → frontend/scss}/pages/homepage.scss +0 -0
- /package/src/{sitemap.njk → frontend/sitemap.njk} +0 -0
- /package/src/{web.config → frontend/web.config} +0 -0
|
@@ -24,8 +24,8 @@ $parts = array_values(array_filter(explode('/', $uri)));
|
|
|
24
24
|
// 2. ENDPOINT RESOLUTION (ROUTING WITH SUBDIRECTORIES)
|
|
25
25
|
// =====================================================
|
|
26
26
|
|
|
27
|
-
$basePublic = __DIR__ . '/../
|
|
28
|
-
$baseProtected = __DIR__ . '/../
|
|
27
|
+
$basePublic = __DIR__ . '/../api/public/';
|
|
28
|
+
$baseProtected = __DIR__ . '/../api/protected/';
|
|
29
29
|
|
|
30
30
|
$endpointFile = null;
|
|
31
31
|
$isProtected = false;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
'name' => '__root__',
|
|
4
4
|
'pretty_version' => 'dev-main',
|
|
5
5
|
'version' => 'dev-main',
|
|
6
|
-
'reference' => '
|
|
6
|
+
'reference' => '4da27b8f50bb1a801f88ad46a9e9eafa51c1bb34',
|
|
7
7
|
'type' => 'library',
|
|
8
8
|
'install_path' => __DIR__ . '/../../',
|
|
9
9
|
'aliases' => array(),
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
'__root__' => array(
|
|
14
14
|
'pretty_version' => 'dev-main',
|
|
15
15
|
'version' => 'dev-main',
|
|
16
|
-
'reference' => '
|
|
16
|
+
'reference' => '4da27b8f50bb1a801f88ad46a9e9eafa51c1bb34',
|
|
17
17
|
'type' => 'library',
|
|
18
18
|
'install_path' => __DIR__ . '/../../',
|
|
19
19
|
'aliases' => array(),
|
|
@@ -3,7 +3,7 @@ declare(strict_types=1);
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// 2. Richiamo il tuo modulo Response e il Modello
|
|
6
|
-
require_once __DIR__ . '/../../
|
|
6
|
+
require_once __DIR__ . '/../../_core/modules/Response.php';
|
|
7
7
|
require_once __DIR__ . '/../../database/models/User.php';
|
|
8
8
|
|
|
9
9
|
$user = new User();
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
<!-- 1. Permetti l'esecuzione diretta solo a index.php -->
|
|
8
8
|
<rule name="Allow API index.php" stopProcessing="true">
|
|
9
|
-
<match url="^
|
|
9
|
+
<match url="^_core/index\.php$" ignoreCase="true" />
|
|
10
10
|
<action type="None" />
|
|
11
11
|
</rule>
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<!-- Nessun controllo sull'esistenza di file o directory. -->
|
|
15
15
|
<rule name="API Endpoints Front Controller Catch-All" stopProcessing="true">
|
|
16
16
|
<match url="^(.*)$" ignoreCase="true" />
|
|
17
|
-
<action type="Rewrite" url="
|
|
17
|
+
<action type="Rewrite" url="_core/index.php" appendQueryString="true" />
|
|
18
18
|
</rule>
|
|
19
19
|
|
|
20
20
|
</rules>
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
// ╔══════════════════════════════════════════════════════╗
|
|
2
|
+
// ║ BOOTSTRAP MODULES ║
|
|
3
|
+
// ║ Comment out any module you don't need to improve ║
|
|
4
|
+
// ║ performance. Core section is required by all others ║
|
|
5
|
+
// ║ To switch framework, edit the page .scss file ║
|
|
6
|
+
// ╚══════════════════════════════════════════════════════╝
|
|
7
|
+
|
|
8
|
+
// Imports can be filtered by commenting them
|
|
9
|
+
// Example:
|
|
10
|
+
// @import "../../../../../node_modules/bootstrap/scss/example-bootstrap-module";
|
|
11
|
+
|
|
12
|
+
//==========================
|
|
13
|
+
// 1️⃣ CORE – Functions and variables
|
|
14
|
+
// ⚠️ Do not comment these out — required by all other modules
|
|
15
|
+
//==========================
|
|
16
|
+
@import "../../../../../node_modules/bootstrap/scss/functions"; // Bootstrap SCSS functions
|
|
17
|
+
@import "../../../../../node_modules/bootstrap/scss/variables"; // Core variables (colors, spacing, fonts)
|
|
18
|
+
@import "../../../../../node_modules/bootstrap/scss/variables-dark"; // Dark theme variables
|
|
19
|
+
@import "../../../../../node_modules/bootstrap/scss/maps"; // Maps for spacing, colors, breakpoints
|
|
20
|
+
@import "../../../../../node_modules/bootstrap/scss/mixins"; // Reusable SCSS mixins
|
|
21
|
+
@import "../../../../../node_modules/bootstrap/scss/utilities"; // Utility helpers
|
|
22
|
+
@import "../../../../../node_modules/bootstrap/scss/root"; // Root CSS (custom properties)
|
|
23
|
+
@import "../../../../../node_modules/bootstrap/scss/placeholders"; // Placeholder selectors
|
|
24
|
+
|
|
25
|
+
//==========================
|
|
26
|
+
// 2️⃣ VENDOR
|
|
27
|
+
//==========================
|
|
28
|
+
@import "../../../../../node_modules/bootstrap/scss/vendor/rfs"; // Responsive font sizes
|
|
29
|
+
|
|
30
|
+
//==========================
|
|
31
|
+
// 3️⃣ BASE – Base styles
|
|
32
|
+
//==========================
|
|
33
|
+
@import "../../../../../node_modules/bootstrap/scss/reboot"; // CSS reset / normalize
|
|
34
|
+
@import "../../../../../node_modules/bootstrap/scss/type"; // Typography (headings, paragraphs)
|
|
35
|
+
@import "../../../../../node_modules/bootstrap/scss/images"; // Image styles
|
|
36
|
+
@import "../../../../../node_modules/bootstrap/scss/containers"; // Containers
|
|
37
|
+
@import "../../../../../node_modules/bootstrap/scss/transitions"; // CSS transitions
|
|
38
|
+
|
|
39
|
+
//==========================
|
|
40
|
+
// 4️⃣ LAYOUT – Layout helpers
|
|
41
|
+
//==========================
|
|
42
|
+
@import "../../../../../node_modules/bootstrap/scss/grid"; // Grid system
|
|
43
|
+
@import "../../../../../node_modules/bootstrap/scss/helpers"; // Helper classes
|
|
44
|
+
|
|
45
|
+
//==========================
|
|
46
|
+
// 5️⃣ HELPERS – Sub-modules
|
|
47
|
+
//==========================
|
|
48
|
+
@import "../../../../../node_modules/bootstrap/scss/helpers/clearfix"; // Clearfix
|
|
49
|
+
@import "../../../../../node_modules/bootstrap/scss/helpers/color-bg"; // Color background
|
|
50
|
+
@import "../../../../../node_modules/bootstrap/scss/helpers/colored-links"; // Colored links
|
|
51
|
+
@import "../../../../../node_modules/bootstrap/scss/helpers/focus-ring"; // Focus ring
|
|
52
|
+
@import "../../../../../node_modules/bootstrap/scss/helpers/icon-link"; // Icon links
|
|
53
|
+
@import "../../../../../node_modules/bootstrap/scss/helpers/position"; // Position helpers
|
|
54
|
+
@import "../../../../../node_modules/bootstrap/scss/helpers/ratio"; // Aspect ratio
|
|
55
|
+
@import "../../../../../node_modules/bootstrap/scss/helpers/stacks"; // Stack helpers
|
|
56
|
+
@import "../../../../../node_modules/bootstrap/scss/helpers/stretched-link"; // Stretched link
|
|
57
|
+
@import "../../../../../node_modules/bootstrap/scss/helpers/text-truncation"; // Text truncation
|
|
58
|
+
@import "../../../../../node_modules/bootstrap/scss/helpers/visually-hidden"; // Visually hidden
|
|
59
|
+
@import "../../../../../node_modules/bootstrap/scss/helpers/vr"; // Vertical rule
|
|
60
|
+
|
|
61
|
+
//==========================
|
|
62
|
+
// 6️⃣ UTILITIES – Sub-modules
|
|
63
|
+
//==========================
|
|
64
|
+
@import "../../../../../node_modules/bootstrap/scss/utilities/api"; // Utilities API
|
|
65
|
+
|
|
66
|
+
//==========================
|
|
67
|
+
// 7️⃣ FORMS – Sub-modules
|
|
68
|
+
//==========================
|
|
69
|
+
@import "../../../../../node_modules/bootstrap/scss/forms"; // Forms loader
|
|
70
|
+
@import "../../../../../node_modules/bootstrap/scss/forms/labels"; // Labels
|
|
71
|
+
@import "../../../../../node_modules/bootstrap/scss/forms/form-text"; // Form text
|
|
72
|
+
@import "../../../../../node_modules/bootstrap/scss/forms/form-control"; // Inputs and textareas
|
|
73
|
+
@import "../../../../../node_modules/bootstrap/scss/forms/form-select"; // Select dropdowns
|
|
74
|
+
@import "../../../../../node_modules/bootstrap/scss/forms/form-check"; // Checkboxes and radios
|
|
75
|
+
@import "../../../../../node_modules/bootstrap/scss/forms/form-range"; // Range sliders
|
|
76
|
+
@import "../../../../../node_modules/bootstrap/scss/forms/floating-labels"; // Floating labels
|
|
77
|
+
@import "../../../../../node_modules/bootstrap/scss/forms/input-group"; // Input groups
|
|
78
|
+
@import "../../../../../node_modules/bootstrap/scss/forms/validation"; // Validation states
|
|
79
|
+
|
|
80
|
+
//==========================
|
|
81
|
+
// 8️⃣ COMPONENTS – All Bootstrap components
|
|
82
|
+
//==========================
|
|
83
|
+
@import "../../../../../node_modules/bootstrap/scss/alert"; // Alerts
|
|
84
|
+
@import "../../../../../node_modules/bootstrap/scss/badge"; // Badges
|
|
85
|
+
@import "../../../../../node_modules/bootstrap/scss/breadcrumb"; // Breadcrumbs
|
|
86
|
+
@import "../../../../../node_modules/bootstrap/scss/buttons"; // Buttons
|
|
87
|
+
@import "../../../../../node_modules/bootstrap/scss/button-group"; // Button groups
|
|
88
|
+
@import "../../../../../node_modules/bootstrap/scss/card"; // Cards
|
|
89
|
+
@import "../../../../../node_modules/bootstrap/scss/carousel"; // Carousel
|
|
90
|
+
@import "../../../../../node_modules/bootstrap/scss/close"; // Close (×) button
|
|
91
|
+
@import "../../../../../node_modules/bootstrap/scss/dropdown"; // Dropdowns
|
|
92
|
+
@import "../../../../../node_modules/bootstrap/scss/list-group"; // List groups
|
|
93
|
+
@import "../../../../../node_modules/bootstrap/scss/modal"; // Modals
|
|
94
|
+
@import "../../../../../node_modules/bootstrap/scss/nav"; // Nav
|
|
95
|
+
@import "../../../../../node_modules/bootstrap/scss/navbar"; // Navbar
|
|
96
|
+
@import "../../../../../node_modules/bootstrap/scss/offcanvas"; // Offcanvas component
|
|
97
|
+
@import "../../../../../node_modules/bootstrap/scss/pagination"; // Pagination
|
|
98
|
+
@import "../../../../../node_modules/bootstrap/scss/popover"; // Popovers
|
|
99
|
+
@import "../../../../../node_modules/bootstrap/scss/progress"; // Progress bars
|
|
100
|
+
@import "../../../../../node_modules/bootstrap/scss/spinners"; // Spinners
|
|
101
|
+
@import "../../../../../node_modules/bootstrap/scss/toasts"; // Toasts
|
|
102
|
+
@import "../../../../../node_modules/bootstrap/scss/tooltip"; // Tooltips
|
|
103
|
+
@import "../../../../../node_modules/bootstrap/scss/accordion"; // Accordion
|
|
104
|
+
@import "../../../../../node_modules/bootstrap/scss/tables"; // Tables
|
|
105
|
+
|
|
106
|
+
//==========================
|
|
107
|
+
// 9️⃣ ICONS
|
|
108
|
+
//==========================
|
|
109
|
+
$bootstrap-icons-font-src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
|
|
110
|
+
url("../fonts/bootstrap-icons.woff") format("woff");
|
|
111
|
+
@import "../../../../../node_modules/bootstrap-icons/font/bootstrap-icons";
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
// ╔══════════════════════════════════════════════════════╗
|
|
2
|
+
// ║ BULMA MODULES ║
|
|
3
|
+
// ║ Comment out any module you don't need to improve ║
|
|
4
|
+
// ║ performance. Core section is required by all others ║
|
|
5
|
+
// ║ To switch framework, edit the page .scss file ║
|
|
6
|
+
// ╚══════════════════════════════════════════════════════╝
|
|
7
|
+
|
|
8
|
+
// Imports can be filtered by commenting them
|
|
9
|
+
// Example:
|
|
10
|
+
// @import "../../../../../node_modules/bulma/sass/example-bulma-module";
|
|
11
|
+
|
|
12
|
+
//==========================
|
|
13
|
+
// 1️⃣ CORE – Utilities and variables
|
|
14
|
+
// ⚠️ Do not comment these out — required by all other modules
|
|
15
|
+
//==========================
|
|
16
|
+
@import "../../../../../node_modules/bulma/sass/utilities/initial-variables"; // Base variables (colors, sizes, fonts)
|
|
17
|
+
@import "../../../../../node_modules/bulma/sass/utilities/functions"; // SCSS functions
|
|
18
|
+
@import "../../../../../node_modules/bulma/sass/utilities/derived-variables"; // Variables derived from initial ones
|
|
19
|
+
@import "../../../../../node_modules/bulma/sass/utilities/css-variables"; // CSS custom properties
|
|
20
|
+
@import "../../../../../node_modules/bulma/sass/utilities/controls"; // Control base styles (inputs, buttons)
|
|
21
|
+
@import "../../../../../node_modules/bulma/sass/utilities/extends"; // Shared extends
|
|
22
|
+
@import "../../../../../node_modules/bulma/sass/utilities/mixins"; // Reusable SCSS mixins
|
|
23
|
+
|
|
24
|
+
//==========================
|
|
25
|
+
// 2️⃣ BASE – Reset and base styles
|
|
26
|
+
//==========================
|
|
27
|
+
@import "../../../../../node_modules/bulma/sass/base/minireset"; // CSS reset
|
|
28
|
+
@import "../../../../../node_modules/bulma/sass/base/generic"; // Generic base styles
|
|
29
|
+
@import "../../../../../node_modules/bulma/sass/base/animations"; // Built-in animations
|
|
30
|
+
@import "../../../../../node_modules/bulma/sass/base/skeleton"; // Skeleton loading styles
|
|
31
|
+
|
|
32
|
+
//==========================
|
|
33
|
+
// 3️⃣ THEMES
|
|
34
|
+
//==========================
|
|
35
|
+
@import "../../../../../node_modules/bulma/sass/themes/setup"; // Theme setup (required)
|
|
36
|
+
@import "../../../../../node_modules/bulma/sass/themes/light"; // Light theme
|
|
37
|
+
// @import "../../../../../node_modules/bulma/sass/themes/dark";// Dark theme
|
|
38
|
+
|
|
39
|
+
//==========================
|
|
40
|
+
// 4️⃣ LAYOUT
|
|
41
|
+
//==========================
|
|
42
|
+
@import "../../../../../node_modules/bulma/sass/layout/container"; // Containers
|
|
43
|
+
@import "../../../../../node_modules/bulma/sass/layout/section"; // Sections
|
|
44
|
+
@import "../../../../../node_modules/bulma/sass/layout/footer"; // Footer
|
|
45
|
+
@import "../../../../../node_modules/bulma/sass/layout/hero"; // Hero banners
|
|
46
|
+
@import "../../../../../node_modules/bulma/sass/layout/level"; // Level (horizontal layout)
|
|
47
|
+
@import "../../../../../node_modules/bulma/sass/layout/media"; // Media object
|
|
48
|
+
|
|
49
|
+
//==========================
|
|
50
|
+
// 5️⃣ GRID
|
|
51
|
+
//==========================
|
|
52
|
+
@import "../../../../../node_modules/bulma/sass/grid/columns"; // Flexbox column grid
|
|
53
|
+
@import "../../../../../node_modules/bulma/sass/grid/grid"; // CSS grid
|
|
54
|
+
|
|
55
|
+
//==========================
|
|
56
|
+
// 6️⃣ ELEMENTS – Basic HTML elements
|
|
57
|
+
//==========================
|
|
58
|
+
@import "../../../../../node_modules/bulma/sass/elements/block"; // Block spacing
|
|
59
|
+
@import "../../../../../node_modules/bulma/sass/elements/box"; // Box container
|
|
60
|
+
@import "../../../../../node_modules/bulma/sass/elements/button"; // Buttons
|
|
61
|
+
@import "../../../../../node_modules/bulma/sass/elements/content"; // Rich text content
|
|
62
|
+
@import "../../../../../node_modules/bulma/sass/elements/delete"; // Delete/close button
|
|
63
|
+
@import "../../../../../node_modules/bulma/sass/elements/icon"; // Icons
|
|
64
|
+
@import "../../../../../node_modules/bulma/sass/elements/image"; // Images
|
|
65
|
+
@import "../../../../../node_modules/bulma/sass/elements/loader"; // Loader spinner
|
|
66
|
+
@import "../../../../../node_modules/bulma/sass/elements/notification"; // Notifications
|
|
67
|
+
@import "../../../../../node_modules/bulma/sass/elements/progress"; // Progress bars
|
|
68
|
+
@import "../../../../../node_modules/bulma/sass/elements/table"; // Tables
|
|
69
|
+
@import "../../../../../node_modules/bulma/sass/elements/tag"; // Tags/badges
|
|
70
|
+
@import "../../../../../node_modules/bulma/sass/elements/title"; // Titles and subtitles
|
|
71
|
+
|
|
72
|
+
//==========================
|
|
73
|
+
// 7️⃣ FORM
|
|
74
|
+
//==========================
|
|
75
|
+
@import "../../../../../node_modules/bulma/sass/form/shared"; // Shared form styles
|
|
76
|
+
@import "../../../../../node_modules/bulma/sass/form/tools"; // Form tools and field wrappers
|
|
77
|
+
@import "../../../../../node_modules/bulma/sass/form/input-textarea"; // Inputs and textareas
|
|
78
|
+
@import "../../../../../node_modules/bulma/sass/form/select"; // Select dropdowns
|
|
79
|
+
@import "../../../../../node_modules/bulma/sass/form/checkbox-radio"; // Checkboxes and radios
|
|
80
|
+
@import "../../../../../node_modules/bulma/sass/form/file"; // File upload
|
|
81
|
+
|
|
82
|
+
//==========================
|
|
83
|
+
// 8️⃣ COMPONENTS
|
|
84
|
+
//==========================
|
|
85
|
+
@import "../../../../../node_modules/bulma/sass/components/breadcrumb"; // Breadcrumbs
|
|
86
|
+
@import "../../../../../node_modules/bulma/sass/components/card"; // Cards
|
|
87
|
+
@import "../../../../../node_modules/bulma/sass/components/dropdown"; // Dropdowns
|
|
88
|
+
@import "../../../../../node_modules/bulma/sass/components/menu"; // Vertical menu
|
|
89
|
+
@import "../../../../../node_modules/bulma/sass/components/message"; // Message boxes
|
|
90
|
+
@import "../../../../../node_modules/bulma/sass/components/modal"; // Modals
|
|
91
|
+
@import "../../../../../node_modules/bulma/sass/components/navbar"; // Navbar
|
|
92
|
+
@import "../../../../../node_modules/bulma/sass/components/pagination"; // Pagination
|
|
93
|
+
@import "../../../../../node_modules/bulma/sass/components/panel"; // Panel
|
|
94
|
+
@import "../../../../../node_modules/bulma/sass/components/tabs"; // Tabs
|
|
95
|
+
|
|
96
|
+
//==========================
|
|
97
|
+
// 9️⃣ HELPERS
|
|
98
|
+
//==========================
|
|
99
|
+
@import "../../../../../node_modules/bulma/sass/helpers/aspect-ratio"; // Aspect ratio
|
|
100
|
+
@import "../../../../../node_modules/bulma/sass/helpers/border"; // Border utilities
|
|
101
|
+
@import "../../../../../node_modules/bulma/sass/helpers/color"; // Color utilities
|
|
102
|
+
@import "../../../../../node_modules/bulma/sass/helpers/flexbox"; // Flexbox utilities
|
|
103
|
+
@import "../../../../../node_modules/bulma/sass/helpers/float"; // Float utilities
|
|
104
|
+
@import "../../../../../node_modules/bulma/sass/helpers/gap"; // Gap utilities
|
|
105
|
+
@import "../../../../../node_modules/bulma/sass/helpers/other"; // Other utilities
|
|
106
|
+
@import "../../../../../node_modules/bulma/sass/helpers/overflow"; // Overflow utilities
|
|
107
|
+
@import "../../../../../node_modules/bulma/sass/helpers/position"; // Position utilities
|
|
108
|
+
@import "../../../../../node_modules/bulma/sass/helpers/spacing"; // Spacing utilities (m-, p-)
|
|
109
|
+
@import "../../../../../node_modules/bulma/sass/helpers/typography"; // Typography utilities
|
|
110
|
+
@import "../../../../../node_modules/bulma/sass/helpers/visibility"; // Visibility utilities
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
// ╔══════════════════════════════════════════════════════╗
|
|
2
|
+
// ║ FOUNDATION MODULES ║
|
|
3
|
+
// ║ Comment out any module you don't need to improve ║
|
|
4
|
+
// ║ performance. Core section is required by all others ║
|
|
5
|
+
// ║ To switch framework, edit the page .scss file ║
|
|
6
|
+
// ╚══════════════════════════════════════════════════════╝
|
|
7
|
+
|
|
8
|
+
// Imports can be filtered by commenting them
|
|
9
|
+
// Example:
|
|
10
|
+
// @import "../../../../../node_modules/foundation-sites/scss/example-foundation-module";
|
|
11
|
+
|
|
12
|
+
//==========================
|
|
13
|
+
// 1️⃣ CORE – Utilities and functions
|
|
14
|
+
// ⚠️ Do not comment these out — required by all other modules
|
|
15
|
+
//==========================
|
|
16
|
+
@import "../../../../../node_modules/foundation-sites/scss/util/util"; // Utility loader
|
|
17
|
+
@import "../../../../../node_modules/foundation-sites/scss/util/breakpoint"; // Breakpoint helpers
|
|
18
|
+
@import "../../../../../node_modules/foundation-sites/scss/util/color"; // Color functions
|
|
19
|
+
@import "../../../../../node_modules/foundation-sites/scss/util/direction"; // RTL/LTR direction
|
|
20
|
+
@import "../../../../../node_modules/foundation-sites/scss/util/flex"; // Flex utilities
|
|
21
|
+
@import "../../../../../node_modules/foundation-sites/scss/util/math"; // Math functions
|
|
22
|
+
@import "../../../../../node_modules/foundation-sites/scss/util/mixins"; // Reusable SCSS mixins
|
|
23
|
+
@import "../../../../../node_modules/foundation-sites/scss/util/selector"; // Selector helpers
|
|
24
|
+
@import "../../../../../node_modules/foundation-sites/scss/util/typography"; // Typography utilities
|
|
25
|
+
@import "../../../../../node_modules/foundation-sites/scss/util/unit"; // Unit conversion
|
|
26
|
+
@import "../../../../../node_modules/foundation-sites/scss/util/value"; // Value helpers
|
|
27
|
+
|
|
28
|
+
//==========================
|
|
29
|
+
// 2️⃣ BASE – Reset and global styles
|
|
30
|
+
//==========================
|
|
31
|
+
@import "../../../../../node_modules/foundation-sites/scss/vendor/normalize"; // CSS reset / normalize
|
|
32
|
+
@import "../../../../../node_modules/foundation-sites/scss/_global"; // Global base styles
|
|
33
|
+
|
|
34
|
+
//==========================
|
|
35
|
+
// 3️⃣ TYPOGRAPHY
|
|
36
|
+
//==========================
|
|
37
|
+
@import "../../../../../node_modules/foundation-sites/scss/typography/typography"; // Typography loader
|
|
38
|
+
@import "../../../../../node_modules/foundation-sites/scss/typography/base"; // Base typography styles
|
|
39
|
+
@import "../../../../../node_modules/foundation-sites/scss/typography/helpers"; // Typography helpers
|
|
40
|
+
@import "../../../../../node_modules/foundation-sites/scss/typography/alignment"; // Text alignment
|
|
41
|
+
@import "../../../../../node_modules/foundation-sites/scss/typography/print"; // Print styles
|
|
42
|
+
|
|
43
|
+
//==========================
|
|
44
|
+
// 4️⃣ GRID – Layout systems
|
|
45
|
+
//==========================
|
|
46
|
+
|
|
47
|
+
// Legacy Float Grid
|
|
48
|
+
@import "../../../../../node_modules/foundation-sites/scss/grid/grid"; // Grid loader
|
|
49
|
+
@import "../../../../../node_modules/foundation-sites/scss/grid/classes"; // Grid classes
|
|
50
|
+
@import "../../../../../node_modules/foundation-sites/scss/grid/column"; // Column styles
|
|
51
|
+
@import "../../../../../node_modules/foundation-sites/scss/grid/row"; // Row styles
|
|
52
|
+
@import "../../../../../node_modules/foundation-sites/scss/grid/flex-grid"; // Flexbox grid
|
|
53
|
+
@import "../../../../../node_modules/foundation-sites/scss/grid/gutter"; // Gutters
|
|
54
|
+
@import "../../../../../node_modules/foundation-sites/scss/grid/layout"; // Layout helpers
|
|
55
|
+
@import "../../../../../node_modules/foundation-sites/scss/grid/position"; // Position helpers
|
|
56
|
+
@import "../../../../../node_modules/foundation-sites/scss/grid/size"; // Size helpers
|
|
57
|
+
|
|
58
|
+
// XY Grid (modern, recommended)
|
|
59
|
+
@import "../../../../../node_modules/foundation-sites/scss/xy-grid/xy-grid"; // XY Grid loader
|
|
60
|
+
@import "../../../../../node_modules/foundation-sites/scss/xy-grid/grid"; // XY Grid core
|
|
61
|
+
@import "../../../../../node_modules/foundation-sites/scss/xy-grid/cell"; // XY Grid cells
|
|
62
|
+
@import "../../../../../node_modules/foundation-sites/scss/xy-grid/classes"; // XY Grid classes
|
|
63
|
+
@import "../../../../../node_modules/foundation-sites/scss/xy-grid/collapse"; // XY Grid collapse
|
|
64
|
+
@import "../../../../../node_modules/foundation-sites/scss/xy-grid/frame"; // XY Grid frame
|
|
65
|
+
@import "../../../../../node_modules/foundation-sites/scss/xy-grid/gutters"; // XY Grid gutters
|
|
66
|
+
@import "../../../../../node_modules/foundation-sites/scss/xy-grid/layout"; // XY Grid layout
|
|
67
|
+
@import "../../../../../node_modules/foundation-sites/scss/xy-grid/position"; // XY Grid position
|
|
68
|
+
|
|
69
|
+
//==========================
|
|
70
|
+
// 5️⃣ FORMS
|
|
71
|
+
//==========================
|
|
72
|
+
@import "../../../../../node_modules/foundation-sites/scss/forms/forms"; // Forms loader
|
|
73
|
+
@import "../../../../../node_modules/foundation-sites/scss/forms/text"; // Text inputs
|
|
74
|
+
@import "../../../../../node_modules/foundation-sites/scss/forms/select"; // Select dropdowns
|
|
75
|
+
@import "../../../../../node_modules/foundation-sites/scss/forms/checkbox"; // Checkboxes and radios
|
|
76
|
+
@import "../../../../../node_modules/foundation-sites/scss/forms/input-group"; // Input groups
|
|
77
|
+
@import "../../../../../node_modules/foundation-sites/scss/forms/fieldset"; // Fieldsets
|
|
78
|
+
@import "../../../../../node_modules/foundation-sites/scss/forms/label"; // Form labels
|
|
79
|
+
@import "../../../../../node_modules/foundation-sites/scss/forms/help-text"; // Help text
|
|
80
|
+
@import "../../../../../node_modules/foundation-sites/scss/forms/error"; // Error states
|
|
81
|
+
@import "../../../../../node_modules/foundation-sites/scss/forms/range"; // Range sliders
|
|
82
|
+
@import "../../../../../node_modules/foundation-sites/scss/forms/meter"; // Meter element
|
|
83
|
+
@import "../../../../../node_modules/foundation-sites/scss/forms/progress"; // Progress element
|
|
84
|
+
|
|
85
|
+
//==========================
|
|
86
|
+
// 6️⃣ COMPONENTS
|
|
87
|
+
//==========================
|
|
88
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/accordion"; // Accordion
|
|
89
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/accordion-menu"; // Accordion menu
|
|
90
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/badge"; // Badges
|
|
91
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/breadcrumbs"; // Breadcrumbs
|
|
92
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/button"; // Buttons
|
|
93
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/button-group"; // Button groups
|
|
94
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/callout"; // Callout boxes
|
|
95
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/card"; // Cards
|
|
96
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/close-button"; // Close button
|
|
97
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/drilldown"; // Drilldown menu
|
|
98
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/dropdown"; // Dropdown
|
|
99
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/dropdown-menu"; // Dropdown menu
|
|
100
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/flex"; // Flex helpers
|
|
101
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/float"; // Float helpers
|
|
102
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/label"; // Labels
|
|
103
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/media-object"; // Media object
|
|
104
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/menu"; // Menu
|
|
105
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/menu-icon"; // Menu icon (hamburger)
|
|
106
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/off-canvas"; // Off-canvas sidebar
|
|
107
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/orbit"; // Orbit carousel
|
|
108
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/pagination"; // Pagination
|
|
109
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/progress-bar"; // Progress bars
|
|
110
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/responsive-embed"; // Responsive embeds
|
|
111
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/reveal"; // Reveal modals
|
|
112
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/slider"; // Sliders
|
|
113
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/sticky"; // Sticky elements
|
|
114
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/switch"; // Toggle switches
|
|
115
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/table"; // Tables
|
|
116
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/tabs"; // Tabs
|
|
117
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/thumbnail"; // Thumbnails
|
|
118
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/title-bar"; // Title bar
|
|
119
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/tooltip"; // Tooltips
|
|
120
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/top-bar"; // Top bar navbar
|
|
121
|
+
@import "../../../../../node_modules/foundation-sites/scss/components/visibility"; // Visibility helpers
|
|
122
|
+
|
|
123
|
+
//==========================
|
|
124
|
+
// 7️⃣ PROTOTYPE – Utility classes (optional)
|
|
125
|
+
// 💡 Commented by default — uncomment only if you need utility classes
|
|
126
|
+
//==========================
|
|
127
|
+
@import "../../../../../node_modules/foundation-sites/scss/prototype/prototype"; // Prototype loader
|
|
128
|
+
@import "../../../../../node_modules/foundation-sites/scss/prototype/arrow"; // Arrow utility
|
|
129
|
+
@import "../../../../../node_modules/foundation-sites/scss/prototype/border-box"; // Border box
|
|
130
|
+
@import "../../../../../node_modules/foundation-sites/scss/prototype/border-none";// Border none
|
|
131
|
+
@import "../../../../../node_modules/foundation-sites/scss/prototype/bordered"; // Bordered
|
|
132
|
+
@import "../../../../../node_modules/foundation-sites/scss/prototype/box"; // Box
|
|
133
|
+
@import "../../../../../node_modules/foundation-sites/scss/prototype/display"; // Display utilities
|
|
134
|
+
@import "../../../../../node_modules/foundation-sites/scss/prototype/font-styling";// Font styling
|
|
135
|
+
@import "../../../../../node_modules/foundation-sites/scss/prototype/overflow"; // Overflow
|
|
136
|
+
@import "../../../../../node_modules/foundation-sites/scss/prototype/position"; // Position
|
|
137
|
+
@import "../../../../../node_modules/foundation-sites/scss/prototype/rounded"; // Rounded corners
|
|
138
|
+
@import "../../../../../node_modules/foundation-sites/scss/prototype/shadow"; // Box shadows
|
|
139
|
+
@import "../../../../../node_modules/foundation-sites/scss/prototype/spacing"; // Spacing utilities
|
|
140
|
+
@import "../../../../../node_modules/foundation-sites/scss/prototype/typography"; // Typography utilities
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
// ╔══════════════════════════════════════════════════════╗
|
|
2
|
+
// ║ UIKIT MODULES ║
|
|
3
|
+
// ║ Comment out any module you don't need to improve ║
|
|
4
|
+
// ║ performance. Core section is required by all others ║
|
|
5
|
+
// ║ To switch framework, edit the page .scss file ║
|
|
6
|
+
// ╚══════════════════════════════════════════════════════╝
|
|
7
|
+
|
|
8
|
+
// Imports can be filtered by commenting them
|
|
9
|
+
|
|
10
|
+
//==========================
|
|
11
|
+
// 1️⃣ CORE – Variables, mixins and base
|
|
12
|
+
// ⚠️ Do not comment these out — required by all other modules
|
|
13
|
+
//==========================
|
|
14
|
+
@import "../../../../../node_modules/uikit/src/scss/variables"; // Core variables
|
|
15
|
+
@import "../../../../../node_modules/uikit/src/scss/mixins"; // Reusable SCSS mixins
|
|
16
|
+
@import "../../../../../node_modules/uikit/src/scss/components/variables"; // Component variables
|
|
17
|
+
@import "../../../../../node_modules/uikit/src/scss/components/mixin"; // Component mixins
|
|
18
|
+
@import "../../../../../node_modules/uikit/src/scss/components/base"; // Base styles and reset
|
|
19
|
+
@import "../../../../../node_modules/uikit/src/scss/components/print"; // Print styles
|
|
20
|
+
|
|
21
|
+
//==========================
|
|
22
|
+
// 2️⃣ LAYOUT
|
|
23
|
+
//==========================
|
|
24
|
+
@import "../../../../../node_modules/uikit/src/scss/components/container"; // Containers
|
|
25
|
+
@import "../../../../../node_modules/uikit/src/scss/components/grid"; // Grid system
|
|
26
|
+
@import "../../../../../node_modules/uikit/src/scss/components/flex"; // Flexbox utilities
|
|
27
|
+
@import "../../../../../node_modules/uikit/src/scss/components/width"; // Width utilities
|
|
28
|
+
@import "../../../../../node_modules/uikit/src/scss/components/height"; // Height utilities
|
|
29
|
+
@import "../../../../../node_modules/uikit/src/scss/components/column"; // Column layout
|
|
30
|
+
@import "../../../../../node_modules/uikit/src/scss/components/section"; // Sections
|
|
31
|
+
@import "../../../../../node_modules/uikit/src/scss/components/position"; // Position utilities
|
|
32
|
+
|
|
33
|
+
//==========================
|
|
34
|
+
// 3️⃣ TYPOGRAPHY
|
|
35
|
+
//==========================
|
|
36
|
+
@import "../../../../../node_modules/uikit/src/scss/components/heading"; // Headings
|
|
37
|
+
@import "../../../../../node_modules/uikit/src/scss/components/text"; // Text utilities
|
|
38
|
+
@import "../../../../../node_modules/uikit/src/scss/components/link"; // Link styles
|
|
39
|
+
@import "../../../../../node_modules/uikit/src/scss/components/list"; // Lists
|
|
40
|
+
@import "../../../../../node_modules/uikit/src/scss/components/description-list"; // Description lists
|
|
41
|
+
@import "../../../../../node_modules/uikit/src/scss/components/divider"; // Dividers
|
|
42
|
+
@import "../../../../../node_modules/uikit/src/scss/components/leader"; // Leader lines
|
|
43
|
+
@import "../../../../../node_modules/uikit/src/scss/components/article"; // Article styles
|
|
44
|
+
|
|
45
|
+
//==========================
|
|
46
|
+
// 4️⃣ FORMS
|
|
47
|
+
//==========================
|
|
48
|
+
@import "../../../../../node_modules/uikit/src/scss/components/form"; // Form styles
|
|
49
|
+
@import "../../../../../node_modules/uikit/src/scss/components/form-range"; // Range sliders
|
|
50
|
+
|
|
51
|
+
//==========================
|
|
52
|
+
// 5️⃣ COMPONENTS
|
|
53
|
+
//==========================
|
|
54
|
+
@import "../../../../../node_modules/uikit/src/scss/components/accordion"; // Accordion
|
|
55
|
+
@import "../../../../../node_modules/uikit/src/scss/components/alert"; // Alerts
|
|
56
|
+
@import "../../../../../node_modules/uikit/src/scss/components/badge"; // Badges
|
|
57
|
+
@import "../../../../../node_modules/uikit/src/scss/components/breadcrumb"; // Breadcrumbs
|
|
58
|
+
@import "../../../../../node_modules/uikit/src/scss/components/button"; // Buttons
|
|
59
|
+
@import "../../../../../node_modules/uikit/src/scss/components/card"; // Cards
|
|
60
|
+
@import "../../../../../node_modules/uikit/src/scss/components/close"; // Close button
|
|
61
|
+
@import "../../../../../node_modules/uikit/src/scss/components/comment"; // Comment sections
|
|
62
|
+
@import "../../../../../node_modules/uikit/src/scss/components/countdown"; // Countdown timer
|
|
63
|
+
@import "../../../../../node_modules/uikit/src/scss/components/cover"; // Cover images
|
|
64
|
+
@import "../../../../../node_modules/uikit/src/scss/components/drop"; // Drop component
|
|
65
|
+
@import "../../../../../node_modules/uikit/src/scss/components/dropbar"; // Dropbar
|
|
66
|
+
@import "../../../../../node_modules/uikit/src/scss/components/dropdown"; // Dropdowns
|
|
67
|
+
@import "../../../../../node_modules/uikit/src/scss/components/dropnav"; // Drop navigation
|
|
68
|
+
@import "../../../../../node_modules/uikit/src/scss/components/icon"; // Icons
|
|
69
|
+
@import "../../../../../node_modules/uikit/src/scss/components/iconnav"; // Icon navigation
|
|
70
|
+
@import "../../../../../node_modules/uikit/src/scss/components/label"; // Labels
|
|
71
|
+
@import "../../../../../node_modules/uikit/src/scss/components/lightbox"; // Lightbox
|
|
72
|
+
@import "../../../../../node_modules/uikit/src/scss/components/marker"; // Markers
|
|
73
|
+
@import "../../../../../node_modules/uikit/src/scss/components/modal"; // Modals
|
|
74
|
+
@import "../../../../../node_modules/uikit/src/scss/components/nav"; // Navigation
|
|
75
|
+
@import "../../../../../node_modules/uikit/src/scss/components/navbar"; // Navbar
|
|
76
|
+
@import "../../../../../node_modules/uikit/src/scss/components/notification"; // Notifications
|
|
77
|
+
@import "../../../../../node_modules/uikit/src/scss/components/offcanvas"; // Off-canvas
|
|
78
|
+
@import "../../../../../node_modules/uikit/src/scss/components/overlay"; // Overlays
|
|
79
|
+
@import "../../../../../node_modules/uikit/src/scss/components/pagination"; // Pagination
|
|
80
|
+
@import "../../../../../node_modules/uikit/src/scss/components/placeholder"; // Placeholder boxes
|
|
81
|
+
@import "../../../../../node_modules/uikit/src/scss/components/progress"; // Progress bars
|
|
82
|
+
@import "../../../../../node_modules/uikit/src/scss/components/search"; // Search component
|
|
83
|
+
@import "../../../../../node_modules/uikit/src/scss/components/slidenav"; // Slideshow navigation
|
|
84
|
+
@import "../../../../../node_modules/uikit/src/scss/components/slider"; // Slider
|
|
85
|
+
@import "../../../../../node_modules/uikit/src/scss/components/slideshow"; // Slideshow
|
|
86
|
+
@import "../../../../../node_modules/uikit/src/scss/components/sortable"; // Sortable lists
|
|
87
|
+
@import "../../../../../node_modules/uikit/src/scss/components/spinner"; // Spinners
|
|
88
|
+
@import "../../../../../node_modules/uikit/src/scss/components/sticky"; // Sticky elements
|
|
89
|
+
@import "../../../../../node_modules/uikit/src/scss/components/subnav"; // Sub navigation
|
|
90
|
+
@import "../../../../../node_modules/uikit/src/scss/components/svg"; // SVG utilities
|
|
91
|
+
@import "../../../../../node_modules/uikit/src/scss/components/switcher"; // Switcher component
|
|
92
|
+
@import "../../../../../node_modules/uikit/src/scss/components/tab"; // Tabs
|
|
93
|
+
@import "../../../../../node_modules/uikit/src/scss/components/table"; // Tables
|
|
94
|
+
@import "../../../../../node_modules/uikit/src/scss/components/thumbnav"; // Thumbnail navigation
|
|
95
|
+
@import "../../../../../node_modules/uikit/src/scss/components/tile"; // Tiles
|
|
96
|
+
@import "../../../../../node_modules/uikit/src/scss/components/tooltip"; // Tooltips
|
|
97
|
+
@import "../../../../../node_modules/uikit/src/scss/components/totop"; // To-top button
|
|
98
|
+
|
|
99
|
+
//==========================
|
|
100
|
+
// 6️⃣ UTILITIES
|
|
101
|
+
//==========================
|
|
102
|
+
@import "../../../../../node_modules/uikit/src/scss/components/align"; // Alignment utilities
|
|
103
|
+
@import "../../../../../node_modules/uikit/src/scss/components/animation"; // Animation utilities
|
|
104
|
+
@import "../../../../../node_modules/uikit/src/scss/components/background"; // Background utilities
|
|
105
|
+
@import "../../../../../node_modules/uikit/src/scss/components/dotnav"; // Dot navigation
|
|
106
|
+
@import "../../../../../node_modules/uikit/src/scss/components/inverse"; // Inverse color mode
|
|
107
|
+
@import "../../../../../node_modules/uikit/src/scss/components/margin"; // Margin utilities
|
|
108
|
+
@import "../../../../../node_modules/uikit/src/scss/components/padding"; // Padding utilities
|
|
109
|
+
@import "../../../../../node_modules/uikit/src/scss/components/transition"; // Transition utilities
|
|
110
|
+
@import "../../../../../node_modules/uikit/src/scss/components/utility"; // General utilities
|
|
111
|
+
@import "../../../../../node_modules/uikit/src/scss/components/visibility"; // Visibility utilities
|