lib-pajakio-v2 1.0.0
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/.env +3 -0
- package/README.md +15 -0
- package/babel.config.js +5 -0
- package/dist/demo.html +10 -0
- package/dist/library-frontend-pajakio.common.js +42049 -0
- package/dist/library-frontend-pajakio.common.js.map +1 -0
- package/dist/library-frontend-pajakio.css +1 -0
- package/dist/library-frontend-pajakio.umd.js +42059 -0
- package/dist/library-frontend-pajakio.umd.js.map +1 -0
- package/dist/library-frontend-pajakio.umd.min.js +2 -0
- package/dist/library-frontend-pajakio.umd.min.js.map +1 -0
- package/index.html +13 -0
- package/lib-pajakio-v2-1.0.27.tgz +0 -0
- package/package.json +30 -0
- package/public/favicon.ico +0 -0
- package/public/index.html +17 -0
- package/src/App.vue +50 -0
- package/src/assets/fonts/Avenir-Black.ttf +0 -0
- package/src/assets/fonts/Avenir-Book.ttf +0 -0
- package/src/assets/fonts/Avenir-Heavy.ttf +0 -0
- package/src/assets/fonts/Avenir-Light.ttf +0 -0
- package/src/assets/fonts/Avenir-Medium.ttf +0 -0
- package/src/assets/fonts/Avenir-Roman.ttf +0 -0
- package/src/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/src/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
- package/src/assets/fonts/OpenSans-Light.ttf +0 -0
- package/src/assets/fonts/OpenSans-Medium.ttf +0 -0
- package/src/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/src/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/src/assets/fonts/style.css +35 -0
- package/src/assets/logo.png +0 -0
- package/src/assets/style/_color.scss +51 -0
- package/src/assets/style/base.scss +1083 -0
- package/src/assets/style/sizing.scss +157 -0
- package/src/components/Base/BaseButton.vue +276 -0
- package/src/components/Base/BaseIcon.vue +1591 -0
- package/src/components/Base/BaseTable.vue +76 -0
- package/src/components/Breadcrumbs/index.vue +95 -0
- package/src/components/ComponentsLayout/NavigationMenu.vue +148 -0
- package/src/components/DashboardFooter/index.vue +105 -0
- package/src/components/DashboardHeader/index.vue +566 -0
- package/src/components/DatePicker/index.vue +2230 -0
- package/src/components/Dropdown/DropdownCheckbox.vue +99 -0
- package/src/components/Dropdown/DropdownCompany.vue +259 -0
- package/src/components/Dropdown/DropdownMultipleTag.vue +126 -0
- package/src/components/Dropdown/DropdownSearchList.vue +185 -0
- package/src/components/Dropdown/DropdownSelect.vue +387 -0
- package/src/components/Dropdown/index.vue +193 -0
- package/src/components/ExpansionPanel/index.vue +102 -0
- package/src/components/Form/FormCheckbox.vue +195 -0
- package/src/components/Form/FormGroupCheckbox.vue +256 -0
- package/src/components/Form/FormInput.vue +618 -0
- package/src/components/Form/FormInputTag.vue +286 -0
- package/src/components/Form/FormRadio.vue +195 -0
- package/src/components/Form/FormSwitch.vue +162 -0
- package/src/components/Form/FormTextarea.vue +204 -0
- package/src/components/Icons/Action/Accessibility.vue +5 -0
- package/src/components/Icons/Action/AccessibilityNew.vue +5 -0
- package/src/components/Icons/Action/Accessible.vue +10 -0
- package/src/components/Icons/Action/AccessibleForward.vue +10 -0
- package/src/components/Icons/Action/AccountBalance.vue +5 -0
- package/src/components/Icons/Action/AccountBalanceWallet.vue +5 -0
- package/src/components/Icons/Action/AccountBox.vue +5 -0
- package/src/components/Icons/Action/AccountCircle.vue +5 -0
- package/src/components/Icons/Action/ActionIcons.vue +981 -0
- package/src/components/Icons/Action/AddShoppingCart.vue +5 -0
- package/src/components/Icons/Action/AddTask.vue +5 -0
- package/src/components/Icons/Action/Addchart.vue +5 -0
- package/src/components/Icons/Action/AdminPanelSettings.vue +10 -0
- package/src/components/Icons/Action/Alarm.vue +5 -0
- package/src/components/Icons/Action/AlarmAdd.vue +5 -0
- package/src/components/Icons/Action/AlarmOff.vue +5 -0
- package/src/components/Icons/Action/AlarmOn.vue +5 -0
- package/src/components/Icons/Action/AllInbox.vue +5 -0
- package/src/components/Icons/Action/AllOut.vue +5 -0
- package/src/components/Icons/Action/Analytics.vue +5 -0
- package/src/components/Icons/Action/Anchor.vue +5 -0
- package/src/components/Icons/Action/Android.vue +19 -0
- package/src/components/Icons/Action/Announcement.vue +5 -0
- package/src/components/Icons/Action/Api.vue +5 -0
- package/src/components/Icons/Action/AppBlocking.vue +10 -0
- package/src/components/Icons/Action/ArrowCircleDown.vue +5 -0
- package/src/components/Icons/Action/ArrowCircleUp.vue +5 -0
- package/src/components/Icons/Action/ArrowRightAlt.vue +5 -0
- package/src/components/Icons/Action/AspectRatio.vue +5 -0
- package/src/components/Icons/Action/Assessment.vue +5 -0
- package/src/components/Icons/Action/Assignment.vue +5 -0
- package/src/components/Icons/Action/AssignmentInd.vue +5 -0
- package/src/components/Icons/Action/AssignmentLate.vue +5 -0
- package/src/components/Icons/Action/AssignmentReturn.vue +5 -0
- package/src/components/Icons/Action/AssignmentReturned.vue +5 -0
- package/src/components/Icons/Action/AssignmentTurnedIn.vue +5 -0
- package/src/components/Icons/Action/Autorenew.vue +5 -0
- package/src/components/Icons/Action/Backup.vue +5 -0
- package/src/components/Icons/Action/BackupTable.vue +10 -0
- package/src/components/Icons/Action/BatchPrediction.vue +5 -0
- package/src/components/Icons/Action/Book.vue +5 -0
- package/src/components/Icons/Action/BookOnline.vue +5 -0
- package/src/components/Icons/Action/Bookmark.vue +5 -0
- package/src/components/Icons/Action/BookmarkBorder.vue +5 -0
- package/src/components/Icons/Action/Bookmarks.vue +5 -0
- package/src/components/Icons/Action/BugReport.vue +5 -0
- package/src/components/Icons/Action/Build.vue +5 -0
- package/src/components/Icons/Action/BuildCircle.vue +7 -0
- package/src/components/Icons/Action/Cached.vue +5 -0
- package/src/components/Icons/Action/CalendarToday.vue +5 -0
- package/src/components/Icons/Action/CalendarViewDay.vue +5 -0
- package/src/components/Icons/Action/CameraEnhance.vue +5 -0
- package/src/components/Icons/Action/CancelScheduleSend.vue +22 -0
- package/src/components/Icons/Action/CardGiftcard.vue +5 -0
- package/src/components/Icons/Action/CardMembership.vue +5 -0
- package/src/components/Icons/Action/CardTravel.vue +5 -0
- package/src/components/Icons/Action/ChangeHistory.vue +5 -0
- package/src/components/Icons/Action/CheckCircle.vue +5 -0
- package/src/components/Icons/Action/CheckCircleOutline.vue +5 -0
- package/src/components/Icons/Action/ChromeReaderMode.vue +5 -0
- package/src/components/Icons/Action/Class.vue +5 -0
- package/src/components/Icons/Action/CloseFullscreen.vue +5 -0
- package/src/components/Icons/Action/CommentBank.vue +5 -0
- package/src/components/Icons/Action/Commute.vue +5 -0
- package/src/components/Icons/Action/CompareArrows.vue +5 -0
- package/src/components/Icons/Action/ContactPage.vue +5 -0
- package/src/components/Icons/Action/ContactSupport.vue +5 -0
- package/src/components/Icons/Action/Contactless.vue +5 -0
- package/src/components/Icons/Action/Copyright.vue +5 -0
- package/src/components/Icons/Action/CreditCard.vue +5 -0
- package/src/components/Icons/Action/Dashboard.vue +5 -0
- package/src/components/Icons/Action/DateRange.vue +5 -0
- package/src/components/Icons/Action/Delete.vue +5 -0
- package/src/components/Icons/Action/DeleteForever.vue +5 -0
- package/src/components/Icons/Action/DeleteOutline.vue +5 -0
- package/src/components/Icons/Action/Description.vue +5 -0
- package/src/components/Icons/Action/DisabledByDefault.vue +5 -0
- package/src/components/Icons/Action/Dns.vue +5 -0
- package/src/components/Icons/Action/Done.vue +5 -0
- package/src/components/Icons/Action/DoneAll.vue +5 -0
- package/src/components/Icons/Action/DoneOutline.vue +5 -0
- package/src/components/Icons/Action/DonutLarge.vue +5 -0
- package/src/components/Icons/Action/DonutSmall.vue +5 -0
- package/src/components/Icons/Action/DragIndicator.vue +5 -0
- package/src/components/Icons/Action/DynamicForm.vue +5 -0
- package/src/components/Icons/Action/Eco.vue +5 -0
- package/src/components/Icons/Action/Eject.vue +5 -0
- package/src/components/Icons/Action/EuroSymbol.vue +5 -0
- package/src/components/Icons/Action/Event.vue +5 -0
- package/src/components/Icons/Action/EventSeat.vue +5 -0
- package/src/components/Icons/Action/ExitToApp.vue +5 -0
- package/src/components/Icons/Action/Explore.vue +5 -0
- package/src/components/Icons/Action/ExploreOff.vue +5 -0
- package/src/components/Icons/Action/Extension.vue +5 -0
- package/src/components/Icons/Action/Face.vue +5 -0
- package/src/components/Icons/Action/FaceUnlock.vue +5 -0
- package/src/components/Icons/Action/FactCheck.vue +7 -0
- package/src/components/Icons/Action/Favorite.vue +5 -0
- package/src/components/Icons/Action/FavoriteBorder.vue +5 -0
- package/src/components/Icons/Action/Feedback.vue +5 -0
- package/src/components/Icons/Action/FilterAlt.vue +5 -0
- package/src/components/Icons/Action/FindInPage.vue +5 -0
- package/src/components/Icons/Action/FindReplace.vue +5 -0
- package/src/components/Icons/Action/Fingerprint.vue +5 -0
- package/src/components/Icons/Action/Flaky.vue +7 -0
- package/src/components/Icons/Action/FlightLand.vue +5 -0
- package/src/components/Icons/Action/FlightTakeoff.vue +5 -0
- package/src/components/Icons/Action/FlipToBack.vue +5 -0
- package/src/components/Icons/Action/FlipToFront.vue +5 -0
- package/src/components/Icons/Action/GTranslate.vue +5 -0
- package/src/components/Icons/Action/Gavel.vue +5 -0
- package/src/components/Icons/Action/GetApp.vue +5 -0
- package/src/components/Icons/Action/Gif.vue +5 -0
- package/src/components/Icons/Action/Grade.vue +5 -0
- package/src/components/Icons/Action/Grading.vue +22 -0
- package/src/components/Icons/Action/GroupWork.vue +5 -0
- package/src/components/Icons/Action/Help.vue +5 -0
- package/src/components/Icons/Action/HelpCenter.vue +5 -0
- package/src/components/Icons/Action/HelpOutline.vue +5 -0
- package/src/components/Icons/Action/HighlightAlt.vue +5 -0
- package/src/components/Icons/Action/HighlightOff.vue +5 -0
- package/src/components/Icons/Action/History.vue +5 -0
- package/src/components/Icons/Action/HistoryToggleOff.vue +5 -0
- package/src/components/Icons/Action/Home.vue +19 -0
- package/src/components/Icons/Action/HomeBold.vue +3 -0
- package/src/components/Icons/Action/HomeLinear.vue +22 -0
- package/src/components/Icons/Action/HorizontalSplit.vue +5 -0
- package/src/components/Icons/Action/HourglassDisabled.vue +10 -0
- package/src/components/Icons/Action/HourglassEmpty.vue +5 -0
- package/src/components/Icons/Action/HourglassFull.vue +5 -0
- package/src/components/Icons/Action/Http.vue +5 -0
- package/src/components/Icons/Action/Https.vue +5 -0
- package/src/components/Icons/Action/IcArticle.vue +5 -0
- package/src/components/Icons/Action/IcCode.vue +5 -0
- package/src/components/Icons/Action/IcInput.vue +5 -0
- package/src/components/Icons/Action/IcLabel.vue +5 -0
- package/src/components/Icons/Action/IcSource.vue +5 -0
- package/src/components/Icons/Action/ImportantDevices.vue +5 -0
- package/src/components/Icons/Action/Info.vue +5 -0
- package/src/components/Icons/Action/InfoOutline.vue +5 -0
- package/src/components/Icons/Action/IntegrationInstructions.vue +5 -0
- package/src/components/Icons/Action/InvertColors.vue +5 -0
- package/src/components/Icons/Action/LabelImportant.vue +5 -0
- package/src/components/Icons/Action/LabelImportantOutline.vue +5 -0
- package/src/components/Icons/Action/LabelOff.vue +5 -0
- package/src/components/Icons/Action/LabelOutline.vue +5 -0
- package/src/components/Icons/Action/Language.vue +5 -0
- package/src/components/Icons/Action/Launch.vue +5 -0
- package/src/components/Icons/Action/Leaderboard.vue +5 -0
- package/src/components/Icons/Action/LightbulbOutline.vue +5 -0
- package/src/components/Icons/Action/LineStyle.vue +5 -0
- package/src/components/Icons/Action/LineWeight.vue +5 -0
- package/src/components/Icons/Action/List.vue +5 -0
- package/src/components/Icons/Action/Lock.vue +5 -0
- package/src/components/Icons/Action/LockOpen.vue +5 -0
- package/src/components/Icons/Action/LockOutline.vue +5 -0
- package/src/components/Icons/Action/Login.vue +5 -0
- package/src/components/Icons/Action/Logout.vue +3 -0
- package/src/components/Icons/Action/Loyalty.vue +5 -0
- package/src/components/Icons/Action/MarkunreadMailbox.vue +19 -0
- package/src/components/Icons/Action/Maximize.vue +5 -0
- package/src/components/Icons/Action/Mediation.vue +5 -0
- package/src/components/Icons/Action/Minimize.vue +5 -0
- package/src/components/Icons/Action/ModelTraining.vue +5 -0
- package/src/components/Icons/Action/NextPlan.vue +5 -0
- package/src/components/Icons/Action/NotAccessible.vue +5 -0
- package/src/components/Icons/Action/NotStarted.vue +5 -0
- package/src/components/Icons/Action/NoteAdd.vue +5 -0
- package/src/components/Icons/Action/OfflineBolt.vue +5 -0
- package/src/components/Icons/Action/OfflinePin.vue +5 -0
- package/src/components/Icons/Action/OnlinePrediction.vue +5 -0
- package/src/components/Icons/Action/Opacity.vue +5 -0
- package/src/components/Icons/Action/OpenInBrowser.vue +5 -0
- package/src/components/Icons/Action/OpenInFull.vue +5 -0
- package/src/components/Icons/Action/OpenInNew.vue +5 -0
- package/src/components/Icons/Action/OpenWith.vue +5 -0
- package/src/components/Icons/Action/Outbond.vue +5 -0
- package/src/components/Icons/Action/Outlet.vue +5 -0
- package/src/components/Icons/Action/Pageview.vue +5 -0
- package/src/components/Icons/Action/PanTool.vue +19 -0
- package/src/components/Icons/Action/Payment.vue +5 -0
- package/src/components/Icons/Action/Pending.vue +5 -0
- package/src/components/Icons/Action/PendingActions.vue +5 -0
- package/src/components/Icons/Action/PermCameraMic.vue +5 -0
- package/src/components/Icons/Action/PermContactCalendar.vue +5 -0
- package/src/components/Icons/Action/PermDataSetting.vue +5 -0
- package/src/components/Icons/Action/PermDeviceInformation.vue +5 -0
- package/src/components/Icons/Action/PermIdentity.vue +5 -0
- package/src/components/Icons/Action/PermMedia.vue +5 -0
- package/src/components/Icons/Action/PermPhoneMsg.vue +5 -0
- package/src/components/Icons/Action/PermScanWifi.vue +5 -0
- package/src/components/Icons/Action/Pets.vue +19 -0
- package/src/components/Icons/Action/PictureInPicture.vue +5 -0
- package/src/components/Icons/Action/PictureInPictureAlt.vue +5 -0
- package/src/components/Icons/Action/Plagiarism.vue +10 -0
- package/src/components/Icons/Action/PlayForWork.vue +5 -0
- package/src/components/Icons/Action/Polymer.vue +5 -0
- package/src/components/Icons/Action/PowerSettingsNew.vue +5 -0
- package/src/components/Icons/Action/PregnantWoman.vue +5 -0
- package/src/components/Icons/Action/Preview.vue +5 -0
- package/src/components/Icons/Action/Print.vue +5 -0
- package/src/components/Icons/Action/PrivacyTip.vue +5 -0
- package/src/components/Icons/Action/PublishedWithChanges.vue +5 -0
- package/src/components/Icons/Action/QueryBuilder.vue +5 -0
- package/src/components/Icons/Action/QuestionAnswer.vue +5 -0
- package/src/components/Icons/Action/Quickreply.vue +10 -0
- package/src/components/Icons/Action/Receipt.vue +5 -0
- package/src/components/Icons/Action/RecordVoiceOver.vue +10 -0
- package/src/components/Icons/Action/Redeem.vue +5 -0
- package/src/components/Icons/Action/RemoveShoppingCart.vue +5 -0
- package/src/components/Icons/Action/Reorder.vue +5 -0
- package/src/components/Icons/Action/ReportProblem.vue +5 -0
- package/src/components/Icons/Action/RequestPage.vue +5 -0
- package/src/components/Icons/Action/Restore.vue +5 -0
- package/src/components/Icons/Action/RestoreFromTrash.vue +5 -0
- package/src/components/Icons/Action/RestorePage.vue +5 -0
- package/src/components/Icons/Action/Room.vue +5 -0
- package/src/components/Icons/Action/RoundedCorner.vue +5 -0
- package/src/components/Icons/Action/Rowing.vue +5 -0
- package/src/components/Icons/Action/Rule.vue +5 -0
- package/src/components/Icons/Action/Schedule.vue +5 -0
- package/src/components/Icons/Action/Search.vue +5 -0
- package/src/components/Icons/Action/SearchOff.vue +10 -0
- package/src/components/Icons/Action/Settings.vue +5 -0
- package/src/components/Icons/Action/SettingsApplications.vue +5 -0
- package/src/components/Icons/Action/SettingsBackupRestore.vue +5 -0
- package/src/components/Icons/Action/SettingsBluetooth.vue +19 -0
- package/src/components/Icons/Action/SettingsBrightness.vue +5 -0
- package/src/components/Icons/Action/SettingsCell.vue +19 -0
- package/src/components/Icons/Action/SettingsEthernet.vue +5 -0
- package/src/components/Icons/Action/SettingsInputAntenna.vue +5 -0
- package/src/components/Icons/Action/SettingsInputComponent.vue +5 -0
- package/src/components/Icons/Action/SettingsInputComposite.vue +5 -0
- package/src/components/Icons/Action/SettingsInputHdmi.vue +5 -0
- package/src/components/Icons/Action/SettingsInputSvideo.vue +5 -0
- package/src/components/Icons/Action/SettingsOverscan.vue +5 -0
- package/src/components/Icons/Action/SettingsPhone.vue +5 -0
- package/src/components/Icons/Action/SettingsPower.vue +5 -0
- package/src/components/Icons/Action/SettingsRemote.vue +19 -0
- package/src/components/Icons/Action/SettingsVoice.vue +5 -0
- package/src/components/Icons/Action/Shop.vue +5 -0
- package/src/components/Icons/Action/ShopTwo.vue +5 -0
- package/src/components/Icons/Action/ShoppingBag.vue +5 -0
- package/src/components/Icons/Action/ShoppingBasket.vue +5 -0
- package/src/components/Icons/Action/ShoppingCart.vue +5 -0
- package/src/components/Icons/Action/SmartButton.vue +5 -0
- package/src/components/Icons/Action/SpeakerNotes.vue +5 -0
- package/src/components/Icons/Action/SpeakerNotesOff.vue +5 -0
- package/src/components/Icons/Action/Spellcheck.vue +5 -0
- package/src/components/Icons/Action/StarRate.vue +5 -0
- package/src/components/Icons/Action/Stars.vue +5 -0
- package/src/components/Icons/Action/StickyNote2.vue +5 -0
- package/src/components/Icons/Action/Store.vue +5 -0
- package/src/components/Icons/Action/Subject.vue +5 -0
- package/src/components/Icons/Action/SubtitlesOff.vue +10 -0
- package/src/components/Icons/Action/SupervisedUserCircle.vue +5 -0
- package/src/components/Icons/Action/SupervisorAccount.vue +5 -0
- package/src/components/Icons/Action/Support.vue +5 -0
- package/src/components/Icons/Action/SwapHoriz.vue +5 -0
- package/src/components/Icons/Action/SwapHorizontalCircle.vue +5 -0
- package/src/components/Icons/Action/SwapVert.vue +5 -0
- package/src/components/Icons/Action/SwapVerticalCircle.vue +5 -0
- package/src/components/Icons/Action/SyncAlt.vue +10 -0
- package/src/components/Icons/Action/SystemUpdateAlt.vue +5 -0
- package/src/components/Icons/Action/Tab.vue +5 -0
- package/src/components/Icons/Action/TabUnselected.vue +5 -0
- package/src/components/Icons/Action/TableView.vue +5 -0
- package/src/components/Icons/Action/TextRotateUp.vue +5 -0
- package/src/components/Icons/Action/TextRotateVertical.vue +5 -0
- package/src/components/Icons/Action/TextRotationAngledown.vue +5 -0
- package/src/components/Icons/Action/TextRotationAngleup.vue +5 -0
- package/src/components/Icons/Action/TextRotationDown.vue +5 -0
- package/src/components/Icons/Action/TextRotationNone.vue +5 -0
- package/src/components/Icons/Action/Theaters.vue +5 -0
- package/src/components/Icons/Action/ThumbDown.vue +5 -0
- package/src/components/Icons/Action/ThumbUp.vue +5 -0
- package/src/components/Icons/Action/ThumbsUpDown.vue +19 -0
- package/src/components/Icons/Action/Timeline.vue +5 -0
- package/src/components/Icons/Action/Toc.vue +5 -0
- package/src/components/Icons/Action/Today.vue +5 -0
- package/src/components/Icons/Action/Toll.vue +5 -0
- package/src/components/Icons/Action/TouchApp.vue +5 -0
- package/src/components/Icons/Action/Tour.vue +5 -0
- package/src/components/Icons/Action/TrackChanges.vue +5 -0
- package/src/components/Icons/Action/Translate.vue +5 -0
- package/src/components/Icons/Action/TrendingDown.vue +5 -0
- package/src/components/Icons/Action/TrendingFlat.vue +5 -0
- package/src/components/Icons/Action/TrendingUp.vue +5 -0
- package/src/components/Icons/Action/TridRotation.vue +19 -0
- package/src/components/Icons/Action/TurnedIn.vue +5 -0
- package/src/components/Icons/Action/TurnedInNot.vue +5 -0
- package/src/components/Icons/Action/Unpublished.vue +5 -0
- package/src/components/Icons/Action/Update.vue +5 -0
- package/src/components/Icons/Action/Upgrade.vue +5 -0
- package/src/components/Icons/Action/Usiness.vue +5 -0
- package/src/components/Icons/Action/Verified.vue +5 -0
- package/src/components/Icons/Action/VerifiedUser.vue +5 -0
- package/src/components/Icons/Action/VerticalSplit.vue +5 -0
- package/src/components/Icons/Action/ViewAgenda.vue +5 -0
- package/src/components/Icons/Action/ViewArray.vue +5 -0
- package/src/components/Icons/Action/ViewCarousel.vue +5 -0
- package/src/components/Icons/Action/ViewColumn.vue +5 -0
- package/src/components/Icons/Action/ViewDay.vue +5 -0
- package/src/components/Icons/Action/ViewHeadline.vue +5 -0
- package/src/components/Icons/Action/ViewList.vue +5 -0
- package/src/components/Icons/Action/ViewModule.vue +5 -0
- package/src/components/Icons/Action/ViewQuilt.vue +5 -0
- package/src/components/Icons/Action/ViewSidebar.vue +5 -0
- package/src/components/Icons/Action/ViewStream.vue +5 -0
- package/src/components/Icons/Action/ViewWeek.vue +5 -0
- package/src/components/Icons/Action/Visibility.vue +5 -0
- package/src/components/Icons/Action/VisibilityOff.vue +5 -0
- package/src/components/Icons/Action/VoiceOverOff.vue +5 -0
- package/src/components/Icons/Action/WatchLater.vue +5 -0
- package/src/components/Icons/Action/WifiProtectedSetup.vue +10 -0
- package/src/components/Icons/Action/Work.vue +5 -0
- package/src/components/Icons/Action/WorkOff.vue +5 -0
- package/src/components/Icons/Action/WorkOutline.vue +5 -0
- package/src/components/Icons/Action/Wysiwyg.vue +5 -0
- package/src/components/Icons/Action/YoutubeSearchedFor.vue +5 -0
- package/src/components/Icons/Action/ZoomIn.vue +5 -0
- package/src/components/Icons/Action/ZoomOut.vue +5 -0
- package/src/components/Icons/Alert/AddAlert.vue +5 -0
- package/src/components/Icons/Alert/AlertIcons.vue +36 -0
- package/src/components/Icons/Alert/AutoDelete.vue +13 -0
- package/src/components/Icons/Alert/Error.vue +5 -0
- package/src/components/Icons/Alert/ErrorOutline.vue +5 -0
- package/src/components/Icons/Alert/NotificationImportant.vue +5 -0
- package/src/components/Icons/Alert/Warning.vue +5 -0
- package/src/components/Icons/Alert/WarningAmber.vue +5 -0
- package/src/components/Icons/AudioVideo/AddToQueue.vue +5 -0
- package/src/components/Icons/AudioVideo/Airplay.vue +5 -0
- package/src/components/Icons/AudioVideo/Album.vue +5 -0
- package/src/components/Icons/AudioVideo/ArtTrack.vue +5 -0
- package/src/components/Icons/AudioVideo/AudioVideoIcons.vue +285 -0
- package/src/components/Icons/AudioVideo/AvTimer.vue +16 -0
- package/src/components/Icons/AudioVideo/BrandingWatermark.vue +5 -0
- package/src/components/Icons/AudioVideo/CallToAction.vue +5 -0
- package/src/components/Icons/AudioVideo/ClosedCaption.vue +5 -0
- package/src/components/Icons/AudioVideo/ClosedCaptionDisabled.vue +5 -0
- package/src/components/Icons/AudioVideo/ControlCamera.vue +10 -0
- package/src/components/Icons/AudioVideo/Equalizer.vue +5 -0
- package/src/components/Icons/AudioVideo/Explicit.vue +5 -0
- package/src/components/Icons/AudioVideo/FastForward.vue +5 -0
- package/src/components/Icons/AudioVideo/FastRewind.vue +5 -0
- package/src/components/Icons/AudioVideo/FeaturedPlayList.vue +5 -0
- package/src/components/Icons/AudioVideo/FeaturedVideo.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberDvr.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberManualRecord.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberNew.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberPin.vue +5 -0
- package/src/components/Icons/AudioVideo/FiberSmartRecord.vue +10 -0
- package/src/components/Icons/AudioVideo/Fiveg.vue +10 -0
- package/src/components/Icons/AudioVideo/Forward10.vue +5 -0
- package/src/components/Icons/AudioVideo/Forward30.vue +5 -0
- package/src/components/Icons/AudioVideo/Forward5.vue +5 -0
- package/src/components/Icons/AudioVideo/Fourk.vue +5 -0
- package/src/components/Icons/AudioVideo/Games.vue +5 -0
- package/src/components/Icons/AudioVideo/Hd.vue +5 -0
- package/src/components/Icons/AudioVideo/Hearing.vue +5 -0
- package/src/components/Icons/AudioVideo/HearingDisabled.vue +5 -0
- package/src/components/Icons/AudioVideo/HighQuality.vue +5 -0
- package/src/components/Icons/AudioVideo/IcStop.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryAdd.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryAddCheck.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryBooks.vue +5 -0
- package/src/components/Icons/AudioVideo/LibraryMusic.vue +5 -0
- package/src/components/Icons/AudioVideo/Loop.vue +5 -0
- package/src/components/Icons/AudioVideo/Mic.vue +5 -0
- package/src/components/Icons/AudioVideo/MicNone.vue +5 -0
- package/src/components/Icons/AudioVideo/MicOff.vue +5 -0
- package/src/components/Icons/AudioVideo/MissedVideoCall.vue +5 -0
- package/src/components/Icons/AudioVideo/Movie.vue +5 -0
- package/src/components/Icons/AudioVideo/MusicVideo.vue +5 -0
- package/src/components/Icons/AudioVideo/NewReleases.vue +5 -0
- package/src/components/Icons/AudioVideo/NotInterested.vue +5 -0
- package/src/components/Icons/AudioVideo/Note.vue +5 -0
- package/src/components/Icons/AudioVideo/Pause.vue +5 -0
- package/src/components/Icons/AudioVideo/PauseCircleFilled.vue +5 -0
- package/src/components/Icons/AudioVideo/PauseCircleOutline.vue +5 -0
- package/src/components/Icons/AudioVideo/PlayArrow.vue +5 -0
- package/src/components/Icons/AudioVideo/PlayCircleFilled.vue +5 -0
- package/src/components/Icons/AudioVideo/PlayCircleOutline.vue +5 -0
- package/src/components/Icons/AudioVideo/PlaylistAdd.vue +5 -0
- package/src/components/Icons/AudioVideo/PlaylistAddCheck.vue +5 -0
- package/src/components/Icons/AudioVideo/PlaylistPlay.vue +5 -0
- package/src/components/Icons/AudioVideo/Queue.vue +5 -0
- package/src/components/Icons/AudioVideo/QueueMusic.vue +5 -0
- package/src/components/Icons/AudioVideo/QueuePlayNext.vue +5 -0
- package/src/components/Icons/AudioVideo/Radio.vue +5 -0
- package/src/components/Icons/AudioVideo/RecentActors.vue +5 -0
- package/src/components/Icons/AudioVideo/RemoveFromQueue.vue +5 -0
- package/src/components/Icons/AudioVideo/Repeat.vue +5 -0
- package/src/components/Icons/AudioVideo/RepeatOne.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay10.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay30.vue +5 -0
- package/src/components/Icons/AudioVideo/Replay5.vue +5 -0
- package/src/components/Icons/AudioVideo/Shuffle.vue +5 -0
- package/src/components/Icons/AudioVideo/SkipNext.vue +5 -0
- package/src/components/Icons/AudioVideo/SkipPrevious.vue +5 -0
- package/src/components/Icons/AudioVideo/SlowMotionVideo.vue +5 -0
- package/src/components/Icons/AudioVideo/Snooze.vue +5 -0
- package/src/components/Icons/AudioVideo/SortByAlpha.vue +5 -0
- package/src/components/Icons/AudioVideo/Speed.vue +10 -0
- package/src/components/Icons/AudioVideo/StopCircle.vue +7 -0
- package/src/components/Icons/AudioVideo/Subscriptions.vue +5 -0
- package/src/components/Icons/AudioVideo/Subtitles.vue +5 -0
- package/src/components/Icons/AudioVideo/SurroundSound.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoCall.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoLabel.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoLibrary.vue +5 -0
- package/src/components/Icons/AudioVideo/VideoSettings.vue +11 -0
- package/src/components/Icons/AudioVideo/Videocam.vue +5 -0
- package/src/components/Icons/AudioVideo/VideocamOff.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeDown.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeMute.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeOff.vue +5 -0
- package/src/components/Icons/AudioVideo/VolumeUp.vue +5 -0
- package/src/components/Icons/AudioVideo/Web.vue +5 -0
- package/src/components/Icons/AudioVideo/WebAsset.vue +5 -0
- package/src/components/Icons/Communication/AddIcCall.vue +5 -0
- package/src/components/Icons/Communication/AlternateEmail.vue +5 -0
- package/src/components/Icons/Communication/Business.vue +5 -0
- package/src/components/Icons/Communication/Call.vue +5 -0
- package/src/components/Icons/Communication/CallEnd.vue +5 -0
- package/src/components/Icons/Communication/CallMade.vue +5 -0
- package/src/components/Icons/Communication/CallMerge.vue +5 -0
- package/src/components/Icons/Communication/CallMissed.vue +5 -0
- package/src/components/Icons/Communication/CallMissedOutgoing.vue +5 -0
- package/src/components/Icons/Communication/CallReceived.vue +5 -0
- package/src/components/Icons/Communication/CallSplit.vue +5 -0
- package/src/components/Icons/Communication/CancelPresentation.vue +5 -0
- package/src/components/Icons/Communication/Chat.vue +5 -0
- package/src/components/Icons/Communication/ChatBubble.vue +5 -0
- package/src/components/Icons/Communication/ChatBubbleOutline.vue +5 -0
- package/src/components/Icons/Communication/ClearAll.vue +5 -0
- package/src/components/Icons/Communication/Comment.vue +5 -0
- package/src/components/Icons/Communication/CommunicationIcons.vue +255 -0
- package/src/components/Icons/Communication/ContactMail.vue +5 -0
- package/src/components/Icons/Communication/ContactPhone.vue +5 -0
- package/src/components/Icons/Communication/Contacts.vue +19 -0
- package/src/components/Icons/Communication/DesktopAccessDisabled.vue +5 -0
- package/src/components/Icons/Communication/DialerSip.vue +5 -0
- package/src/components/Icons/Communication/Dialpad.vue +5 -0
- package/src/components/Icons/Communication/DomainDisabled.vue +5 -0
- package/src/components/Icons/Communication/DomainVerification.vue +10 -0
- package/src/components/Icons/Communication/Duo.vue +5 -0
- package/src/components/Icons/Communication/Email.vue +5 -0
- package/src/components/Icons/Communication/Forum.vue +5 -0
- package/src/components/Icons/Communication/ForwardToInbox.vue +5 -0
- package/src/components/Icons/Communication/HourglassBottom.vue +5 -0
- package/src/components/Icons/Communication/HourglassTop.vue +5 -0
- package/src/components/Icons/Communication/ImportContacts.vue +5 -0
- package/src/components/Icons/Communication/ImportExport.vue +5 -0
- package/src/components/Icons/Communication/InvertColorsOff.vue +5 -0
- package/src/components/Icons/Communication/ListAlt.vue +5 -0
- package/src/components/Icons/Communication/LiveHelp.vue +5 -0
- package/src/components/Icons/Communication/LocationOff.vue +5 -0
- package/src/components/Icons/Communication/LocationOn.vue +5 -0
- package/src/components/Icons/Communication/MailOutline.vue +5 -0
- package/src/components/Icons/Communication/MarkChatRead.vue +5 -0
- package/src/components/Icons/Communication/MarkChatUnread.vue +19 -0
- package/src/components/Icons/Communication/MarkEmailRead.vue +5 -0
- package/src/components/Icons/Communication/MarkEmailUnread.vue +5 -0
- package/src/components/Icons/Communication/Message.vue +5 -0
- package/src/components/Icons/Communication/MobileScreenShare.vue +5 -0
- package/src/components/Icons/Communication/MoreTime.vue +13 -0
- package/src/components/Icons/Communication/Nat.vue +10 -0
- package/src/components/Icons/Communication/NoSim.vue +5 -0
- package/src/components/Icons/Communication/PausePresentation.vue +5 -0
- package/src/components/Icons/Communication/PersonAddDisabled.vue +5 -0
- package/src/components/Icons/Communication/PersonSearch.vue +13 -0
- package/src/components/Icons/Communication/Phone.vue +5 -0
- package/src/components/Icons/Communication/PhoneDisabled.vue +5 -0
- package/src/components/Icons/Communication/PhoneEnabled.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkErase.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkLock.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkRing.vue +5 -0
- package/src/components/Icons/Communication/PhonelinkSetup.vue +5 -0
- package/src/components/Icons/Communication/PortableWifiOff.vue +5 -0
- package/src/components/Icons/Communication/PresentToAll.vue +5 -0
- package/src/components/Icons/Communication/PrintDisabled.vue +5 -0
- package/src/components/Icons/Communication/QrCode.vue +37 -0
- package/src/components/Icons/Communication/QrCodeScanner.vue +5 -0
- package/src/components/Icons/Communication/ReadMore.vue +16 -0
- package/src/components/Icons/Communication/RingVolume.vue +5 -0
- package/src/components/Icons/Communication/RssFeed.vue +10 -0
- package/src/components/Icons/Communication/ScreenShare.vue +5 -0
- package/src/components/Icons/Communication/SentimentSatisfiedAlt.vue +13 -0
- package/src/components/Icons/Communication/SpeakerPhone.vue +5 -0
- package/src/components/Icons/Communication/StayCurrentLandscape.vue +5 -0
- package/src/components/Icons/Communication/StayCurrentPortrait.vue +5 -0
- package/src/components/Icons/Communication/StayPrimaryLandscape.vue +5 -0
- package/src/components/Icons/Communication/StayPrimaryPortrait.vue +5 -0
- package/src/components/Icons/Communication/StopScreenShare.vue +5 -0
- package/src/components/Icons/Communication/SwapCalls.vue +5 -0
- package/src/components/Icons/Communication/Textsms.vue +5 -0
- package/src/components/Icons/Communication/Unsubscribe.vue +5 -0
- package/src/components/Icons/Communication/Voicemail.vue +5 -0
- package/src/components/Icons/Communication/VpnKey.vue +5 -0
- package/src/components/Icons/Communication/WifiCalling.vue +10 -0
- package/src/components/Icons/Content/Add.vue +5 -0
- package/src/components/Icons/Content/AddBox.vue +5 -0
- package/src/components/Icons/Content/AddCircle.vue +5 -0
- package/src/components/Icons/Content/AddCircleOutline.vue +5 -0
- package/src/components/Icons/Content/AmpStories.vue +13 -0
- package/src/components/Icons/Content/Archive.vue +5 -0
- package/src/components/Icons/Content/Attribution.vue +10 -0
- package/src/components/Icons/Content/Backspace.vue +19 -0
- package/src/components/Icons/Content/Ballot.vue +5 -0
- package/src/components/Icons/Content/Biotech.vue +13 -0
- package/src/components/Icons/Content/Block.vue +5 -0
- package/src/components/Icons/Content/Calculate.vue +5 -0
- package/src/components/Icons/Content/Clear.vue +5 -0
- package/src/components/Icons/Content/ContentCopy.vue +5 -0
- package/src/components/Icons/Content/ContentCut.vue +5 -0
- package/src/components/Icons/Content/ContentIcons.vue +198 -0
- package/src/components/Icons/Content/ContentPaste.vue +19 -0
- package/src/components/Icons/Content/Create.vue +5 -0
- package/src/components/Icons/Content/DeleteSweep.vue +5 -0
- package/src/components/Icons/Content/Drafts.vue +5 -0
- package/src/components/Icons/Content/DynamicFeed.vue +13 -0
- package/src/components/Icons/Content/FileCopy.vue +5 -0
- package/src/components/Icons/Content/FilterList.vue +5 -0
- package/src/components/Icons/Content/Flag.vue +5 -0
- package/src/components/Icons/Content/FontDownload.vue +5 -0
- package/src/components/Icons/Content/Forward.vue +5 -0
- package/src/components/Icons/Content/Gesture.vue +5 -0
- package/src/components/Icons/Content/HowToReg.vue +10 -0
- package/src/components/Icons/Content/HowToVote.vue +5 -0
- package/src/components/Icons/Content/IcLink.vue +5 -0
- package/src/components/Icons/Content/Inbox.vue +5 -0
- package/src/components/Icons/Content/Insights.vue +13 -0
- package/src/components/Icons/Content/LinkOff.vue +5 -0
- package/src/components/Icons/Content/LowPriority.vue +5 -0
- package/src/components/Icons/Content/Mail.vue +5 -0
- package/src/components/Icons/Content/Markunread.vue +5 -0
- package/src/components/Icons/Content/MoveToInbox.vue +5 -0
- package/src/components/Icons/Content/NextWeek.vue +5 -0
- package/src/components/Icons/Content/OutlinedFlag.vue +5 -0
- package/src/components/Icons/Content/Policy.vue +10 -0
- package/src/components/Icons/Content/PushPin.vue +7 -0
- package/src/components/Icons/Content/Redo.vue +5 -0
- package/src/components/Icons/Content/Remove.vue +5 -0
- package/src/components/Icons/Content/RemoveCircle.vue +5 -0
- package/src/components/Icons/Content/RemoveCircleOutline.vue +5 -0
- package/src/components/Icons/Content/Reply.vue +5 -0
- package/src/components/Icons/Content/ReplyAll.vue +19 -0
- package/src/components/Icons/Content/Report.vue +5 -0
- package/src/components/Icons/Content/ReportGmailerrorred.vue +13 -0
- package/src/components/Icons/Content/ReportOff.vue +5 -0
- package/src/components/Icons/Content/Save.vue +5 -0
- package/src/components/Icons/Content/SaveAlt.vue +5 -0
- package/src/components/Icons/Content/SelectAll.vue +5 -0
- package/src/components/Icons/Content/Send.vue +5 -0
- package/src/components/Icons/Content/Sort.vue +5 -0
- package/src/components/Icons/Content/SquareFoot.vue +5 -0
- package/src/components/Icons/Content/TextFormat.vue +5 -0
- package/src/components/Icons/Content/Unarchive.vue +5 -0
- package/src/components/Icons/Content/Undo.vue +5 -0
- package/src/components/Icons/Content/Waves.vue +5 -0
- package/src/components/Icons/Content/Weekend.vue +5 -0
- package/src/components/Icons/Content/WhereToVote.vue +5 -0
- package/src/components/Icons/Device/AccessAlarm.vue +5 -0
- package/src/components/Icons/Device/AccessAlarms.vue +5 -0
- package/src/components/Icons/Device/AccessTime.vue +5 -0
- package/src/components/Icons/Device/AdUnits.vue +10 -0
- package/src/components/Icons/Device/AddAlarm.vue +5 -0
- package/src/components/Icons/Device/AddToHomeScreen.vue +5 -0
- package/src/components/Icons/Device/AirplanemodeActive.vue +5 -0
- package/src/components/Icons/Device/AirplanemodeInactive.vue +5 -0
- package/src/components/Icons/Device/BatteryAlert.vue +5 -0
- package/src/components/Icons/Device/BatteryChargingFull.vue +5 -0
- package/src/components/Icons/Device/BatteryFull.vue +5 -0
- package/src/components/Icons/Device/BatteryStd.vue +5 -0
- package/src/components/Icons/Device/BatteryUnknown.vue +5 -0
- package/src/components/Icons/Device/Bluetooth.vue +5 -0
- package/src/components/Icons/Device/BluetoothConnected.vue +5 -0
- package/src/components/Icons/Device/BluetoothDisabled.vue +5 -0
- package/src/components/Icons/Device/BluetoothSearching.vue +5 -0
- package/src/components/Icons/Device/BrightnessAuto.vue +5 -0
- package/src/components/Icons/Device/BrightnessHigh.vue +5 -0
- package/src/components/Icons/Device/BrightnessLow.vue +5 -0
- package/src/components/Icons/Device/BrightnessMedium.vue +5 -0
- package/src/components/Icons/Device/DataUsage.vue +5 -0
- package/src/components/Icons/Device/DeveloperMode.vue +5 -0
- package/src/components/Icons/Device/DeviceIcons.vue +187 -0
- package/src/components/Icons/Device/Devices.vue +5 -0
- package/src/components/Icons/Device/Dvr.vue +5 -0
- package/src/components/Icons/Device/GpsFixed.vue +5 -0
- package/src/components/Icons/Device/GpsNotFixed.vue +5 -0
- package/src/components/Icons/Device/GpsOff.vue +5 -0
- package/src/components/Icons/Device/GraphicEq.vue +5 -0
- package/src/components/Icons/Device/LocationDisabled.vue +5 -0
- package/src/components/Icons/Device/LocationSearching.vue +5 -0
- package/src/components/Icons/Device/MobileFriendly.vue +5 -0
- package/src/components/Icons/Device/MobileOff.vue +5 -0
- package/src/components/Icons/Device/Nfc.vue +5 -0
- package/src/components/Icons/Device/ScreenLockLandscape.vue +5 -0
- package/src/components/Icons/Device/ScreenLockPortrait.vue +5 -0
- package/src/components/Icons/Device/ScreenLockRotation.vue +5 -0
- package/src/components/Icons/Device/ScreenRotation.vue +19 -0
- package/src/components/Icons/Device/SdStorage.vue +5 -0
- package/src/components/Icons/Device/SettingsSystemDaydream.vue +5 -0
- package/src/components/Icons/Device/SignalCellular4Bar.vue +5 -0
- package/src/components/Icons/Device/SignalCellularAlt.vue +5 -0
- package/src/components/Icons/Device/SignalCellularConnectedNoInternet4Bar.vue +5 -0
- package/src/components/Icons/Device/SignalCellularNoSim.vue +5 -0
- package/src/components/Icons/Device/SignalCellularNull.vue +5 -0
- package/src/components/Icons/Device/SignalCellularOff.vue +5 -0
- package/src/components/Icons/Device/SignalWifi4Bar.vue +5 -0
- package/src/components/Icons/Device/SignalWifi4BarLock.vue +5 -0
- package/src/components/Icons/Device/SignalWifiOff.vue +5 -0
- package/src/components/Icons/Device/Storage.vue +5 -0
- package/src/components/Icons/Device/Thermostat.vue +5 -0
- package/src/components/Icons/Device/Usb.vue +5 -0
- package/src/components/Icons/Device/Wallpaper.vue +5 -0
- package/src/components/Icons/Device/Widgets.vue +5 -0
- package/src/components/Icons/Device/WifiLock.vue +5 -0
- package/src/components/Icons/Device/WifiTethering.vue +5 -0
- package/src/components/Icons/Editor/AddComment.vue +5 -0
- package/src/components/Icons/Editor/AttachFile.vue +5 -0
- package/src/components/Icons/Editor/AttachMoney.vue +5 -0
- package/src/components/Icons/Editor/BarChart.vue +5 -0
- package/src/components/Icons/Editor/BorderAll.vue +5 -0
- package/src/components/Icons/Editor/BorderBottom.vue +5 -0
- package/src/components/Icons/Editor/BorderClear.vue +5 -0
- package/src/components/Icons/Editor/BorderHorizontal.vue +5 -0
- package/src/components/Icons/Editor/BorderInner.vue +5 -0
- package/src/components/Icons/Editor/BorderLeft.vue +5 -0
- package/src/components/Icons/Editor/BorderOuter.vue +5 -0
- package/src/components/Icons/Editor/BorderRight.vue +5 -0
- package/src/components/Icons/Editor/BorderStyle.vue +5 -0
- package/src/components/Icons/Editor/BorderTop.vue +5 -0
- package/src/components/Icons/Editor/BorderVertical.vue +5 -0
- package/src/components/Icons/Editor/BubbleChart.vue +13 -0
- package/src/components/Icons/Editor/DragHandle.vue +5 -0
- package/src/components/Icons/Editor/EditorIcons.vue +264 -0
- package/src/components/Icons/Editor/FormatAlignCenter.vue +5 -0
- package/src/components/Icons/Editor/FormatAlignJustify.vue +5 -0
- package/src/components/Icons/Editor/FormatAlignLeft.vue +5 -0
- package/src/components/Icons/Editor/FormatAlignRight.vue +5 -0
- package/src/components/Icons/Editor/FormatBold.vue +5 -0
- package/src/components/Icons/Editor/FormatClear.vue +5 -0
- package/src/components/Icons/Editor/FormatColorReset.vue +5 -0
- package/src/components/Icons/Editor/FormatIndentDecrease.vue +5 -0
- package/src/components/Icons/Editor/FormatIndentIncrease.vue +5 -0
- package/src/components/Icons/Editor/FormatItalic.vue +5 -0
- package/src/components/Icons/Editor/FormatLineSpacing.vue +5 -0
- package/src/components/Icons/Editor/FormatListBulleted.vue +5 -0
- package/src/components/Icons/Editor/FormatListNumbered.vue +5 -0
- package/src/components/Icons/Editor/FormatListNumberedRtl.vue +5 -0
- package/src/components/Icons/Editor/FormatPaint.vue +5 -0
- package/src/components/Icons/Editor/FormatQuote.vue +5 -0
- package/src/components/Icons/Editor/FormatShapes.vue +5 -0
- package/src/components/Icons/Editor/FormatSize.vue +5 -0
- package/src/components/Icons/Editor/FormatStrikethrough.vue +5 -0
- package/src/components/Icons/Editor/FormatTextdirectionLToR.vue +5 -0
- package/src/components/Icons/Editor/FormatTextdirectionRToL.vue +5 -0
- package/src/components/Icons/Editor/FormatUnderlined.vue +5 -0
- package/src/components/Icons/Editor/Functions.vue +5 -0
- package/src/components/Icons/Editor/Height.vue +5 -0
- package/src/components/Icons/Editor/Highlight.vue +5 -0
- package/src/components/Icons/Editor/HorizontalRule.vue +7 -0
- package/src/components/Icons/Editor/IcTitle.vue +5 -0
- package/src/components/Icons/Editor/InsertChart.vue +5 -0
- package/src/components/Icons/Editor/InsertChartOutlined.vue +5 -0
- package/src/components/Icons/Editor/InsertComment.vue +5 -0
- package/src/components/Icons/Editor/InsertDriveFile.vue +5 -0
- package/src/components/Icons/Editor/InsertEmoticon.vue +5 -0
- package/src/components/Icons/Editor/InsertInvitation.vue +5 -0
- package/src/components/Icons/Editor/InsertLink.vue +5 -0
- package/src/components/Icons/Editor/InsertPhoto.vue +5 -0
- package/src/components/Icons/Editor/LinearScale.vue +5 -0
- package/src/components/Icons/Editor/MergeType.vue +5 -0
- package/src/components/Icons/Editor/Mode.vue +5 -0
- package/src/components/Icons/Editor/ModeComment.vue +5 -0
- package/src/components/Icons/Editor/MonetizationOn.vue +5 -0
- package/src/components/Icons/Editor/MoneyOff.vue +5 -0
- package/src/components/Icons/Editor/MoneyOffCsred.vue +5 -0
- package/src/components/Icons/Editor/MultilineChart.vue +5 -0
- package/src/components/Icons/Editor/Notes.vue +5 -0
- package/src/components/Icons/Editor/PieChart.vue +5 -0
- package/src/components/Icons/Editor/PieChartOutline.vue +5 -0
- package/src/components/Icons/Editor/PostAdd.vue +19 -0
- package/src/components/Icons/Editor/Publish.vue +5 -0
- package/src/components/Icons/Editor/ScatterPlot.vue +13 -0
- package/src/components/Icons/Editor/Score.vue +5 -0
- package/src/components/Icons/Editor/ShortText.vue +5 -0
- package/src/components/Icons/Editor/ShowChart.vue +5 -0
- package/src/components/Icons/Editor/SpaceBar.vue +5 -0
- package/src/components/Icons/Editor/StackedLineChart.vue +5 -0
- package/src/components/Icons/Editor/StrikethroughS.vue +5 -0
- package/src/components/Icons/Editor/Subscript.vue +5 -0
- package/src/components/Icons/Editor/Superscript.vue +5 -0
- package/src/components/Icons/Editor/TableChart.vue +5 -0
- package/src/components/Icons/Editor/TableRows.vue +5 -0
- package/src/components/Icons/Editor/TextFields.vue +5 -0
- package/src/components/Icons/Editor/VerticalAlignBottom.vue +5 -0
- package/src/components/Icons/Editor/VerticalAlignCenter.vue +5 -0
- package/src/components/Icons/Editor/VerticalAlignTop.vue +5 -0
- package/src/components/Icons/Editor/WrapText.vue +5 -0
- package/src/components/Icons/File/AttachEmail.vue +10 -0
- package/src/components/Icons/File/Attachment.vue +5 -0
- package/src/components/Icons/File/Cloud.vue +5 -0
- package/src/components/Icons/File/CloudCircle.vue +5 -0
- package/src/components/Icons/File/CloudDone.vue +5 -0
- package/src/components/Icons/File/CloudDownload.vue +5 -0
- package/src/components/Icons/File/CloudOff.vue +5 -0
- package/src/components/Icons/File/CloudQueue.vue +5 -0
- package/src/components/Icons/File/CloudUpload.vue +5 -0
- package/src/components/Icons/File/CreateNewFolder.vue +5 -0
- package/src/components/Icons/File/Download.vue +5 -0
- package/src/components/Icons/File/DownloadDone.vue +5 -0
- package/src/components/Icons/File/FileIcons.vue +78 -0
- package/src/components/Icons/File/Folder.vue +5 -0
- package/src/components/Icons/File/FolderOpen.vue +5 -0
- package/src/components/Icons/File/FolderShared.vue +5 -0
- package/src/components/Icons/File/RequestQuote.vue +5 -0
- package/src/components/Icons/File/RuleFolder.vue +5 -0
- package/src/components/Icons/File/SnippetFolder.vue +5 -0
- package/src/components/Icons/File/TextSnippet.vue +5 -0
- package/src/components/Icons/File/Topic.vue +5 -0
- package/src/components/Icons/File/Upload.vue +5 -0
- package/src/components/Icons/Hardware/BrowserNotSupported.vue +10 -0
- package/src/components/Icons/Hardware/Cast.vue +5 -0
- package/src/components/Icons/Hardware/CastConnected.vue +5 -0
- package/src/components/Icons/Hardware/CastForEducation.vue +5 -0
- package/src/components/Icons/Hardware/Computer.vue +5 -0
- package/src/components/Icons/Hardware/DesktopMac.vue +5 -0
- package/src/components/Icons/Hardware/DesktopWindows.vue +5 -0
- package/src/components/Icons/Hardware/DeveloperBoard.vue +5 -0
- package/src/components/Icons/Hardware/DeviceHub.vue +5 -0
- package/src/components/Icons/Hardware/DeviceUnknown.vue +5 -0
- package/src/components/Icons/Hardware/DevicesOther.vue +5 -0
- package/src/components/Icons/Hardware/Dock.vue +5 -0
- package/src/components/Icons/Hardware/Gamepad.vue +5 -0
- package/src/components/Icons/Hardware/HardwareIcons.vue +171 -0
- package/src/components/Icons/Hardware/Headset.vue +5 -0
- package/src/components/Icons/Hardware/HeadsetMic.vue +5 -0
- package/src/components/Icons/Hardware/Keyboard.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowDown.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowLeft.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowRight.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardArrowUp.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardBackspace.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardCapslock.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardHide.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardReturn.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardTab.vue +5 -0
- package/src/components/Icons/Hardware/KeyboardVoice.vue +5 -0
- package/src/components/Icons/Hardware/Laptop.vue +5 -0
- package/src/components/Icons/Hardware/LaptopChromebook.vue +5 -0
- package/src/components/Icons/Hardware/LaptopMac.vue +5 -0
- package/src/components/Icons/Hardware/LaptopWindows.vue +5 -0
- package/src/components/Icons/Hardware/Memory.vue +5 -0
- package/src/components/Icons/Hardware/Mouse.vue +5 -0
- package/src/components/Icons/Hardware/PhoneAndroid.vue +5 -0
- package/src/components/Icons/Hardware/PhoneIphone.vue +5 -0
- package/src/components/Icons/Hardware/Phonelink.vue +5 -0
- package/src/components/Icons/Hardware/PhonelinkOff.vue +5 -0
- package/src/components/Icons/Hardware/PointOfSale.vue +5 -0
- package/src/components/Icons/Hardware/PowerInput.vue +5 -0
- package/src/components/Icons/Hardware/Router.vue +5 -0
- package/src/components/Icons/Hardware/Scanner.vue +5 -0
- package/src/components/Icons/Hardware/Security.vue +5 -0
- package/src/components/Icons/Hardware/SimCard.vue +5 -0
- package/src/components/Icons/Hardware/Smartphone.vue +5 -0
- package/src/components/Icons/Hardware/Speaker.vue +5 -0
- package/src/components/Icons/Hardware/SpeakerGroup.vue +13 -0
- package/src/components/Icons/Hardware/Tablet.vue +5 -0
- package/src/components/Icons/Hardware/TabletAndroid.vue +19 -0
- package/src/components/Icons/Hardware/TabletMac.vue +19 -0
- package/src/components/Icons/Hardware/Toys.vue +5 -0
- package/src/components/Icons/Hardware/Tv.vue +5 -0
- package/src/components/Icons/Hardware/VideogameAsset.vue +5 -0
- package/src/components/Icons/Hardware/Watch.vue +19 -0
- package/src/components/Icons/Home/HomeIcons.vue +21 -0
- package/src/components/Icons/Home/SensorDoor.vue +5 -0
- package/src/components/Icons/Home/SensorWindow.vue +5 -0
- package/src/components/Icons/Image/AddAPhoto.vue +13 -0
- package/src/components/Icons/Image/AddPhotoAlternate.vue +5 -0
- package/src/components/Icons/Image/AddToPhotos.vue +5 -0
- package/src/components/Icons/Image/Adjust.vue +5 -0
- package/src/components/Icons/Image/Assistant.vue +5 -0
- package/src/components/Icons/Image/AssistantPhoto.vue +5 -0
- package/src/components/Icons/Image/Audiotrack.vue +5 -0
- package/src/components/Icons/Image/Bedtime.vue +5 -0
- package/src/components/Icons/Image/BlurCircular.vue +5 -0
- package/src/components/Icons/Image/BlurLinear.vue +5 -0
- package/src/components/Icons/Image/BlurOff.vue +43 -0
- package/src/components/Icons/Image/BlurOn.vue +5 -0
- package/src/components/Icons/Image/Brightness1.vue +5 -0
- package/src/components/Icons/Image/Brightness2.vue +5 -0
- package/src/components/Icons/Image/Brightness3.vue +5 -0
- package/src/components/Icons/Image/Brightness4.vue +5 -0
- package/src/components/Icons/Image/Brightness5.vue +5 -0
- package/src/components/Icons/Image/Brightness6.vue +5 -0
- package/src/components/Icons/Image/Brightness7.vue +5 -0
- package/src/components/Icons/Image/BrokenImage.vue +5 -0
- package/src/components/Icons/Image/Brush.vue +5 -0
- package/src/components/Icons/Image/BurstMode.vue +5 -0
- package/src/components/Icons/Image/Camera.vue +5 -0
- package/src/components/Icons/Image/CameraAlt.vue +10 -0
- package/src/components/Icons/Image/CameraFront.vue +19 -0
- package/src/components/Icons/Image/CameraRear.vue +19 -0
- package/src/components/Icons/Image/CameraRoll.vue +5 -0
- package/src/components/Icons/Image/CenterFocusStrong.vue +5 -0
- package/src/components/Icons/Image/CenterFocusWeak.vue +5 -0
- package/src/components/Icons/Image/Collections.vue +5 -0
- package/src/components/Icons/Image/CollectionsBookmark.vue +5 -0
- package/src/components/Icons/Image/ColorLens.vue +5 -0
- package/src/components/Icons/Image/Colorize.vue +5 -0
- package/src/components/Icons/Image/Compare.vue +5 -0
- package/src/components/Icons/Image/ControlPoint.vue +5 -0
- package/src/components/Icons/Image/ControlPointDuplicate.vue +5 -0
- package/src/components/Icons/Image/Crop.vue +5 -0
- package/src/components/Icons/Image/Crop169.vue +5 -0
- package/src/components/Icons/Image/Crop32.vue +5 -0
- package/src/components/Icons/Image/Crop54.vue +5 -0
- package/src/components/Icons/Image/Crop75.vue +5 -0
- package/src/components/Icons/Image/CropDin.vue +5 -0
- package/src/components/Icons/Image/CropFree.vue +5 -0
- package/src/components/Icons/Image/CropLandscape.vue +5 -0
- package/src/components/Icons/Image/CropOriginal.vue +5 -0
- package/src/components/Icons/Image/CropPortrait.vue +5 -0
- package/src/components/Icons/Image/CropRotate.vue +19 -0
- package/src/components/Icons/Image/CropSquare.vue +5 -0
- package/src/components/Icons/Image/Dehaze.vue +5 -0
- package/src/components/Icons/Image/Edit.vue +5 -0
- package/src/components/Icons/Image/Euro.vue +5 -0
- package/src/components/Icons/Image/Exposure.vue +5 -0
- package/src/components/Icons/Image/ExposureNeg1.vue +5 -0
- package/src/components/Icons/Image/ExposureNeg2.vue +5 -0
- package/src/components/Icons/Image/ExposurePlus1.vue +5 -0
- package/src/components/Icons/Image/ExposurePlus2.vue +5 -0
- package/src/components/Icons/Image/ExposureZero.vue +5 -0
- package/src/components/Icons/Image/Filter1.vue +5 -0
- package/src/components/Icons/Image/Filter2.vue +5 -0
- package/src/components/Icons/Image/Filter3.vue +5 -0
- package/src/components/Icons/Image/Filter4.vue +5 -0
- package/src/components/Icons/Image/Filter5.vue +5 -0
- package/src/components/Icons/Image/Filter6.vue +5 -0
- package/src/components/Icons/Image/Filter7.vue +5 -0
- package/src/components/Icons/Image/Filter8.vue +5 -0
- package/src/components/Icons/Image/Filter9.vue +5 -0
- package/src/components/Icons/Image/Filter9Plus.vue +5 -0
- package/src/components/Icons/Image/FilterBAndW.vue +5 -0
- package/src/components/Icons/Image/FilterCenterFocus.vue +5 -0
- package/src/components/Icons/Image/FilterDrama.vue +5 -0
- package/src/components/Icons/Image/FilterFrames.vue +19 -0
- package/src/components/Icons/Image/FilterHdr.vue +5 -0
- package/src/components/Icons/Image/FilterNone.vue +5 -0
- package/src/components/Icons/Image/FilterTiltShift.vue +5 -0
- package/src/components/Icons/Image/FilterVintage.vue +19 -0
- package/src/components/Icons/Image/Flare.vue +5 -0
- package/src/components/Icons/Image/FlashAuto.vue +5 -0
- package/src/components/Icons/Image/FlashOff.vue +5 -0
- package/src/components/Icons/Image/FlashOn.vue +5 -0
- package/src/components/Icons/Image/Flip.vue +5 -0
- package/src/components/Icons/Image/FlipCameraAndroid.vue +13 -0
- package/src/components/Icons/Image/FlipCameraIos.vue +5 -0
- package/src/components/Icons/Image/Gradient.vue +5 -0
- package/src/components/Icons/Image/Grain.vue +5 -0
- package/src/components/Icons/Image/GridOff.vue +5 -0
- package/src/components/Icons/Image/GridOn.vue +5 -0
- package/src/components/Icons/Image/HdrOff.vue +5 -0
- package/src/components/Icons/Image/HdrOn.vue +5 -0
- package/src/components/Icons/Image/HdrStrong.vue +5 -0
- package/src/components/Icons/Image/HdrWeak.vue +5 -0
- package/src/components/Icons/Image/Healing.vue +5 -0
- package/src/components/Icons/Image/IcDetails.vue +5 -0
- package/src/components/Icons/Image/IcFilter.vue +5 -0
- package/src/components/Icons/Image/IcImage.vue +5 -0
- package/src/components/Icons/Image/IcStyle.vue +5 -0
- package/src/components/Icons/Image/ImageAspectRatio.vue +5 -0
- package/src/components/Icons/Image/ImageIcons.vue +524 -0
- package/src/components/Icons/Image/ImageNotSupported.vue +5 -0
- package/src/components/Icons/Image/ImageSearch.vue +5 -0
- package/src/components/Icons/Image/Iso.vue +5 -0
- package/src/components/Icons/Image/Landscape.vue +5 -0
- package/src/components/Icons/Image/LeakAdd.vue +5 -0
- package/src/components/Icons/Image/LeakRemove.vue +5 -0
- package/src/components/Icons/Image/Lens.vue +5 -0
- package/src/components/Icons/Image/LinkedCamera.vue +10 -0
- package/src/components/Icons/Image/Looks.vue +5 -0
- package/src/components/Icons/Image/Looks3.vue +5 -0
- package/src/components/Icons/Image/Looks4.vue +19 -0
- package/src/components/Icons/Image/Looks5.vue +5 -0
- package/src/components/Icons/Image/Looks6.vue +5 -0
- package/src/components/Icons/Image/LooksOne.vue +5 -0
- package/src/components/Icons/Image/LooksTwo.vue +5 -0
- package/src/components/Icons/Image/Loupe.vue +5 -0
- package/src/components/Icons/Image/MonochromePhotos.vue +5 -0
- package/src/components/Icons/Image/MotionPhotosOn.vue +5 -0
- package/src/components/Icons/Image/MotionPhotosPause.vue +5 -0
- package/src/components/Icons/Image/MotionPhotosPaused.vue +5 -0
- package/src/components/Icons/Image/MovieCreation.vue +5 -0
- package/src/components/Icons/Image/MovieFilter.vue +5 -0
- package/src/components/Icons/Image/MusicNote.vue +5 -0
- package/src/components/Icons/Image/MusicOff.vue +5 -0
- package/src/components/Icons/Image/Nature.vue +5 -0
- package/src/components/Icons/Image/NaturePeople.vue +10 -0
- package/src/components/Icons/Image/NavigateBefore.vue +5 -0
- package/src/components/Icons/Image/NavigateNext.vue +5 -0
- package/src/components/Icons/Image/Palette.vue +5 -0
- package/src/components/Icons/Image/Panorama.vue +5 -0
- package/src/components/Icons/Image/PanoramaFishEye.vue +5 -0
- package/src/components/Icons/Image/PanoramaHorizontal.vue +5 -0
- package/src/components/Icons/Image/PanoramaVertical.vue +5 -0
- package/src/components/Icons/Image/PanoramaWideAngle.vue +5 -0
- package/src/components/Icons/Image/Photo.vue +5 -0
- package/src/components/Icons/Image/PhotoAlbum.vue +5 -0
- package/src/components/Icons/Image/PhotoCamera.vue +10 -0
- package/src/components/Icons/Image/PhotoFilter.vue +5 -0
- package/src/components/Icons/Image/PhotoLibrary.vue +5 -0
- package/src/components/Icons/Image/PhotoSizeSelectActual.vue +5 -0
- package/src/components/Icons/Image/PhotoSizeSelectLarge.vue +5 -0
- package/src/components/Icons/Image/PhotoSizeSelectSmall.vue +5 -0
- package/src/components/Icons/Image/PictureAsPdf.vue +5 -0
- package/src/components/Icons/Image/Portrait.vue +5 -0
- package/src/components/Icons/Image/ReceiptLong.vue +19 -0
- package/src/components/Icons/Image/RemoveRedEye.vue +5 -0
- package/src/components/Icons/Image/Rotate90DegreesCcw.vue +5 -0
- package/src/components/Icons/Image/RotateLeft.vue +5 -0
- package/src/components/Icons/Image/RotateRight.vue +5 -0
- package/src/components/Icons/Image/ShutterSpeed.vue +5 -0
- package/src/components/Icons/Image/SlashRedEye.vue +5 -0
- package/src/components/Icons/Image/Slideshow.vue +5 -0
- package/src/components/Icons/Image/Straighten.vue +5 -0
- package/src/components/Icons/Image/SwitchCamera.vue +5 -0
- package/src/components/Icons/Image/SwitchVideo.vue +5 -0
- package/src/components/Icons/Image/TagFaces.vue +5 -0
- package/src/components/Icons/Image/Texture.vue +5 -0
- package/src/components/Icons/Image/Timelapse.vue +5 -0
- package/src/components/Icons/Image/Timer.vue +5 -0
- package/src/components/Icons/Image/Timer10.vue +19 -0
- package/src/components/Icons/Image/Timer3.vue +5 -0
- package/src/components/Icons/Image/TimerOff.vue +5 -0
- package/src/components/Icons/Image/Tonality.vue +5 -0
- package/src/components/Icons/Image/Transform.vue +5 -0
- package/src/components/Icons/Image/Tune.vue +5 -0
- package/src/components/Icons/Image/ViewComfy.vue +5 -0
- package/src/components/Icons/Image/ViewCompact.vue +5 -0
- package/src/components/Icons/Image/Vignette.vue +5 -0
- package/src/components/Icons/Image/WbAuto.vue +5 -0
- package/src/components/Icons/Image/WbCloudy.vue +19 -0
- package/src/components/Icons/Image/WbIncandescent.vue +5 -0
- package/src/components/Icons/Image/WbIridescent.vue +5 -0
- package/src/components/Icons/Image/WbSunny.vue +19 -0
- package/src/components/Icons/LoadingIcon.vue +39 -0
- package/src/components/Icons/Maps/AddBusiness.vue +13 -0
- package/src/components/Icons/Maps/AddLocation.vue +5 -0
- package/src/components/Icons/Maps/AddLocationAlt.vue +5 -0
- package/src/components/Icons/Maps/AddRoad.vue +22 -0
- package/src/components/Icons/Maps/Agriculture.vue +16 -0
- package/src/components/Icons/Maps/AltRoute.vue +5 -0
- package/src/components/Icons/Maps/Atm.vue +5 -0
- package/src/components/Icons/Maps/Beenhere.vue +5 -0
- package/src/components/Icons/Maps/BikeScooter.vue +13 -0
- package/src/components/Icons/Maps/Category.vue +13 -0
- package/src/components/Icons/Maps/CleaningServices.vue +5 -0
- package/src/components/Icons/Maps/CompassCalibration.vue +10 -0
- package/src/components/Icons/Maps/DepartureBoard.vue +5 -0
- package/src/components/Icons/Maps/DesignServices.vue +10 -0
- package/src/components/Icons/Maps/Directions.vue +5 -0
- package/src/components/Icons/Maps/DirectionsBike.vue +5 -0
- package/src/components/Icons/Maps/DirectionsBoat.vue +5 -0
- package/src/components/Icons/Maps/DirectionsBus.vue +5 -0
- package/src/components/Icons/Maps/DirectionsCar.vue +5 -0
- package/src/components/Icons/Maps/DirectionsRailway.vue +5 -0
- package/src/components/Icons/Maps/DirectionsRun.vue +5 -0
- package/src/components/Icons/Maps/DirectionsSubway.vue +5 -0
- package/src/components/Icons/Maps/DirectionsTransit.vue +5 -0
- package/src/components/Icons/Maps/DirectionsWalk.vue +5 -0
- package/src/components/Icons/Maps/EditAttributes.vue +5 -0
- package/src/components/Icons/Maps/EditLocation.vue +19 -0
- package/src/components/Icons/Maps/EditRoad.vue +22 -0
- package/src/components/Icons/Maps/ElectricBike.vue +8 -0
- package/src/components/Icons/Maps/ElectricCar.vue +8 -0
- package/src/components/Icons/Maps/ElectricMoped.vue +14 -0
- package/src/components/Icons/Maps/ElectricRickshaw.vue +8 -0
- package/src/components/Icons/Maps/ElectricScooter.vue +11 -0
- package/src/components/Icons/Maps/ElectricalServices.vue +16 -0
- package/src/components/Icons/Maps/EvStation.vue +5 -0
- package/src/components/Icons/Maps/Fastfood.vue +5 -0
- package/src/components/Icons/Maps/Flight.vue +5 -0
- package/src/components/Icons/Maps/Handyman.vue +10 -0
- package/src/components/Icons/Maps/HomeRepairService.vue +10 -0
- package/src/components/Icons/Maps/Hotel.vue +5 -0
- package/src/components/Icons/Maps/Hvac.vue +19 -0
- package/src/components/Icons/Maps/IcMap.vue +5 -0
- package/src/components/Icons/Maps/Layers.vue +5 -0
- package/src/components/Icons/Maps/LayersClear.vue +5 -0
- package/src/components/Icons/Maps/LocalActivity.vue +5 -0
- package/src/components/Icons/Maps/LocalAirport.vue +5 -0
- package/src/components/Icons/Maps/LocalAtm.vue +5 -0
- package/src/components/Icons/Maps/LocalBar.vue +5 -0
- package/src/components/Icons/Maps/LocalCafe.vue +5 -0
- package/src/components/Icons/Maps/LocalCarWash.vue +5 -0
- package/src/components/Icons/Maps/LocalConvenienceStore.vue +5 -0
- package/src/components/Icons/Maps/LocalDining.vue +5 -0
- package/src/components/Icons/Maps/LocalDrink.vue +5 -0
- package/src/components/Icons/Maps/LocalFireDepartment.vue +10 -0
- package/src/components/Icons/Maps/LocalFlorist.vue +5 -0
- package/src/components/Icons/Maps/LocalGasStation.vue +5 -0
- package/src/components/Icons/Maps/LocalGroceryStore.vue +5 -0
- package/src/components/Icons/Maps/LocalHospital.vue +5 -0
- package/src/components/Icons/Maps/LocalHotel.vue +5 -0
- package/src/components/Icons/Maps/LocalLaundryService.vue +5 -0
- package/src/components/Icons/Maps/LocalLibrary.vue +5 -0
- package/src/components/Icons/Maps/LocalMall.vue +5 -0
- package/src/components/Icons/Maps/LocalMovies.vue +5 -0
- package/src/components/Icons/Maps/LocalOffer.vue +5 -0
- package/src/components/Icons/Maps/LocalParking.vue +5 -0
- package/src/components/Icons/Maps/LocalPharmacy.vue +5 -0
- package/src/components/Icons/Maps/LocalPhone.vue +5 -0
- package/src/components/Icons/Maps/LocalPizza.vue +5 -0
- package/src/components/Icons/Maps/LocalPlay.vue +5 -0
- package/src/components/Icons/Maps/LocalPolice.vue +5 -0
- package/src/components/Icons/Maps/LocalPostOffice.vue +5 -0
- package/src/components/Icons/Maps/LocalPrintshop.vue +5 -0
- package/src/components/Icons/Maps/LocalSee.vue +10 -0
- package/src/components/Icons/Maps/LocalShipping.vue +5 -0
- package/src/components/Icons/Maps/LocalTaxi.vue +5 -0
- package/src/components/Icons/Maps/MapsIcons.vue +371 -0
- package/src/components/Icons/Maps/MapsUgc.vue +12 -0
- package/src/components/Icons/Maps/MedicalServices.vue +5 -0
- package/src/components/Icons/Maps/MenuBook.vue +16 -0
- package/src/components/Icons/Maps/MiscellaneousServices.vue +10 -0
- package/src/components/Icons/Maps/Money.vue +5 -0
- package/src/components/Icons/Maps/Moped.vue +13 -0
- package/src/components/Icons/Maps/MultipleStop.vue +5 -0
- package/src/components/Icons/Maps/Museum.vue +5 -0
- package/src/components/Icons/Maps/MyLocation.vue +5 -0
- package/src/components/Icons/Maps/Navigation.vue +5 -0
- package/src/components/Icons/Maps/NearMe.vue +5 -0
- package/src/components/Icons/Maps/NearMeDisabled.vue +5 -0
- package/src/components/Icons/Maps/NoMeals.vue +5 -0
- package/src/components/Icons/Maps/NoTransfer.vue +5 -0
- package/src/components/Icons/Maps/NotListedLocation.vue +5 -0
- package/src/components/Icons/Maps/PedalBike.vue +5 -0
- package/src/components/Icons/Maps/PersonPin.vue +5 -0
- package/src/components/Icons/Maps/PersonPinCircle.vue +5 -0
- package/src/components/Icons/Maps/PestControl.vue +5 -0
- package/src/components/Icons/Maps/PestControlRodent.vue +5 -0
- package/src/components/Icons/Maps/PinDrop.vue +7 -0
- package/src/components/Icons/Maps/Place.vue +5 -0
- package/src/components/Icons/Maps/Plumbing.vue +13 -0
- package/src/components/Icons/Maps/RateReview.vue +5 -0
- package/src/components/Icons/Maps/Restaurant.vue +5 -0
- package/src/components/Icons/Maps/RestaurantMenu.vue +5 -0
- package/src/components/Icons/Maps/RunCircle.vue +5 -0
- package/src/components/Icons/Maps/Satellite.vue +5 -0
- package/src/components/Icons/Maps/SetMeal.vue +5 -0
- package/src/components/Icons/Maps/StoreMallDirectory.vue +5 -0
- package/src/components/Icons/Maps/Streetview.vue +13 -0
- package/src/components/Icons/Maps/Subway.vue +13 -0
- package/src/components/Icons/Maps/Terrain.vue +5 -0
- package/src/components/Icons/Maps/Traffic.vue +5 -0
- package/src/components/Icons/Maps/Train.vue +5 -0
- package/src/components/Icons/Maps/Tram.vue +5 -0
- package/src/components/Icons/Maps/TransferWithinAStation.vue +5 -0
- package/src/components/Icons/Maps/TransitEnterexit.vue +5 -0
- package/src/components/Icons/Maps/Tri60.vue +5 -0
- package/src/components/Icons/Maps/TripOrigin.vue +5 -0
- package/src/components/Icons/Maps/TwoWheeler.vue +5 -0
- package/src/components/Icons/Maps/WineBar.vue +5 -0
- package/src/components/Icons/Maps/WrongLocation.vue +10 -0
- package/src/components/Icons/Maps/ZoomOutMap.vue +5 -0
- package/src/components/Icons/Navigation/AppSettingsAlt.vue +5 -0
- package/src/components/Icons/Navigation/Apps.vue +5 -0
- package/src/components/Icons/Navigation/ArrowBack.vue +5 -0
- package/src/components/Icons/Navigation/ArrowBackIos.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDownward.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDropDown.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDropDownCircle.vue +5 -0
- package/src/components/Icons/Navigation/ArrowDropUp.vue +5 -0
- package/src/components/Icons/Navigation/ArrowForward.vue +5 -0
- package/src/components/Icons/Navigation/ArrowForwardIos.vue +5 -0
- package/src/components/Icons/Navigation/ArrowLeft.vue +5 -0
- package/src/components/Icons/Navigation/ArrowRight.vue +5 -0
- package/src/components/Icons/Navigation/ArrowUpward.vue +5 -0
- package/src/components/Icons/Navigation/Campaign.vue +19 -0
- package/src/components/Icons/Navigation/Cancel.vue +5 -0
- package/src/components/Icons/Navigation/Check.vue +5 -0
- package/src/components/Icons/Navigation/ChevronLeft.vue +5 -0
- package/src/components/Icons/Navigation/ChevronRight.vue +5 -0
- package/src/components/Icons/Navigation/Close.vue +5 -0
- package/src/components/Icons/Navigation/DoubleArrow.vue +10 -0
- package/src/components/Icons/Navigation/East.vue +5 -0
- package/src/components/Icons/Navigation/ExpandLess.vue +5 -0
- package/src/components/Icons/Navigation/ExpandMore.vue +5 -0
- package/src/components/Icons/Navigation/FirstPage.vue +5 -0
- package/src/components/Icons/Navigation/Fullscreen.vue +5 -0
- package/src/components/Icons/Navigation/FullscreenExit.vue +5 -0
- package/src/components/Icons/Navigation/HomeWork.vue +10 -0
- package/src/components/Icons/Navigation/IcMenu.vue +5 -0
- package/src/components/Icons/Navigation/LastPage.vue +5 -0
- package/src/components/Icons/Navigation/LegendToggle.vue +5 -0
- package/src/components/Icons/Navigation/MenuOpen.vue +5 -0
- package/src/components/Icons/Navigation/MoreHoriz.vue +5 -0
- package/src/components/Icons/Navigation/MoreVert.vue +5 -0
- package/src/components/Icons/Navigation/NavigationIcons.vue +167 -0
- package/src/components/Icons/Navigation/North.vue +5 -0
- package/src/components/Icons/Navigation/NorthEast.vue +5 -0
- package/src/components/Icons/Navigation/NorthWest.vue +5 -0
- package/src/components/Icons/Navigation/Payments.vue +5 -0
- package/src/components/Icons/Navigation/Refresh.vue +5 -0
- package/src/components/Icons/Navigation/South.vue +5 -0
- package/src/components/Icons/Navigation/SouthEast.vue +5 -0
- package/src/components/Icons/Navigation/SouthWest.vue +5 -0
- package/src/components/Icons/Navigation/SubdirectoryArrowLeft.vue +5 -0
- package/src/components/Icons/Navigation/SubdirectoryArrowRight.vue +5 -0
- package/src/components/Icons/Navigation/SwitchDown.vue +5 -0
- package/src/components/Icons/Navigation/SwitchLeft.vue +5 -0
- package/src/components/Icons/Navigation/SwitchRight.vue +19 -0
- package/src/components/Icons/Navigation/SwitchUp.vue +19 -0
- package/src/components/Icons/Navigation/UnfoldLess.vue +5 -0
- package/src/components/Icons/Navigation/UnfoldMore.vue +5 -0
- package/src/components/Icons/Navigation/West.vue +5 -0
- package/src/components/Icons/Notification/AccountTree.vue +5 -0
- package/src/components/Icons/Notification/Adb.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatFlat.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatFlatAngled.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatIndividualSuite.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatLegroomExtra.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatLegroomNormal.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatLegroomReduced.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatReclineExtra.vue +5 -0
- package/src/components/Icons/Notification/AirlineSeatReclineNormal.vue +5 -0
- package/src/components/Icons/Notification/BluetoothAudio.vue +5 -0
- package/src/components/Icons/Notification/ConfirmationNumber.vue +5 -0
- package/src/components/Icons/Notification/DirectionsOff.vue +10 -0
- package/src/components/Icons/Notification/DiscFull.vue +5 -0
- package/src/components/Icons/Notification/DoDisturb.vue +5 -0
- package/src/components/Icons/Notification/DoDisturbAlt.vue +5 -0
- package/src/components/Icons/Notification/DoDisturbOff.vue +5 -0
- package/src/components/Icons/Notification/DoDisturbOn.vue +5 -0
- package/src/components/Icons/Notification/DriveEta.vue +5 -0
- package/src/components/Icons/Notification/EnhancedEncryption.vue +5 -0
- package/src/components/Icons/Notification/EventAvailable.vue +5 -0
- package/src/components/Icons/Notification/EventBusy.vue +5 -0
- package/src/components/Icons/Notification/EventNote.vue +5 -0
- package/src/components/Icons/Notification/FolderSpecial.vue +5 -0
- package/src/components/Icons/Notification/LiveTv.vue +5 -0
- package/src/components/Icons/Notification/Mms.vue +5 -0
- package/src/components/Icons/Notification/More.vue +19 -0
- package/src/components/Icons/Notification/NetworkCheck.vue +5 -0
- package/src/components/Icons/Notification/NetworkLocked.vue +5 -0
- package/src/components/Icons/Notification/NoEncryption.vue +5 -0
- package/src/components/Icons/Notification/NoEncryptionGmailerrorred.vue +5 -0
- package/src/components/Icons/Notification/NotificationIcons.vue +214 -0
- package/src/components/Icons/Notification/OndemandVideo.vue +5 -0
- package/src/components/Icons/Notification/PersonalVideo.vue +5 -0
- package/src/components/Icons/Notification/PhoneBluetoothSpeaker.vue +5 -0
- package/src/components/Icons/Notification/PhoneCallback.vue +5 -0
- package/src/components/Icons/Notification/PhoneForwarded.vue +5 -0
- package/src/components/Icons/Notification/PhoneInTalk.vue +5 -0
- package/src/components/Icons/Notification/PhoneLocked.vue +5 -0
- package/src/components/Icons/Notification/PhoneMissed.vue +5 -0
- package/src/components/Icons/Notification/PhonePaused.vue +5 -0
- package/src/components/Icons/Notification/Power.vue +5 -0
- package/src/components/Icons/Notification/PowerOff.vue +5 -0
- package/src/components/Icons/Notification/PriorityHigh.vue +10 -0
- package/src/components/Icons/Notification/SdCard.vue +5 -0
- package/src/components/Icons/Notification/SdCardAlert.vue +5 -0
- package/src/components/Icons/Notification/Sms.vue +5 -0
- package/src/components/Icons/Notification/SmsFailed.vue +5 -0
- package/src/components/Icons/Notification/SupportAgent.vue +16 -0
- package/src/components/Icons/Notification/Sync.vue +19 -0
- package/src/components/Icons/Notification/SyncDisabled.vue +5 -0
- package/src/components/Icons/Notification/SyncProblem.vue +5 -0
- package/src/components/Icons/Notification/SystemUpdate.vue +5 -0
- package/src/components/Icons/Notification/TapAndPlay.vue +5 -0
- package/src/components/Icons/Notification/TimeToLeave.vue +5 -0
- package/src/components/Icons/Notification/TvOff.vue +5 -0
- package/src/components/Icons/Notification/Vibration.vue +5 -0
- package/src/components/Icons/Notification/VoiceChat.vue +5 -0
- package/src/components/Icons/Notification/VpnLock.vue +5 -0
- package/src/components/Icons/Notification/Wc.vue +19 -0
- package/src/components/Icons/Notification/Wifi.vue +5 -0
- package/src/components/Icons/Notification/WifiOff.vue +5 -0
- package/src/components/Icons/Places/AcUnit.vue +5 -0
- package/src/components/Icons/Places/AirportShuttle.vue +5 -0
- package/src/components/Icons/Places/AllInclusive.vue +5 -0
- package/src/components/Icons/Places/Apartment.vue +5 -0
- package/src/components/Icons/Places/BabyChangingStation.vue +5 -0
- package/src/components/Icons/Places/Backpack.vue +5 -0
- package/src/components/Icons/Places/Bathtub.vue +10 -0
- package/src/components/Icons/Places/BeachAccess.vue +5 -0
- package/src/components/Icons/Places/Bento.vue +5 -0
- package/src/components/Icons/Places/BusinessCenter.vue +5 -0
- package/src/components/Icons/Places/Carpenter.vue +5 -0
- package/src/components/Icons/Places/Casino.vue +5 -0
- package/src/components/Icons/Places/ChargingStation.vue +5 -0
- package/src/components/Icons/Places/Checkroom.vue +5 -0
- package/src/components/Icons/Places/ChildCare.vue +13 -0
- package/src/components/Icons/Places/ChildFriendly.vue +5 -0
- package/src/components/Icons/Places/CorporateFare.vue +5 -0
- package/src/components/Icons/Places/Countertops.vue +5 -0
- package/src/components/Icons/Places/DoNotStep.vue +5 -0
- package/src/components/Icons/Places/DoNotTouch.vue +5 -0
- package/src/components/Icons/Places/Dry.vue +5 -0
- package/src/components/Icons/Places/Elevator.vue +5 -0
- package/src/components/Icons/Places/Escalator.vue +5 -0
- package/src/components/Icons/Places/EscalatorWarning.vue +5 -0
- package/src/components/Icons/Places/FamilyRestroom.vue +5 -0
- package/src/components/Icons/Places/Fence.vue +5 -0
- package/src/components/Icons/Places/FireExtinguisher.vue +5 -0
- package/src/components/Icons/Places/FitnessCenter.vue +5 -0
- package/src/components/Icons/Places/FoodBank.vue +5 -0
- package/src/components/Icons/Places/Foundation.vue +5 -0
- package/src/components/Icons/Places/FreeBreakfast.vue +5 -0
- package/src/components/Icons/Places/GolfCourse.vue +10 -0
- package/src/components/Icons/Places/Grass.vue +5 -0
- package/src/components/Icons/Places/HotTub.vue +10 -0
- package/src/components/Icons/Places/House.vue +5 -0
- package/src/components/Icons/Places/HouseSiding.vue +5 -0
- package/src/components/Icons/Places/Kitchen.vue +5 -0
- package/src/components/Icons/Places/MeetingRoom.vue +5 -0
- package/src/components/Icons/Places/Microwave.vue +5 -0
- package/src/components/Icons/Places/NightShelter.vue +5 -0
- package/src/components/Icons/Places/NoBackpack.vue +5 -0
- package/src/components/Icons/Places/NoCell.vue +5 -0
- package/src/components/Icons/Places/NoDrinks.vue +5 -0
- package/src/components/Icons/Places/NoFlash.vue +5 -0
- package/src/components/Icons/Places/NoFood.vue +5 -0
- package/src/components/Icons/Places/NoMeetingRoom.vue +5 -0
- package/src/components/Icons/Places/NoPhotography.vue +5 -0
- package/src/components/Icons/Places/NoStroller.vue +5 -0
- package/src/components/Icons/Places/PlacesIcons.vue +219 -0
- package/src/components/Icons/Places/Pool.vue +10 -0
- package/src/components/Icons/Places/RiceBowl.vue +5 -0
- package/src/components/Icons/Places/Roofing.vue +5 -0
- package/src/components/Icons/Places/RoomPreferences.vue +5 -0
- package/src/components/Icons/Places/RoomService.vue +5 -0
- package/src/components/Icons/Places/RvHookup.vue +5 -0
- package/src/components/Icons/Places/SmokeFree.vue +5 -0
- package/src/components/Icons/Places/SmokingRooms.vue +5 -0
- package/src/components/Icons/Places/Soap.vue +5 -0
- package/src/components/Icons/Places/Spa.vue +5 -0
- package/src/components/Icons/Places/SportsBar.vue +5 -0
- package/src/components/Icons/Places/Stairs.vue +5 -0
- package/src/components/Icons/Places/Storefront.vue +5 -0
- package/src/components/Icons/Places/Stroller.vue +5 -0
- package/src/components/Icons/Places/Tapas.vue +5 -0
- package/src/components/Icons/Places/Tty.vue +5 -0
- package/src/components/Icons/Places/Umbrella.vue +5 -0
- package/src/components/Icons/Places/Wash.vue +5 -0
- package/src/components/Icons/Places/WaterDamage.vue +5 -0
- package/src/components/Icons/Places/WheelchairPickup.vue +5 -0
- package/src/components/Icons/Social/Architecture.vue +13 -0
- package/src/components/Icons/Social/Cake.vue +19 -0
- package/src/components/Icons/Social/CleanHands.vue +5 -0
- package/src/components/Icons/Social/ConnectWithoutContact.vue +5 -0
- package/src/components/Icons/Social/Construction.vue +10 -0
- package/src/components/Icons/Social/Coronavirus.vue +5 -0
- package/src/components/Icons/Social/Deck.vue +13 -0
- package/src/components/Icons/Social/Domain.vue +5 -0
- package/src/components/Icons/Social/Elderly.vue +5 -0
- package/src/components/Icons/Social/EmojiEmotions.vue +5 -0
- package/src/components/Icons/Social/EmojiEvents.vue +5 -0
- package/src/components/Icons/Social/EmojiFlags.vue +5 -0
- package/src/components/Icons/Social/EmojiFoodBeverage.vue +10 -0
- package/src/components/Icons/Social/EmojiNature.vue +10 -0
- package/src/components/Icons/Social/EmojiObjects.vue +5 -0
- package/src/components/Icons/Social/EmojiPeople.vue +10 -0
- package/src/components/Icons/Social/EmojiSymbols.vue +25 -0
- package/src/components/Icons/Social/EmojiTransportation.vue +14 -0
- package/src/components/Icons/Social/Engineering.vue +19 -0
- package/src/components/Icons/Social/Facebook.vue +5 -0
- package/src/components/Icons/Social/Fireplace.vue +5 -0
- package/src/components/Icons/Social/FollowTheSigns.vue +5 -0
- package/src/components/Icons/Social/Group.vue +5 -0
- package/src/components/Icons/Social/GroupAdd.vue +5 -0
- package/src/components/Icons/Social/Groups.vue +5 -0
- package/src/components/Icons/Social/HistoryEdu.vue +5 -0
- package/src/components/Icons/Social/KingBed.vue +5 -0
- package/src/components/Icons/Social/LocationCity.vue +5 -0
- package/src/components/Icons/Social/Luggage.vue +5 -0
- package/src/components/Icons/Social/Masks.vue +5 -0
- package/src/components/Icons/Social/MilitaryTech.vue +5 -0
- package/src/components/Icons/Social/Mood.vue +5 -0
- package/src/components/Icons/Social/MoodBad.vue +5 -0
- package/src/components/Icons/Social/NightsStay.vue +10 -0
- package/src/components/Icons/Social/NoLuggage.vue +5 -0
- package/src/components/Icons/Social/Notifications.vue +5 -0
- package/src/components/Icons/Social/NotificationsActive.vue +5 -0
- package/src/components/Icons/Social/NotificationsNone.vue +5 -0
- package/src/components/Icons/Social/NotificationsOff.vue +5 -0
- package/src/components/Icons/Social/NotificationsPaused.vue +5 -0
- package/src/components/Icons/Social/OutdoorGrill.vue +16 -0
- package/src/components/Icons/Social/Pages.vue +5 -0
- package/src/components/Icons/Social/PartyMode.vue +5 -0
- package/src/components/Icons/Social/People.vue +5 -0
- package/src/components/Icons/Social/PeopleAlt.vue +22 -0
- package/src/components/Icons/Social/PeopleOutline.vue +5 -0
- package/src/components/Icons/Social/Person.vue +5 -0
- package/src/components/Icons/Social/PersonAdd.vue +5 -0
- package/src/components/Icons/Social/PersonAddAlt1.vue +13 -0
- package/src/components/Icons/Social/PersonOutline.vue +5 -0
- package/src/components/Icons/Social/PersonRemove.vue +5 -0
- package/src/components/Icons/Social/PersonRemoveAlt1.vue +5 -0
- package/src/components/Icons/Social/PlusOne.vue +5 -0
- package/src/components/Icons/Social/Poll.vue +5 -0
- package/src/components/Icons/Social/PrecisionManufacturing.vue +5 -0
- package/src/components/Icons/Social/Psychology.vue +10 -0
- package/src/components/Icons/Social/Public.vue +5 -0
- package/src/components/Icons/Social/PublicOff.vue +5 -0
- package/src/components/Icons/Social/ReduceCapacity.vue +5 -0
- package/src/components/Icons/Social/Sanitizer.vue +5 -0
- package/src/components/Icons/Social/School.vue +5 -0
- package/src/components/Icons/Social/Science.vue +5 -0
- package/src/components/Icons/Social/SelfImprovement.vue +10 -0
- package/src/components/Icons/Social/SentimentDissatisfied.vue +13 -0
- package/src/components/Icons/Social/SentimentNeutral.vue +16 -0
- package/src/components/Icons/Social/SentimentSatisfied.vue +13 -0
- package/src/components/Icons/Social/SentimentVeryDissatisfied.vue +5 -0
- package/src/components/Icons/Social/SentimentVerySatisfied.vue +5 -0
- package/src/components/Icons/Social/Share.vue +5 -0
- package/src/components/Icons/Social/Sick.vue +5 -0
- package/src/components/Icons/Social/SingleBed.vue +5 -0
- package/src/components/Icons/Social/SixFtApart.vue +5 -0
- package/src/components/Icons/Social/SocialIcons.vue +292 -0
- package/src/components/Icons/Social/Sports.vue +10 -0
- package/src/components/Icons/Social/SportsBaseball.vue +13 -0
- package/src/components/Icons/Social/SportsBasketball.vue +28 -0
- package/src/components/Icons/Social/SportsCricket.vue +13 -0
- package/src/components/Icons/Social/SportsEsports.vue +5 -0
- package/src/components/Icons/Social/SportsFootball.vue +13 -0
- package/src/components/Icons/Social/SportsGolf.vue +19 -0
- package/src/components/Icons/Social/SportsHandball.vue +13 -0
- package/src/components/Icons/Social/SportsHockey.vue +16 -0
- package/src/components/Icons/Social/SportsKabaddi.vue +28 -0
- package/src/components/Icons/Social/SportsMma.vue +10 -0
- package/src/components/Icons/Social/SportsMotorsports.vue +10 -0
- package/src/components/Icons/Social/SportsRugby.vue +5 -0
- package/src/components/Icons/Social/SportsSoccer.vue +5 -0
- package/src/components/Icons/Social/SportsTennis.vue +10 -0
- package/src/components/Icons/Social/SportsVolleyball.vue +22 -0
- package/src/components/Icons/Social/ThumbDownAlt.vue +5 -0
- package/src/components/Icons/Social/ThumbUpAlt.vue +5 -0
- package/src/components/Icons/Social/Whatshot.vue +5 -0
- package/src/components/Icons/TaxApplication/Automasi.vue +53 -0
- package/src/components/Icons/TaxApplication/Beejak.vue +77 -0
- package/src/components/Icons/TaxApplication/ConvertToCsv.vue +23 -0
- package/src/components/Icons/TaxApplication/CtasEbupotPph21.vue +43 -0
- package/src/components/Icons/TaxApplication/CtasEbupotUnifikasi.vue +29 -0
- package/src/components/Icons/TaxApplication/CtasEfaktur.vue +47 -0
- package/src/components/Icons/TaxApplication/Ebilling.vue +173 -0
- package/src/components/Icons/TaxApplication/Ebupot.vue +136 -0
- package/src/components/Icons/TaxApplication/Efaktur.vue +136 -0
- package/src/components/Icons/TaxApplication/Efiling.vue +50 -0
- package/src/components/Icons/TaxApplication/Ematerai.vue +55 -0
- package/src/components/Icons/TaxApplication/EsptBadan.vue +54 -0
- package/src/components/Icons/TaxApplication/Genta.vue +39 -0
- package/src/components/Icons/TaxApplication/H2h.vue +91 -0
- package/src/components/Icons/TaxApplication/Invoice.vue +136 -0
- package/src/components/Icons/TaxApplication/Rekonsiliasi.vue +61 -0
- package/src/components/Icons/TaxApplication/TaxApplicationIcons.vue +76 -0
- package/src/components/Icons/TaxApplication/TaxomaticPph.vue +34 -0
- package/src/components/Icons/TaxApplication/Training.vue +41 -0
- package/src/components/Icons/TaxApplication/Verify.vue +38 -0
- package/src/components/Icons/TaxApplication/Wapu.vue +140 -0
- package/src/components/Icons/Toggle/CheckBox.vue +5 -0
- package/src/components/Icons/Toggle/CheckBoxOutlineBlank.vue +8 -0
- package/src/components/Icons/Toggle/IndeterminateCheckBox.vue +5 -0
- package/src/components/Icons/Toggle/RadioButtonChecked.vue +11 -0
- package/src/components/Icons/Toggle/RadioButtonUnchecked.vue +5 -0
- package/src/components/Icons/Toggle/Star.vue +5 -0
- package/src/components/Icons/Toggle/StarBorder.vue +5 -0
- package/src/components/Icons/Toggle/StarHalf.vue +5 -0
- package/src/components/Icons/Toggle/StarOutline.vue +5 -0
- package/src/components/Icons/Toggle/ToggleIcons.vue +48 -0
- package/src/components/Icons/Toggle/ToggleOff.vue +5 -0
- package/src/components/Icons/Toggle/ToggleOn.vue +5 -0
- package/src/components/ModalDialog/index.vue +122 -0
- package/src/components/Product/LogActivityCard.vue +16 -0
- package/src/components/SideNav/index.vue +585 -0
- package/src/components/Snackbar/index.vue +249 -0
- package/src/components/Stepper/index.vue +164 -0
- package/src/components/Table/TablePagination.vue +356 -0
- package/src/components/Tabmenu/index.vue +123 -0
- package/src/components/Typography/TypoText.vue +118 -0
- package/src/components/index.js +61 -0
- package/src/install.js +1 -0
- package/src/main.js +8 -0
- package/src/router/index.js +166 -0
- package/src/store/index.js +8 -0
- package/src/views/About.vue +5 -0
- package/src/views/Breadcrumbs.vue +91 -0
- package/src/views/Button.vue +294 -0
- package/src/views/ColorPallete.vue +171 -0
- package/src/views/CssClass.vue +1276 -0
- package/src/views/Datepicker.vue +276 -0
- package/src/views/Dropdown.vue +444 -0
- package/src/views/ExpansionPanel.vue +81 -0
- package/src/views/Footer.vue +72 -0
- package/src/views/FormCheckbox.vue +259 -0
- package/src/views/FormInputTag.vue +260 -0
- package/src/views/FormRadio.vue +147 -0
- package/src/views/FormSwitch.vue +112 -0
- package/src/views/FormTextarea.vue +323 -0
- package/src/views/FormToggle.vue +779 -0
- package/src/views/Header.vue +170 -0
- package/src/views/Iconography.vue +1536 -0
- package/src/views/Installation.vue +52 -0
- package/src/views/ModalDialog.vue +82 -0
- package/src/views/PageElement.vue +107 -0
- package/src/views/ReadMe.md +41 -0
- package/src/views/SideNav.vue +142 -0
- package/src/views/Snackbar.vue +318 -0
- package/src/views/Stepper.vue +92 -0
- package/src/views/Table.vue +288 -0
- package/src/views/Tooltip.vue +54 -0
- package/src/views/Typography.vue +197 -0
- package/vite.config.js +25 -0
- package/vue.config.js +11 -0
|
@@ -0,0 +1,1276 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="page-css">
|
|
3
|
+
<div class="bg-FF0000">heheh</div>
|
|
4
|
+
<div>
|
|
5
|
+
<typo-text variant="title-bold">DISPLAY</typo-text>
|
|
6
|
+
<hr class="my-3" />
|
|
7
|
+
<pre class="wrap-content">
|
|
8
|
+
{{
|
|
9
|
+
`
|
|
10
|
+
.block {
|
|
11
|
+
display: block;
|
|
12
|
+
}
|
|
13
|
+
.inline-block {
|
|
14
|
+
display: inline-block;
|
|
15
|
+
}
|
|
16
|
+
.inline {
|
|
17
|
+
display: inline;
|
|
18
|
+
}
|
|
19
|
+
.flex {
|
|
20
|
+
display: flex;
|
|
21
|
+
}
|
|
22
|
+
.inline-flex {
|
|
23
|
+
display: inline-flex;
|
|
24
|
+
}
|
|
25
|
+
.table {
|
|
26
|
+
display: table;
|
|
27
|
+
}
|
|
28
|
+
.inlie-table {
|
|
29
|
+
display: inline-table;
|
|
30
|
+
}
|
|
31
|
+
.table-caption {
|
|
32
|
+
display: table-caption;
|
|
33
|
+
}
|
|
34
|
+
.table-cell {
|
|
35
|
+
display: table-cell;
|
|
36
|
+
}
|
|
37
|
+
.table-column {
|
|
38
|
+
display: table-column;
|
|
39
|
+
}
|
|
40
|
+
.table-column-group {
|
|
41
|
+
display: table-column-group;
|
|
42
|
+
}
|
|
43
|
+
.table-footer-group {
|
|
44
|
+
display: table-footer-group;
|
|
45
|
+
}
|
|
46
|
+
.table-header-group {
|
|
47
|
+
display: table-header-group;
|
|
48
|
+
}
|
|
49
|
+
.table-row-group {
|
|
50
|
+
display: table-row-group;
|
|
51
|
+
}
|
|
52
|
+
.table-row {
|
|
53
|
+
display: table-row;
|
|
54
|
+
}
|
|
55
|
+
.flow-root {
|
|
56
|
+
display: flow-root;
|
|
57
|
+
}
|
|
58
|
+
.grid {
|
|
59
|
+
display: grid;
|
|
60
|
+
}
|
|
61
|
+
.inline-grid {
|
|
62
|
+
display: inline-grid;
|
|
63
|
+
}
|
|
64
|
+
.contents {
|
|
65
|
+
display: contents;
|
|
66
|
+
}
|
|
67
|
+
.list-item {
|
|
68
|
+
display: list-item;
|
|
69
|
+
}
|
|
70
|
+
.hidden {
|
|
71
|
+
display: none;
|
|
72
|
+
}
|
|
73
|
+
`
|
|
74
|
+
}}
|
|
75
|
+
</pre>
|
|
76
|
+
</div>
|
|
77
|
+
|
|
78
|
+
<div>
|
|
79
|
+
<typo-text variant="title-bold">FLOATS</typo-text>
|
|
80
|
+
<hr class="my-3" />
|
|
81
|
+
<pre class="wrap-content">
|
|
82
|
+
{{
|
|
83
|
+
`
|
|
84
|
+
.float-right {
|
|
85
|
+
float: right;
|
|
86
|
+
}
|
|
87
|
+
.float-left {
|
|
88
|
+
float: left;
|
|
89
|
+
}
|
|
90
|
+
.float-none {
|
|
91
|
+
float: none;
|
|
92
|
+
}
|
|
93
|
+
`
|
|
94
|
+
}}
|
|
95
|
+
</pre>
|
|
96
|
+
</div>
|
|
97
|
+
|
|
98
|
+
<div>
|
|
99
|
+
<typo-text variant="title-bold">CLEAR</typo-text>
|
|
100
|
+
<hr class="my-3" />
|
|
101
|
+
<pre class="wrap-content">
|
|
102
|
+
{{
|
|
103
|
+
`
|
|
104
|
+
.clear-left {
|
|
105
|
+
clear: left;
|
|
106
|
+
}
|
|
107
|
+
.clear-right {
|
|
108
|
+
clear: right;
|
|
109
|
+
}
|
|
110
|
+
.clear-both {
|
|
111
|
+
clear: both;
|
|
112
|
+
}
|
|
113
|
+
.clear-none {
|
|
114
|
+
clear: none;
|
|
115
|
+
}
|
|
116
|
+
`
|
|
117
|
+
}}
|
|
118
|
+
</pre>
|
|
119
|
+
</div>
|
|
120
|
+
|
|
121
|
+
<div>
|
|
122
|
+
<typo-text variant="title-bold">OBJECT FIT</typo-text>
|
|
123
|
+
<hr class="my-3" />
|
|
124
|
+
<pre class="wrap-content">
|
|
125
|
+
{{
|
|
126
|
+
`
|
|
127
|
+
.object-contain {
|
|
128
|
+
object-fit: contain;
|
|
129
|
+
}
|
|
130
|
+
.object-cover {
|
|
131
|
+
object-fit: cover;
|
|
132
|
+
}
|
|
133
|
+
`
|
|
134
|
+
}}
|
|
135
|
+
</pre>
|
|
136
|
+
</div>
|
|
137
|
+
|
|
138
|
+
<div>
|
|
139
|
+
<typo-text variant="title-bold">OBJECT POSITION</typo-text>
|
|
140
|
+
<hr class="my-3" />
|
|
141
|
+
<pre class="wrap-content">
|
|
142
|
+
{{
|
|
143
|
+
`
|
|
144
|
+
.object-bottom {
|
|
145
|
+
object-position: bottom;
|
|
146
|
+
}
|
|
147
|
+
.object-center {
|
|
148
|
+
object-position: center;
|
|
149
|
+
}
|
|
150
|
+
.object-left {
|
|
151
|
+
object-position: left;
|
|
152
|
+
}
|
|
153
|
+
.object-left-bottom {
|
|
154
|
+
object-position: left bottom;
|
|
155
|
+
}
|
|
156
|
+
.object-left-top {
|
|
157
|
+
object-position: left top;
|
|
158
|
+
}
|
|
159
|
+
.object-right {
|
|
160
|
+
object-position: right;
|
|
161
|
+
}
|
|
162
|
+
.object-right-bottom {
|
|
163
|
+
object-position: right bottom;
|
|
164
|
+
}
|
|
165
|
+
.object-right-top {
|
|
166
|
+
object-position: right top;
|
|
167
|
+
}
|
|
168
|
+
.object-top {
|
|
169
|
+
object-position: top;
|
|
170
|
+
}
|
|
171
|
+
`
|
|
172
|
+
}}
|
|
173
|
+
</pre>
|
|
174
|
+
</div>
|
|
175
|
+
|
|
176
|
+
<div>
|
|
177
|
+
<typo-text variant="title-bold">OVERFLOW</typo-text>
|
|
178
|
+
<hr class="my-3" />
|
|
179
|
+
<pre class="wrap-content">
|
|
180
|
+
{{
|
|
181
|
+
`
|
|
182
|
+
.overflow-auto {
|
|
183
|
+
overflow: auto;
|
|
184
|
+
}
|
|
185
|
+
.overflow-hidden {
|
|
186
|
+
overflow: hidden;
|
|
187
|
+
}
|
|
188
|
+
.overflow-clip {
|
|
189
|
+
overflow: clip;
|
|
190
|
+
}
|
|
191
|
+
.overflow-visible {
|
|
192
|
+
overflow: visible;
|
|
193
|
+
}
|
|
194
|
+
.overflow-scroll {
|
|
195
|
+
overflow: scroll;
|
|
196
|
+
}
|
|
197
|
+
.overflow-x-auto {
|
|
198
|
+
overflow-x: auto;
|
|
199
|
+
}
|
|
200
|
+
.overflow-y-auto {
|
|
201
|
+
overflow-y: auto;
|
|
202
|
+
}
|
|
203
|
+
.overflow-x-hidden {
|
|
204
|
+
overflow-x: hidden;
|
|
205
|
+
}
|
|
206
|
+
.overflow-y-hidden {
|
|
207
|
+
overflow-y: hidden;
|
|
208
|
+
}
|
|
209
|
+
.overflow-x-clip {
|
|
210
|
+
overflow-x: clip;
|
|
211
|
+
}
|
|
212
|
+
.overflow-y-clip {
|
|
213
|
+
overflow-y: clip;
|
|
214
|
+
}
|
|
215
|
+
.overflow-x-visible {
|
|
216
|
+
overflow-x: visible;
|
|
217
|
+
}
|
|
218
|
+
.overflow-y-visible {
|
|
219
|
+
overflow-y: visible;
|
|
220
|
+
}
|
|
221
|
+
.overflow-x-scroll {
|
|
222
|
+
overflow-x: scroll;
|
|
223
|
+
}
|
|
224
|
+
.overflow-y-scroll {
|
|
225
|
+
overflow-y: scroll;
|
|
226
|
+
}
|
|
227
|
+
`
|
|
228
|
+
}}
|
|
229
|
+
</pre>
|
|
230
|
+
</div>
|
|
231
|
+
|
|
232
|
+
<div>
|
|
233
|
+
<typo-text variant="title-bold">POSITION</typo-text>
|
|
234
|
+
<hr class="my-3" />
|
|
235
|
+
<pre class="wrap-content">
|
|
236
|
+
{{
|
|
237
|
+
`
|
|
238
|
+
.static {
|
|
239
|
+
position: static;
|
|
240
|
+
}
|
|
241
|
+
.relative {
|
|
242
|
+
position: relative
|
|
243
|
+
}
|
|
244
|
+
.absolute {
|
|
245
|
+
position: absolute
|
|
246
|
+
}
|
|
247
|
+
.fixed {
|
|
248
|
+
position: fixed
|
|
249
|
+
}
|
|
250
|
+
.sticky {
|
|
251
|
+
position: sticky;
|
|
252
|
+
}
|
|
253
|
+
`
|
|
254
|
+
}}
|
|
255
|
+
</pre>
|
|
256
|
+
</div>
|
|
257
|
+
|
|
258
|
+
<div>
|
|
259
|
+
<typo-text variant="title-bold">// TOP / RIGHT / BOTTOM / LEFT</typo-text>
|
|
260
|
+
<hr class="my-3" />
|
|
261
|
+
<pre class="wrap-content">
|
|
262
|
+
{{
|
|
263
|
+
`
|
|
264
|
+
.inset-0 {
|
|
265
|
+
top: 0;
|
|
266
|
+
right: 0;
|
|
267
|
+
bottom: 0;
|
|
268
|
+
left: 0;
|
|
269
|
+
}
|
|
270
|
+
.inset-x-0 {
|
|
271
|
+
left: 0px;
|
|
272
|
+
right: 0px;
|
|
273
|
+
}
|
|
274
|
+
.inset-y-0 {
|
|
275
|
+
top: 0px;
|
|
276
|
+
bottom: 0px;
|
|
277
|
+
}
|
|
278
|
+
$sizes: 50;
|
|
279
|
+
@for $i from 0 through $sizes {
|
|
280
|
+
.top-#{$i} {
|
|
281
|
+
top: #{$i}px;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
@for $i from 0 through $sizes {
|
|
285
|
+
.left-#{$i} {
|
|
286
|
+
left: #{$i}px;
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
@for $i from 0 through $sizes {
|
|
290
|
+
.right-#{$i} {
|
|
291
|
+
right: #{$i}px;
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
@for $i from 0 through $sizes {
|
|
295
|
+
.bottom-#{$i} {
|
|
296
|
+
bottom: #{$i}px;
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
`
|
|
300
|
+
}}
|
|
301
|
+
</pre>
|
|
302
|
+
</div>
|
|
303
|
+
|
|
304
|
+
<div>
|
|
305
|
+
<typo-text variant="title-bold">VISIBILITY</typo-text>
|
|
306
|
+
<hr class="my-3" />
|
|
307
|
+
<pre class="wrap-content">
|
|
308
|
+
{{
|
|
309
|
+
`
|
|
310
|
+
.visible {
|
|
311
|
+
visibility: visible;
|
|
312
|
+
}
|
|
313
|
+
.invisible {
|
|
314
|
+
visibility: hidden;
|
|
315
|
+
}
|
|
316
|
+
`
|
|
317
|
+
}}
|
|
318
|
+
</pre>
|
|
319
|
+
</div>
|
|
320
|
+
|
|
321
|
+
<div>
|
|
322
|
+
<typo-text variant="title-bold">// Z-INDEX</typo-text>
|
|
323
|
+
<hr class="my-3" />
|
|
324
|
+
<pre class="wrap-content">
|
|
325
|
+
{{
|
|
326
|
+
`
|
|
327
|
+
$indexs: 10;
|
|
328
|
+
@for $i from 0 through $indexs {
|
|
329
|
+
.z-#{$i} {
|
|
330
|
+
z-index: #{$i};
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
.z-auto {
|
|
334
|
+
z-index: auto;
|
|
335
|
+
}
|
|
336
|
+
`
|
|
337
|
+
}}
|
|
338
|
+
</pre>
|
|
339
|
+
</div>
|
|
340
|
+
|
|
341
|
+
<div>
|
|
342
|
+
<typo-text variant="title-bold">FLEX BASIS</typo-text>
|
|
343
|
+
<hr class="my-3" />
|
|
344
|
+
<pre class="wrap-content">
|
|
345
|
+
{{
|
|
346
|
+
`
|
|
347
|
+
$basis: 10;
|
|
348
|
+
@for $i from 0 through $basis {
|
|
349
|
+
.basis-#{$i} {
|
|
350
|
+
flex-basis: #{$i * 0.25}rem;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
`
|
|
355
|
+
}}
|
|
356
|
+
</pre>
|
|
357
|
+
</div>
|
|
358
|
+
|
|
359
|
+
<div>
|
|
360
|
+
<typo-text variant="title-bold">FLEX DIRECTION</typo-text>
|
|
361
|
+
<hr class="my-3" />
|
|
362
|
+
<pre class="wrap-content">
|
|
363
|
+
{{
|
|
364
|
+
`
|
|
365
|
+
.flex-row {
|
|
366
|
+
flex-direction: row;
|
|
367
|
+
}
|
|
368
|
+
.flex-row-reverse {
|
|
369
|
+
flex-direction: row-reverse;
|
|
370
|
+
}
|
|
371
|
+
.flex-col {
|
|
372
|
+
flex-direction: column;
|
|
373
|
+
}
|
|
374
|
+
.flex-col-reverse {
|
|
375
|
+
flex-direction: column-reverse;
|
|
376
|
+
}
|
|
377
|
+
`
|
|
378
|
+
}}
|
|
379
|
+
</pre>
|
|
380
|
+
</div>
|
|
381
|
+
|
|
382
|
+
<div>
|
|
383
|
+
<typo-text variant="title-bold">FLEX WRAP</typo-text>
|
|
384
|
+
<hr class="my-3" />
|
|
385
|
+
<pre class="wrap-content">
|
|
386
|
+
{{
|
|
387
|
+
`
|
|
388
|
+
.flex-wrap {
|
|
389
|
+
flex-wrap: wrap;
|
|
390
|
+
}
|
|
391
|
+
.flex-wrap-reverse {
|
|
392
|
+
flex-wrap: wrap-reverse;
|
|
393
|
+
}
|
|
394
|
+
.flex-nowrap {
|
|
395
|
+
flex-wrap: nowrap;
|
|
396
|
+
}
|
|
397
|
+
`
|
|
398
|
+
}}
|
|
399
|
+
</pre>
|
|
400
|
+
</div>
|
|
401
|
+
|
|
402
|
+
<div>
|
|
403
|
+
<typo-text variant="title-bold">FLEX</typo-text>
|
|
404
|
+
<hr class="my-3" />
|
|
405
|
+
<pre class="wrap-content">
|
|
406
|
+
{{
|
|
407
|
+
`
|
|
408
|
+
.flex-1 {
|
|
409
|
+
flex: 1 1 0%;
|
|
410
|
+
}
|
|
411
|
+
.flex-auto {
|
|
412
|
+
flex: 1 1 auto;
|
|
413
|
+
}
|
|
414
|
+
.flex-initial {
|
|
415
|
+
flex: 0 1 auto;
|
|
416
|
+
}
|
|
417
|
+
.flex-none {
|
|
418
|
+
flex: none;
|
|
419
|
+
}
|
|
420
|
+
`
|
|
421
|
+
}}
|
|
422
|
+
</pre>
|
|
423
|
+
</div>
|
|
424
|
+
|
|
425
|
+
<div>
|
|
426
|
+
<typo-text variant="title-bold">FLEX GROW </typo-text>
|
|
427
|
+
<hr class="my-3" />
|
|
428
|
+
<pre class="wrap-content">
|
|
429
|
+
{{
|
|
430
|
+
`
|
|
431
|
+
.grow {
|
|
432
|
+
flex-grow: 1;
|
|
433
|
+
}
|
|
434
|
+
.grow-0 {
|
|
435
|
+
flex-grow: 0;
|
|
436
|
+
}
|
|
437
|
+
`
|
|
438
|
+
}}
|
|
439
|
+
</pre>
|
|
440
|
+
</div>
|
|
441
|
+
|
|
442
|
+
<div>
|
|
443
|
+
<typo-text variant="title-bold">FLEX SHRINK</typo-text>
|
|
444
|
+
<hr class="my-3" />
|
|
445
|
+
<pre class="wrap-content">
|
|
446
|
+
{{
|
|
447
|
+
`
|
|
448
|
+
.shrink {
|
|
449
|
+
flex-shrink: 1;
|
|
450
|
+
}
|
|
451
|
+
.shrink-0 {
|
|
452
|
+
flex-shrink: 0;
|
|
453
|
+
}
|
|
454
|
+
`
|
|
455
|
+
}}
|
|
456
|
+
</pre>
|
|
457
|
+
</div>
|
|
458
|
+
|
|
459
|
+
<div>
|
|
460
|
+
<typo-text variant="title-bold">ORDER</typo-text>
|
|
461
|
+
<hr class="my-3" />
|
|
462
|
+
<pre class="wrap-content">
|
|
463
|
+
{{
|
|
464
|
+
`
|
|
465
|
+
$order: 10;
|
|
466
|
+
@for $i from 0 through $order {
|
|
467
|
+
.order-#{$i} {
|
|
468
|
+
order: #{$i};
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
.order-first {
|
|
472
|
+
order: -9999;
|
|
473
|
+
}
|
|
474
|
+
.order-last {
|
|
475
|
+
order: 9999;
|
|
476
|
+
}
|
|
477
|
+
.order-none {
|
|
478
|
+
order: 0;
|
|
479
|
+
}
|
|
480
|
+
`
|
|
481
|
+
}}
|
|
482
|
+
</pre>
|
|
483
|
+
</div>
|
|
484
|
+
|
|
485
|
+
<div>
|
|
486
|
+
<typo-text variant="title-bold">JUSTIFY CONNTENT</typo-text>
|
|
487
|
+
<hr class="my-3" />
|
|
488
|
+
<pre class="wrap-content">
|
|
489
|
+
{{
|
|
490
|
+
`
|
|
491
|
+
.justify-start {
|
|
492
|
+
justify-content: flex-start;
|
|
493
|
+
}
|
|
494
|
+
.justify-end {
|
|
495
|
+
justify-content: flex-end;
|
|
496
|
+
}
|
|
497
|
+
.justify-center {
|
|
498
|
+
justify-content: center;
|
|
499
|
+
}
|
|
500
|
+
.justify-between {
|
|
501
|
+
justify-content: space-between;
|
|
502
|
+
}
|
|
503
|
+
.justify-around {
|
|
504
|
+
justify-content: space-around;
|
|
505
|
+
}
|
|
506
|
+
.justify-evenly {
|
|
507
|
+
justify-content: space-evenly;
|
|
508
|
+
}
|
|
509
|
+
`
|
|
510
|
+
}}
|
|
511
|
+
</pre>
|
|
512
|
+
</div>
|
|
513
|
+
|
|
514
|
+
<div>
|
|
515
|
+
<typo-text variant="title-bold">JUSTIFY ITEMS</typo-text>
|
|
516
|
+
<hr class="my-3" />
|
|
517
|
+
<pre class="wrap-content">
|
|
518
|
+
{{
|
|
519
|
+
`
|
|
520
|
+
.justify-items-start {
|
|
521
|
+
justify-items: start;
|
|
522
|
+
}
|
|
523
|
+
.justify-items-end {
|
|
524
|
+
justify-items: end;
|
|
525
|
+
}
|
|
526
|
+
.justify-items-center {
|
|
527
|
+
justify-items: center;
|
|
528
|
+
}
|
|
529
|
+
.justify-items-stretch {
|
|
530
|
+
justify-items: stretch;
|
|
531
|
+
}
|
|
532
|
+
`
|
|
533
|
+
}}
|
|
534
|
+
</pre>
|
|
535
|
+
</div>
|
|
536
|
+
|
|
537
|
+
<div>
|
|
538
|
+
<typo-text variant="title-bold">JUSTIFY SELF</typo-text>
|
|
539
|
+
<hr class="my-3" />
|
|
540
|
+
<pre class="wrap-content">
|
|
541
|
+
{{
|
|
542
|
+
`
|
|
543
|
+
.justify-self-auto {
|
|
544
|
+
justify-self: auto;
|
|
545
|
+
}
|
|
546
|
+
.justify-self-start {
|
|
547
|
+
justify-self: start;
|
|
548
|
+
}
|
|
549
|
+
.justify-self-end {
|
|
550
|
+
justify-self: end;
|
|
551
|
+
}
|
|
552
|
+
.justify-self-center {
|
|
553
|
+
justify-self: center;
|
|
554
|
+
}
|
|
555
|
+
.justify-self-stretch {
|
|
556
|
+
justify-self: stretch;
|
|
557
|
+
}
|
|
558
|
+
`
|
|
559
|
+
}}
|
|
560
|
+
</pre>
|
|
561
|
+
</div>
|
|
562
|
+
|
|
563
|
+
<div>
|
|
564
|
+
<typo-text variant="title-bold">ALIGN CONTENT</typo-text>
|
|
565
|
+
<hr class="my-3" />
|
|
566
|
+
<pre class="wrap-content">
|
|
567
|
+
{{
|
|
568
|
+
`
|
|
569
|
+
.content-center {
|
|
570
|
+
align-content: center;
|
|
571
|
+
}
|
|
572
|
+
.content-start {
|
|
573
|
+
align-content: start;
|
|
574
|
+
}
|
|
575
|
+
.content-end {
|
|
576
|
+
align-content: end;
|
|
577
|
+
}
|
|
578
|
+
.content-between {
|
|
579
|
+
align-content: space-between;
|
|
580
|
+
}
|
|
581
|
+
.content-around {
|
|
582
|
+
align-content: space-around;
|
|
583
|
+
}
|
|
584
|
+
.content-evenly {
|
|
585
|
+
align-content: space-evenly;
|
|
586
|
+
}
|
|
587
|
+
`
|
|
588
|
+
}}
|
|
589
|
+
</pre>
|
|
590
|
+
</div>
|
|
591
|
+
|
|
592
|
+
<div>
|
|
593
|
+
<typo-text variant="title-bold">ALIGN ITEMS</typo-text>
|
|
594
|
+
<hr class="my-3" />
|
|
595
|
+
<pre class="wrap-content">
|
|
596
|
+
{{
|
|
597
|
+
`
|
|
598
|
+
.items-start {
|
|
599
|
+
align-items: flex-start;
|
|
600
|
+
}
|
|
601
|
+
.items-end {
|
|
602
|
+
align-items: flex-end;
|
|
603
|
+
}
|
|
604
|
+
.items-center {
|
|
605
|
+
align-items: center;
|
|
606
|
+
}
|
|
607
|
+
.items-baseline {
|
|
608
|
+
align-items: baseline;
|
|
609
|
+
}
|
|
610
|
+
.items-stretch {
|
|
611
|
+
align-items: stretch;
|
|
612
|
+
}
|
|
613
|
+
`
|
|
614
|
+
}}
|
|
615
|
+
</pre>
|
|
616
|
+
</div>
|
|
617
|
+
|
|
618
|
+
<div>
|
|
619
|
+
<typo-text variant="title-bold">ALIGN SELF</typo-text>
|
|
620
|
+
<hr class="my-3" />
|
|
621
|
+
<pre class="wrap-content">
|
|
622
|
+
{{
|
|
623
|
+
`
|
|
624
|
+
.self-auto {
|
|
625
|
+
align-self: auto;
|
|
626
|
+
}
|
|
627
|
+
.self-start {
|
|
628
|
+
align-self: flex-start;
|
|
629
|
+
}
|
|
630
|
+
.self-end {
|
|
631
|
+
align-self: flex-end;
|
|
632
|
+
}
|
|
633
|
+
.self-center {
|
|
634
|
+
align-self: center;
|
|
635
|
+
}
|
|
636
|
+
.self-stretch {
|
|
637
|
+
align-self: stretch;
|
|
638
|
+
}
|
|
639
|
+
.self-baseline {
|
|
640
|
+
align-self: baseline;
|
|
641
|
+
}
|
|
642
|
+
`
|
|
643
|
+
}}
|
|
644
|
+
</pre>
|
|
645
|
+
</div>
|
|
646
|
+
|
|
647
|
+
<div>
|
|
648
|
+
<typo-text variant="title-bold">PLACE CONTENT</typo-text>
|
|
649
|
+
<hr class="my-3" />
|
|
650
|
+
<pre class="wrap-content">
|
|
651
|
+
{{
|
|
652
|
+
`
|
|
653
|
+
.content-center {
|
|
654
|
+
align-content: center;
|
|
655
|
+
}
|
|
656
|
+
.content-start {
|
|
657
|
+
align-content: flex-start;
|
|
658
|
+
}
|
|
659
|
+
.content-end {
|
|
660
|
+
align-content: flex-end;
|
|
661
|
+
}
|
|
662
|
+
.content-between {
|
|
663
|
+
align-content: space-between;
|
|
664
|
+
}
|
|
665
|
+
.content-around {
|
|
666
|
+
align-content: space-around;
|
|
667
|
+
}
|
|
668
|
+
.content-evenly {
|
|
669
|
+
align-content: space-evenly;
|
|
670
|
+
}
|
|
671
|
+
`
|
|
672
|
+
}}
|
|
673
|
+
</pre>
|
|
674
|
+
</div>
|
|
675
|
+
|
|
676
|
+
<div>
|
|
677
|
+
<typo-text variant="title-bold">PADDING & MARGIN</typo-text>
|
|
678
|
+
<hr class="my-3" />
|
|
679
|
+
<pre class="wrap-content">
|
|
680
|
+
{{
|
|
681
|
+
`
|
|
682
|
+
$maxSize: 50;
|
|
683
|
+
@for $i from 0 through $maxSize {
|
|
684
|
+
.p-#{$i} {
|
|
685
|
+
padding: #{$i * 4}px;
|
|
686
|
+
}
|
|
687
|
+
.px-#{$i} {
|
|
688
|
+
padding-left: #{$i * 4}px;
|
|
689
|
+
padding-right: #{$i * 4}px;
|
|
690
|
+
}
|
|
691
|
+
.py-#{$i} {
|
|
692
|
+
padding-top: #{$i * 4}px;
|
|
693
|
+
padding-bottom: #{$i * 4}px;
|
|
694
|
+
}
|
|
695
|
+
.pt-#{$i} {
|
|
696
|
+
padding-top: #{$i * 4}px;
|
|
697
|
+
}
|
|
698
|
+
.pr-#{$i} {
|
|
699
|
+
padding-right: #{$i * 4}px;
|
|
700
|
+
}
|
|
701
|
+
.pl-#{$i} {
|
|
702
|
+
padding-left: #{$i * 4}px;
|
|
703
|
+
}
|
|
704
|
+
.pb-#{$i} {
|
|
705
|
+
padding-bottom: #{$i * 4}px;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
.m-#{$i} {
|
|
709
|
+
margin: #{$i * 4}px;
|
|
710
|
+
}
|
|
711
|
+
.mx-#{$i} {
|
|
712
|
+
margin-left: #{$i * 4}px;
|
|
713
|
+
margin-right: #{$i * 4}px;
|
|
714
|
+
}
|
|
715
|
+
.my-#{$i} {
|
|
716
|
+
margin-top: #{$i * 4}px;
|
|
717
|
+
margin-bottom: #{$i * 4}px;
|
|
718
|
+
}
|
|
719
|
+
.mt-#{$i} {
|
|
720
|
+
margin-top: #{$i * 4}px;
|
|
721
|
+
}
|
|
722
|
+
.mr-#{$i} {
|
|
723
|
+
margin-right: #{$i * 4}px;
|
|
724
|
+
}
|
|
725
|
+
.ml-#{$i} {
|
|
726
|
+
margin-left: #{$i * 4}px;
|
|
727
|
+
}
|
|
728
|
+
.mb-#{$i} {
|
|
729
|
+
margin-bottom: #{$i * 4}px;
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
`
|
|
733
|
+
}}
|
|
734
|
+
</pre>
|
|
735
|
+
</div>
|
|
736
|
+
|
|
737
|
+
<div>
|
|
738
|
+
<typo-text variant="title-bold">WIDTH & HEIGHT</typo-text>
|
|
739
|
+
<hr class="my-3" />
|
|
740
|
+
<pre class="wrap-content">
|
|
741
|
+
{{
|
|
742
|
+
`
|
|
743
|
+
$maxSize: 50;
|
|
744
|
+
@for $i from 0 through $maxSize {
|
|
745
|
+
.w-#{$i} {
|
|
746
|
+
width: #{$i * 4}px; // multiple 0.25 rem or 4px
|
|
747
|
+
}
|
|
748
|
+
.h-#{$i} {
|
|
749
|
+
height: #{$i * 4}px; // multiple 0.25 rem or 4px
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
.w-250 {
|
|
753
|
+
width: 250px;
|
|
754
|
+
}
|
|
755
|
+
.w-300 {
|
|
756
|
+
width: 300px;
|
|
757
|
+
}
|
|
758
|
+
.w-350 {
|
|
759
|
+
width: 350px;
|
|
760
|
+
}
|
|
761
|
+
.w-400 {
|
|
762
|
+
width: 400px;
|
|
763
|
+
}
|
|
764
|
+
.w-500 {
|
|
765
|
+
width: 500px;
|
|
766
|
+
}
|
|
767
|
+
.w-600 {
|
|
768
|
+
width: 600px;
|
|
769
|
+
}
|
|
770
|
+
.w-700 {
|
|
771
|
+
width: 700px;
|
|
772
|
+
}
|
|
773
|
+
.w-800 {
|
|
774
|
+
width: 800px;
|
|
775
|
+
}
|
|
776
|
+
.w-auto {
|
|
777
|
+
width: auto;
|
|
778
|
+
}
|
|
779
|
+
.w-1\/2 {
|
|
780
|
+
width: 50%;
|
|
781
|
+
}
|
|
782
|
+
.w-1\/3 {
|
|
783
|
+
width: 33.333333%;
|
|
784
|
+
}
|
|
785
|
+
.w-2\/3 {
|
|
786
|
+
width: 66.666667%;
|
|
787
|
+
}
|
|
788
|
+
.w-1\/4 {
|
|
789
|
+
width: 25%;
|
|
790
|
+
}
|
|
791
|
+
.w-2\/4 {
|
|
792
|
+
width: 50%;
|
|
793
|
+
}
|
|
794
|
+
.w-3\/4 {
|
|
795
|
+
width: 75%;
|
|
796
|
+
}
|
|
797
|
+
.w-1\/5 {
|
|
798
|
+
width: 20%;
|
|
799
|
+
}
|
|
800
|
+
.w-2\/5 {
|
|
801
|
+
width: 40%;
|
|
802
|
+
}
|
|
803
|
+
.w-3\/5 {
|
|
804
|
+
width: 60%;
|
|
805
|
+
}
|
|
806
|
+
.w-4\/5 {
|
|
807
|
+
width: 80%;
|
|
808
|
+
}
|
|
809
|
+
.w-1\/6 {
|
|
810
|
+
width: 16.666667%;
|
|
811
|
+
}
|
|
812
|
+
.w-2\/6 {
|
|
813
|
+
width: 33.333333%;
|
|
814
|
+
}
|
|
815
|
+
.w-3\/6 {
|
|
816
|
+
width: 50%;
|
|
817
|
+
}
|
|
818
|
+
.w-4\/6 {
|
|
819
|
+
width: 66.666667%;
|
|
820
|
+
}
|
|
821
|
+
.w-5\/6 {
|
|
822
|
+
width: 83.333333%;
|
|
823
|
+
}
|
|
824
|
+
.w-1\/12 {
|
|
825
|
+
width: 8.333333%;
|
|
826
|
+
}
|
|
827
|
+
.w-2\/12 {
|
|
828
|
+
width: 16.666667%;
|
|
829
|
+
}
|
|
830
|
+
.w-3\/12 {
|
|
831
|
+
width: 25%;
|
|
832
|
+
}
|
|
833
|
+
.w-4\/12 {
|
|
834
|
+
width: 33.333333%;
|
|
835
|
+
}
|
|
836
|
+
.w-5\/12 {
|
|
837
|
+
width: 41.666667%;
|
|
838
|
+
}
|
|
839
|
+
.w-6\/12 {
|
|
840
|
+
width: 50%;
|
|
841
|
+
}
|
|
842
|
+
.w-7\/12 {
|
|
843
|
+
width: 58.333333%;
|
|
844
|
+
}
|
|
845
|
+
.w-8\/12 {
|
|
846
|
+
width: 66.666667%;
|
|
847
|
+
}
|
|
848
|
+
.w-9\/12 {
|
|
849
|
+
width: 75%;
|
|
850
|
+
}
|
|
851
|
+
.w-10\/12 {
|
|
852
|
+
width: 83.333333%;
|
|
853
|
+
}
|
|
854
|
+
.w-11\/12 {
|
|
855
|
+
width: 91.666667%;
|
|
856
|
+
}
|
|
857
|
+
.w-full {
|
|
858
|
+
width: 100%;
|
|
859
|
+
}
|
|
860
|
+
.w-screen {
|
|
861
|
+
width: 100vw;
|
|
862
|
+
}
|
|
863
|
+
.w-min {
|
|
864
|
+
width: min-content;
|
|
865
|
+
}
|
|
866
|
+
.w-max {
|
|
867
|
+
width: max-content;
|
|
868
|
+
}
|
|
869
|
+
.w-fit {
|
|
870
|
+
width: fit-content;
|
|
871
|
+
}
|
|
872
|
+
.h-screen {
|
|
873
|
+
height: 100vh;
|
|
874
|
+
}
|
|
875
|
+
`
|
|
876
|
+
}}
|
|
877
|
+
</pre>
|
|
878
|
+
</div>
|
|
879
|
+
|
|
880
|
+
<div>
|
|
881
|
+
<typo-text variant="title-bold">MIN-WIDTH</typo-text>
|
|
882
|
+
<hr class="my-3" />
|
|
883
|
+
<pre class="wrap-content">
|
|
884
|
+
{{
|
|
885
|
+
`
|
|
886
|
+
$maxSize: 50;
|
|
887
|
+
@for $i from 0 through $maxSize {
|
|
888
|
+
.min-w-#{$i} {
|
|
889
|
+
min-width: #{$i * 4}px;
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
.min-w-0 {
|
|
893
|
+
min-width: 0px;
|
|
894
|
+
}
|
|
895
|
+
.min-w-full {
|
|
896
|
+
min-width: 100%;
|
|
897
|
+
}
|
|
898
|
+
.min-w-min {
|
|
899
|
+
min-width: min-content;
|
|
900
|
+
}
|
|
901
|
+
.min-w-max {
|
|
902
|
+
min-width: max-content;
|
|
903
|
+
}
|
|
904
|
+
.min-w-fit {
|
|
905
|
+
min-width: fit-content;
|
|
906
|
+
}
|
|
907
|
+
`
|
|
908
|
+
}}
|
|
909
|
+
</pre>
|
|
910
|
+
</div>
|
|
911
|
+
|
|
912
|
+
<div>
|
|
913
|
+
<typo-text variant="title-bold">MAX-WIDTH</typo-text>
|
|
914
|
+
<hr class="my-3" />
|
|
915
|
+
<pre class="wrap-content">
|
|
916
|
+
{{
|
|
917
|
+
`
|
|
918
|
+
$maxSize: 50;
|
|
919
|
+
@for $i from 0 through $maxSize {
|
|
920
|
+
.max-w-#{$i} {
|
|
921
|
+
padding: #{$i * 4}px;
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
.max-w-0 {
|
|
925
|
+
max-width: 0px;
|
|
926
|
+
}
|
|
927
|
+
.max-w-full {
|
|
928
|
+
max-width: 100%;
|
|
929
|
+
}
|
|
930
|
+
.max-w-min {
|
|
931
|
+
max-width: min-content;
|
|
932
|
+
}
|
|
933
|
+
.max-w-max {
|
|
934
|
+
max-width: max-content;
|
|
935
|
+
}
|
|
936
|
+
.max-w-fit {
|
|
937
|
+
max-width: fit-content;
|
|
938
|
+
}
|
|
939
|
+
`
|
|
940
|
+
}}
|
|
941
|
+
</pre>
|
|
942
|
+
</div>
|
|
943
|
+
|
|
944
|
+
<div>
|
|
945
|
+
<typo-text variant="title-bold">MIN-WIDTH</typo-text>
|
|
946
|
+
<hr class="my-3" />
|
|
947
|
+
<pre class="wrap-content">
|
|
948
|
+
{{
|
|
949
|
+
`
|
|
950
|
+
$maxSize: 50;
|
|
951
|
+
@for $i from 0 through $maxSize {
|
|
952
|
+
.min-h-#{$i} {
|
|
953
|
+
min-height: #{$i * 4}px;
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
.min-h-0 {
|
|
957
|
+
min-height: 0px;
|
|
958
|
+
}
|
|
959
|
+
.min-h-full {
|
|
960
|
+
min-height: 100%;
|
|
961
|
+
}
|
|
962
|
+
.min-h-min {
|
|
963
|
+
min-height: min-content;
|
|
964
|
+
}
|
|
965
|
+
.min-h-max {
|
|
966
|
+
min-height: max-content;
|
|
967
|
+
}
|
|
968
|
+
.min-h-fit {
|
|
969
|
+
min-height: fit-content;
|
|
970
|
+
}
|
|
971
|
+
`
|
|
972
|
+
}}
|
|
973
|
+
</pre>
|
|
974
|
+
</div>
|
|
975
|
+
|
|
976
|
+
<div>
|
|
977
|
+
<typo-text variant="title-bold">MIN-HEIGHT</typo-text>
|
|
978
|
+
<hr class="my-3" />
|
|
979
|
+
<pre class="wrap-content">
|
|
980
|
+
{{
|
|
981
|
+
`
|
|
982
|
+
$maxSize: 50;
|
|
983
|
+
@for $i from 0 through $maxSize {
|
|
984
|
+
.max-h-#{$i} {
|
|
985
|
+
max-height: #{$i * 4}px;
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
.max-h-0 {
|
|
989
|
+
max-height: 0px;
|
|
990
|
+
}
|
|
991
|
+
.max-h-full {
|
|
992
|
+
max-height: 100%;
|
|
993
|
+
}
|
|
994
|
+
.max-h-min {
|
|
995
|
+
max-height: min-content;
|
|
996
|
+
}
|
|
997
|
+
.max-h-max {
|
|
998
|
+
max-height: max-content;
|
|
999
|
+
}
|
|
1000
|
+
.max-h-fit {
|
|
1001
|
+
max-height: fit-content;
|
|
1002
|
+
}
|
|
1003
|
+
`
|
|
1004
|
+
}}
|
|
1005
|
+
</pre>
|
|
1006
|
+
</div>
|
|
1007
|
+
|
|
1008
|
+
<div>
|
|
1009
|
+
<typo-text variant="title-bold">TYPOGRAPHY</typo-text>
|
|
1010
|
+
<hr class="my-3" />
|
|
1011
|
+
<pre class="wrap-content">
|
|
1012
|
+
{{
|
|
1013
|
+
`
|
|
1014
|
+
$maxSize: 50;
|
|
1015
|
+
@for $i from 0 through $maxSize {
|
|
1016
|
+
.font-#{$i} {
|
|
1017
|
+
font-size: #{$i}px;
|
|
1018
|
+
}
|
|
1019
|
+
}
|
|
1020
|
+
.italic {
|
|
1021
|
+
font-style: italic;
|
|
1022
|
+
}
|
|
1023
|
+
.not-italic {
|
|
1024
|
+
font-style: normal;
|
|
1025
|
+
}
|
|
1026
|
+
.font-thin {
|
|
1027
|
+
font-weight: 100;
|
|
1028
|
+
}
|
|
1029
|
+
.font-light {
|
|
1030
|
+
font-weight: 300;
|
|
1031
|
+
}
|
|
1032
|
+
.font-medium {
|
|
1033
|
+
font-weight: 500;
|
|
1034
|
+
}
|
|
1035
|
+
.font-bold {
|
|
1036
|
+
font-weight: 700;
|
|
1037
|
+
}
|
|
1038
|
+
.tracking-tight {
|
|
1039
|
+
letter-spacing: -0.025em;
|
|
1040
|
+
}
|
|
1041
|
+
.tracking-normal {
|
|
1042
|
+
letter-spacing: 0em;
|
|
1043
|
+
}
|
|
1044
|
+
.tracking-wide {
|
|
1045
|
+
letter-spacing: 0.025em;
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
$lineH: 10;
|
|
1049
|
+
@for $i from 0 through $lineH {
|
|
1050
|
+
.leading-#{$i} {
|
|
1051
|
+
line-height: #{$i * 4}px;
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
.list-none {
|
|
1056
|
+
list-style-type: none;
|
|
1057
|
+
}
|
|
1058
|
+
.list-disc {
|
|
1059
|
+
list-style-type: disc;
|
|
1060
|
+
}
|
|
1061
|
+
.list-decimal {
|
|
1062
|
+
list-style-type: decimal;
|
|
1063
|
+
}
|
|
1064
|
+
.text-left {
|
|
1065
|
+
text-align: left;
|
|
1066
|
+
}
|
|
1067
|
+
.text-center {
|
|
1068
|
+
text-align: center;
|
|
1069
|
+
}
|
|
1070
|
+
.text-right {
|
|
1071
|
+
text-align: right;
|
|
1072
|
+
}
|
|
1073
|
+
.text-justify {
|
|
1074
|
+
text-align: justify;
|
|
1075
|
+
}
|
|
1076
|
+
.text-start {
|
|
1077
|
+
text-align: start;
|
|
1078
|
+
}
|
|
1079
|
+
.text-end {
|
|
1080
|
+
text-align: end;
|
|
1081
|
+
}
|
|
1082
|
+
.underline {
|
|
1083
|
+
text-decoration-line: underline;
|
|
1084
|
+
}
|
|
1085
|
+
.overline {
|
|
1086
|
+
text-decoration-line: overline;
|
|
1087
|
+
}
|
|
1088
|
+
.line-through {
|
|
1089
|
+
text-decoration-line: line-through;
|
|
1090
|
+
}
|
|
1091
|
+
.no-underline {
|
|
1092
|
+
text-decoration-line: none;
|
|
1093
|
+
}
|
|
1094
|
+
.uppercase {
|
|
1095
|
+
text-transform: uppercase;
|
|
1096
|
+
}
|
|
1097
|
+
.lowercase {
|
|
1098
|
+
text-transform: lowercase;
|
|
1099
|
+
}
|
|
1100
|
+
.capitalize {
|
|
1101
|
+
text-transform: capitalize;
|
|
1102
|
+
}
|
|
1103
|
+
.normal-case {
|
|
1104
|
+
text-transform: none;
|
|
1105
|
+
}
|
|
1106
|
+
.truncate {
|
|
1107
|
+
overflow: hidden;
|
|
1108
|
+
text-overflow: ellipsis;
|
|
1109
|
+
white-space: nowrap;
|
|
1110
|
+
}
|
|
1111
|
+
.text-ellipsis {
|
|
1112
|
+
text-overflow: ellipsis;
|
|
1113
|
+
}
|
|
1114
|
+
.text-clip {
|
|
1115
|
+
text-overflow: clip;
|
|
1116
|
+
}
|
|
1117
|
+
.break-normal {
|
|
1118
|
+
overflow-wrap: normal;
|
|
1119
|
+
word-break: normal;
|
|
1120
|
+
}
|
|
1121
|
+
.break-words {
|
|
1122
|
+
overflow-wrap: break-word;
|
|
1123
|
+
}
|
|
1124
|
+
.break-all {
|
|
1125
|
+
word-break: break-all;
|
|
1126
|
+
}
|
|
1127
|
+
.list-none {
|
|
1128
|
+
list-style-type: none;
|
|
1129
|
+
}
|
|
1130
|
+
.list-disc {
|
|
1131
|
+
list-style-type: disc;
|
|
1132
|
+
}
|
|
1133
|
+
.list-decimal {
|
|
1134
|
+
list-style-type: decimal;
|
|
1135
|
+
}
|
|
1136
|
+
`
|
|
1137
|
+
}}
|
|
1138
|
+
</pre>
|
|
1139
|
+
</div>
|
|
1140
|
+
|
|
1141
|
+
<div>
|
|
1142
|
+
<typo-text variant="title-bold">CURSOR</typo-text>
|
|
1143
|
+
<hr class="my-3" />
|
|
1144
|
+
<pre class="wrap-content">
|
|
1145
|
+
{{
|
|
1146
|
+
`
|
|
1147
|
+
.cursor-auto {
|
|
1148
|
+
cursor: auto;
|
|
1149
|
+
}
|
|
1150
|
+
.cursor-default {
|
|
1151
|
+
cursor: default;
|
|
1152
|
+
}
|
|
1153
|
+
.cursor-pointer {
|
|
1154
|
+
cursor: pointer;
|
|
1155
|
+
}
|
|
1156
|
+
.cursor-wait {
|
|
1157
|
+
cursor: wait;
|
|
1158
|
+
}
|
|
1159
|
+
.cursor-text {
|
|
1160
|
+
cursor: text;
|
|
1161
|
+
}
|
|
1162
|
+
.cursor-move {
|
|
1163
|
+
cursor: move;
|
|
1164
|
+
}
|
|
1165
|
+
.cursor-help {
|
|
1166
|
+
cursor: help;
|
|
1167
|
+
}
|
|
1168
|
+
.cursor-not-allowed {
|
|
1169
|
+
cursor: not-allowed;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
// TOOLTIP
|
|
1173
|
+
.library-tooltip {
|
|
1174
|
+
position: relative;
|
|
1175
|
+
}
|
|
1176
|
+
.library-tooltip:before,
|
|
1177
|
+
.library-tooltip:after {
|
|
1178
|
+
display: block;
|
|
1179
|
+
opacity: 0;
|
|
1180
|
+
pointer-events: none;
|
|
1181
|
+
position: absolute;
|
|
1182
|
+
transform: translate3d(0,-10px,0);
|
|
1183
|
+
transition: all .15s ease-in-out;
|
|
1184
|
+
}
|
|
1185
|
+
.library-tooltip:after {
|
|
1186
|
+
border-right: 6px solid transparent;
|
|
1187
|
+
border-bottom: 6px solid rgba(0,0,0,.75);
|
|
1188
|
+
border-left: 6px solid transparent;
|
|
1189
|
+
content: "";
|
|
1190
|
+
height: 0;
|
|
1191
|
+
top: 20px;
|
|
1192
|
+
left: 20px;
|
|
1193
|
+
width: 0;
|
|
1194
|
+
}
|
|
1195
|
+
.library-tooltip:before {
|
|
1196
|
+
background: rgba(0,0,0,.75);
|
|
1197
|
+
border-radius: 2px;
|
|
1198
|
+
color: #fff;
|
|
1199
|
+
content: attr(data-title);
|
|
1200
|
+
font-size: 14px;
|
|
1201
|
+
padding: 6px 10px;
|
|
1202
|
+
top: 26px;
|
|
1203
|
+
max-width: 300px;
|
|
1204
|
+
width: max-content;
|
|
1205
|
+
font-weight: 300;
|
|
1206
|
+
}
|
|
1207
|
+
.library-tooltip:hover::after,
|
|
1208
|
+
.library-tooltip:hover:before {
|
|
1209
|
+
opacity: 1;
|
|
1210
|
+
transform: translate3d(0,0,0);
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
// BOS-SHADOW
|
|
1214
|
+
.box-shadow {
|
|
1215
|
+
box-shadow: 0px 0px 5px -2px rgba(0,0,0,1);
|
|
1216
|
+
-webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,1);
|
|
1217
|
+
-moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,1);
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
// BADGE
|
|
1221
|
+
.tstatus {
|
|
1222
|
+
padding: 2px 4px;
|
|
1223
|
+
border-radius: 4px;
|
|
1224
|
+
width: fit-content;
|
|
1225
|
+
|
|
1226
|
+
&-grey {
|
|
1227
|
+
background: $neutral-2;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
&-yellow {
|
|
1231
|
+
background: $warning-2;
|
|
1232
|
+
color: $warning-6;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
&-blue {
|
|
1236
|
+
background: $clear-blue-2;
|
|
1237
|
+
color: $clear-blue-6;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
&-red {
|
|
1241
|
+
background: $critical-2;
|
|
1242
|
+
color: $critical-6;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
&-green {
|
|
1246
|
+
background: $success-2;
|
|
1247
|
+
color: $success-6;
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
`
|
|
1251
|
+
}}
|
|
1252
|
+
</pre>
|
|
1253
|
+
</div>
|
|
1254
|
+
</div>
|
|
1255
|
+
</template>
|
|
1256
|
+
|
|
1257
|
+
<script>
|
|
1258
|
+
import TypoText from "@/components/Typography/TypoText.vue";
|
|
1259
|
+
|
|
1260
|
+
export default {
|
|
1261
|
+
components: {
|
|
1262
|
+
TypoText,
|
|
1263
|
+
},
|
|
1264
|
+
}
|
|
1265
|
+
</script>
|
|
1266
|
+
|
|
1267
|
+
<style lang="scss" scoped>
|
|
1268
|
+
@use "@/assets/style/_color.scss" as *;
|
|
1269
|
+
|
|
1270
|
+
.page-css {
|
|
1271
|
+
.wrap-content {
|
|
1272
|
+
background: $neutral-1;
|
|
1273
|
+
padding: 25px;
|
|
1274
|
+
}
|
|
1275
|
+
}
|
|
1276
|
+
</style>
|