vueless 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_readme/README.md +78 -0
- package/_readme/UGroup.md +25 -0
- package/_readme/UNotify.md +53 -0
- package/_readme/UPage.md +37 -0
- package/_readme/UTopLoader.md +27 -0
- package/_readme/layoutAdmin.md +703 -0
- package/_readme/layoutApp.md +153 -0
- package/_readme/layoutAuth.md +190 -0
- package/composable.ui/index.js +81 -0
- package/config.rollup-plugin-visualizer/index.js +11 -0
- package/config.unplugin-vue-i18n/index.js +9 -0
- package/config.vite-plugin-pwa/index.js +132 -0
- package/config.vite-svg-loader/index.js +22 -0
- package/constant.component-names/index.js +6 -0
- package/index.js +151 -0
- package/layout-ui.loader/index.vue +61 -0
- package/layout-ui.loader/store/index.js +17 -0
- package/layout-ui.loader-top/components/TopProgress.vue +277 -0
- package/layout-ui.loader-top/index.vue +218 -0
- package/layout-ui.loader-top/store/index.js +55 -0
- package/layout-ui.notify/index.stories.js +102 -0
- package/layout-ui.notify/index.vue +254 -0
- package/layout-ui.viewport/index.vue +78 -0
- package/layout-ui.viewport/store/index.js +47 -0
- package/layout.admin/AsideBlock.vue +534 -0
- package/layout.admin/AsideInfoBlock.vue +85 -0
- package/layout.admin/BrandBlock.vue +380 -0
- package/layout.admin/ChangeThemeModal.vue +179 -0
- package/layout.admin/HelperBlock.vue +132 -0
- package/layout.admin/MainMenu.vue +234 -0
- package/layout.admin/MainSubMenu.vue +196 -0
- package/layout.admin/MobileMainMenu.vue +197 -0
- package/layout.admin/MobileSubBlock.vue +171 -0
- package/layout.admin/RightInfoBlock.vue +166 -0
- package/layout.admin/UserBlock.vue +290 -0
- package/layout.admin/images/abstract-01.jpg +0 -0
- package/layout.admin/images/abstract-01_preview.jpg +0 -0
- package/layout.admin/index.vue +544 -0
- package/layout.admin/mixins/index.js +54 -0
- package/layout.admin/store/index.js +167 -0
- package/layout.auth/FeaturesBlock.vue +57 -0
- package/layout.auth/FooterMenu.vue +90 -0
- package/layout.auth/LanguageSwitcher.vue +90 -0
- package/layout.auth/index.vue +237 -0
- package/library.vue-tailwind-3/TDatepicker/components/t-date-trigger.js +257 -0
- package/library.vue-tailwind-3/TDatepicker/components/t-datepicker-navigator.js +600 -0
- package/library.vue-tailwind-3/TDatepicker/components/t-datepicker-time-selector.js +522 -0
- package/library.vue-tailwind-3/TDatepicker/components/t-datepicker-views-view-calendar-days-day.js +289 -0
- package/library.vue-tailwind-3/TDatepicker/components/t-datepicker-views-view-calendar-days.js +236 -0
- package/library.vue-tailwind-3/TDatepicker/components/t-datepicker-views-view-calendar-headers.js +64 -0
- package/library.vue-tailwind-3/TDatepicker/components/t-datepicker-views-view-calendar.js +159 -0
- package/library.vue-tailwind-3/TDatepicker/components/t-datepicker-views-view-months-month.js +106 -0
- package/library.vue-tailwind-3/TDatepicker/components/t-datepicker-views-view-months.js +97 -0
- package/library.vue-tailwind-3/TDatepicker/components/t-datepicker-views-view-years-year.js +117 -0
- package/library.vue-tailwind-3/TDatepicker/components/t-datepicker-views-view-years.js +104 -0
- package/library.vue-tailwind-3/TDatepicker/components/t-datepicker-views-view.js +294 -0
- package/library.vue-tailwind-3/TDatepicker/components/t-datepicker-views.js +212 -0
- package/library.vue-tailwind-3/TDatepicker/components/t-toggle.js +323 -0
- package/library.vue-tailwind-3/TDatepicker/index.js +1051 -0
- package/library.vue-tailwind-3/base/Component.js +126 -0
- package/library.vue-tailwind-3/base/HtmlInput.js +38 -0
- package/library.vue-tailwind-3/base/TextInput.js +102 -0
- package/library.vue-tailwind-3/index.js +12 -0
- package/library.vue-tailwind-3/l10n/ar.js +27 -0
- package/library.vue-tailwind-3/l10n/at.js +29 -0
- package/library.vue-tailwind-3/l10n/az.js +40 -0
- package/library.vue-tailwind-3/l10n/be.js +35 -0
- package/library.vue-tailwind-3/l10n/bg.js +41 -0
- package/library.vue-tailwind-3/l10n/bn.js +39 -0
- package/library.vue-tailwind-3/l10n/bs.js +28 -0
- package/library.vue-tailwind-3/l10n/cat.js +59 -0
- package/library.vue-tailwind-3/l10n/cs.js +35 -0
- package/library.vue-tailwind-3/l10n/cy.js +68 -0
- package/library.vue-tailwind-3/l10n/da.js +31 -0
- package/library.vue-tailwind-3/l10n/de.js +30 -0
- package/library.vue-tailwind-3/l10n/default.js +54 -0
- package/library.vue-tailwind-3/l10n/eo.js +31 -0
- package/library.vue-tailwind-3/l10n/es.js +32 -0
- package/library.vue-tailwind-3/l10n/et.js +46 -0
- package/library.vue-tailwind-3/l10n/fa.js +41 -0
- package/library.vue-tailwind-3/l10n/fi.js +50 -0
- package/library.vue-tailwind-3/l10n/fo.js +40 -0
- package/library.vue-tailwind-3/l10n/fr.js +48 -0
- package/library.vue-tailwind-3/l10n/ga.js +36 -0
- package/library.vue-tailwind-3/l10n/gr.js +33 -0
- package/library.vue-tailwind-3/l10n/he.js +41 -0
- package/library.vue-tailwind-3/l10n/hi.js +39 -0
- package/library.vue-tailwind-3/l10n/hr.js +41 -0
- package/library.vue-tailwind-3/l10n/hu.js +46 -0
- package/library.vue-tailwind-3/l10n/id.js +30 -0
- package/library.vue-tailwind-3/l10n/index.js +127 -0
- package/library.vue-tailwind-3/l10n/is.js +40 -0
- package/library.vue-tailwind-3/l10n/it.js +31 -0
- package/library.vue-tailwind-3/l10n/ja.js +42 -0
- package/library.vue-tailwind-3/l10n/ka.js +35 -0
- package/library.vue-tailwind-3/l10n/km.js +45 -0
- package/library.vue-tailwind-3/l10n/ko.js +41 -0
- package/library.vue-tailwind-3/l10n/kz.js +34 -0
- package/library.vue-tailwind-3/l10n/lt.js +41 -0
- package/library.vue-tailwind-3/l10n/lv.js +37 -0
- package/library.vue-tailwind-3/l10n/mk.js +30 -0
- package/library.vue-tailwind-3/l10n/mn.js +42 -0
- package/library.vue-tailwind-3/l10n/ms.js +28 -0
- package/library.vue-tailwind-3/l10n/my.js +42 -0
- package/library.vue-tailwind-3/l10n/nl.js +48 -0
- package/library.vue-tailwind-3/l10n/no.js +31 -0
- package/library.vue-tailwind-3/l10n/pa.js +27 -0
- package/library.vue-tailwind-3/l10n/pl.js +31 -0
- package/library.vue-tailwind-3/l10n/pt.js +36 -0
- package/library.vue-tailwind-3/l10n/ro.js +29 -0
- package/library.vue-tailwind-3/l10n/ru.js +48 -0
- package/library.vue-tailwind-3/l10n/si.js +40 -0
- package/library.vue-tailwind-3/l10n/sk.js +32 -0
- package/library.vue-tailwind-3/l10n/sl.js +32 -0
- package/library.vue-tailwind-3/l10n/sq.js +27 -0
- package/library.vue-tailwind-3/l10n/sr-cyr.js +29 -0
- package/library.vue-tailwind-3/l10n/sr.js +30 -0
- package/library.vue-tailwind-3/l10n/sv.js +30 -0
- package/library.vue-tailwind-3/l10n/th.js +43 -0
- package/library.vue-tailwind-3/l10n/tr.js +32 -0
- package/library.vue-tailwind-3/l10n/uk.js +28 -0
- package/library.vue-tailwind-3/l10n/uz.js +35 -0
- package/library.vue-tailwind-3/l10n/uz_latn.js +48 -0
- package/library.vue-tailwind-3/l10n/vn.js +41 -0
- package/library.vue-tailwind-3/l10n/zh-tw.js +41 -0
- package/library.vue-tailwind-3/l10n/zh.js +41 -0
- package/library.vue-tailwind-3/services/date.service.js +294 -0
- package/library.vue-tailwind-3/services/formatting.service.js +205 -0
- package/library.vue-tailwind-3/services/vueTailwind.service.js +41 -0
- package/library.vue-tailwind-3/t-alert.js +151 -0
- package/library.vue-tailwind-3/t-button.js +243 -0
- package/library.vue-tailwind-3/t-card.js +98 -0
- package/library.vue-tailwind-3/t-checkbox.js +292 -0
- package/library.vue-tailwind-3/t-dropdown.js +322 -0
- package/library.vue-tailwind-3/t-input.js +68 -0
- package/library.vue-tailwind-3/t-modal.js +409 -0
- package/library.vue-tailwind-3/t-pagination.js +309 -0
- package/library.vue-tailwind-3/t-radio.js +301 -0
- package/library.vue-tailwind-3/t-table.js +362 -0
- package/library.vue-tailwind-3/t-textarea.js +84 -0
- package/library.web-types-gen/index.js +17 -0
- package/library.web-types-gen/lib/build.js +226 -0
- package/library.web-types-gen/lib/config.js +26 -0
- package/library.web-types-gen/package.json +3 -0
- package/package.json +20 -0
- package/resolver.unplugin-vue-components/index.js +94 -0
- package/service.api/index.js +275 -0
- package/service.data/index.js +75 -0
- package/service.date/index.js +222 -0
- package/service.i18n/index.js +145 -0
- package/service.idb-keyval/index.js +37 -0
- package/service.jwt/index.js +27 -0
- package/service.money/index.js +86 -0
- package/service.notify/index.js +87 -0
- package/service.redirect/index.js +20 -0
- package/service.storybook/index.js +118 -0
- package/service.ui/index.js +174 -0
- package/service.validation/index.js +55 -0
- package/service.worker/index.js +26 -0
- package/ui.button/index.stories.js +165 -0
- package/ui.button/index.vue +1018 -0
- package/ui.button-expand/index.stories.js +44 -0
- package/ui.button-expand/index.vue +22 -0
- package/ui.button-expand-item/index.stories.js +69 -0
- package/ui.button-expand-item/index.vue +154 -0
- package/ui.button-group/index.stories.js +104 -0
- package/ui.button-group/index.vue +165 -0
- package/ui.button-group-item/index.stories.js +74 -0
- package/ui.button-group-item/index.vue +283 -0
- package/ui.button-link/index.stories.js +121 -0
- package/ui.button-link/index.vue +541 -0
- package/ui.container-accordion/index.stories.js +88 -0
- package/ui.container-accordion/index.vue +167 -0
- package/ui.container-card/index.stories.js +128 -0
- package/ui.container-card/index.vue +207 -0
- package/ui.container-divider/index.stories.js +91 -0
- package/ui.container-divider/index.vue +201 -0
- package/ui.container-group/index.stories.js +87 -0
- package/ui.container-group/index.vue +172 -0
- package/ui.container-groups/index.stories.js +44 -0
- package/ui.container-groups/index.vue +18 -0
- package/ui.container-modal/components/ArrowLink.vue +87 -0
- package/ui.container-modal/index.stories.js +169 -0
- package/ui.container-modal/index.vue +416 -0
- package/ui.container-modal-confirm/index.stories.js +150 -0
- package/ui.container-modal-confirm/index.vue +186 -0
- package/ui.container-page/components/ArrowLink.vue +87 -0
- package/ui.container-page/index.stories.js +174 -0
- package/ui.container-page/index.vue +486 -0
- package/ui.container-row/index.stories.js +71 -0
- package/ui.container-row/index.vue +52 -0
- package/ui.data-list/index.stories.js +90 -0
- package/ui.data-list/index.vue +367 -0
- package/ui.data-table/components/DateSeparator.vue +99 -0
- package/ui.data-table/components/EmptyTableMsg.vue +46 -0
- package/ui.data-table/components/TableCheckbox.vue +109 -0
- package/ui.data-table/index.stories.js +231 -0
- package/ui.data-table/index.vue +1101 -0
- package/ui.dropdown-button/index.stories.js +157 -0
- package/ui.dropdown-button/index.vue +331 -0
- package/ui.dropdown-item/index.stories.js +29 -0
- package/ui.dropdown-item/index.vue +70 -0
- package/ui.dropdown-link/index.stories.js +127 -0
- package/ui.dropdown-link/index.vue +330 -0
- package/ui.dropdown-list/index.stories.js +46 -0
- package/ui.dropdown-list/index.vue +139 -0
- package/ui.dropdown-tag/index.stories.js +125 -0
- package/ui.dropdown-tag/index.vue +285 -0
- package/ui.form-checkbox/index.stories.js +98 -0
- package/ui.form-checkbox/index.vue +301 -0
- package/ui.form-checkbox-group/index.stories.js +39 -0
- package/ui.form-checkbox-group/index.vue +216 -0
- package/ui.form-checkbox-multi-state/index.stories.js +62 -0
- package/ui.form-checkbox-multi-state/index.vue +244 -0
- package/ui.form-color-picker/index.vue +350 -0
- package/ui.form-date-picker/index.stories.js +119 -0
- package/ui.form-date-picker/index.vue +851 -0
- package/ui.form-date-picker-range/components/VariantButton.vue +136 -0
- package/ui.form-date-picker-range/components/VariantInput.vue +101 -0
- package/ui.form-date-picker-range/index.stories.js +93 -0
- package/ui.form-date-picker-range/index.vue +1537 -0
- package/ui.form-date-picker-range/services/dateRange.service.js +178 -0
- package/ui.form-input/index.stories.js +132 -0
- package/ui.form-input/index.vue +524 -0
- package/ui.form-input/text-security-disc.woff +0 -0
- package/ui.form-input-file/index.stories.js +85 -0
- package/ui.form-input-file/index.vue +584 -0
- package/ui.form-input-money/_components/ConvertibleInput.vue +773 -0
- package/ui.form-input-money/_components/RangeInput.vue +356 -0
- package/ui.form-input-money/_components/SingleInput.vue +378 -0
- package/ui.form-input-money/index.stories.js +98 -0
- package/ui.form-input-money/index.vue +260 -0
- package/ui.form-input-number/index.stories.js +33 -0
- package/ui.form-input-number/index.vue +127 -0
- package/ui.form-input-rating/index.stories.js +107 -0
- package/ui.form-input-rating/index.vue +242 -0
- package/ui.form-input-search/index.stories.js +86 -0
- package/ui.form-input-search/index.vue +210 -0
- package/ui.form-radio/index.stories.js +69 -0
- package/ui.form-radio/index.vue +176 -0
- package/ui.form-radio-card/index.stories.js +140 -0
- package/ui.form-radio-card/index.vue +183 -0
- package/ui.form-radio-group/index.stories.js +41 -0
- package/ui.form-radio-group/index.vue +98 -0
- package/ui.form-select/index.stories.js +183 -0
- package/ui.form-select/index.vue +1025 -0
- package/ui.form-select-multi/index.stories.js +131 -0
- package/ui.form-select-multi/index.vue +882 -0
- package/ui.form-switch/index.stories.js +126 -0
- package/ui.form-switch/index.vue +673 -0
- package/ui.form-textarea/index.stories.js +109 -0
- package/ui.form-textarea/index.vue +399 -0
- package/ui.icons-metronic/ATM.svg +8 -0
- package/ui.icons-metronic/Active-call.svg +8 -0
- package/ui.icons-metronic/Add-music.svg +8 -0
- package/ui.icons-metronic/Add-user.svg +8 -0
- package/ui.icons-metronic/Address-card.svg +7 -0
- package/ui.icons-metronic/Adjust.svg +7 -0
- package/ui.icons-metronic/Adress-book1.svg +8 -0
- package/ui.icons-metronic/Adress-book2.svg +8 -0
- package/ui.icons-metronic/Air-ballon.svg +8 -0
- package/ui.icons-metronic/Air-conditioning.svg +8 -0
- package/ui.icons-metronic/Airplay-video.svg +8 -0
- package/ui.icons-metronic/Airplay.svg +8 -0
- package/ui.icons-metronic/Airpods.svg +10 -0
- package/ui.icons-metronic/Alarm-clock.svg +9 -0
- package/ui.icons-metronic/Align-auto.svg +8 -0
- package/ui.icons-metronic/Align-center.svg +8 -0
- package/ui.icons-metronic/Align-justify.svg +8 -0
- package/ui.icons-metronic/Align-left.svg +9 -0
- package/ui.icons-metronic/Align-right.svg +8 -0
- package/ui.icons-metronic/Anchor-center-down.svg +11 -0
- package/ui.icons-metronic/Anchor-center-up.svg +11 -0
- package/ui.icons-metronic/Anchor-center.svg +8 -0
- package/ui.icons-metronic/Anchor-left-down.svg +11 -0
- package/ui.icons-metronic/Anchor-left-up.svg +11 -0
- package/ui.icons-metronic/Anchor-left.svg +11 -0
- package/ui.icons-metronic/Anchor-right-down.svg +11 -0
- package/ui.icons-metronic/Anchor-right-up.svg +11 -0
- package/ui.icons-metronic/Anchor-right.svg +11 -0
- package/ui.icons-metronic/Android.svg +8 -0
- package/ui.icons-metronic/Angle Grinder.svg +9 -0
- package/ui.icons-metronic/Angle-double-down.svg +8 -0
- package/ui.icons-metronic/Angle-double-left.svg +8 -0
- package/ui.icons-metronic/Angle-double-right.svg +8 -0
- package/ui.icons-metronic/Angle-double-up.svg +8 -0
- package/ui.icons-metronic/Angle-down.svg +7 -0
- package/ui.icons-metronic/Angle-left.svg +7 -0
- package/ui.icons-metronic/Angle-right.svg +7 -0
- package/ui.icons-metronic/Angle-up.svg +7 -0
- package/ui.icons-metronic/Apple-Watch.svg +8 -0
- package/ui.icons-metronic/Archive.svg +7 -0
- package/ui.icons-metronic/Armchair.svg +8 -0
- package/ui.icons-metronic/Arrow-down.svg +8 -0
- package/ui.icons-metronic/Arrow-from-bottom.svg +9 -0
- package/ui.icons-metronic/Arrow-from-left.svg +9 -0
- package/ui.icons-metronic/Arrow-from-right.svg +9 -0
- package/ui.icons-metronic/Arrow-from-top.svg +9 -0
- package/ui.icons-metronic/Arrow-left.svg +8 -0
- package/ui.icons-metronic/Arrow-right.svg +8 -0
- package/ui.icons-metronic/Arrow-to-bottom.svg +9 -0
- package/ui.icons-metronic/Arrow-to-left.svg +9 -0
- package/ui.icons-metronic/Arrow-to-right.svg +9 -0
- package/ui.icons-metronic/Arrow-to-up.svg +9 -0
- package/ui.icons-metronic/Arrow-up.svg +8 -0
- package/ui.icons-metronic/Arrows-h.svg +9 -0
- package/ui.icons-metronic/Arrows-v.svg +9 -0
- package/ui.icons-metronic/Arrows.svg +8 -0
- package/ui.icons-metronic/Article.svg +8 -0
- package/ui.icons-metronic/Attachment1.svg +8 -0
- package/ui.icons-metronic/Attachment2.svg +10 -0
- package/ui.icons-metronic/Axe.svg +8 -0
- package/ui.icons-metronic/Back.svg +8 -0
- package/ui.icons-metronic/Backspace.svg +8 -0
- package/ui.icons-metronic/Backward.svg +8 -0
- package/ui.icons-metronic/Bag-chair.svg +8 -0
- package/ui.icons-metronic/Bag1.svg +8 -0
- package/ui.icons-metronic/Bag2.svg +8 -0
- package/ui.icons-metronic/Baking-glove.svg +8 -0
- package/ui.icons-metronic/Barcode-read.svg +8 -0
- package/ui.icons-metronic/Barcode-scan.svg +9 -0
- package/ui.icons-metronic/Barcode.svg +8 -0
- package/ui.icons-metronic/Bath.svg +8 -0
- package/ui.icons-metronic/Battery-charging.svg +9 -0
- package/ui.icons-metronic/Battery-empty.svg +8 -0
- package/ui.icons-metronic/Battery-full.svg +8 -0
- package/ui.icons-metronic/Battery-half.svg +8 -0
- package/ui.icons-metronic/Bed.svg +9 -0
- package/ui.icons-metronic/Beer.svg +11 -0
- package/ui.icons-metronic/Bezier-curve.svg +8 -0
- package/ui.icons-metronic/Binocular.svg +7 -0
- package/ui.icons-metronic/Bitcoin.svg +9 -0
- package/ui.icons-metronic/Blender.svg +7 -0
- package/ui.icons-metronic/Bluetooth.svg +8 -0
- package/ui.icons-metronic/Bold.svg +7 -0
- package/ui.icons-metronic/Book-open.svg +8 -0
- package/ui.icons-metronic/Book.svg +13 -0
- package/ui.icons-metronic/Bookmark.svg +7 -0
- package/ui.icons-metronic/Border.svg +7 -0
- package/ui.icons-metronic/Bottle1.svg +8 -0
- package/ui.icons-metronic/Bottle2.svg +8 -0
- package/ui.icons-metronic/Bowl.svg +8 -0
- package/ui.icons-metronic/Box.svg +8 -0
- package/ui.icons-metronic/Box1.svg +8 -0
- package/ui.icons-metronic/Box2.svg +8 -0
- package/ui.icons-metronic/Box3.svg +8 -0
- package/ui.icons-metronic/Brassiere.svg +7 -0
- package/ui.icons-metronic/Bread.svg +8 -0
- package/ui.icons-metronic/Briefcase.svg +8 -0
- package/ui.icons-metronic/Broom.svg +8 -0
- package/ui.icons-metronic/Brush.svg +8 -0
- package/ui.icons-metronic/Brush2.svg +8 -0
- package/ui.icons-metronic/Bucket.svg +8 -0
- package/ui.icons-metronic/Bucket2.svg +8 -0
- package/ui.icons-metronic/Building.svg +9 -0
- package/ui.icons-metronic/Bulb1.svg +10 -0
- package/ui.icons-metronic/Bulb2.svg +10 -0
- package/ui.icons-metronic/Bullet-list.svg +8 -0
- package/ui.icons-metronic/Burger.svg +9 -0
- package/ui.icons-metronic/CD.svg +8 -0
- package/ui.icons-metronic/CMD.svg +7 -0
- package/ui.icons-metronic/CPU1.svg +14 -0
- package/ui.icons-metronic/CPU2.svg +20 -0
- package/ui.icons-metronic/Cake.svg +9 -0
- package/ui.icons-metronic/Calculator.svg +8 -0
- package/ui.icons-metronic/Call#1.svg +7 -0
- package/ui.icons-metronic/Call.svg +7 -0
- package/ui.icons-metronic/Camera.svg +9 -0
- package/ui.icons-metronic/Cap-1.svg +8 -0
- package/ui.icons-metronic/Cap-2.svg +7 -0
- package/ui.icons-metronic/Cap-3.svg +8 -0
- package/ui.icons-metronic/Cap.svg +8 -0
- package/ui.icons-metronic/Cardboard-vr.svg +8 -0
- package/ui.icons-metronic/Carrot.svg +10 -0
- package/ui.icons-metronic/Cart1.svg +8 -0
- package/ui.icons-metronic/Cart2.svg +8 -0
- package/ui.icons-metronic/Cart3.svg +8 -0
- package/ui.icons-metronic/Cassete.svg +9 -0
- package/ui.icons-metronic/Celcium.svg +8 -0
- package/ui.icons-metronic/Chair1.svg +8 -0
- package/ui.icons-metronic/Chair2.svg +8 -0
- package/ui.icons-metronic/Chart-bar1.svg +10 -0
- package/ui.icons-metronic/Chart-bar2.svg +10 -0
- package/ui.icons-metronic/Chart-bar3.svg +10 -0
- package/ui.icons-metronic/Chart-line1.svg +8 -0
- package/ui.icons-metronic/Chart-line2.svg +8 -0
- package/ui.icons-metronic/Chart-pie.svg +8 -0
- package/ui.icons-metronic/Chat-check.svg +8 -0
- package/ui.icons-metronic/Chat-error.svg +8 -0
- package/ui.icons-metronic/Chat-locked.svg +8 -0
- package/ui.icons-metronic/Chat-smile.svg +8 -0
- package/ui.icons-metronic/Chat1.svg +8 -0
- package/ui.icons-metronic/Chat2.svg +8 -0
- package/ui.icons-metronic/Chat4.svg +7 -0
- package/ui.icons-metronic/Chat5.svg +8 -0
- package/ui.icons-metronic/Chat6.svg +8 -0
- package/ui.icons-metronic/Check.svg +7 -0
- package/ui.icons-metronic/Cheese.svg +8 -0
- package/ui.icons-metronic/Chef.svg +8 -0
- package/ui.icons-metronic/Chicken.svg +10 -0
- package/ui.icons-metronic/Circle.svg +7 -0
- package/ui.icons-metronic/Clip.svg +7 -0
- package/ui.icons-metronic/Clipboard-check.svg +9 -0
- package/ui.icons-metronic/Clipboard-list.svg +14 -0
- package/ui.icons-metronic/Clipboard.svg +10 -0
- package/ui.icons-metronic/Clock.svg +8 -0
- package/ui.icons-metronic/Close.svg +9 -0
- package/ui.icons-metronic/Cloud-download.svg +8 -0
- package/ui.icons-metronic/Cloud-fog.svg +8 -0
- package/ui.icons-metronic/Cloud-sun.svg +8 -0
- package/ui.icons-metronic/Cloud-upload.svg +8 -0
- package/ui.icons-metronic/Cloud-wind.svg +9 -0
- package/ui.icons-metronic/Cloud1.svg +7 -0
- package/ui.icons-metronic/Cloud2.svg +8 -0
- package/ui.icons-metronic/Cloudy-night.svg +8 -0
- package/ui.icons-metronic/Cloudy.svg +8 -0
- package/ui.icons-metronic/Code.svg +8 -0
- package/ui.icons-metronic/Code2.svg +7 -0
- package/ui.icons-metronic/Coffee1.svg +11 -0
- package/ui.icons-metronic/Coffee2.svg +9 -0
- package/ui.icons-metronic/Color-profile.svg +8 -0
- package/ui.icons-metronic/Color.svg +7 -0
- package/ui.icons-metronic/Commit.svg +8 -0
- package/ui.icons-metronic/Commode1.svg +8 -0
- package/ui.icons-metronic/Commode2.svg +8 -0
- package/ui.icons-metronic/Compass.svg +7 -0
- package/ui.icons-metronic/Compass2.svg +8 -0
- package/ui.icons-metronic/Compilation.svg +11 -0
- package/ui.icons-metronic/Compiled-file.svg +11 -0
- package/ui.icons-metronic/Compiling.svg +8 -0
- package/ui.icons-metronic/Component.svg +7 -0
- package/ui.icons-metronic/Contact1.svg +8 -0
- package/ui.icons-metronic/Control.svg +7 -0
- package/ui.icons-metronic/Cookie.svg +10 -0
- package/ui.icons-metronic/Cooking-book.svg +14 -0
- package/ui.icons-metronic/Cooking-pot.svg +8 -0
- package/ui.icons-metronic/Couch.svg +8 -0
- package/ui.icons-metronic/Credit-card.svg +9 -0
- package/ui.icons-metronic/Crop.svg +8 -0
- package/ui.icons-metronic/Crown.svg +8 -0
- package/ui.icons-metronic/Cupboard.svg +8 -0
- package/ui.icons-metronic/Cursor.svg +7 -0
- package/ui.icons-metronic/Curtains.svg +8 -0
- package/ui.icons-metronic/Cutting board.svg +8 -0
- package/ui.icons-metronic/DVD.svg +8 -0
- package/ui.icons-metronic/Day-rain.svg +8 -0
- package/ui.icons-metronic/Deer.svg +8 -0
- package/ui.icons-metronic/Delete-user.svg +8 -0
- package/ui.icons-metronic/Deleted-file.svg +8 -0
- package/ui.icons-metronic/Deleted-folder.svg +8 -0
- package/ui.icons-metronic/Diagnostics.svg +9 -0
- package/ui.icons-metronic/Dial-numbers.svg +15 -0
- package/ui.icons-metronic/Difference.svg +8 -0
- package/ui.icons-metronic/Dinner.svg +11 -0
- package/ui.icons-metronic/Dinner2.svg +8 -0
- package/ui.icons-metronic/Direction1.svg +7 -0
- package/ui.icons-metronic/Direction2.svg +7 -0
- package/ui.icons-metronic/Dish.svg +8 -0
- package/ui.icons-metronic/Dishes.svg +8 -0
- package/ui.icons-metronic/Dislike.svg +8 -0
- package/ui.icons-metronic/Display1.svg +8 -0
- package/ui.icons-metronic/Display2.svg +9 -0
- package/ui.icons-metronic/Display3.svg +9 -0
- package/ui.icons-metronic/Dollar.svg +9 -0
- package/ui.icons-metronic/Done-circle.svg +8 -0
- package/ui.icons-metronic/Door-open.svg +8 -0
- package/ui.icons-metronic/Double-check.svg +8 -0
- package/ui.icons-metronic/Down-2.svg +8 -0
- package/ui.icons-metronic/Down-left.svg +8 -0
- package/ui.icons-metronic/Down-right.svg +8 -0
- package/ui.icons-metronic/Download.svg +9 -0
- package/ui.icons-metronic/DownloadedFile.svg +8 -0
- package/ui.icons-metronic/Downloads-folder.svg +8 -0
- package/ui.icons-metronic/Dress.svg +8 -0
- package/ui.icons-metronic/Duplicate.svg +8 -0
- package/ui.icons-metronic/Earth.svg +8 -0
- package/ui.icons-metronic/Edit-text.svg +8 -0
- package/ui.icons-metronic/Edit.svg +8 -0
- package/ui.icons-metronic/Edit2.svg +7 -0
- package/ui.icons-metronic/Eject.svg +8 -0
- package/ui.icons-metronic/Equalizer.svg +10 -0
- package/ui.icons-metronic/Eraser.svg +7 -0
- package/ui.icons-metronic/Error-circle.svg +8 -0
- package/ui.icons-metronic/Euro.svg +8 -0
- package/ui.icons-metronic/Exchange.svg +10 -0
- package/ui.icons-metronic/Expand-arrows.svg +8 -0
- package/ui.icons-metronic/Export.svg +9 -0
- package/ui.icons-metronic/Fahrenheit.svg +8 -0
- package/ui.icons-metronic/Fan.svg +9 -0
- package/ui.icons-metronic/File-cloud.svg +8 -0
- package/ui.icons-metronic/File-done.svg +8 -0
- package/ui.icons-metronic/File-minus.svg +8 -0
- package/ui.icons-metronic/File-plus.svg +8 -0
- package/ui.icons-metronic/File.svg +9 -0
- package/ui.icons-metronic/Filter.svg +7 -0
- package/ui.icons-metronic/Fire.svg +7 -0
- package/ui.icons-metronic/Fireplace.svg +8 -0
- package/ui.icons-metronic/Fish.svg +8 -0
- package/ui.icons-metronic/Flag.svg +8 -0
- package/ui.icons-metronic/Flashlight.svg +8 -0
- package/ui.icons-metronic/Flatten.svg +8 -0
- package/ui.icons-metronic/Flip-horizontal.svg +9 -0
- package/ui.icons-metronic/Flip-vertical.svg +9 -0
- package/ui.icons-metronic/Flower1.svg +10 -0
- package/ui.icons-metronic/Flower2.svg +11 -0
- package/ui.icons-metronic/Flower3.svg +9 -0
- package/ui.icons-metronic/Fog.svg +12 -0
- package/ui.icons-metronic/Folder-check.svg +8 -0
- package/ui.icons-metronic/Folder-cloud.svg +8 -0
- package/ui.icons-metronic/Folder-error.svg +8 -0
- package/ui.icons-metronic/Folder-heart.svg +8 -0
- package/ui.icons-metronic/Folder-minus.svg +8 -0
- package/ui.icons-metronic/Folder-plus.svg +8 -0
- package/ui.icons-metronic/Folder-solid.svg +7 -0
- package/ui.icons-metronic/Folder-star.svg +8 -0
- package/ui.icons-metronic/Folder-thunder.svg +8 -0
- package/ui.icons-metronic/Folder.svg +7 -0
- package/ui.icons-metronic/Folder2.svg +7 -0
- package/ui.icons-metronic/Font.svg +8 -0
- package/ui.icons-metronic/Fork-spoon-knife.svg +12 -0
- package/ui.icons-metronic/Fork-spoon.svg +10 -0
- package/ui.icons-metronic/Fork.svg +8 -0
- package/ui.icons-metronic/Forward.svg +7 -0
- package/ui.icons-metronic/Forward2.svg +8 -0
- package/ui.icons-metronic/French Bread.svg +7 -0
- package/ui.icons-metronic/Fridge.svg +7 -0
- package/ui.icons-metronic/Frying-pan.svg +8 -0
- package/ui.icons-metronic/Gameboy.svg +8 -0
- package/ui.icons-metronic/Gamepad1.svg +8 -0
- package/ui.icons-metronic/Gamepad2.svg +8 -0
- package/ui.icons-metronic/Gas-stove.svg +8 -0
- package/ui.icons-metronic/Generator.svg +10 -0
- package/ui.icons-metronic/Gift.svg +8 -0
- package/ui.icons-metronic/Git1.svg +9 -0
- package/ui.icons-metronic/Git2.svg +12 -0
- package/ui.icons-metronic/Git3.svg +10 -0
- package/ui.icons-metronic/Git4.svg +10 -0
- package/ui.icons-metronic/Github.svg +8 -0
- package/ui.icons-metronic/Glass-martini.svg +8 -0
- package/ui.icons-metronic/Globe.svg +8 -0
- package/ui.icons-metronic/Grater.svg +8 -0
- package/ui.icons-metronic/Group-chat.svg +8 -0
- package/ui.icons-metronic/Group-folders.svg +8 -0
- package/ui.icons-metronic/Group.svg +8 -0
- package/ui.icons-metronic/H1.svg +8 -0
- package/ui.icons-metronic/H2.svg +8 -0
- package/ui.icons-metronic/Half-heart.svg +8 -0
- package/ui.icons-metronic/Half-star.svg +8 -0
- package/ui.icons-metronic/Hanger.svg +7 -0
- package/ui.icons-metronic/Hard-drive.svg +8 -0
- package/ui.icons-metronic/Hat.svg +8 -0
- package/ui.icons-metronic/Headphones.svg +8 -0
- package/ui.icons-metronic/Heart.svg +7 -0
- package/ui.icons-metronic/Hidden.svg +9 -0
- package/ui.icons-metronic/Highvoltage.svg +7 -0
- package/ui.icons-metronic/Home-heart.svg +8 -0
- package/ui.icons-metronic/Home.svg +7 -0
- package/ui.icons-metronic/Homepod.svg +8 -0
- package/ui.icons-metronic/Horizontal.svg +8 -0
- package/ui.icons-metronic/Hummer.svg +8 -0
- package/ui.icons-metronic/Hummer2.svg +9 -0
- package/ui.icons-metronic/Ice-cream1.svg +8 -0
- package/ui.icons-metronic/Ice-cream2.svg +8 -0
- package/ui.icons-metronic/Image.svg +7 -0
- package/ui.icons-metronic/Import.svg +9 -0
- package/ui.icons-metronic/Incoming-box.svg +9 -0
- package/ui.icons-metronic/Incoming-call.svg +8 -0
- package/ui.icons-metronic/Incoming-mail.svg +8 -0
- package/ui.icons-metronic/Info-circle.svg +9 -0
- package/ui.icons-metronic/Interselect.svg +8 -0
- package/ui.icons-metronic/Iron.svg +8 -0
- package/ui.icons-metronic/Itallic.svg +7 -0
- package/ui.icons-metronic/Join-1.svg +8 -0
- package/ui.icons-metronic/Join-2.svg +8 -0
- package/ui.icons-metronic/Join-3.svg +8 -0
- package/ui.icons-metronic/Kettle.svg +8 -0
- package/ui.icons-metronic/Key.svg +8 -0
- package/ui.icons-metronic/Keyboard.svg +8 -0
- package/ui.icons-metronic/Kitchen-scale.svg +8 -0
- package/ui.icons-metronic/Knife1.svg +8 -0
- package/ui.icons-metronic/Knife2.svg +8 -0
- package/ui.icons-metronic/KnifeAndFork1.svg +10 -0
- package/ui.icons-metronic/KnifeAndFork2.svg +10 -0
- package/ui.icons-metronic/LTE1.svg +8 -0
- package/ui.icons-metronic/LTE2.svg +8 -0
- package/ui.icons-metronic/Ladder.svg +8 -0
- package/ui.icons-metronic/Ladle.svg +8 -0
- package/ui.icons-metronic/Lamp1.svg +10 -0
- package/ui.icons-metronic/Lamp2.svg +9 -0
- package/ui.icons-metronic/Laptop-macbook.svg +8 -0
- package/ui.icons-metronic/Laptop.svg +8 -0
- package/ui.icons-metronic/Layers.svg +8 -0
- package/ui.icons-metronic/Layout-3d.svg +8 -0
- package/ui.icons-metronic/Layout-4-blocks.svg +8 -0
- package/ui.icons-metronic/Layout-arrange.svg +8 -0
- package/ui.icons-metronic/Layout-grid.svg +8 -0
- package/ui.icons-metronic/Layout-horizontal.svg +8 -0
- package/ui.icons-metronic/Layout-left-panel-1.svg +8 -0
- package/ui.icons-metronic/Layout-left-panel-2.svg +8 -0
- package/ui.icons-metronic/Layout-right-panel-1.svg +8 -0
- package/ui.icons-metronic/Layout-right-panel-2.svg +8 -0
- package/ui.icons-metronic/Layout-top-panel-1.svg +8 -0
- package/ui.icons-metronic/Layout-top-panel-2.svg +8 -0
- package/ui.icons-metronic/Layout-top-panel-3.svg +8 -0
- package/ui.icons-metronic/Layout-top-panel-4.svg +8 -0
- package/ui.icons-metronic/Layout-top-panel-5.svg +8 -0
- package/ui.icons-metronic/Layout-top-panel-6.svg +8 -0
- package/ui.icons-metronic/Layout-vertical.svg +8 -0
- package/ui.icons-metronic/Left 3.svg +8 -0
- package/ui.icons-metronic/Left-2.svg +8 -0
- package/ui.icons-metronic/Left-circle.svg +8 -0
- package/ui.icons-metronic/Library.svg +8 -0
- package/ui.icons-metronic/Like.svg +8 -0
- package/ui.icons-metronic/Line.svg +9 -0
- package/ui.icons-metronic/Loader.svg +9 -0
- package/ui.icons-metronic/Loading.svg +9 -0
- package/ui.icons-metronic/Location-arrow.svg +7 -0
- package/ui.icons-metronic/Lock-circle.svg +8 -0
- package/ui.icons-metronic/Lock-overturning.svg +8 -0
- package/ui.icons-metronic/Lock.svg +13 -0
- package/ui.icons-metronic/Locked-folder.svg +8 -0
- package/ui.icons-metronic/MC.svg +8 -0
- package/ui.icons-metronic/Magic.svg +8 -0
- package/ui.icons-metronic/Mail-at.svg +7 -0
- package/ui.icons-metronic/Mail-attachment.svg +8 -0
- package/ui.icons-metronic/Mail-box.svg +8 -0
- package/ui.icons-metronic/Mail-error.svg +8 -0
- package/ui.icons-metronic/Mail-heart.svg +8 -0
- package/ui.icons-metronic/Mail-locked.svg +8 -0
- package/ui.icons-metronic/Mail-notification.svg +8 -0
- package/ui.icons-metronic/Mail-opened.svg +8 -0
- package/ui.icons-metronic/Mail-unocked.svg +8 -0
- package/ui.icons-metronic/Mail.svg +7 -0
- package/ui.icons-metronic/Mailbox.svg +8 -0
- package/ui.icons-metronic/Marker1.svg +7 -0
- package/ui.icons-metronic/Marker2.svg +7 -0
- package/ui.icons-metronic/Mask.svg +8 -0
- package/ui.icons-metronic/Media-folder.svg +8 -0
- package/ui.icons-metronic/Media-library1.svg +10 -0
- package/ui.icons-metronic/Media-library2.svg +8 -0
- package/ui.icons-metronic/Media-library3.svg +14 -0
- package/ui.icons-metronic/Media.svg +8 -0
- package/ui.icons-metronic/Menu.svg +8 -0
- package/ui.icons-metronic/Menu2.svg +4 -0
- package/ui.icons-metronic/Mic.svg +8 -0
- package/ui.icons-metronic/Midi.svg +13 -0
- package/ui.icons-metronic/Minus.svg +8 -0
- package/ui.icons-metronic/Minus2.svg +6 -0
- package/ui.icons-metronic/Mirror.svg +8 -0
- package/ui.icons-metronic/Miso-soup.svg +8 -0
- package/ui.icons-metronic/Missed-call.svg +8 -0
- package/ui.icons-metronic/Mixer.svg +8 -0
- package/ui.icons-metronic/Money.svg +8 -0
- package/ui.icons-metronic/Moon.svg +7 -0
- package/ui.icons-metronic/Mouse.svg +9 -0
- package/ui.icons-metronic/Movie-Lane2.svg +8 -0
- package/ui.icons-metronic/Movie-lane1.svg +8 -0
- package/ui.icons-metronic/Music-cloud.svg +8 -0
- package/ui.icons-metronic/Music-note.svg +7 -0
- package/ui.icons-metronic/Music.svg +8 -0
- package/ui.icons-metronic/Music2.svg +7 -0
- package/ui.icons-metronic/Mute.svg +8 -0
- package/ui.icons-metronic/Next.svg +8 -0
- package/ui.icons-metronic/Night-fog.svg +8 -0
- package/ui.icons-metronic/Night-rain.svg +8 -0
- package/ui.icons-metronic/Notification2.svg +8 -0
- package/ui.icons-metronic/Notifications1.svg +7 -0
- package/ui.icons-metronic/Option.svg +8 -0
- package/ui.icons-metronic/Orange.svg +8 -0
- package/ui.icons-metronic/Other1.svg +9 -0
- package/ui.icons-metronic/Other2.svg +9 -0
- package/ui.icons-metronic/Outgoing-box.svg +9 -0
- package/ui.icons-metronic/Outgoing-call.svg +8 -0
- package/ui.icons-metronic/Outgoing-mail.svg +8 -0
- package/ui.icons-metronic/Outlet.svg +8 -0
- package/ui.icons-metronic/Panties.svg +7 -0
- package/ui.icons-metronic/Pantone.svg +9 -0
- package/ui.icons-metronic/Paragraph.svg +7 -0
- package/ui.icons-metronic/Patch.svg +9 -0
- package/ui.icons-metronic/Pause.svg +7 -0
- package/ui.icons-metronic/Pen-tool-vector.svg +8 -0
- package/ui.icons-metronic/PenAndRuller.svg +8 -0
- package/ui.icons-metronic/Pencil.svg +8 -0
- package/ui.icons-metronic/Phone.svg +9 -0
- package/ui.icons-metronic/Picker.svg +8 -0
- package/ui.icons-metronic/Picture.svg +10 -0
- package/ui.icons-metronic/Pictures1.svg +10 -0
- package/ui.icons-metronic/Pictures2.svg +12 -0
- package/ui.icons-metronic/Pixels.svg +12 -0
- package/ui.icons-metronic/Pizza.svg +10 -0
- package/ui.icons-metronic/Play.svg +7 -0
- package/ui.icons-metronic/Playlist1.svg +8 -0
- package/ui.icons-metronic/Playlist2.svg +8 -0
- package/ui.icons-metronic/Plus.svg +8 -0
- package/ui.icons-metronic/Plus2.svg +7 -0
- package/ui.icons-metronic/Polygon.svg +7 -0
- package/ui.icons-metronic/Position.svg +7 -0
- package/ui.icons-metronic/Position2.svg +9 -0
- package/ui.icons-metronic/Pound.svg +8 -0
- package/ui.icons-metronic/Price1.svg +7 -0
- package/ui.icons-metronic/Price2.svg +11 -0
- package/ui.icons-metronic/Printer.svg +8 -0
- package/ui.icons-metronic/Protected-file.svg +8 -0
- package/ui.icons-metronic/Puzzle.svg +7 -0
- package/ui.icons-metronic/Question-circle.svg +8 -0
- package/ui.icons-metronic/Quote1.svg +8 -0
- package/ui.icons-metronic/Quote2.svg +8 -0
- package/ui.icons-metronic/RSS.svg +9 -0
- package/ui.icons-metronic/Radio.svg +11 -0
- package/ui.icons-metronic/Rain1.svg +8 -0
- package/ui.icons-metronic/Rain2.svg +8 -0
- package/ui.icons-metronic/Rain5.svg +8 -0
- package/ui.icons-metronic/Rainbow.svg +9 -0
- package/ui.icons-metronic/Range-hood.svg +8 -0
- package/ui.icons-metronic/Readed-mail.svg +8 -0
- package/ui.icons-metronic/Rec.svg +7 -0
- package/ui.icons-metronic/Rectangle.svg +7 -0
- package/ui.icons-metronic/Redo.svg +7 -0
- package/ui.icons-metronic/Repeat-one.svg +8 -0
- package/ui.icons-metronic/Repeat.svg +8 -0
- package/ui.icons-metronic/Reply-all.svg +8 -0
- package/ui.icons-metronic/Reply.svg +7 -0
- package/ui.icons-metronic/Right 3.svg +8 -0
- package/ui.icons-metronic/Right-2.svg +8 -0
- package/ui.icons-metronic/Right-circle.svg +8 -0
- package/ui.icons-metronic/Right.svg +7 -0
- package/ui.icons-metronic/Road-Cone.svg +8 -0
- package/ui.icons-metronic/Roller.svg +9 -0
- package/ui.icons-metronic/Rolling-pin.svg +8 -0
- package/ui.icons-metronic/Rouble.svg +8 -0
- package/ui.icons-metronic/Roulette.svg +8 -0
- package/ui.icons-metronic/Route.svg +9 -0
- package/ui.icons-metronic/Router1.svg +8 -0
- package/ui.icons-metronic/Router2.svg +8 -0
- package/ui.icons-metronic/Ruller.svg +7 -0
- package/ui.icons-metronic/SD-card.svg +7 -0
- package/ui.icons-metronic/Sad.svg +8 -0
- package/ui.icons-metronic/Safe-chat.svg +8 -0
- package/ui.icons-metronic/Safe.svg +8 -0
- package/ui.icons-metronic/Sale1.svg +8 -0
- package/ui.icons-metronic/Sale2.svg +10 -0
- package/ui.icons-metronic/Saturation.svg +8 -0
- package/ui.icons-metronic/Saucepan.svg +8 -0
- package/ui.icons-metronic/Save.svg +8 -0
- package/ui.icons-metronic/Scale.svg +8 -0
- package/ui.icons-metronic/Scissors.svg +8 -0
- package/ui.icons-metronic/Screwdriver.svg +8 -0
- package/ui.icons-metronic/Search.svg +8 -0
- package/ui.icons-metronic/Select.svg +8 -0
- package/ui.icons-metronic/Selected-file.svg +8 -0
- package/ui.icons-metronic/Send.svg +7 -0
- package/ui.icons-metronic/Sending mail.svg +8 -0
- package/ui.icons-metronic/Sending.svg +8 -0
- package/ui.icons-metronic/Server.svg +9 -0
- package/ui.icons-metronic/Settings#3.svg +8 -0
- package/ui.icons-metronic/Settings-1.svg +8 -0
- package/ui.icons-metronic/Settings-2.svg +7 -0
- package/ui.icons-metronic/Settings.svg +8 -0
- package/ui.icons-metronic/Settings4.svg +8 -0
- package/ui.icons-metronic/Share.svg +8 -0
- package/ui.icons-metronic/Share2.svg +10 -0
- package/ui.icons-metronic/Shield-check.svg +8 -0
- package/ui.icons-metronic/Shield-disabled.svg +8 -0
- package/ui.icons-metronic/Shield-protected.svg +8 -0
- package/ui.icons-metronic/Shield-thunder.svg +8 -0
- package/ui.icons-metronic/Shield-user.svg +9 -0
- package/ui.icons-metronic/Shift.svg +7 -0
- package/ui.icons-metronic/Shirt.svg +8 -0
- package/ui.icons-metronic/Shoes.svg +8 -0
- package/ui.icons-metronic/Shorts.svg +7 -0
- package/ui.icons-metronic/Shovel.svg +8 -0
- package/ui.icons-metronic/Shovel2.svg +8 -0
- package/ui.icons-metronic/Shuffle.svg +8 -0
- package/ui.icons-metronic/Shutdown.svg +8 -0
- package/ui.icons-metronic/Sieve.svg +8 -0
- package/ui.icons-metronic/Sign-in.svg +9 -0
- package/ui.icons-metronic/Sign-out.svg +9 -0
- package/ui.icons-metronic/Size.svg +8 -0
- package/ui.icons-metronic/Sketch.svg +8 -0
- package/ui.icons-metronic/Smile.svg +8 -0
- package/ui.icons-metronic/Sneakers.svg +8 -0
- package/ui.icons-metronic/Snoozed-mail.svg +8 -0
- package/ui.icons-metronic/Snow.svg +8 -0
- package/ui.icons-metronic/Snow1.svg +8 -0
- package/ui.icons-metronic/Snow2.svg +8 -0
- package/ui.icons-metronic/Snow3.svg +8 -0
- package/ui.icons-metronic/Socket-eu.svg +7 -0
- package/ui.icons-metronic/Socket-us.svg +7 -0
- package/ui.icons-metronic/Socks.svg +8 -0
- package/ui.icons-metronic/Sort1.svg +8 -0
- package/ui.icons-metronic/Sort2.svg +7 -0
- package/ui.icons-metronic/Sort3.svg +7 -0
- package/ui.icons-metronic/Spam.svg +7 -0
- package/ui.icons-metronic/Spatula.svg +8 -0
- package/ui.icons-metronic/Speaker.svg +8 -0
- package/ui.icons-metronic/Spoon.svg +9 -0
- package/ui.icons-metronic/Spy.svg +8 -0
- package/ui.icons-metronic/Stairs.svg +7 -0
- package/ui.icons-metronic/Stamp.svg +8 -0
- package/ui.icons-metronic/Star-outlined.svg +6 -0
- package/ui.icons-metronic/Star.svg +7 -0
- package/ui.icons-metronic/Stop.svg +7 -0
- package/ui.icons-metronic/Storm.svg +8 -0
- package/ui.icons-metronic/Strikethrough.svg +8 -0
- package/ui.icons-metronic/Substract.svg +8 -0
- package/ui.icons-metronic/Sun-fog.svg +8 -0
- package/ui.icons-metronic/Sun-glasses.svg +8 -0
- package/ui.icons-metronic/Sun.svg +8 -0
- package/ui.icons-metronic/Suset1.svg +8 -0
- package/ui.icons-metronic/Suset2.svg +8 -0
- package/ui.icons-metronic/Sushi.svg +8 -0
- package/ui.icons-metronic/Swiss-knife.svg +8 -0
- package/ui.icons-metronic/T-Shirt.svg +7 -0
- package/ui.icons-metronic/TV1.svg +9 -0
- package/ui.icons-metronic/TV2.svg +8 -0
- package/ui.icons-metronic/Tablet.svg +8 -0
- package/ui.icons-metronic/Target.svg +8 -0
- package/ui.icons-metronic/Temperature-empty.svg +7 -0
- package/ui.icons-metronic/Temperature-full.svg +7 -0
- package/ui.icons-metronic/Temperature-half.svg +7 -0
- package/ui.icons-metronic/Terminal.svg +8 -0
- package/ui.icons-metronic/Text-height.svg +8 -0
- package/ui.icons-metronic/Text-width.svg +8 -0
- package/ui.icons-metronic/Text.svg +7 -0
- package/ui.icons-metronic/Thumbtack.svg +8 -0
- package/ui.icons-metronic/Thunder-circle.svg +8 -0
- package/ui.icons-metronic/Thunder-move.svg +8 -0
- package/ui.icons-metronic/Thunder-night.svg +8 -0
- package/ui.icons-metronic/Thunder.svg +7 -0
- package/ui.icons-metronic/Thunder2.svg +8 -0
- package/ui.icons-metronic/Ticket.svg +7 -0
- package/ui.icons-metronic/Tie.svg +8 -0
- package/ui.icons-metronic/Time-schedule.svg +8 -0
- package/ui.icons-metronic/Timer.svg +10 -0
- package/ui.icons-metronic/Toilet.svg +8 -0
- package/ui.icons-metronic/Tools.svg +8 -0
- package/ui.icons-metronic/Towel.svg +7 -0
- package/ui.icons-metronic/Trash.svg +8 -0
- package/ui.icons-metronic/Trash2.svg +8 -0
- package/ui.icons-metronic/Triangle.svg +7 -0
- package/ui.icons-metronic/Two-bottles.svg +8 -0
- package/ui.icons-metronic/USB.svg +9 -0
- package/ui.icons-metronic/Umbrella.svg +8 -0
- package/ui.icons-metronic/Underline.svg +8 -0
- package/ui.icons-metronic/Undo.svg +7 -0
- package/ui.icons-metronic/Union.svg +7 -0
- package/ui.icons-metronic/Unlock.svg +13 -0
- package/ui.icons-metronic/Up-2.svg +8 -0
- package/ui.icons-metronic/Up-down.svg +10 -0
- package/ui.icons-metronic/Up-left.svg +8 -0
- package/ui.icons-metronic/Up-right.svg +8 -0
- package/ui.icons-metronic/Update.svg +7 -0
- package/ui.icons-metronic/Upload-folder.svg +8 -0
- package/ui.icons-metronic/Upload.svg +9 -0
- package/ui.icons-metronic/Uploaded-file.svg +8 -0
- package/ui.icons-metronic/Urgent-mail.svg +8 -0
- package/ui.icons-metronic/Usb-storage.svg +8 -0
- package/ui.icons-metronic/User-folder.svg +9 -0
- package/ui.icons-metronic/User.svg +8 -0
- package/ui.icons-metronic/Vertical.svg +8 -0
- package/ui.icons-metronic/Video-camera.svg +8 -0
- package/ui.icons-metronic/Visible.svg +8 -0
- package/ui.icons-metronic/Volume-down.svg +8 -0
- package/ui.icons-metronic/Volume-full.svg +8 -0
- package/ui.icons-metronic/Volume-half.svg +8 -0
- package/ui.icons-metronic/Volume-up.svg +8 -0
- package/ui.icons-metronic/Vynil.svg +8 -0
- package/ui.icons-metronic/Waiting.svg +7 -0
- package/ui.icons-metronic/Wallet.svg +9 -0
- package/ui.icons-metronic/Wallet2.svg +8 -0
- package/ui.icons-metronic/Wallet3.svg +9 -0
- package/ui.icons-metronic/Warning-1-circle.svg +9 -0
- package/ui.icons-metronic/Warning-2.svg +9 -0
- package/ui.icons-metronic/Washer.svg +8 -0
- package/ui.icons-metronic/Watch1.svg +10 -0
- package/ui.icons-metronic/Watch2.svg +10 -0
- package/ui.icons-metronic/Water-mixer.svg +9 -0
- package/ui.icons-metronic/Weight1.svg +8 -0
- package/ui.icons-metronic/Weight2.svg +8 -0
- package/ui.icons-metronic/Wi-fi.svg +8 -0
- package/ui.icons-metronic/Wind.svg +8 -0
- package/ui.icons-metronic/Wine.svg +8 -0
- package/ui.icons-metronic/Wood-horse.svg +7 -0
- package/ui.icons-metronic/Wood1.svg +8 -0
- package/ui.icons-metronic/Wood2.svg +8 -0
- package/ui.icons-metronic/Write.svg +8 -0
- package/ui.icons-metronic/Youtube.svg +8 -0
- package/ui.icons-metronic/ZoomMinus.svg +9 -0
- package/ui.icons-metronic/ZoomPlus.svg +9 -0
- package/ui.icons-metronic/air-dryer.svg +8 -0
- package/ui.icons-metronic/iMac.svg +9 -0
- package/ui.icons-metronic/iPhone-X.svg +8 -0
- package/ui.icons-metronic/iPhone-back.svg +7 -0
- package/ui.icons-metronic/iPhone-x-back.svg +7 -0
- package/ui.icons-metronic/index.js +4 -0
- package/ui.image-avatar/default-avatar.png +0 -0
- package/ui.image-avatar/index.stories.js +106 -0
- package/ui.image-avatar/index.vue +253 -0
- package/ui.image-icon/cli.mjs +159 -0
- package/ui.image-icon/index.stories.js +129 -0
- package/ui.image-icon/index.vue +511 -0
- package/ui.image-logo/index.stories.js +84 -0
- package/ui.image-logo/index.vue +184 -0
- package/ui.navigation-pagination/index.stories.js +35 -0
- package/ui.navigation-pagination/index.vue +115 -0
- package/ui.navigation-stepper/index.stories.js +29 -0
- package/ui.navigation-stepper/index.vue +129 -0
- package/ui.navigation-tab/index.stories.js +61 -0
- package/ui.navigation-tab/index.vue +112 -0
- package/ui.navigation-tabs/index.stories.js +73 -0
- package/ui.navigation-tabs/index.vue +119 -0
- package/ui.other-dot/index.stories.js +77 -0
- package/ui.other-dot/index.vue +100 -0
- package/ui.other-loader/index.stories.js +77 -0
- package/ui.other-loader/index.vue +185 -0
- package/ui.text-alert/index.stories.js +124 -0
- package/ui.text-alert/index.vue +236 -0
- package/ui.text-block/index.stories.js +111 -0
- package/ui.text-block/index.vue +137 -0
- package/ui.text-empty/configs/default.config.js +28 -0
- package/ui.text-empty/index.stories.js +106 -0
- package/ui.text-empty/index.vue +95 -0
- package/ui.text-empty/services/variant.service.js +22 -0
- package/ui.text-field/index.stories.js +60 -0
- package/ui.text-field/index.vue +109 -0
- package/ui.text-file/index.stories.js +28 -0
- package/ui.text-file/index.vue +102 -0
- package/ui.text-files/index.stories.js +31 -0
- package/ui.text-files/index.vue +64 -0
- package/ui.text-header/index.stories.js +110 -0
- package/ui.text-header/index.vue +237 -0
- package/ui.text-money/assets/credit.svg +7 -0
- package/ui.text-money/assets/debit.svg +12 -0
- package/ui.text-money/index.stories.js +263 -0
- package/ui.text-money/index.vue +523 -0
- package/ui.text-tag/index.stories.js +90 -0
- package/ui.text-tag/index.vue +178 -0
- package/web-types.json +6320 -0
|
@@ -0,0 +1,1018 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<t-button
|
|
3
|
+
:id="id"
|
|
4
|
+
class="mono-button px-6 pb-12 pt-8"
|
|
5
|
+
:disabled="disabled"
|
|
6
|
+
:class="buttonClasses"
|
|
7
|
+
:variant="variant"
|
|
8
|
+
:data-cy="dataCy"
|
|
9
|
+
@click="onClick"
|
|
10
|
+
>
|
|
11
|
+
<!-- @slot Use it to add something before text. -->
|
|
12
|
+
<slot v-if="!loading" name="left" />
|
|
13
|
+
|
|
14
|
+
<!-- @slot Use it to add something instead of text. -->
|
|
15
|
+
<slot v-if="!loading">
|
|
16
|
+
<div v-if="text" class="mono-button-text-wrapper">
|
|
17
|
+
{{ text }}
|
|
18
|
+
</div>
|
|
19
|
+
</slot>
|
|
20
|
+
|
|
21
|
+
<!-- @slot Use it to add something after text. -->
|
|
22
|
+
<slot v-if="!loading" name="right" />
|
|
23
|
+
|
|
24
|
+
<ULoader v-if="loading" :size="size" />
|
|
25
|
+
</t-button>
|
|
26
|
+
</template>
|
|
27
|
+
|
|
28
|
+
<script>
|
|
29
|
+
import { getRandomId } from "vueless/service.ui";
|
|
30
|
+
import TButton from "vueless/library.vue-tailwind-3/t-button";
|
|
31
|
+
import ULoader from "vueless/ui.other-loader";
|
|
32
|
+
|
|
33
|
+
export default {
|
|
34
|
+
name: "UButton",
|
|
35
|
+
|
|
36
|
+
components: {
|
|
37
|
+
TButton,
|
|
38
|
+
ULoader,
|
|
39
|
+
},
|
|
40
|
+
|
|
41
|
+
props: {
|
|
42
|
+
/**
|
|
43
|
+
* The variant of the button.
|
|
44
|
+
* @values primary, secondary, thirdary
|
|
45
|
+
*/
|
|
46
|
+
variant: {
|
|
47
|
+
type: String,
|
|
48
|
+
default: "primary",
|
|
49
|
+
},
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* The color of the button.
|
|
53
|
+
* @values gray, red, orange, yellow, green, blue, violet, fuchsia, white
|
|
54
|
+
*/
|
|
55
|
+
color: {
|
|
56
|
+
type: String,
|
|
57
|
+
default: "",
|
|
58
|
+
},
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* The size of the button.
|
|
62
|
+
* @values sm, md, lg
|
|
63
|
+
*/
|
|
64
|
+
size: {
|
|
65
|
+
type: String,
|
|
66
|
+
default: "md",
|
|
67
|
+
},
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Set button text.
|
|
71
|
+
*/
|
|
72
|
+
text: {
|
|
73
|
+
type: String,
|
|
74
|
+
default: "",
|
|
75
|
+
},
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Make button inactive.
|
|
79
|
+
*/
|
|
80
|
+
disabled: {
|
|
81
|
+
type: Boolean,
|
|
82
|
+
default: false,
|
|
83
|
+
},
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Make button's corners rounded.
|
|
87
|
+
*/
|
|
88
|
+
pill: {
|
|
89
|
+
type: Boolean,
|
|
90
|
+
default: false,
|
|
91
|
+
},
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Fill the background for thirdary variant.
|
|
95
|
+
*/
|
|
96
|
+
filled: {
|
|
97
|
+
type: Boolean,
|
|
98
|
+
default: false,
|
|
99
|
+
},
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Enables loader.
|
|
103
|
+
*/
|
|
104
|
+
loading: {
|
|
105
|
+
type: Boolean,
|
|
106
|
+
default: false,
|
|
107
|
+
},
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Generates unique element id.
|
|
111
|
+
* @ignore
|
|
112
|
+
*/
|
|
113
|
+
id: {
|
|
114
|
+
type: String,
|
|
115
|
+
default: () => getRandomId(),
|
|
116
|
+
},
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* Sets data-cy attribute for automated testing.
|
|
120
|
+
*/
|
|
121
|
+
dataCy: {
|
|
122
|
+
type: String,
|
|
123
|
+
default: "",
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
|
|
127
|
+
emits: ["click"],
|
|
128
|
+
|
|
129
|
+
computed: {
|
|
130
|
+
buttonClasses() {
|
|
131
|
+
const size = `mono-button-${this.size}`;
|
|
132
|
+
const classes = { pill: this.pill };
|
|
133
|
+
const filled = this.filled ? `${this.variant}-filled` : "";
|
|
134
|
+
const loading = this.loading ? "mono-button-loading" : "";
|
|
135
|
+
|
|
136
|
+
return [classes, this.variant, filled, size, this.color, loading];
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
|
|
140
|
+
methods: {
|
|
141
|
+
onClick(event) {
|
|
142
|
+
this.$emit("click", event);
|
|
143
|
+
|
|
144
|
+
document.getElementById(this.id).blur();
|
|
145
|
+
},
|
|
146
|
+
},
|
|
147
|
+
};
|
|
148
|
+
</script>
|
|
149
|
+
|
|
150
|
+
<style scoped lang="postcss">
|
|
151
|
+
.mono-button {
|
|
152
|
+
@apply flex items-center justify-center;
|
|
153
|
+
@apply text-base font-medium;
|
|
154
|
+
@apply rounded-lg outline-none;
|
|
155
|
+
@apply transition duration-100 ease-in-out;
|
|
156
|
+
|
|
157
|
+
&:focus {
|
|
158
|
+
@apply ring-4 ring-gray-900 !ring-opacity-10;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
&-loading {
|
|
162
|
+
@apply pointer-events-none;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
&-text-wrapper {
|
|
166
|
+
@apply whitespace-nowrap px-1.5;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
&-sm {
|
|
170
|
+
@apply px-3 py-2.5;
|
|
171
|
+
@apply text-sm;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
&-md {
|
|
175
|
+
@apply px-3.5 py-3;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
&-lg {
|
|
179
|
+
@apply px-4 py-4;
|
|
180
|
+
@apply text-lg;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.pill {
|
|
185
|
+
@apply rounded-full;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.primary {
|
|
189
|
+
@apply border border-solid border-gray-900 bg-gray-900 text-white;
|
|
190
|
+
|
|
191
|
+
&:focus {
|
|
192
|
+
@apply !border-opacity-0;
|
|
193
|
+
@apply !bg-opacity-80;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
&:hover {
|
|
197
|
+
@apply !border-opacity-0;
|
|
198
|
+
@apply !bg-opacity-80;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
&:active {
|
|
202
|
+
@apply !border-opacity-0;
|
|
203
|
+
@apply !bg-opacity-70;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
&:disabled {
|
|
207
|
+
@apply !border-opacity-0;
|
|
208
|
+
@apply !bg-opacity-40;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.secondary {
|
|
213
|
+
@apply border border-solid border-gray-900 bg-transparent text-gray-900;
|
|
214
|
+
|
|
215
|
+
&:focus {
|
|
216
|
+
@apply !text-opacity-80;
|
|
217
|
+
@apply !border-opacity-80;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
&:hover {
|
|
221
|
+
@apply !text-opacity-80;
|
|
222
|
+
@apply !border-opacity-80;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
&:active {
|
|
226
|
+
@apply !text-opacity-70;
|
|
227
|
+
@apply !border-opacity-70;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
&:disabled {
|
|
231
|
+
@apply !text-opacity-40;
|
|
232
|
+
@apply !border-opacity-40;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.thirdary {
|
|
237
|
+
@apply border border-transparent bg-transparent text-gray-900;
|
|
238
|
+
|
|
239
|
+
&-filled {
|
|
240
|
+
@apply bg-gray-900 !bg-opacity-5;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
&:focus {
|
|
244
|
+
@apply !text-opacity-70;
|
|
245
|
+
@apply bg-gray-900 !bg-opacity-5;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
&:hover {
|
|
249
|
+
@apply !text-opacity-70;
|
|
250
|
+
@apply bg-gray-900 !bg-opacity-10;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
&:active {
|
|
254
|
+
@apply !text-opacity-60;
|
|
255
|
+
@apply bg-gray-900 !bg-opacity-15;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
&:disabled {
|
|
259
|
+
@apply !text-opacity-40;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
</style>
|
|
263
|
+
|
|
264
|
+
<!-- Colors & Brand -->
|
|
265
|
+
<style scoped lang="postcss">
|
|
266
|
+
.brand {
|
|
267
|
+
&.mono-button {
|
|
268
|
+
&:focus {
|
|
269
|
+
@apply ring-brand;
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
&.primary {
|
|
274
|
+
@apply border-brand bg-brand text-white;
|
|
275
|
+
|
|
276
|
+
&:hover {
|
|
277
|
+
@apply border-brand bg-brand;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
&:focus {
|
|
281
|
+
@apply bg-brand ring-brand/20;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
&:active {
|
|
285
|
+
@apply border-brand bg-brand;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
&:disabled {
|
|
289
|
+
@apply border-brand bg-brand;
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
&.secondary {
|
|
294
|
+
@apply text-brand;
|
|
295
|
+
@apply border-brand;
|
|
296
|
+
|
|
297
|
+
&:focus {
|
|
298
|
+
@apply border-brand text-brand ring-brand/20;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
&:hover {
|
|
302
|
+
@apply border-brand text-brand;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
&:active {
|
|
306
|
+
@apply border-brand text-brand;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
&:disabled {
|
|
310
|
+
@apply border-brand text-brand;
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
&.thirdary {
|
|
315
|
+
@apply text-brand;
|
|
316
|
+
|
|
317
|
+
&-filled {
|
|
318
|
+
@apply bg-brand text-brand;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
&:focus {
|
|
322
|
+
@apply bg-brand text-brand;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
&:hover {
|
|
326
|
+
@apply bg-brand text-brand;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
&:active {
|
|
330
|
+
@apply bg-brand text-brand;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
&:disabled {
|
|
334
|
+
@apply text-brand;
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.primary {
|
|
340
|
+
&.gray {
|
|
341
|
+
@apply border-gray-800 bg-gray-800 text-white;
|
|
342
|
+
|
|
343
|
+
&:focus {
|
|
344
|
+
@apply border-gray-800 bg-gray-800 ring-gray-800;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
&:hover {
|
|
348
|
+
@apply border-gray-800 bg-gray-800;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
&:active {
|
|
352
|
+
@apply border-gray-800 bg-gray-800;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
&:disabled {
|
|
356
|
+
@apply text-gray-800;
|
|
357
|
+
@apply border-gray-800 bg-gray-800;
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
&.red {
|
|
362
|
+
@apply border-red-700 bg-red-700 text-white;
|
|
363
|
+
|
|
364
|
+
&:focus {
|
|
365
|
+
@apply border-red-700 bg-red-700;
|
|
366
|
+
@apply ring-red-700;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
&:hover {
|
|
370
|
+
@apply border-red-700 bg-red-700;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
&:active {
|
|
374
|
+
@apply border-red-700 bg-red-700;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
&:disabled {
|
|
378
|
+
@apply text-red-700;
|
|
379
|
+
@apply border-red-700 bg-red-700;
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
&.orange {
|
|
384
|
+
@apply border-orange-700 bg-orange-700 text-white;
|
|
385
|
+
|
|
386
|
+
&:focus {
|
|
387
|
+
@apply border-orange-700 bg-orange-700;
|
|
388
|
+
@apply ring-orange-700;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
&:hover {
|
|
392
|
+
@apply border-orange-700 bg-orange-700;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
&:active {
|
|
396
|
+
@apply border-orange-700 bg-orange-700;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
&:disabled {
|
|
400
|
+
@apply text-orange-700;
|
|
401
|
+
@apply border-orange-700 bg-orange-700;
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
&.yellow {
|
|
406
|
+
@apply border-yellow-700 bg-yellow-700 text-white;
|
|
407
|
+
|
|
408
|
+
&:focus {
|
|
409
|
+
@apply border-yellow-700 bg-yellow-700;
|
|
410
|
+
@apply ring-yellow-700;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
&:hover {
|
|
414
|
+
@apply border-yellow-700 bg-yellow-700;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
&:active {
|
|
418
|
+
@apply border-yellow-700 bg-yellow-700;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
&:disabled {
|
|
422
|
+
@apply text-yellow-700;
|
|
423
|
+
@apply border-yellow-700 bg-yellow-700;
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
&.green {
|
|
428
|
+
@apply border-green-700 bg-green-700 text-white;
|
|
429
|
+
|
|
430
|
+
&:focus {
|
|
431
|
+
@apply border-green-700 bg-green-700;
|
|
432
|
+
@apply ring-green-700;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
&:hover {
|
|
436
|
+
@apply border-green-700 bg-green-700;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
&:active {
|
|
440
|
+
@apply border-green-700 bg-green-700;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
&:disabled {
|
|
444
|
+
@apply text-green-700;
|
|
445
|
+
@apply border-green-700 bg-green-700;
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
&.blue {
|
|
450
|
+
@apply border-blue-700 bg-blue-700 text-white;
|
|
451
|
+
|
|
452
|
+
&:focus {
|
|
453
|
+
@apply border-blue-700 bg-blue-700;
|
|
454
|
+
@apply ring-blue-700;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
&:hover {
|
|
458
|
+
@apply border-blue-700 bg-blue-700;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
&:active {
|
|
462
|
+
@apply border-blue-700 bg-blue-700;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
&:disabled {
|
|
466
|
+
@apply text-blue-700;
|
|
467
|
+
@apply border-blue-700 bg-blue-700;
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
&.violet {
|
|
472
|
+
@apply border-violet-700 bg-violet-700 text-white;
|
|
473
|
+
|
|
474
|
+
&:focus {
|
|
475
|
+
@apply border-violet-700 bg-violet-700;
|
|
476
|
+
@apply ring-violet-700;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
&:hover {
|
|
480
|
+
@apply border-violet-700 bg-violet-700;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
&:active {
|
|
484
|
+
@apply border-violet-700 bg-violet-700;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
&:disabled {
|
|
488
|
+
@apply text-violet-700;
|
|
489
|
+
@apply border-violet-700 bg-violet-700;
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
&.fuchsia {
|
|
494
|
+
@apply border-fuchsia-700 bg-fuchsia-700 text-white;
|
|
495
|
+
|
|
496
|
+
&:focus {
|
|
497
|
+
@apply border-fuchsia-700 bg-fuchsia-700;
|
|
498
|
+
@apply ring-fuchsia-700;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
&:hover {
|
|
502
|
+
@apply border-fuchsia-700 bg-fuchsia-700;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
&:active {
|
|
506
|
+
@apply border-fuchsia-700 bg-fuchsia-700;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
&:disabled {
|
|
510
|
+
@apply text-fuchsia-700;
|
|
511
|
+
@apply border-fuchsia-700 bg-fuchsia-700;
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
&.white {
|
|
516
|
+
@apply border-white bg-white text-gray-700;
|
|
517
|
+
|
|
518
|
+
&:focus {
|
|
519
|
+
@apply border-white bg-white;
|
|
520
|
+
@apply ring-white;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
&:hover {
|
|
524
|
+
@apply border-white bg-white;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
&:active {
|
|
528
|
+
@apply border-white bg-white;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
&:disabled {
|
|
532
|
+
@apply text-white;
|
|
533
|
+
@apply border-white bg-white;
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
.secondary {
|
|
539
|
+
&.gray {
|
|
540
|
+
@apply border-gray-800 bg-transparent text-gray-800;
|
|
541
|
+
|
|
542
|
+
&:focus {
|
|
543
|
+
@apply text-gray-800;
|
|
544
|
+
@apply border-gray-800;
|
|
545
|
+
@apply ring-gray-800;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
&:hover {
|
|
549
|
+
@apply text-gray-800;
|
|
550
|
+
@apply border-gray-800;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
&:active {
|
|
554
|
+
@apply text-gray-800;
|
|
555
|
+
@apply border-gray-800;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
&:disabled {
|
|
559
|
+
@apply text-gray-800;
|
|
560
|
+
@apply border-gray-800;
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
&.red {
|
|
565
|
+
@apply border-red-700 bg-transparent text-red-700;
|
|
566
|
+
|
|
567
|
+
&:focus {
|
|
568
|
+
@apply text-red-700;
|
|
569
|
+
@apply border-red-700;
|
|
570
|
+
@apply ring-red-700;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
&:hover {
|
|
574
|
+
@apply text-red-700;
|
|
575
|
+
@apply border-red-700;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
&:active {
|
|
579
|
+
@apply text-red-700;
|
|
580
|
+
@apply border-red-700;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
&:disabled {
|
|
584
|
+
@apply text-red-700;
|
|
585
|
+
@apply border-red-700;
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
&.orange {
|
|
590
|
+
@apply border-orange-700 bg-transparent text-orange-700;
|
|
591
|
+
|
|
592
|
+
&:focus {
|
|
593
|
+
@apply text-orange-700;
|
|
594
|
+
@apply border-orange-700;
|
|
595
|
+
@apply ring-orange-700;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
&:hover {
|
|
599
|
+
@apply text-orange-700;
|
|
600
|
+
@apply border-orange-700;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
&:active {
|
|
604
|
+
@apply text-orange-700;
|
|
605
|
+
@apply border-orange-700;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
&:disabled {
|
|
609
|
+
@apply text-orange-700;
|
|
610
|
+
@apply border-orange-700;
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
&.yellow {
|
|
615
|
+
@apply border-yellow-700 bg-transparent text-yellow-700;
|
|
616
|
+
|
|
617
|
+
&:focus {
|
|
618
|
+
@apply text-yellow-700;
|
|
619
|
+
@apply border-yellow-700;
|
|
620
|
+
@apply ring-yellow-700;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
&:hover {
|
|
624
|
+
@apply text-yellow-700;
|
|
625
|
+
@apply border-yellow-700;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
&:active {
|
|
629
|
+
@apply text-yellow-700;
|
|
630
|
+
@apply border-yellow-700;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
&:disabled {
|
|
634
|
+
@apply text-yellow-700;
|
|
635
|
+
@apply border-yellow-700;
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
&.green {
|
|
640
|
+
@apply border-green-700 bg-transparent text-green-700;
|
|
641
|
+
|
|
642
|
+
&:focus {
|
|
643
|
+
@apply text-green-700;
|
|
644
|
+
@apply border-green-700;
|
|
645
|
+
@apply ring-green-700;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
&:hover {
|
|
649
|
+
@apply text-green-700;
|
|
650
|
+
@apply border-green-700;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
&:active {
|
|
654
|
+
@apply text-green-700;
|
|
655
|
+
@apply border-green-700;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
&:disabled {
|
|
659
|
+
@apply text-green-700;
|
|
660
|
+
@apply border-green-700;
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
&.blue {
|
|
665
|
+
@apply border-blue-700 bg-transparent text-blue-700;
|
|
666
|
+
|
|
667
|
+
&:focus {
|
|
668
|
+
@apply text-blue-700;
|
|
669
|
+
@apply border-blue-700;
|
|
670
|
+
@apply ring-blue-700;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
&:hover {
|
|
674
|
+
@apply text-blue-700;
|
|
675
|
+
@apply border-blue-700;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
&:active {
|
|
679
|
+
@apply text-blue-700;
|
|
680
|
+
@apply border-blue-700;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
&:disabled {
|
|
684
|
+
@apply text-blue-700;
|
|
685
|
+
@apply border-blue-700;
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
&.violet {
|
|
690
|
+
@apply border-violet-700 bg-transparent text-violet-700;
|
|
691
|
+
|
|
692
|
+
&:focus {
|
|
693
|
+
@apply text-violet-700;
|
|
694
|
+
@apply border-violet-700;
|
|
695
|
+
@apply ring-violet-700;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
&:hover {
|
|
699
|
+
@apply text-violet-700;
|
|
700
|
+
@apply border-violet-700;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
&:active {
|
|
704
|
+
@apply text-violet-700;
|
|
705
|
+
@apply border-violet-700;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
&:disabled {
|
|
709
|
+
@apply text-violet-700;
|
|
710
|
+
@apply border-violet-700;
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
&.fuchsia {
|
|
715
|
+
@apply border-fuchsia-700 bg-transparent text-fuchsia-700;
|
|
716
|
+
|
|
717
|
+
&:focus {
|
|
718
|
+
@apply text-fuchsia-700;
|
|
719
|
+
@apply border-fuchsia-700;
|
|
720
|
+
@apply ring-fuchsia-700;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
&:hover {
|
|
724
|
+
@apply text-fuchsia-700;
|
|
725
|
+
@apply border-fuchsia-700;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
&:active {
|
|
729
|
+
@apply text-fuchsia-700;
|
|
730
|
+
@apply border-fuchsia-700;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
&:disabled {
|
|
734
|
+
@apply text-fuchsia-700;
|
|
735
|
+
@apply border-fuchsia-700;
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
&.white {
|
|
740
|
+
@apply border-white bg-transparent text-white;
|
|
741
|
+
|
|
742
|
+
&:focus {
|
|
743
|
+
@apply text-white;
|
|
744
|
+
@apply border-white;
|
|
745
|
+
@apply ring-white;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
&:hover {
|
|
749
|
+
@apply text-white;
|
|
750
|
+
@apply border-white;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
&:active {
|
|
754
|
+
@apply text-white;
|
|
755
|
+
@apply border-white;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
&:disabled {
|
|
759
|
+
@apply text-white;
|
|
760
|
+
@apply border-white;
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
.thirdary {
|
|
766
|
+
&.gray {
|
|
767
|
+
@apply border-transparent bg-transparent text-gray-800;
|
|
768
|
+
|
|
769
|
+
&.thirdary-filled {
|
|
770
|
+
@apply bg-gray-800;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
&:focus {
|
|
774
|
+
@apply text-gray-800;
|
|
775
|
+
@apply bg-gray-800;
|
|
776
|
+
@apply ring-gray-800;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
&:hover {
|
|
780
|
+
@apply text-gray-800;
|
|
781
|
+
@apply bg-gray-800;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
&:active {
|
|
785
|
+
@apply text-gray-800;
|
|
786
|
+
@apply bg-gray-800;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
&:disabled {
|
|
790
|
+
@apply text-gray-800;
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
&.red {
|
|
795
|
+
@apply border-transparent bg-transparent text-red-700;
|
|
796
|
+
|
|
797
|
+
&.thirdary-filled {
|
|
798
|
+
@apply bg-red-700;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
&:focus {
|
|
802
|
+
@apply text-red-700;
|
|
803
|
+
@apply bg-red-700;
|
|
804
|
+
@apply ring-red-700;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
&:hover {
|
|
808
|
+
@apply text-red-700;
|
|
809
|
+
@apply bg-red-700;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
&:active {
|
|
813
|
+
@apply text-red-700;
|
|
814
|
+
@apply bg-red-700;
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
&:disabled {
|
|
818
|
+
@apply text-red-700;
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
&.orange {
|
|
823
|
+
@apply border-transparent bg-transparent text-orange-700;
|
|
824
|
+
|
|
825
|
+
&.thirdary-filled {
|
|
826
|
+
@apply bg-orange-700;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
&:focus {
|
|
830
|
+
@apply text-orange-700;
|
|
831
|
+
@apply bg-orange-700;
|
|
832
|
+
@apply ring-orange-700;
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
&:hover {
|
|
836
|
+
@apply text-orange-700;
|
|
837
|
+
@apply bg-orange-700;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
&:active {
|
|
841
|
+
@apply text-orange-700;
|
|
842
|
+
@apply bg-orange-700;
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
&:disabled {
|
|
846
|
+
@apply text-orange-700;
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
&.yellow {
|
|
851
|
+
@apply border-transparent bg-transparent text-yellow-700;
|
|
852
|
+
|
|
853
|
+
&.thirdary-filled {
|
|
854
|
+
@apply bg-yellow-700;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
&:focus {
|
|
858
|
+
@apply text-yellow-700;
|
|
859
|
+
@apply bg-yellow-700;
|
|
860
|
+
@apply ring-yellow-700;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
&:hover {
|
|
864
|
+
@apply text-yellow-700;
|
|
865
|
+
@apply bg-yellow-700;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
&:active {
|
|
869
|
+
@apply text-yellow-700;
|
|
870
|
+
@apply bg-yellow-700;
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
&:disabled {
|
|
874
|
+
@apply text-yellow-700;
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
&.green {
|
|
879
|
+
@apply border-transparent bg-transparent text-green-700;
|
|
880
|
+
|
|
881
|
+
&.thirdary-filled {
|
|
882
|
+
@apply bg-green-700;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
&:focus {
|
|
886
|
+
@apply text-green-700;
|
|
887
|
+
@apply bg-green-700;
|
|
888
|
+
@apply ring-green-700;
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
&:hover {
|
|
892
|
+
@apply text-green-700;
|
|
893
|
+
@apply bg-green-700;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
&:active {
|
|
897
|
+
@apply text-green-700;
|
|
898
|
+
@apply bg-green-700;
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
&:disabled {
|
|
902
|
+
@apply text-green-700;
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
&.blue {
|
|
907
|
+
@apply border-transparent bg-transparent text-blue-700;
|
|
908
|
+
|
|
909
|
+
&.thirdary-filled {
|
|
910
|
+
@apply bg-blue-700;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
&:focus {
|
|
914
|
+
@apply text-blue-700;
|
|
915
|
+
@apply bg-blue-700;
|
|
916
|
+
@apply ring-blue-700;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
&:hover {
|
|
920
|
+
@apply text-blue-700;
|
|
921
|
+
@apply bg-blue-700;
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
&:active {
|
|
925
|
+
@apply text-blue-700;
|
|
926
|
+
@apply bg-blue-700;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
&:disabled {
|
|
930
|
+
@apply text-blue-700;
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
&.violet {
|
|
935
|
+
@apply border-transparent bg-transparent text-violet-700;
|
|
936
|
+
|
|
937
|
+
&.thirdary-filled {
|
|
938
|
+
@apply bg-violet-700;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
&:focus {
|
|
942
|
+
@apply text-violet-700;
|
|
943
|
+
@apply bg-violet-700;
|
|
944
|
+
@apply ring-violet-700;
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
&:hover {
|
|
948
|
+
@apply text-violet-700;
|
|
949
|
+
@apply bg-violet-700;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
&:active {
|
|
953
|
+
@apply text-violet-700;
|
|
954
|
+
@apply bg-violet-700;
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
&:disabled {
|
|
958
|
+
@apply text-violet-700;
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
&.fuchsia {
|
|
963
|
+
@apply border-transparent bg-transparent text-fuchsia-700;
|
|
964
|
+
|
|
965
|
+
&.thirdary-filled {
|
|
966
|
+
@apply bg-fuchsia-700;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
&:focus {
|
|
970
|
+
@apply text-fuchsia-700;
|
|
971
|
+
@apply bg-fuchsia-700;
|
|
972
|
+
@apply ring-fuchsia-700;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
&:hover {
|
|
976
|
+
@apply text-fuchsia-700;
|
|
977
|
+
@apply bg-fuchsia-700;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
&:active {
|
|
981
|
+
@apply text-fuchsia-700;
|
|
982
|
+
@apply bg-fuchsia-700;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
&:disabled {
|
|
986
|
+
@apply text-fuchsia-700;
|
|
987
|
+
}
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
&.white {
|
|
991
|
+
@apply border-transparent bg-transparent text-white;
|
|
992
|
+
|
|
993
|
+
&.thirdary-filled {
|
|
994
|
+
@apply bg-white;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
&:focus {
|
|
998
|
+
@apply text-white;
|
|
999
|
+
@apply bg-white;
|
|
1000
|
+
@apply ring-white;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
&:hover {
|
|
1004
|
+
@apply text-white;
|
|
1005
|
+
@apply bg-white;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
&:active {
|
|
1009
|
+
@apply text-white;
|
|
1010
|
+
@apply bg-white;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
&:disabled {
|
|
1014
|
+
@apply text-white;
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
</style>
|