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
metadata
ADDED
@@ -0,0 +1,377 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: shoelace-rails-ui
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Nick Schwaderer
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-01-18 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Use shoelace out of the box, with ERB and adapters for rails helpers
|
14
|
+
email:
|
15
|
+
- nick.schwaderer@shopify.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- ".DS_Store"
|
21
|
+
- CHANGELOG.md
|
22
|
+
- CODE_OF_CONDUCT.md
|
23
|
+
- Gemfile
|
24
|
+
- Gemfile.lock
|
25
|
+
- LICENSE.txt
|
26
|
+
- README-real.md
|
27
|
+
- README.md
|
28
|
+
- Rakefile
|
29
|
+
- bin/console
|
30
|
+
- bin/setup
|
31
|
+
- lib/shoelace/rails/ui.rb
|
32
|
+
- lib/shoelace/rails/ui/version.rb
|
33
|
+
- regenerate.rb
|
34
|
+
- remote-src/.DS_Store
|
35
|
+
- remote-src/2.0.0.beta64/.DS_Store
|
36
|
+
- remote-src/2.0.0.beta64/shoelace-next/.editorconfig
|
37
|
+
- remote-src/2.0.0.beta64/shoelace-next/.github/CODE_OF_CONDUCT.md
|
38
|
+
- remote-src/2.0.0.beta64/shoelace-next/.github/FUNDING.yml
|
39
|
+
- remote-src/2.0.0.beta64/shoelace-next/.github/ISSUE_TEMPLATE/bug_report.md
|
40
|
+
- remote-src/2.0.0.beta64/shoelace-next/.github/ISSUE_TEMPLATE/config.yml
|
41
|
+
- remote-src/2.0.0.beta64/shoelace-next/.github/ISSUE_TEMPLATE/feature_request.md
|
42
|
+
- remote-src/2.0.0.beta64/shoelace-next/.github/SECURITY.md
|
43
|
+
- remote-src/2.0.0.beta64/shoelace-next/.github/workflows/node.js.yml
|
44
|
+
- remote-src/2.0.0.beta64/shoelace-next/.github/workflows/release.yml
|
45
|
+
- remote-src/2.0.0.beta64/shoelace-next/.gitignore
|
46
|
+
- remote-src/2.0.0.beta64/shoelace-next/.husky/pre-commit
|
47
|
+
- remote-src/2.0.0.beta64/shoelace-next/.prettierignore
|
48
|
+
- remote-src/2.0.0.beta64/shoelace-next/.vscode/extensions.json
|
49
|
+
- remote-src/2.0.0.beta64/shoelace-next/.vscode/settings.json
|
50
|
+
- remote-src/2.0.0.beta64/shoelace-next/CONTRIBUTING.md
|
51
|
+
- remote-src/2.0.0.beta64/shoelace-next/LICENSE.md
|
52
|
+
- remote-src/2.0.0.beta64/shoelace-next/README.md
|
53
|
+
- remote-src/2.0.0.beta64/shoelace-next/cspell.json
|
54
|
+
- remote-src/2.0.0.beta64/shoelace-next/custom-elements-manifest.config.js
|
55
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/404.md
|
56
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/_sidebar.md
|
57
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/icons/sprite.svg
|
58
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/chrome.png
|
59
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/edge.png
|
60
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/firefox.png
|
61
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/logo.svg
|
62
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/og-image.png
|
63
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/opera.png
|
64
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/safari.png
|
65
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/shoe.svg
|
66
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/tie.webp
|
67
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/touch-icon.png
|
68
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/twitter-card.png
|
69
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/undraw-content-team.svg
|
70
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/undraw-not-found.svg
|
71
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/walk.gif
|
72
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/images/wordmark.svg
|
73
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/code-block/code-block.css
|
74
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/code-block/code-block.js
|
75
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/metadata/metadata.js
|
76
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/scroll-position/scroll-position.js
|
77
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/search/lunr.min.js
|
78
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/search/search.css
|
79
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/search/search.js
|
80
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/theme-picker/theme-picker.css
|
81
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/plugins/theme-picker/theme-picker.js
|
82
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/assets/styles/docs.css
|
83
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/alert.md
|
84
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/animated-image.md
|
85
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/animation.md
|
86
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/avatar.md
|
87
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/badge.md
|
88
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/breadcrumb-item.md
|
89
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/breadcrumb.md
|
90
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/button-group.md
|
91
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/button.md
|
92
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/card.md
|
93
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/checkbox.md
|
94
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/color-picker.md
|
95
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/details.md
|
96
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/dialog.md
|
97
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/divider.md
|
98
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/drawer.md
|
99
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/dropdown.md
|
100
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/format-bytes.md
|
101
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/format-date.md
|
102
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/format-number.md
|
103
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/icon-button.md
|
104
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/icon.md
|
105
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/image-comparer.md
|
106
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/include.md
|
107
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/input.md
|
108
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/menu-item.md
|
109
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/menu-label.md
|
110
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/menu.md
|
111
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/mutation-observer.md
|
112
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/progress-bar.md
|
113
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/progress-ring.md
|
114
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/qr-code.md
|
115
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/radio-group.md
|
116
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/radio.md
|
117
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/range.md
|
118
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/rating.md
|
119
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/relative-time.md
|
120
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/resize-observer.md
|
121
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/responsive-media.md
|
122
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/select.md
|
123
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/skeleton.md
|
124
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/spinner.md
|
125
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/split-panel.md
|
126
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/switch.md
|
127
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/tab-group.md
|
128
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/tab-panel.md
|
129
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/tab.md
|
130
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/tag.md
|
131
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/textarea.md
|
132
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/tooltip.md
|
133
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/components/visually-hidden.md
|
134
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/frameworks/angular.md
|
135
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/frameworks/react.md
|
136
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/frameworks/vue.md
|
137
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/customizing.md
|
138
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/form-controls.md
|
139
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/installation.md
|
140
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/localization.md
|
141
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/overview.md
|
142
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/themes.md
|
143
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/getting-started/usage.md
|
144
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/index.html
|
145
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/resources/accessibility.md
|
146
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/resources/changelog.md
|
147
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/resources/community.md
|
148
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/resources/contributing.md
|
149
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/tokens/border-radius.md
|
150
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/tokens/color.md
|
151
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/tokens/elevation.md
|
152
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/tokens/spacing.md
|
153
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/tokens/transition.md
|
154
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/tokens/typography.md
|
155
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/tokens/z-index.md
|
156
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/tutorials/integrating-with-laravel.md
|
157
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/tutorials/integrating-with-nextjs.md
|
158
|
+
- remote-src/2.0.0.beta64/shoelace-next/docs/tutorials/integrating-with-rails.md
|
159
|
+
- remote-src/2.0.0.beta64/shoelace-next/lint-staged.config.js
|
160
|
+
- remote-src/2.0.0.beta64/shoelace-next/package-lock.json
|
161
|
+
- remote-src/2.0.0.beta64/shoelace-next/package.json
|
162
|
+
- remote-src/2.0.0.beta64/shoelace-next/prettier.config.cjs
|
163
|
+
- remote-src/2.0.0.beta64/shoelace-next/scripts/build.js
|
164
|
+
- remote-src/2.0.0.beta64/shoelace-next/scripts/make-css.js
|
165
|
+
- remote-src/2.0.0.beta64/shoelace-next/scripts/make-icons.js
|
166
|
+
- remote-src/2.0.0.beta64/shoelace-next/scripts/make-metadata.js
|
167
|
+
- remote-src/2.0.0.beta64/shoelace-next/scripts/make-react.js
|
168
|
+
- remote-src/2.0.0.beta64/shoelace-next/scripts/make-search.js
|
169
|
+
- remote-src/2.0.0.beta64/shoelace-next/scripts/make-vscode-data.js
|
170
|
+
- remote-src/2.0.0.beta64/shoelace-next/scripts/plop/plopfile.js
|
171
|
+
- remote-src/2.0.0.beta64/shoelace-next/scripts/plop/templates/component/component.hbs
|
172
|
+
- remote-src/2.0.0.beta64/shoelace-next/scripts/plop/templates/component/docs.hbs
|
173
|
+
- remote-src/2.0.0.beta64/shoelace-next/scripts/plop/templates/component/styles.hbs
|
174
|
+
- remote-src/2.0.0.beta64/shoelace-next/scripts/plop/templates/component/tests.hbs
|
175
|
+
- remote-src/2.0.0.beta64/shoelace-next/scripts/shared.js
|
176
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/alert/alert.styles.ts
|
177
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/alert/alert.test.ts
|
178
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/alert/alert.ts
|
179
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/animated-image/animated-image.styles.ts
|
180
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/animated-image/animated-image.test.ts
|
181
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/animated-image/animated-image.ts
|
182
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/animation/animation.styles.ts
|
183
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/animation/animation.ts
|
184
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/animation/animations.ts
|
185
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/avatar/avatar.styles.ts
|
186
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/avatar/avatar.test.ts
|
187
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/avatar/avatar.ts
|
188
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/badge/badge.styles.ts
|
189
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/badge/badge.test.ts
|
190
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/badge/badge.ts
|
191
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb-item/breadcrumb-item.styles.ts
|
192
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb-item/breadcrumb-item.test.ts
|
193
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb-item/breadcrumb-item.ts
|
194
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb/breadcrumb.styles.ts
|
195
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb/breadcrumb.test.ts
|
196
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/breadcrumb/breadcrumb.ts
|
197
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/button-group/button-group.styles.ts
|
198
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/button-group/button-group.ts
|
199
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/button/button.styles.ts
|
200
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/button/button.ts
|
201
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/card/card.styles.ts
|
202
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/card/card.test.ts
|
203
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/card/card.ts
|
204
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/checkbox/checkbox.styles.ts
|
205
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/checkbox/checkbox.test.ts
|
206
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/checkbox/checkbox.ts
|
207
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/color-picker/color-picker.styles.ts
|
208
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/color-picker/color-picker.test.ts
|
209
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/color-picker/color-picker.ts
|
210
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/details/details.styles.ts
|
211
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/details/details.test.ts
|
212
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/details/details.ts
|
213
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/dialog/dialog.styles.ts
|
214
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/dialog/dialog.test.ts
|
215
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/dialog/dialog.ts
|
216
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/divider/divider.styles.ts
|
217
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/divider/divider.ts
|
218
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/drawer/drawer.styles.ts
|
219
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/drawer/drawer.test.ts
|
220
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/drawer/drawer.ts
|
221
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/dropdown/dropdown.styles.ts
|
222
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/dropdown/dropdown.test.ts
|
223
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/dropdown/dropdown.ts
|
224
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/format-bytes/format-bytes.ts
|
225
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/format-date/format-date.ts
|
226
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/format-number/format-number.ts
|
227
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/icon-button/icon-button.styles.ts
|
228
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/icon-button/icon-button.ts
|
229
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/icon/icon.styles.ts
|
230
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/icon/icon.ts
|
231
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/icon/library.default.ts
|
232
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/icon/library.system.ts
|
233
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/icon/library.ts
|
234
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/icon/request.ts
|
235
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/image-comparer/image-comparer.styles.ts
|
236
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/image-comparer/image-comparer.ts
|
237
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/include/include.styles.ts
|
238
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/include/include.test.ts
|
239
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/include/include.ts
|
240
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/include/request.ts
|
241
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/input/input.styles.ts
|
242
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/input/input.test.ts
|
243
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/input/input.ts
|
244
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/menu-item/menu-item.styles.ts
|
245
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/menu-item/menu-item.ts
|
246
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/menu-label/menu-label.styles.ts
|
247
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/menu-label/menu-label.ts
|
248
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/menu/menu.styles.ts
|
249
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/menu/menu.ts
|
250
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/mutation-observer/mutation-observer.styles.ts
|
251
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/mutation-observer/mutation-observer.test.ts
|
252
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/mutation-observer/mutation-observer.ts
|
253
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/progress-bar/progress-bar.styles.ts
|
254
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/progress-bar/progress-bar.test.ts
|
255
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/progress-bar/progress-bar.ts
|
256
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/progress-ring/progress-ring.styles.ts
|
257
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/progress-ring/progress-ring.test.ts
|
258
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/progress-ring/progress-ring.ts
|
259
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/qr-code/qr-code.styles.ts
|
260
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/qr-code/qr-code.ts
|
261
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/radio-group/radio-group.styles.ts
|
262
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/radio-group/radio-group.ts
|
263
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/radio/radio.styles.ts
|
264
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/radio/radio.test.ts
|
265
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/radio/radio.ts
|
266
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/range/range.styles.ts
|
267
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/range/range.ts
|
268
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/rating/rating.styles.ts
|
269
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/rating/rating.ts
|
270
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/relative-time/relative-time.ts
|
271
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/resize-observer/resize-observer.styles.ts
|
272
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/resize-observer/resize-observer.ts
|
273
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/responsive-media/responsive-media.styles.ts
|
274
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/responsive-media/responsive-media.ts
|
275
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/select/select.styles.ts
|
276
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/select/select.test.ts
|
277
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/select/select.ts
|
278
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/skeleton/skeleton.styles.ts
|
279
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/skeleton/skeleton.ts
|
280
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/spinner/spinner.styles.ts
|
281
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/spinner/spinner.test.ts
|
282
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/spinner/spinner.ts
|
283
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/split-panel/split-panel.styles.ts
|
284
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/split-panel/split-panel.test.ts
|
285
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/split-panel/split-panel.ts
|
286
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/switch/switch.styles.ts
|
287
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/switch/switch.test.ts
|
288
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/switch/switch.ts
|
289
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/tab-group/tab-group.styles.ts
|
290
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/tab-group/tab-group.ts
|
291
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/tab-panel/tab-panel.styles.ts
|
292
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/tab-panel/tab-panel.ts
|
293
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/tab/tab.styles.ts
|
294
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/tab/tab.ts
|
295
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/tag/tag.styles.ts
|
296
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/tag/tag.ts
|
297
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/textarea/textarea.styles.ts
|
298
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/textarea/textarea.test.ts
|
299
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/textarea/textarea.ts
|
300
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/tooltip/tooltip.styles.ts
|
301
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/tooltip/tooltip.test.ts
|
302
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/tooltip/tooltip.ts
|
303
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/visually-hidden/visually-hidden.styles.ts
|
304
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/visually-hidden/visually-hidden.test.ts
|
305
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/components/visually-hidden/visually-hidden.ts
|
306
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/declaration.d.ts
|
307
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/internal/animate.ts
|
308
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/internal/event.ts
|
309
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/internal/focus-visible.ts
|
310
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/internal/form-control.ts
|
311
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/internal/formdata-event-polyfill.ts
|
312
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/internal/math.ts
|
313
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/internal/modal.ts
|
314
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/internal/number.ts
|
315
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/internal/offset.ts
|
316
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/internal/scroll.ts
|
317
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/internal/slot.ts
|
318
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/internal/string.ts
|
319
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/internal/support.ts
|
320
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/internal/tabbable.ts
|
321
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/internal/watch.ts
|
322
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/shoelace.ts
|
323
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/styles/component.styles.ts
|
324
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/styles/form-control.styles.ts
|
325
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/styles/utility.styles.ts
|
326
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/themes/dark.styles.ts
|
327
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/themes/light.styles.ts
|
328
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/translations/de-ch.ts
|
329
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/translations/de.ts
|
330
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/translations/en.ts
|
331
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/translations/es.ts
|
332
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/translations/fr.ts
|
333
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/translations/he.ts
|
334
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/translations/ja.ts
|
335
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/translations/nl.ts
|
336
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/translations/pl.ts
|
337
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/translations/pt.ts
|
338
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/translations/ru.ts
|
339
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/utilities/animation-registry.ts
|
340
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/utilities/animation.ts
|
341
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/utilities/base-path.ts
|
342
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/utilities/form.ts
|
343
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/utilities/icon-library.ts
|
344
|
+
- remote-src/2.0.0.beta64/shoelace-next/src/utilities/localize.ts
|
345
|
+
- remote-src/2.0.0.beta64/shoelace-next/tsconfig.json
|
346
|
+
- remote-src/2.0.0.beta64/shoelace-next/vercel.json
|
347
|
+
- remote-src/2.0.0.beta64/shoelace-next/web-test-runner.config.js
|
348
|
+
- shoelace-rails-ui.gemspec
|
349
|
+
- shoelace-rails-ui.rb
|
350
|
+
homepage: https://schwad.github.io
|
351
|
+
licenses:
|
352
|
+
- MIT
|
353
|
+
metadata:
|
354
|
+
allowed_push_host: https://rubygems.org
|
355
|
+
homepage_uri: https://schwad.github.io
|
356
|
+
source_code_uri: https://github.com/schwad/shoelace-rails-ui
|
357
|
+
changelog_uri: https://github.com/schwad/shoelace-rails-ui/CHANGELOG.md
|
358
|
+
post_install_message:
|
359
|
+
rdoc_options: []
|
360
|
+
require_paths:
|
361
|
+
- lib
|
362
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
363
|
+
requirements:
|
364
|
+
- - ">="
|
365
|
+
- !ruby/object:Gem::Version
|
366
|
+
version: 2.4.0
|
367
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
368
|
+
requirements:
|
369
|
+
- - ">="
|
370
|
+
- !ruby/object:Gem::Version
|
371
|
+
version: '0'
|
372
|
+
requirements: []
|
373
|
+
rubygems_version: 3.1.4
|
374
|
+
signing_key:
|
375
|
+
specification_version: 4
|
376
|
+
summary: Shoelace, ready to roll and railsified.
|
377
|
+
test_files: []
|