shoelace-rails-ui 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.DS_Store +0 -0
- data/CHANGELOG.md +5 -0
- data/CODE_OF_CONDUCT.md +84 -0
- data/Gemfile +12 -0
- data/Gemfile.lock +42 -0
- data/LICENSE.txt +21 -0
- data/README-real.md +24 -0
- data/README.md +43 -0
- data/Rakefile +16 -0
- data/bin/console +15 -0
- data/bin/setup +8 -0
- data/lib/shoelace/rails/ui/version.rb +9 -0
- data/lib/shoelace/rails/ui.rb +12 -0
- data/regenerate.rb +48 -0
- data/remote-src/.DS_Store +0 -0
- data/remote-src/2.0.0.beta64/.DS_Store +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.editorconfig +15 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/CODE_OF_CONDUCT.md +44 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/FUNDING.yml +1 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/ISSUE_TEMPLATE/bug_report.md +36 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/ISSUE_TEMPLATE/config.yml +4 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/ISSUE_TEMPLATE/feature_request.md +17 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/SECURITY.md +7 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/workflows/node.js.yml +30 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.github/workflows/release.yml +17 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.gitignore +8 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.husky/pre-commit +4 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.prettierignore +12 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.vscode/extensions.json +9 -0
- data/remote-src/2.0.0.beta64/shoelace-next/.vscode/settings.json +4 -0
- data/remote-src/2.0.0.beta64/shoelace-next/CONTRIBUTING.md +5 -0
- data/remote-src/2.0.0.beta64/shoelace-next/LICENSE.md +7 -0
- data/remote-src/2.0.0.beta64/shoelace-next/README.md +94 -0
- data/remote-src/2.0.0.beta64/shoelace-next/cspell.json +110 -0
- data/remote-src/2.0.0.beta64/shoelace-next/custom-elements-manifest.config.js +104 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/404.md +5 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/_sidebar.md +89 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/icons/sprite.svg +1 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/chrome.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/edge.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/firefox.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/logo.svg +7 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/og-image.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/opera.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/safari.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/shoe.svg +134 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/tie.webp +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/touch-icon.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/twitter-card.png +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/undraw-content-team.svg +80 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/undraw-not-found.svg +1 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/walk.gif +0 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/wordmark.svg +7 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/code-block/code-block.css +228 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/code-block/code-block.js +376 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/metadata/metadata.js +537 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/scroll-position/scroll-position.js +24 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/search/lunr.min.js +1311 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/search/search.css +180 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/search/search.js +293 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/theme-picker/theme-picker.css +29 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/theme-picker/theme-picker.js +83 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/assets/styles/docs.css +642 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/alert.md +441 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/animated-image.md +128 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/animation.md +351 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/avatar.md +201 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/badge.md +191 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/breadcrumb-item.md +35 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/breadcrumb.md +266 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/button-group.md +470 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/button.md +453 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/card.md +311 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/checkbox.md +71 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/color-picker.md +101 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/details.md +89 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/dialog.md +265 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/divider.md +152 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/drawer.md +452 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/dropdown.md +389 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/format-bytes.md +126 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/format-date.md +120 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/format-number.md +124 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/icon-button.md +160 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/icon.md +711 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/image-comparer.md +51 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/include.md +47 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/input.md +283 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/menu-item.md +255 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/menu-label.md +52 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/menu.md +49 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/mutation-observer.md +196 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/progress-bar.md +144 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/progress-ring.md +178 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/qr-code.md +167 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/radio-group.md +52 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/radio.md +59 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/range.md +180 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/rating.md +153 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/relative-time.md +105 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/resize-observer.md +68 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/responsive-media.md +73 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/select.md +457 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/skeleton.md +439 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/spinner.md +86 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/split-panel.md +671 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/switch.md +77 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/tab-group.md +359 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/tab-panel.md +41 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/tab.md +29 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/tag.md +142 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/textarea.md +184 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/tooltip.md +410 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/components/visually-hidden.md +47 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/frameworks/angular.md +46 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/frameworks/react.md +156 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/frameworks/vue.md +92 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/customizing.md +153 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/form-controls.md +336 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/installation.md +137 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/localization.md +140 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/overview.md +131 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/themes.md +139 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/usage.md +173 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/index.html +98 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/resources/accessibility.md +18 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/resources/changelog.md +925 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/resources/community.md +53 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/resources/contributing.md +261 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tokens/border-radius.md +12 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tokens/color.md +439 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tokens/elevation.md +11 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tokens/spacing.md +16 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tokens/transition.md +11 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tokens/typography.md +58 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tokens/z-index.md +11 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tutorials/integrating-with-laravel.md +117 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tutorials/integrating-with-nextjs.md +137 -0
- data/remote-src/2.0.0.beta64/shoelace-next/docs/tutorials/integrating-with-rails.md +103 -0
- data/remote-src/2.0.0.beta64/shoelace-next/lint-staged.config.js +4 -0
- data/remote-src/2.0.0.beta64/shoelace-next/package-lock.json +9534 -0
- data/remote-src/2.0.0.beta64/shoelace-next/package.json +93 -0
- data/remote-src/2.0.0.beta64/shoelace-next/prettier.config.cjs +17 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/build.js +158 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/make-css.js +42 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/make-icons.js +71 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/make-metadata.js +11 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/make-react.js +63 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/make-search.js +100 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/make-vscode-data.js +58 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/plop/plopfile.js +67 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/plop/templates/component/component.hbs +44 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/plop/templates/component/docs.hbs +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/plop/templates/component/styles.hbs +10 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/plop/templates/component/tests.hbs +13 -0
- data/remote-src/2.0.0.beta64/shoelace-next/scripts/shared.js +18 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/alert/alert.styles.ts +95 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/alert/alert.test.ts +93 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/alert/alert.ts +238 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/animated-image/animated-image.styles.ts +52 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/animated-image/animated-image.test.ts +13 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/animated-image/animated-image.ts +120 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/animation/animation.styles.ts +10 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/animation/animation.ts +222 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/animation/animations.ts +15 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/avatar/avatar.styles.ts +66 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/avatar/avatar.test.ts +111 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/avatar/avatar.ts +83 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/badge/badge.styles.ts +94 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/badge/badge.test.ts +77 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/badge/badge.ts +53 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb/breadcrumb.styles.ts +12 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb/breadcrumb.test.ts +104 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb/breadcrumb.ts +82 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb-item/breadcrumb-item.styles.ts +85 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb-item/breadcrumb-item.test.ts +160 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb-item/breadcrumb-item.ts +92 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/button/button.styles.ts +637 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/button/button.ts +209 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/button-group/button-group.styles.ts +15 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/button-group/button-group.ts +84 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/card/card.styles.ts +62 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/card/card.test.ts +139 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/card/card.ts +68 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/checkbox/checkbox.styles.ts +108 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/checkbox/checkbox.test.ts +47 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/checkbox/checkbox.ts +203 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/color-picker/color-picker.styles.ts +326 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/color-picker/color-picker.test.ts +43 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/color-picker/color-picker.ts +853 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/details/details.styles.ts +73 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/details/details.test.ts +153 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/details/details.ts +192 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/dialog/dialog.styles.ts +106 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/dialog/dialog.test.ts +135 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/dialog/dialog.ts +296 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/divider/divider.styles.ts +25 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/divider/divider.ts +34 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/drawer/drawer.styles.ts +142 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/drawer/drawer.test.ts +135 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/drawer/drawer.ts +377 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/dropdown/dropdown.styles.ts +58 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/dropdown/dropdown.test.ts +147 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/dropdown/dropdown.ts +459 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/format-bytes/format-bytes.ts +35 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/format-date/format-date.ts +81 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/format-number/format-number.ts +69 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon/icon.styles.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon/icon.ts +131 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon/library.default.ts +9 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon/library.system.ts +97 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon/library.ts +49 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon/request.ts +36 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon-button/icon-button.styles.ts +48 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/icon-button/icon-button.ts +100 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/image-comparer/image-comparer.styles.ts +77 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/image-comparer/image-comparer.ts +147 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/include/include.styles.ts +10 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/include/include.test.ts +62 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/include/include.ts +80 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/include/request.ts +23 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/input/input.styles.ts +282 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/input/input.test.ts +35 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/input/input.ts +410 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/menu/menu.styles.ts +18 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/menu/menu.ts +205 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/menu-item/menu-item.styles.ts +84 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/menu-item/menu-item.ts +92 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/menu-label/menu-label.styles.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/menu-label/menu-label.ts +30 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/mutation-observer/mutation-observer.styles.ts +10 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/mutation-observer/mutation-observer.test.ts +13 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/mutation-observer/mutation-observer.ts +118 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/progress-bar/progress-bar.styles.ts +57 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/progress-bar/progress-bar.test.ts +89 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/progress-bar/progress-bar.ts +74 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/progress-ring/progress-ring.styles.ts +66 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/progress-ring/progress-ring.test.ts +68 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/progress-ring/progress-ring.ts +84 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/qr-code/qr-code.styles.ts +22 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/qr-code/qr-code.ts +90 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/radio/radio.styles.ts +107 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/radio/radio.test.ts +65 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/radio/radio.ts +226 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/radio-group/radio-group.styles.ts +47 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/radio-group/radio-group.ts +66 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/range/range.styles.ts +192 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/range/range.ts +273 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/rating/rating.styles.ts +79 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/rating/rating.ts +249 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/relative-time/relative-time.ts +116 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/resize-observer/resize-observer.styles.ts +10 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/resize-observer/resize-observer.ts +87 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/responsive-media/responsive-media.styles.ts +36 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/responsive-media/responsive-media.ts +50 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/select/select.styles.ts +331 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/select/select.test.ts +56 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/select/select.ts +560 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/skeleton/skeleton.styles.ts +60 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/skeleton/skeleton.ts +46 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/spinner/spinner.styles.ts +56 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/spinner/spinner.test.ts +24 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/spinner/spinner.ts +34 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/split-panel/split-panel.styles.ts +76 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/split-panel/split-panel.test.ts +13 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/split-panel/split-panel.ts +272 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/switch/switch.styles.ts +135 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/switch/switch.test.ts +64 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/switch/switch.ts +187 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tab/tab.styles.ts +61 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tab/tab.ts +104 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tab-group/tab-group.styles.ts +209 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tab-group/tab-group.ts +409 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tab-panel/tab-panel.styles.ts +17 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tab-panel/tab-panel.ts +49 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tag/tag.styles.ts +110 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tag/tag.ts +92 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/textarea/textarea.styles.ts +167 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/textarea/textarea.test.ts +35 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/textarea/textarea.ts +339 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tooltip/tooltip.styles.ts +131 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tooltip/tooltip.test.ts +117 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/tooltip/tooltip.ts +355 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/visually-hidden/visually-hidden.styles.ts +18 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/visually-hidden/visually-hidden.test.ts +39 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/components/visually-hidden/visually-hidden.ts +24 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/declaration.d.ts +8 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/animate.ts +70 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/event.ts +35 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/focus-visible.ts +26 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/form-control.ts +203 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/formdata-event-polyfill.ts +93 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/math.ts +8 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/modal.ts +53 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/number.ts +32 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/offset.ts +13 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/scroll.ts +57 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/slot.ts +91 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/string.ts +3 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/support.ts +15 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/tabbable.ts +81 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/internal/watch.ts +40 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/shoelace.ts +58 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/styles/component.styles.ts +23 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/styles/form-control.styles.ts +52 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/styles/utility.styles.ts +23 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/themes/dark.styles.ts +524 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/themes/light.styles.ts +524 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/de-ch.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/de.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/en.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/es.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/fr.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/he.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/ja.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/nl.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/pl.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/pt.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/translations/ru.ts +21 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/utilities/animation-registry.ts +59 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/utilities/animation.ts +1 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/utilities/base-path.ts +43 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/utilities/form.ts +22 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/utilities/icon-library.ts +1 -0
- data/remote-src/2.0.0.beta64/shoelace-next/src/utilities/localize.ts +5 -0
- data/remote-src/2.0.0.beta64/shoelace-next/tsconfig.json +35 -0
- data/remote-src/2.0.0.beta64/shoelace-next/vercel.json +4 -0
- data/remote-src/2.0.0.beta64/shoelace-next/web-test-runner.config.js +14 -0
- data/shoelace-rails-ui.gemspec +39 -0
- data/shoelace-rails-ui.rb +0 -0
- metadata +377 -0
@@ -0,0 +1,642 @@
|
|
1
|
+
html {
|
2
|
+
box-sizing: border-box;
|
3
|
+
}
|
4
|
+
|
5
|
+
*,
|
6
|
+
*:before,
|
7
|
+
*:after {
|
8
|
+
box-sizing: inherit;
|
9
|
+
}
|
10
|
+
|
11
|
+
body {
|
12
|
+
font-family: var(--sl-font-sans);
|
13
|
+
font-size: var(--sl-font-size-medium);
|
14
|
+
font-weight: var(--sl-font-weight-normal);
|
15
|
+
letter-spacing: var(--sl-letter-spacing-normal);
|
16
|
+
background-color: var(--sl-color-neutral-0);
|
17
|
+
color: var(--sl-color-neutral-900);
|
18
|
+
line-height: var(--sl-line-height-normal);
|
19
|
+
}
|
20
|
+
|
21
|
+
a {
|
22
|
+
color: var(--sl-color-primary-600);
|
23
|
+
}
|
24
|
+
|
25
|
+
a:hover {
|
26
|
+
color: var(--sl-color-primary-700);
|
27
|
+
}
|
28
|
+
|
29
|
+
strong {
|
30
|
+
font-weight: var(--sl-font-weight-bold);
|
31
|
+
}
|
32
|
+
|
33
|
+
/* Sidebar */
|
34
|
+
.sidebar {
|
35
|
+
background-color: var(--sl-color-neutral-0);
|
36
|
+
border-right: solid 1px var(--sl-color-neutral-200);
|
37
|
+
}
|
38
|
+
|
39
|
+
.sidebar .app-name {
|
40
|
+
padding: 0 1.5rem;
|
41
|
+
}
|
42
|
+
|
43
|
+
.sidebar-version {
|
44
|
+
font-size: var(--sl-font-size-x-small);
|
45
|
+
font-weight: var(--sl-font-weight-normal);
|
46
|
+
color: var(--sl-color-neutral-500);
|
47
|
+
text-align: right;
|
48
|
+
padding: 0 var(--sl-spacing-small);
|
49
|
+
margin: -1.25rem 0 0.6rem 0;
|
50
|
+
}
|
51
|
+
|
52
|
+
.sidebar-buttons {
|
53
|
+
text-align: center;
|
54
|
+
margin-top: 0;
|
55
|
+
}
|
56
|
+
|
57
|
+
/* Sidebar toggle */
|
58
|
+
.sidebar-toggle {
|
59
|
+
top: 0.25rem;
|
60
|
+
left: 0.25rem;
|
61
|
+
width: 2rem;
|
62
|
+
height: 2rem;
|
63
|
+
border-radius: var(--sl-border-radius-medium);
|
64
|
+
background-color: var(--sl-color-neutral-0);
|
65
|
+
padding: 0.5rem;
|
66
|
+
}
|
67
|
+
|
68
|
+
.sidebar-toggle:hover .sidebar-toggle-button {
|
69
|
+
opacity: 1;
|
70
|
+
}
|
71
|
+
|
72
|
+
.sidebar-toggle:active .sidebar-toggle-button span {
|
73
|
+
background-color: var(--sl-color-primary-600);
|
74
|
+
}
|
75
|
+
|
76
|
+
.sidebar-toggle:focus {
|
77
|
+
outline: none;
|
78
|
+
box-shadow: var(--sl-focus-ring);
|
79
|
+
}
|
80
|
+
|
81
|
+
.sidebar-toggle span:last-child {
|
82
|
+
margin-bottom: 0;
|
83
|
+
}
|
84
|
+
|
85
|
+
@media screen and (max-width: 768px) {
|
86
|
+
body.close .sidebar-toggle {
|
87
|
+
width: 2rem;
|
88
|
+
background: none;
|
89
|
+
padding: 0.5rem;
|
90
|
+
}
|
91
|
+
}
|
92
|
+
|
93
|
+
/* Sidebar nav */
|
94
|
+
.sidebar-nav {
|
95
|
+
padding: 0 1rem;
|
96
|
+
}
|
97
|
+
|
98
|
+
.sidebar-nav li {
|
99
|
+
line-height: 1;
|
100
|
+
padding: 0;
|
101
|
+
}
|
102
|
+
|
103
|
+
.sidebar-nav a {
|
104
|
+
color: inherit;
|
105
|
+
text-decoration: none;
|
106
|
+
line-height: 1.5em;
|
107
|
+
padding-top: 0.25em;
|
108
|
+
padding-bottom: 0.25em;
|
109
|
+
}
|
110
|
+
|
111
|
+
.sidebar-nav li.collapse > a,
|
112
|
+
.sidebar-nav li.active > a {
|
113
|
+
color: var(--sl-color-primary-600);
|
114
|
+
}
|
115
|
+
|
116
|
+
.sidebar li > p {
|
117
|
+
font-weight: var(--sl-font-weight-bold);
|
118
|
+
border-bottom: solid 1px var(--sl-color-neutral-200);
|
119
|
+
margin: 0 0.75rem 0.5rem 0;
|
120
|
+
}
|
121
|
+
|
122
|
+
.sidebar ul li ul {
|
123
|
+
padding-left: 0.5rem;
|
124
|
+
margin: 0 0.75rem 1.5rem 0;
|
125
|
+
}
|
126
|
+
|
127
|
+
.sidebar ul ul ul {
|
128
|
+
padding: 0;
|
129
|
+
margin: 0 0 0 0.5rem;
|
130
|
+
}
|
131
|
+
|
132
|
+
.sidebar ul ul ul li {
|
133
|
+
list-style: disc;
|
134
|
+
margin-left: 1.5rem;
|
135
|
+
}
|
136
|
+
|
137
|
+
/* Splash */
|
138
|
+
.splash {
|
139
|
+
display: flex;
|
140
|
+
padding-top: 2rem;
|
141
|
+
}
|
142
|
+
|
143
|
+
.splash-start {
|
144
|
+
min-width: 420px;
|
145
|
+
}
|
146
|
+
|
147
|
+
.splash-end {
|
148
|
+
display: flex;
|
149
|
+
align-items: flex-end;
|
150
|
+
width: auto;
|
151
|
+
padding-left: 1rem;
|
152
|
+
}
|
153
|
+
|
154
|
+
.splash-image {
|
155
|
+
width: 100%;
|
156
|
+
height: auto;
|
157
|
+
}
|
158
|
+
|
159
|
+
.splash-logo {
|
160
|
+
max-width: 22rem;
|
161
|
+
}
|
162
|
+
|
163
|
+
.markdown-section .splash-start h1:first-of-type {
|
164
|
+
font-size: var(--sl-font-size-large);
|
165
|
+
margin: 0 0 0.5rem 0;
|
166
|
+
}
|
167
|
+
|
168
|
+
@media screen and (max-width: 1040px) {
|
169
|
+
.splash {
|
170
|
+
display: block;
|
171
|
+
}
|
172
|
+
|
173
|
+
.splash-start {
|
174
|
+
min-width: 0;
|
175
|
+
padding-bottom: 1rem;
|
176
|
+
}
|
177
|
+
|
178
|
+
.splash-end {
|
179
|
+
padding: 0;
|
180
|
+
}
|
181
|
+
|
182
|
+
.splash-image {
|
183
|
+
display: block;
|
184
|
+
max-width: 400px;
|
185
|
+
}
|
186
|
+
|
187
|
+
/* Shields */
|
188
|
+
.splash + p {
|
189
|
+
margin-top: 2rem;
|
190
|
+
}
|
191
|
+
}
|
192
|
+
|
193
|
+
/* Content */
|
194
|
+
.content {
|
195
|
+
padding-top: 0;
|
196
|
+
}
|
197
|
+
|
198
|
+
.markdown-section {
|
199
|
+
max-width: 860px;
|
200
|
+
}
|
201
|
+
|
202
|
+
.anchor span {
|
203
|
+
color: var(--sl-color-neutral-1000);
|
204
|
+
}
|
205
|
+
|
206
|
+
.markdown-section blockquote {
|
207
|
+
position: relative;
|
208
|
+
border-left: solid 4px var(--sl-color-neutral-200);
|
209
|
+
font-style: italic;
|
210
|
+
padding: 1rem 1.5rem;
|
211
|
+
margin: 0 0 1rem 0;
|
212
|
+
}
|
213
|
+
|
214
|
+
.markdown-section blockquote p:first-child {
|
215
|
+
margin-top: 0;
|
216
|
+
}
|
217
|
+
|
218
|
+
.markdown-section blockquote p:last-child {
|
219
|
+
margin-bottom: 0;
|
220
|
+
}
|
221
|
+
|
222
|
+
.markdown-section ul {
|
223
|
+
padding: 0 0 0 1.5rem;
|
224
|
+
margin: 0 0 1rem 0;
|
225
|
+
}
|
226
|
+
|
227
|
+
.markdown-section ul ul {
|
228
|
+
margin-bottom: 0;
|
229
|
+
}
|
230
|
+
|
231
|
+
.docsify-pagination-container {
|
232
|
+
border-top-color: var(--sl-color-neutral-200) !important;
|
233
|
+
}
|
234
|
+
|
235
|
+
.pagination-item-label,
|
236
|
+
.pagination-item-subtitle,
|
237
|
+
.pagination-item-title {
|
238
|
+
opacity: 1 !important;
|
239
|
+
}
|
240
|
+
|
241
|
+
.markdown-section h1,
|
242
|
+
.markdown-section h2,
|
243
|
+
.markdown-section h3,
|
244
|
+
.markdown-section h4,
|
245
|
+
.markdown-section h5,
|
246
|
+
.markdown-section h6 {
|
247
|
+
font-weight: var(--sl-font-weight-normal);
|
248
|
+
margin: 0 0 1em 0;
|
249
|
+
}
|
250
|
+
|
251
|
+
.markdown-section h1 {
|
252
|
+
font-size: var(--sl-font-size-2x-large);
|
253
|
+
}
|
254
|
+
|
255
|
+
.markdown-section h2 {
|
256
|
+
font-size: var(--sl-font-size-x-large);
|
257
|
+
border-bottom: solid 1px var(--sl-color-neutral-200);
|
258
|
+
margin-top: 2rem;
|
259
|
+
}
|
260
|
+
|
261
|
+
.markdown-section h3 {
|
262
|
+
font-size: var(--sl-font-size-large);
|
263
|
+
}
|
264
|
+
|
265
|
+
.markdown-section h4 {
|
266
|
+
font-size: var(--sl-font-size-medium);
|
267
|
+
}
|
268
|
+
|
269
|
+
.markdown-section h5 {
|
270
|
+
font-size: var(--sl-font-size-small);
|
271
|
+
}
|
272
|
+
|
273
|
+
.markdown-section h6 {
|
274
|
+
font-size: var(--sl-font-size-x-small);
|
275
|
+
}
|
276
|
+
|
277
|
+
.markdown-section pre {
|
278
|
+
font-family: var(--sl-font-mono);
|
279
|
+
}
|
280
|
+
|
281
|
+
.markdown-section h1:first-of-type {
|
282
|
+
margin-bottom: 0;
|
283
|
+
}
|
284
|
+
|
285
|
+
.markdown-section code {
|
286
|
+
font-family: var(--sl-font-mono);
|
287
|
+
font-size: 87.5%;
|
288
|
+
background-color: var(--sl-color-neutral-50);
|
289
|
+
border-radius: var(--sl-border-radius-small);
|
290
|
+
padding: 2px 4px;
|
291
|
+
}
|
292
|
+
|
293
|
+
.markdown-section tr:nth-child(2n) code {
|
294
|
+
background-color: var(--sl-color-neutral-100);
|
295
|
+
}
|
296
|
+
|
297
|
+
kbd,
|
298
|
+
.markdown-section kbd {
|
299
|
+
font-family: var(--sl-font-mono);
|
300
|
+
font-size: 87.5%;
|
301
|
+
background-color: var(--sl-color-neutral-50);
|
302
|
+
border-radius: var(--sl-border-radius-small);
|
303
|
+
border: solid 1px var(--sl-color-neutral-200);
|
304
|
+
box-shadow: inset 0 1px 0 var(--sl-color-neutral-0);
|
305
|
+
padding: 2px 5px;
|
306
|
+
}
|
307
|
+
|
308
|
+
/* Code blocks */
|
309
|
+
.markdown-section pre {
|
310
|
+
position: relative;
|
311
|
+
background-color: var(--sl-color-neutral-50);
|
312
|
+
border-radius: var(--sl-border-radius-medium);
|
313
|
+
}
|
314
|
+
|
315
|
+
.markdown-section pre > code {
|
316
|
+
display: block;
|
317
|
+
background: none;
|
318
|
+
border-radius: 0;
|
319
|
+
color: var(--sl-color-neutral-800);
|
320
|
+
padding: var(--sl-spacing-medium);
|
321
|
+
overflow: auto;
|
322
|
+
hyphens: none;
|
323
|
+
tab-size: 2;
|
324
|
+
}
|
325
|
+
|
326
|
+
.markdown-section pre .token.comment {
|
327
|
+
color: var(--sl-color-neutral-500);
|
328
|
+
}
|
329
|
+
|
330
|
+
.markdown-section pre .token.prolog,
|
331
|
+
.markdown-section pre .token.doctype,
|
332
|
+
.markdown-section pre .token.cdata,
|
333
|
+
.markdown-section pre .token.operator {
|
334
|
+
color: var(--sl-color-neutral-600);
|
335
|
+
}
|
336
|
+
|
337
|
+
.markdown-section pre .token.punctuation {
|
338
|
+
color: var(--sl-color-neutral-600);
|
339
|
+
}
|
340
|
+
|
341
|
+
.namespace {
|
342
|
+
opacity: 0.7;
|
343
|
+
}
|
344
|
+
|
345
|
+
.markdown-section pre .token.property,
|
346
|
+
.markdown-section pre .token.keyword,
|
347
|
+
.markdown-section pre .token.tag,
|
348
|
+
.markdown-section pre .token.url {
|
349
|
+
color: var(--sl-color-blue-600);
|
350
|
+
}
|
351
|
+
|
352
|
+
.markdown-section pre .token.symbol,
|
353
|
+
.markdown-section pre .token.deleted {
|
354
|
+
color: var(--sl-color-pink-600);
|
355
|
+
}
|
356
|
+
|
357
|
+
.markdown-section pre .token.boolean,
|
358
|
+
.markdown-section pre .token.constant,
|
359
|
+
.markdown-section pre .token.selector,
|
360
|
+
.markdown-section pre .token.attr-name,
|
361
|
+
.markdown-section pre .token.string,
|
362
|
+
.markdown-section pre .token.char,
|
363
|
+
.markdown-section pre .token.builtin,
|
364
|
+
.markdown-section pre .token.inserted {
|
365
|
+
color: var(--sl-color-emerald-600);
|
366
|
+
}
|
367
|
+
|
368
|
+
.markdown-section pre .token.atrule,
|
369
|
+
.markdown-section pre .token.attr-value,
|
370
|
+
.markdown-section pre .token.number,
|
371
|
+
.markdown-section pre .token.variable {
|
372
|
+
color: var(--sl-color-violet-700);
|
373
|
+
}
|
374
|
+
|
375
|
+
.markdown-section pre .token.function,
|
376
|
+
.markdown-section pre .token.class-name,
|
377
|
+
.markdown-section pre .token.regex {
|
378
|
+
color: var(--sl-color-orange-600);
|
379
|
+
}
|
380
|
+
|
381
|
+
.markdown-section pre .token.important {
|
382
|
+
color: var(--sl-color-red-600);
|
383
|
+
}
|
384
|
+
|
385
|
+
.markdown-section pre .token.important,
|
386
|
+
.markdown-section pre .token.bold {
|
387
|
+
font-weight: bold;
|
388
|
+
}
|
389
|
+
|
390
|
+
.markdown-section pre .token.italic {
|
391
|
+
font-style: italic;
|
392
|
+
}
|
393
|
+
|
394
|
+
/* Tables */
|
395
|
+
.table-wrapper {
|
396
|
+
overflow-x: auto;
|
397
|
+
}
|
398
|
+
|
399
|
+
@media screen and (max-width: 1200px) {
|
400
|
+
.table-wrapper table {
|
401
|
+
min-width: 800px;
|
402
|
+
}
|
403
|
+
}
|
404
|
+
|
405
|
+
.markdown-section table {
|
406
|
+
display: table;
|
407
|
+
margin-bottom: 1.5rem;
|
408
|
+
}
|
409
|
+
|
410
|
+
.markdown-section tr {
|
411
|
+
border: none;
|
412
|
+
}
|
413
|
+
|
414
|
+
.markdown-section tr:nth-child(2n) {
|
415
|
+
background: var(--sl-color-neutral-50);
|
416
|
+
}
|
417
|
+
|
418
|
+
.markdown-section th {
|
419
|
+
border: none;
|
420
|
+
font-weight: var(--sl-font-weight-semibold);
|
421
|
+
text-align: left;
|
422
|
+
}
|
423
|
+
|
424
|
+
.markdown-section td {
|
425
|
+
border-top: solid 1px var(--sl-color-neutral-200);
|
426
|
+
border-bottom: solid 1px var(--sl-color-neutral-200);
|
427
|
+
border-left: none;
|
428
|
+
border-right: none;
|
429
|
+
}
|
430
|
+
|
431
|
+
.markdown-section table .nowrap {
|
432
|
+
white-space: nowrap;
|
433
|
+
}
|
434
|
+
|
435
|
+
.markdown-section table sl-tooltip code {
|
436
|
+
border-bottom: dashed 1px var(--sl-color-neutral-300);
|
437
|
+
cursor: help;
|
438
|
+
}
|
439
|
+
|
440
|
+
/* Iframes */
|
441
|
+
.markdown-section iframe {
|
442
|
+
border: none;
|
443
|
+
}
|
444
|
+
|
445
|
+
/* Tips & Warnings */
|
446
|
+
.markdown-section p.tip,
|
447
|
+
.markdown-section p.warn {
|
448
|
+
position: relative;
|
449
|
+
background-color: var(--sl-color-neutral-50);
|
450
|
+
border-left: solid 4px transparent;
|
451
|
+
border-radius: var(--sl-border-radius-medium);
|
452
|
+
padding-left: 1.5rem;
|
453
|
+
}
|
454
|
+
|
455
|
+
.markdown-section p.tip:before,
|
456
|
+
.markdown-section p.warn:before {
|
457
|
+
content: '!';
|
458
|
+
border-radius: 100%;
|
459
|
+
color: var(--sl-color-neutral-0);
|
460
|
+
font-size: 14px;
|
461
|
+
font-weight: bold;
|
462
|
+
left: -12px;
|
463
|
+
line-height: 20px;
|
464
|
+
position: absolute;
|
465
|
+
height: 20px;
|
466
|
+
width: 20px;
|
467
|
+
text-align: center;
|
468
|
+
top: calc(50% - 10px);
|
469
|
+
}
|
470
|
+
|
471
|
+
.markdown-section p.warn {
|
472
|
+
border-left-color: var(--sl-color-primary-600);
|
473
|
+
}
|
474
|
+
|
475
|
+
.markdown-section p.warn:before {
|
476
|
+
background-color: var(--sl-color-primary-600);
|
477
|
+
}
|
478
|
+
|
479
|
+
.markdown-section p.tip {
|
480
|
+
border-left-color: var(--sl-color-danger-600);
|
481
|
+
}
|
482
|
+
|
483
|
+
.markdown-section p.tip:before {
|
484
|
+
background-color: var(--sl-color-danger-600);
|
485
|
+
}
|
486
|
+
|
487
|
+
.markdown-section p.tip code,
|
488
|
+
.markdown-section p.warn code {
|
489
|
+
background-color: var(--sl-color-neutral-100);
|
490
|
+
}
|
491
|
+
|
492
|
+
/* Component headers */
|
493
|
+
.component-header {
|
494
|
+
border-bottom: solid 1px var(--sl-color-neutral-200);
|
495
|
+
padding-bottom: 2rem;
|
496
|
+
margin-top: -1rem;
|
497
|
+
margin-bottom: 2rem;
|
498
|
+
}
|
499
|
+
|
500
|
+
.component-header__tag {
|
501
|
+
border-bottom: none;
|
502
|
+
padding: 0;
|
503
|
+
margin: 0.75rem 0 0.25rem 0;
|
504
|
+
}
|
505
|
+
|
506
|
+
.markdown-section .component-header__tag code {
|
507
|
+
background: none;
|
508
|
+
color: var(--sl-color-neutral-600);
|
509
|
+
font-size: var(--sl-font-size-large);
|
510
|
+
padding: 0;
|
511
|
+
margin: 0;
|
512
|
+
}
|
513
|
+
|
514
|
+
.component-header__info {
|
515
|
+
margin-bottom: 0.5rem;
|
516
|
+
}
|
517
|
+
|
518
|
+
/* Lead sentences that occur immediately after the header */
|
519
|
+
.component-header + p {
|
520
|
+
font-size: var(--sl-font-size-large);
|
521
|
+
line-height: 1.6;
|
522
|
+
}
|
523
|
+
|
524
|
+
/* Repo buttons */
|
525
|
+
.repo-button--sponsor sl-icon {
|
526
|
+
color: var(--sl-color-pink-600);
|
527
|
+
}
|
528
|
+
|
529
|
+
.repo-button--github sl-icon {
|
530
|
+
color: var(--sl-color-neutral-700);
|
531
|
+
}
|
532
|
+
|
533
|
+
.repo-button--twitter sl-icon {
|
534
|
+
color: var(--sl-color-sky-500);
|
535
|
+
}
|
536
|
+
|
537
|
+
@media screen and (max-width: 400px) {
|
538
|
+
:not(.sidebar-buttons) > .repo-button {
|
539
|
+
width: 100%;
|
540
|
+
margin-bottom: 1rem;
|
541
|
+
}
|
542
|
+
}
|
543
|
+
|
544
|
+
body[data-page^='/tokens/'] .table-wrapper td:first-child,
|
545
|
+
body[data-page^='/tokens/'] .table-wrapper td:first-child code {
|
546
|
+
white-space: nowrap;
|
547
|
+
}
|
548
|
+
|
549
|
+
/* Border radius demo */
|
550
|
+
.border-radius-demo {
|
551
|
+
width: 3rem;
|
552
|
+
height: 3rem;
|
553
|
+
background: var(--sl-color-primary-600);
|
554
|
+
}
|
555
|
+
|
556
|
+
/* Transition demo */
|
557
|
+
.transition-demo {
|
558
|
+
position: relative;
|
559
|
+
background: var(--sl-color-neutral-200);
|
560
|
+
width: 8rem;
|
561
|
+
height: 2rem;
|
562
|
+
}
|
563
|
+
|
564
|
+
.transition-demo:after {
|
565
|
+
content: '';
|
566
|
+
position: absolute;
|
567
|
+
background-color: var(--sl-color-primary-600);
|
568
|
+
top: 0;
|
569
|
+
left: 0;
|
570
|
+
width: 0;
|
571
|
+
height: 100%;
|
572
|
+
transition-duration: inherit;
|
573
|
+
transition-property: width;
|
574
|
+
}
|
575
|
+
|
576
|
+
.transition-demo:hover:after {
|
577
|
+
width: 100%;
|
578
|
+
}
|
579
|
+
|
580
|
+
/* Spacing demo */
|
581
|
+
.spacing-demo {
|
582
|
+
width: 100px;
|
583
|
+
background: var(--sl-color-primary-600);
|
584
|
+
}
|
585
|
+
|
586
|
+
/* Elevation demo */
|
587
|
+
.elevation-demo {
|
588
|
+
background: transparent;
|
589
|
+
border-radius: 3px;
|
590
|
+
width: 4rem;
|
591
|
+
height: 4rem;
|
592
|
+
margin: 1rem;
|
593
|
+
}
|
594
|
+
|
595
|
+
/* Color palettes */
|
596
|
+
.color-palette {
|
597
|
+
display: grid;
|
598
|
+
grid-template-columns: 200px repeat(11, 1fr);
|
599
|
+
gap: 1rem var(--sl-spacing-2x-small);
|
600
|
+
margin: 2rem 0;
|
601
|
+
}
|
602
|
+
|
603
|
+
.color-palette__name {
|
604
|
+
font-size: var(--sl-font-size-medium);
|
605
|
+
font-weight: var(--sl-font-weight-semibold);
|
606
|
+
grid-template-columns: repeat(11, 1fr);
|
607
|
+
}
|
608
|
+
|
609
|
+
.color-palette__name code {
|
610
|
+
background: none;
|
611
|
+
font-size: var(--sl-font-size-x-small);
|
612
|
+
}
|
613
|
+
|
614
|
+
.color-palette__example {
|
615
|
+
font-size: var(--sl-font-size-x-small);
|
616
|
+
text-align: center;
|
617
|
+
}
|
618
|
+
|
619
|
+
.color-palette__swatch {
|
620
|
+
height: 3rem;
|
621
|
+
border-radius: var(--sl-border-radius-small);
|
622
|
+
}
|
623
|
+
|
624
|
+
.color-palette__swatch--border {
|
625
|
+
box-shadow: inset 0 0 0 1px var(--sl-color-neutral-300);
|
626
|
+
}
|
627
|
+
|
628
|
+
@media screen and (max-width: 1200px) {
|
629
|
+
.color-palette {
|
630
|
+
grid-template-columns: repeat(6, 1fr);
|
631
|
+
}
|
632
|
+
|
633
|
+
.color-palette__name {
|
634
|
+
grid-column-start: span 6;
|
635
|
+
}
|
636
|
+
}
|
637
|
+
|
638
|
+
.not-found-image {
|
639
|
+
display: block;
|
640
|
+
max-width: 460px;
|
641
|
+
margin: 2rem 0;
|
642
|
+
}
|