@weing-dev/ui-kit-primitive 0.0.3 → 0.0.5
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/dist/components/Calendar/Calendar.d.ts +1 -1
- package/dist/components/Chips/Chips.d.ts +1 -1
- package/dist/components/Editor/Editor.context.d.ts +21 -3
- package/dist/components/Editor/Editor.d.ts +8 -6
- package/dist/components/Editor/constants/editor.constants.d.ts +24 -0
- package/dist/components/Editor/modules/ImageResize.d.ts +19 -0
- package/dist/components/Editor/modules/MediaResize.d.ts +19 -0
- package/dist/components/Editor/modules/index.d.ts +7 -0
- package/dist/components/Form/Switch/Switch.context.d.ts +2 -0
- package/dist/components/Icons/AddOutlined.d.ts +3 -0
- package/dist/components/Icons/ArrowDown.d.ts +3 -0
- package/dist/components/Icons/ArrowDropDown.d.ts +3 -0
- package/dist/components/Icons/ArrowUp.d.ts +3 -0
- package/dist/components/Icons/ArticleOutlined.d.ts +3 -0
- package/dist/components/Icons/CalendarMonth.d.ts +3 -0
- package/dist/components/Icons/CalendarToday.d.ts +3 -0
- package/dist/components/Icons/Category.d.ts +3 -0
- package/dist/components/Icons/CategoryOutlined.d.ts +3 -0
- package/dist/components/Icons/Celebration.d.ts +3 -0
- package/dist/components/Icons/CheckBadge.d.ts +3 -0
- package/dist/components/Icons/CheckList.d.ts +3 -0
- package/dist/components/Icons/ChevronLeft.d.ts +3 -0
- package/dist/components/Icons/ChromeReaderMode.d.ts +3 -0
- package/dist/components/Icons/CreditCard.d.ts +3 -0
- package/dist/components/Icons/CropOriginal.d.ts +3 -0
- package/dist/components/Icons/DensityMediumRound.d.ts +3 -0
- package/dist/components/Icons/DoubleArrowDown.d.ts +3 -0
- package/dist/components/Icons/DoubleArrowUp.d.ts +3 -0
- package/dist/components/Icons/EditNoteOutlined.d.ts +3 -0
- package/dist/components/Icons/FeedbackOutlined.d.ts +3 -0
- package/dist/components/Icons/FileDownloadDoneFilled.d.ts +3 -0
- package/dist/components/Icons/FileDownloadOutlined.d.ts +3 -0
- package/dist/components/Icons/HandshakeRound.d.ts +3 -0
- package/dist/components/Icons/Home.d.ts +3 -0
- package/dist/components/Icons/ImportExport.d.ts +3 -0
- package/dist/components/Icons/InfoFilled.d.ts +3 -0
- package/dist/components/Icons/LocalActivityOutlined.d.ts +3 -0
- package/dist/components/Icons/LocalHospital.d.ts +3 -0
- package/dist/components/Icons/MinusOutlined.d.ts +3 -0
- package/dist/components/Icons/Notification.d.ts +3 -0
- package/dist/components/Icons/Payment.d.ts +3 -0
- package/dist/components/Icons/PersonAddAlt.d.ts +3 -0
- package/dist/components/Icons/PersonFilled.d.ts +3 -0
- package/dist/components/Icons/PersonOutline.d.ts +3 -0
- package/dist/components/Icons/ScheduleRound.d.ts +3 -0
- package/dist/components/Icons/Search2.d.ts +3 -0
- package/dist/components/Icons/SettingFilled.d.ts +3 -0
- package/dist/components/Icons/TrashOutlined.d.ts +3 -0
- package/dist/components/Icons/index.d.ts +39 -0
- package/dist/components/LNB/LNB.colors.d.ts +91 -0
- package/dist/index-BL3MWQXq.js +255 -0
- package/dist/index.css +2 -2
- package/dist/index.js +6452 -5404
- package/dist/index.umd.cjs +22 -22
- package/dist/static/icon/ArrowDown.svg +5 -0
- package/dist/static/icon/ArrowUp.svg +5 -0
- package/dist/static/icon/CalendarMonth.svg +5 -0
- package/dist/static/icon/CalendarToday.svg +5 -0
- package/dist/static/icon/Category.svg +9 -0
- package/dist/static/icon/Celebration.svg +11 -0
- package/dist/static/icon/CheckList.svg +5 -0
- package/dist/static/icon/ChromeReaderMode.svg +5 -0
- package/dist/static/icon/CreditCard.svg +5 -0
- package/dist/static/icon/CropOriginal.svg +5 -0
- package/dist/static/icon/Home.svg +5 -0
- package/dist/static/icon/Notification.svg +3 -0
- package/dist/static/icon/Payment.svg +5 -0
- package/dist/static/icon/PersonAddAlt.svg +5 -0
- package/dist/static/icon/PersonOutline.svg +5 -0
- package/dist/static/icon/addOutlined.svg +3 -0
- package/dist/static/icon/arrow_drop_down.svg +5 -0
- package/dist/static/icon/articleOutlined.svg +4 -0
- package/dist/static/icon/categoryOutlined.svg +3 -0
- package/dist/static/icon/checkBadge.svg +3 -0
- package/dist/static/icon/chevron_left.svg +3 -0
- package/dist/static/icon/density_medium_Round.svg +5 -0
- package/dist/static/icon/doubleArrowDown.svg +4 -0
- package/dist/static/icon/doubleArrowUp.svg +4 -0
- package/dist/static/icon/edit_note_outlined.svg +3 -0
- package/dist/static/icon/feedback_Outlined.svg +3 -0
- package/dist/static/icon/file_download_Outlined.svg +3 -0
- package/dist/static/icon/file_download_done_Filled.svg +3 -0
- package/dist/static/icon/handshake_Round.svg +3 -0
- package/dist/static/icon/import_export.svg +5 -0
- package/dist/static/icon/infoFilled.svg +3 -0
- package/dist/static/icon/localActivityOutlined.svg +3 -0
- package/dist/static/icon/localHospital.svg +3 -0
- package/dist/static/icon/minusOutlined.svg +3 -0
- package/dist/static/icon/personFilled.svg +3 -0
- package/dist/static/icon/schedule_Round.svg +3 -0
- package/dist/static/icon/search2.svg +3 -0
- package/dist/static/icon/settingFilled.svg +3 -0
- package/dist/static/icon/trashOutlined.svg +3 -0
- package/dist/styles/color.d.ts +100 -4
- package/package.json +1 -1
- package/dist/hooks/useColorScheme.d.ts +0 -4
- package/dist/styles/color2.d.ts +0 -102
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="keyboard_arrow_down">
|
|
3
|
+
<path id="Vector" d="M6.77083 7.5001L10.0042 10.7334L13.2375 7.5001C13.5625 7.1751 14.0875 7.1751 14.4125 7.5001C14.7375 7.8251 14.7375 8.3501 14.4125 8.6751L10.5875 12.5001C10.2625 12.8251 9.7375 12.8251 9.4125 12.5001L5.5875 8.6751C5.2625 8.3501 5.2625 7.8251 5.5875 7.5001C5.9125 7.18343 6.44583 7.1751 6.77083 7.5001Z" fill="#637381"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="keyboard_arrow_up">
|
|
3
|
+
<path id="Vector" d="M6.77083 12.5001L10.0042 9.26676L13.2375 12.5001C13.5625 12.8251 14.0875 12.8251 14.4125 12.5001C14.7375 12.1751 14.7375 11.6501 14.4125 11.3251L10.5875 7.5001C10.2625 7.1751 9.7375 7.1751 9.4125 7.5001L5.5875 11.3251C5.2625 11.6501 5.2625 12.1751 5.5875 12.5001C5.9125 12.8168 6.44583 12.8251 6.77083 12.5001Z" fill="#637381"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="calendar_month">
|
|
3
|
+
<path id="Vector" d="M15.8333 3.33268H15V1.66602H13.3333V3.33268H6.66667V1.66602H5V3.33268H4.16667C3.24167 3.33268 2.50833 4.08268 2.50833 4.99935L2.5 16.666C2.5 17.5827 3.24167 18.3327 4.16667 18.3327H15.8333C16.75 18.3327 17.5 17.5827 17.5 16.666V4.99935C17.5 4.08268 16.75 3.33268 15.8333 3.33268ZM15.8333 16.666H4.16667V8.33268H15.8333V16.666ZM15.8333 6.66602H4.16667V4.99935H15.8333V6.66602ZM7.5 11.666H5.83333V9.99935H7.5V11.666ZM10.8333 11.666H9.16667V9.99935H10.8333V11.666ZM14.1667 11.666H12.5V9.99935H14.1667V11.666ZM7.5 14.9993H5.83333V13.3327H7.5V14.9993ZM10.8333 14.9993H9.16667V13.3327H10.8333V14.9993ZM14.1667 14.9993H12.5V13.3327H14.1667V14.9993Z" fill="#637381"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="calendar_today">
|
|
3
|
+
<path id="Vector" d="M16.6665 2.49992H15.8332V1.66659C15.8332 1.20825 15.4582 0.833252 14.9998 0.833252C14.5415 0.833252 14.1665 1.20825 14.1665 1.66659V2.49992H5.83317V1.66659C5.83317 1.20825 5.45817 0.833252 4.99984 0.833252C4.5415 0.833252 4.1665 1.20825 4.1665 1.66659V2.49992H3.33317C2.4165 2.49992 1.6665 3.24992 1.6665 4.16658V17.4999C1.6665 18.4166 2.4165 19.1666 3.33317 19.1666H16.6665C17.5832 19.1666 18.3332 18.4166 18.3332 17.4999V4.16658C18.3332 3.24992 17.5832 2.49992 16.6665 2.49992ZM15.8332 17.4999H4.1665C3.70817 17.4999 3.33317 17.1249 3.33317 16.6666V6.66658H16.6665V16.6666C16.6665 17.1249 16.2915 17.4999 15.8332 17.4999Z" fill="#1C252E"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="category">
|
|
3
|
+
<g id="Vector">
|
|
4
|
+
<path d="M8.87492 2.45078L5.77492 7.51745C5.43325 8.06745 5.83325 8.78411 6.48325 8.78411H12.6749C13.3249 8.78411 13.7249 8.06745 13.3833 7.51745L10.2916 2.45078C9.96659 1.91745 9.19992 1.91745 8.87492 2.45078Z" fill="#637381"/>
|
|
5
|
+
<path d="M14.1666 17.9508C16.2377 17.9508 17.9166 16.2718 17.9166 14.2008C17.9166 12.1297 16.2377 10.4508 14.1666 10.4508C12.0955 10.4508 10.4166 12.1297 10.4166 14.2008C10.4166 16.2718 12.0955 17.9508 14.1666 17.9508Z" fill="#637381"/>
|
|
6
|
+
<path d="M2.91659 17.5341H7.91658C8.37492 17.5341 8.74992 17.1591 8.74992 16.7008V11.7008C8.74992 11.2424 8.37492 10.8674 7.91658 10.8674H2.91659C2.45825 10.8674 2.08325 11.2424 2.08325 11.7008V16.7008C2.08325 17.1591 2.45825 17.5341 2.91659 17.5341Z" fill="#637381"/>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="celebration">
|
|
3
|
+
<g id="Vector">
|
|
4
|
+
<path d="M2.54231 18.1083L10.0756 15.4167C11.2256 15.0083 11.559 13.5333 10.6923 12.6667L6.91731 8.89167C6.05064 8.025 4.58398 8.35833 4.16731 9.50833L1.47565 17.0417C1.24231 17.7083 1.87565 18.3417 2.54231 18.1083Z" fill="#637381"/>
|
|
5
|
+
<path d="M11.7673 10.3667L15.984 6.15C16.3923 5.74167 17.0506 5.74167 17.459 6.15L17.509 6.2C17.7506 6.44167 18.1506 6.44167 18.3923 6.2C18.634 5.95833 18.634 5.55833 18.3923 5.31667L18.3423 5.26667C17.4506 4.375 15.9923 4.375 15.1006 5.26667L10.884 9.48333C10.6423 9.725 10.6423 10.125 10.884 10.3667C11.1256 10.6083 11.5256 10.6083 11.7673 10.3667Z" fill="#637381"/>
|
|
6
|
+
<path d="M7.60065 6.1L7.55065 6.15C7.30898 6.39167 7.30898 6.79167 7.55065 7.03333C7.79231 7.275 8.19231 7.275 8.43398 7.03333L8.48398 6.98333C9.37565 6.09167 9.37565 4.63333 8.48398 3.74167L8.44231 3.7C8.19231 3.45 7.79231 3.45 7.55065 3.7C7.30898 3.94167 7.30898 4.34167 7.55065 4.58333L7.60065 4.63333C8.00065 5.03333 8.00065 5.7 7.60065 6.1Z" fill="#637381"/>
|
|
7
|
+
<path d="M13.434 10.2667L12.5506 11.15C12.309 11.3917 12.309 11.7917 12.5506 12.0333C12.7923 12.275 13.1923 12.275 13.434 12.0333L14.3173 11.15C14.7256 10.7417 15.384 10.7417 15.7923 11.15L16.6923 12.05C16.934 12.2917 17.334 12.2917 17.5756 12.05C17.8173 11.8083 17.8173 11.4083 17.5756 11.1667L16.6756 10.2667C15.7756 9.375 14.3256 9.375 13.434 10.2667Z" fill="#637381"/>
|
|
8
|
+
<path d="M11.7673 5.26667L9.21731 7.81667C8.97565 8.05833 8.97565 8.45833 9.21731 8.7C9.45898 8.94167 9.85898 8.94167 10.1006 8.7L12.6506 6.15C13.5423 5.25833 13.5423 3.8 12.6506 2.90833L11.7673 2.025C11.5256 1.78333 11.1256 1.78333 10.884 2.025C10.6423 2.26667 10.6423 2.66667 10.884 2.90833L11.7673 3.79167C12.1673 4.2 12.1673 4.86667 11.7673 5.26667Z" fill="#637381"/>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="checklist">
|
|
3
|
+
<path id="Vector" d="M18.1635 7.10931C18.1635 6.65098 17.7885 6.27598 17.3302 6.27598H11.4968C11.0385 6.27598 10.6635 6.65098 10.6635 7.10931C10.6635 7.56764 11.0385 7.94264 11.4968 7.94264H17.3302C17.7885 7.94264 18.1635 7.56764 18.1635 7.10931ZM10.6635 13.776C10.6635 14.2343 11.0385 14.6093 11.4968 14.6093H17.3302C17.7885 14.6093 18.1635 14.2343 18.1635 13.776C18.1635 13.3176 17.7885 12.9426 17.3302 12.9426H11.4968C11.0385 12.9426 10.6635 13.3176 10.6635 13.776ZM8.55518 4.30098C8.88018 4.62598 8.88018 5.15098 8.55518 5.47598L5.03018 9.01764C4.70518 9.34264 4.18018 9.34264 3.84684 9.01764L2.08018 7.24264C1.75518 6.91764 1.75518 6.39264 2.08018 6.06764C2.40518 5.74264 2.93018 5.74264 3.25518 6.06764L4.43851 7.25098L7.38851 4.30098C7.70517 3.98431 8.23851 3.98431 8.55518 4.30098ZM8.56351 10.976C8.88851 11.301 8.88851 11.826 8.56351 12.151L5.03851 15.6926C4.71351 16.0176 4.18851 16.0176 3.85518 15.6926L2.08018 13.9093C1.75518 13.5843 1.75518 13.0593 2.08018 12.7343C2.40518 12.4093 2.93018 12.4093 3.25518 12.7343L4.43851 13.9176L7.38851 10.9676C7.70517 10.651 8.23851 10.651 8.56351 10.976Z" fill="#637381"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="chrome_reader_mode">
|
|
3
|
+
<path id="Vector" d="M17.5002 2.9165H2.50016C1.5835 2.9165 0.833496 3.6665 0.833496 4.58317V15.4165C0.833496 16.3332 1.5835 17.0832 2.50016 17.0832H17.5002C18.4168 17.0832 19.1668 16.3332 19.1668 15.4165V4.58317C19.1668 3.6665 18.4168 2.9165 17.5002 2.9165ZM2.50016 15.4165V4.58317H9.16683V15.4165H2.50016ZM17.5002 15.4165H10.8335V4.58317H17.5002V15.4165ZM11.6668 7.49984H16.6668V8.74984H11.6668V7.49984ZM11.6668 9.58317H16.6668V10.8332H11.6668V9.58317ZM11.6668 11.6665H16.6668V12.9165H11.6668V11.6665Z" fill="#637381"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="credit_card">
|
|
3
|
+
<path id="Vector" d="M16.6665 3.33398H3.33317C2.40817 3.33398 1.67484 4.07565 1.67484 5.00065L1.6665 15.0007C1.6665 15.9257 2.40817 16.6673 3.33317 16.6673H16.6665C17.5915 16.6673 18.3332 15.9257 18.3332 15.0007V5.00065C18.3332 4.07565 17.5915 3.33398 16.6665 3.33398ZM16.6665 15.0007H3.33317V10.0007H16.6665V15.0007ZM16.6665 6.66732H3.33317V5.00065H16.6665V6.66732Z" fill="#637381"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="crop_original">
|
|
3
|
+
<path id="Vector" d="M15.8333 2.5H4.16667C3.25 2.5 2.5 3.25 2.5 4.16667V15.8333C2.5 16.75 3.25 17.5 4.16667 17.5H15.8333C16.75 17.5 17.5 16.75 17.5 15.8333V4.16667C17.5 3.25 16.75 2.5 15.8333 2.5ZM15 15.8333H5C4.54167 15.8333 4.16667 15.4583 4.16667 15V5C4.16667 4.54167 4.54167 4.16667 5 4.16667H15C15.4583 4.16667 15.8333 4.54167 15.8333 5V15C15.8333 15.4583 15.4583 15.8333 15 15.8333ZM11.3 10.675L9.34167 13.1917L8.04167 11.625C7.875 11.4167 7.55833 11.425 7.39167 11.6333L5.94167 13.4917C5.725 13.7667 5.925 14.1667 6.26667 14.1667H13.75C14.0917 14.1667 14.2917 13.775 14.0833 13.5L11.9583 10.675C11.8 10.4583 11.4667 10.4583 11.3 10.675Z" fill="#637381"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="home">
|
|
3
|
+
<path id="Vector" d="M9.99984 5.15841L14.1665 8.90841V15.4167H12.4998V10.4167H7.49984V15.4167H5.83317V8.90841L9.99984 5.15841ZM9.99984 2.91675L1.6665 10.4167H4.1665V17.0834H9.1665V12.0834H10.8332V17.0834H15.8332V10.4167H18.3332L9.99984 2.91675Z" fill="#637381"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="14" height="18" viewBox="0 0 14 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path id="Vector" d="M13.075 13.2L12 12.125V7.95833C12 5.4 10.6334 3.25833 8.25004 2.69167V2.125C8.25004 1.43333 7.69171 0.875 7.00004 0.875C6.30838 0.875 5.75004 1.43333 5.75004 2.125V2.69167C3.35838 3.25833 2.00004 5.39167 2.00004 7.95833V12.125L0.925043 13.2C0.400043 13.725 0.766709 14.625 1.50838 14.625H12.4834C13.2334 14.625 13.6 13.725 13.075 13.2ZM10.3334 12.9583H3.66671V7.95833C3.66671 5.89167 4.92504 4.20833 7.00004 4.20833C9.07504 4.20833 10.3334 5.89167 10.3334 7.95833V12.9583ZM7.00004 17.125C7.91671 17.125 8.66671 16.375 8.66671 15.4583H5.33338C5.33338 16.375 6.07504 17.125 7.00004 17.125Z" fill="#637381"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="payment">
|
|
3
|
+
<path id="Vector" d="M16.6665 3.3335H3.33317C2.40817 3.3335 1.67484 4.07516 1.67484 5.00016L1.6665 15.0002C1.6665 15.9252 2.40817 16.6668 3.33317 16.6668H16.6665C17.5915 16.6668 18.3332 15.9252 18.3332 15.0002V5.00016C18.3332 4.07516 17.5915 3.3335 16.6665 3.3335ZM15.8332 15.0002H4.1665C3.70817 15.0002 3.33317 14.6252 3.33317 14.1668V10.0002H16.6665V14.1668C16.6665 14.6252 16.2915 15.0002 15.8332 15.0002ZM16.6665 6.66683H3.33317V5.8335C3.33317 5.37516 3.70817 5.00016 4.1665 5.00016H15.8332C16.2915 5.00016 16.6665 5.37516 16.6665 5.8335V6.66683Z" fill="#637381"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="person_add_alt">
|
|
3
|
+
<path id="Vector" d="M16.6668 7.50065V5.00065H15.0002V7.50065H12.5002V9.16732H15.0002V11.6673H16.6668V9.16732H19.1668V7.50065H16.6668ZM7.50016 10.0007C9.34183 10.0007 10.8335 8.50898 10.8335 6.66732C10.8335 4.82565 9.34183 3.33398 7.50016 3.33398C5.6585 3.33398 4.16683 4.82565 4.16683 6.66732C4.16683 8.50898 5.6585 10.0007 7.50016 10.0007ZM7.50016 5.00065C8.41683 5.00065 9.16683 5.75065 9.16683 6.66732C9.16683 7.58398 8.41683 8.33398 7.50016 8.33398C6.5835 8.33398 5.8335 7.58398 5.8335 6.66732C5.8335 5.75065 6.5835 5.00065 7.50016 5.00065ZM12.8252 12.134C11.4252 11.4173 9.60849 10.834 7.50016 10.834C5.39183 10.834 3.57516 11.4173 2.17516 12.134C1.34183 12.559 0.833496 13.4173 0.833496 14.3506V16.6673H14.1668V14.3506C14.1668 13.4173 13.6585 12.559 12.8252 12.134ZM12.5002 15.0007H2.50016V14.3506C2.50016 14.034 2.66683 13.7507 2.9335 13.6173C3.92516 13.109 5.52516 12.5007 7.50016 12.5007C9.47516 12.5007 11.0752 13.109 12.0668 13.6173C12.3335 13.7507 12.5002 14.034 12.5002 14.3506V15.0007Z" fill="#637381"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="person_outline">
|
|
3
|
+
<path id="Vector" d="M10.0002 4.91659C10.9668 4.91659 11.7502 5.69992 11.7502 6.66659C11.7502 7.63325 10.9668 8.41659 10.0002 8.41659C9.0335 8.41659 8.25016 7.63325 8.25016 6.66659C8.25016 5.69992 9.0335 4.91659 10.0002 4.91659ZM10.0002 12.4166C12.4752 12.4166 15.0835 13.6333 15.0835 14.1666V15.0833H4.91683V14.1666C4.91683 13.6333 7.52516 12.4166 10.0002 12.4166ZM10.0002 3.33325C8.1585 3.33325 6.66683 4.82492 6.66683 6.66659C6.66683 8.50825 8.1585 9.99992 10.0002 9.99992C11.8418 9.99992 13.3335 8.50825 13.3335 6.66659C13.3335 4.82492 11.8418 3.33325 10.0002 3.33325ZM10.0002 10.8333C7.77516 10.8333 3.3335 11.9499 3.3335 14.1666V15.8333C3.3335 16.2916 3.7085 16.6666 4.16683 16.6666H15.8335C16.2918 16.6666 16.6668 16.2916 16.6668 15.8333V14.1666C16.6668 11.9499 12.2252 10.8333 10.0002 10.8333Z" fill="#637381"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13 7H11V11H7V13H11V17H13V13H17V11H13V7ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z" fill="#1C252E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="arrow_drop_down">
|
|
3
|
+
<path id="Vector" d="M7.25518 9.51149L9.41352 11.6698C9.73852 11.9948 10.2635 11.9948 10.5885 11.6698L12.7468 9.51149C13.2718 8.98649 12.8968 8.08649 12.1552 8.08649H7.83852C7.09685 8.08649 6.73018 8.98649 7.25518 9.51149Z" fill="#637381"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19 5V19H5V5H19ZM19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z" fill="#1C252E"/>
|
|
3
|
+
<path d="M14 17H7V15H14V17ZM17 13H7V11H17V13ZM17 9H7V7H17V9Z" fill="#1C252E"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.425 9.4748L11.15 3.3998C11.25 3.23314 11.375 3.1123 11.525 3.0373C11.675 2.9623 11.8333 2.9248 12 2.9248C12.1667 2.9248 12.325 2.9623 12.475 3.0373C12.625 3.1123 12.75 3.23314 12.85 3.3998L16.575 9.4748C16.675 9.64147 16.725 9.81647 16.725 9.9998C16.725 10.1831 16.6833 10.3498 16.6 10.4998C16.5167 10.6498 16.4 10.7706 16.25 10.8623C16.1 10.954 15.925 10.9998 15.725 10.9998H8.275C8.075 10.9998 7.9 10.954 7.75 10.8623C7.6 10.7706 7.48333 10.6498 7.4 10.4998C7.31667 10.3498 7.275 10.1831 7.275 9.9998C7.275 9.81647 7.325 9.64147 7.425 9.4748ZM17.5 21.9998C16.25 21.9998 15.1875 21.5623 14.3125 20.6873C13.4375 19.8123 13 18.7498 13 17.4998C13 16.2498 13.4375 15.1873 14.3125 14.3123C15.1875 13.4373 16.25 12.9998 17.5 12.9998C18.75 12.9998 19.8125 13.4373 20.6875 14.3123C21.5625 15.1873 22 16.2498 22 17.4998C22 18.7498 21.5625 19.8123 20.6875 20.6873C19.8125 21.5623 18.75 21.9998 17.5 21.9998ZM3 20.4998V14.4998C3 14.2165 3.09583 13.979 3.2875 13.7873C3.47917 13.5956 3.71667 13.4998 4 13.4998H10C10.2833 13.4998 10.5208 13.5956 10.7125 13.7873C10.9042 13.979 11 14.2165 11 14.4998V20.4998C11 20.7831 10.9042 21.0206 10.7125 21.2123C10.5208 21.404 10.2833 21.4998 10 21.4998H4C3.71667 21.4998 3.47917 21.404 3.2875 21.2123C3.09583 21.0206 3 20.7831 3 20.4998ZM17.5 19.9998C18.2 19.9998 18.7917 19.7581 19.275 19.2748C19.7583 18.7915 20 18.1998 20 17.4998C20 16.7998 19.7583 16.2081 19.275 15.7248C18.7917 15.2415 18.2 14.9998 17.5 14.9998C16.8 14.9998 16.2083 15.2415 15.725 15.7248C15.2417 16.2081 15 16.7998 15 17.4998C15 18.1998 15.2417 18.7915 15.725 19.2748C16.2083 19.7581 16.8 19.9998 17.5 19.9998ZM5 19.4998H9V15.4998H5V19.4998ZM10.05 8.9998H13.95L12 5.8498L10.05 8.9998Z" fill="#1C252E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19 1H5C3.9 1 3.01 1.9 3.01 3L3 15.93C3 16.62 3.35 17.23 3.88 17.59L12 23L20.11 17.59C20.64 17.23 20.99 16.62 20.99 15.93L21 3C21 1.9 20.1 1 19 1ZM12 20.6L5 15.94V3H19V15.93L12 20.6ZM9.99 13.18L7.41 10.59L6 12L10 16L18 8L16.58 6.58L9.99 13.18Z" fill="#1C252E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15 6.7051C14.61 6.3151 13.98 6.3151 13.59 6.7051L9.00002 11.2951C8.61002 11.6851 8.61002 12.3151 9.00002 12.7051L13.59 17.2951C13.98 17.6851 14.61 17.6851 15 17.2951C15.39 16.9051 15.39 16.2751 15 15.8851L11.12 11.9951L15 8.1151C15.39 7.7251 15.38 7.0851 15 6.7051Z" fill="#637381"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 5H20C20.55 5 21 4.55 21 4C21 3.45 20.55 3 20 3H4C3.45 3 3 3.45 3 4C3 4.55 3.45 5 4 5Z" fill="#1C252E"/>
|
|
3
|
+
<path d="M20 19H4C3.45 19 3 19.45 3 20C3 20.55 3.45 21 4 21H20C20.55 21 21 20.55 21 20C21 19.45 20.55 19 20 19Z" fill="#1C252E"/>
|
|
4
|
+
<path d="M20 11H4C3.45 11 3 11.45 3 12C3 12.55 3.45 13 4 13H20C20.55 13 21 12.55 21 12C21 11.45 20.55 11 20 11Z" fill="#1C252E"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18 6.41L16.59 5L12 9.58L7.41 5L6 6.41L12 12.41L18 6.41Z" fill="#1C252E"/>
|
|
3
|
+
<path d="M18 13L16.59 11.59L12 16.17L7.41 11.59L6 13L12 19L18 13Z" fill="#1C252E"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 17.59L7.41 19L12 14.42L16.59 19L18 17.59L12 11.59L6 17.59Z" fill="#1C252E"/>
|
|
3
|
+
<path d="M6 11L7.41 12.41L12 7.83L16.59 12.41L18 11L12 5L6 11Z" fill="#1C252E"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.93384 8.5H13.9338V10.5H2.93384V8.5ZM2.93384 6.5H13.9338V4.5H2.93384V6.5ZM2.93384 14.5H9.93384V12.5H2.93384V14.5ZM17.9438 11.37L18.6538 10.66C19.0438 10.27 19.6738 10.27 20.0638 10.66L20.7738 11.37C21.1638 11.76 21.1638 12.39 20.7738 12.78L20.0638 13.49L17.9438 11.37ZM17.2338 12.08L11.9338 17.38V19.5H14.0538L19.3538 14.2L17.2338 12.08Z" fill="#1C252E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20 2H4C2.9 2 2.01 2.9 2.01 4L2 22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2ZM20 16H5.17L4 17.17V4H20V16ZM11 12H13V14H11V12ZM11 6H13V10H11V6Z" fill="#1C252E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.33594 12.0003H12.6693V13.3337H3.33594V12.0003ZM6.4026 10.2003L3.33594 7.13366L4.66927 5.86699L6.4026 7.60033L11.3359 2.66699L12.6693 4.00033L6.4026 10.2003Z" fill="#919EAB"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.4799 10.4126C16.0899 10.8026 15.4399 10.8026 15.0499 10.4126L10.5799 5.95265L3.52993 12.9926L2.86993 12.3626C1.69993 11.1926 1.69993 9.29265 2.86993 8.12265L7.10993 3.88265C8.27993 2.71265 10.1799 2.71265 11.3499 3.88265L16.4799 9.00265C16.8699 9.39265 16.8699 10.0226 16.4799 10.4126ZM17.1799 8.29265C17.9599 9.07265 17.9599 10.3426 17.1799 11.1226C15.9099 12.3926 14.5699 11.3426 14.3499 11.1226L10.5899 7.36265L5.01993 12.9326C4.62993 13.3226 4.62993 13.9526 5.01993 14.3426C5.40993 14.7326 6.03993 14.7326 6.43993 14.3426L11.0599 9.72265L11.7699 10.4326L7.14993 15.0526C6.75993 15.4426 6.75993 16.0726 7.14993 16.4626C7.53993 16.8526 8.16993 16.8526 8.56993 16.4626L13.1899 11.8426L13.8999 12.5526L9.27993 17.1726C8.88993 17.5626 8.88993 18.1926 9.27993 18.5826C9.66993 18.9726 10.2999 18.9726 10.6899 18.5826L15.3099 13.9626L16.0199 14.6726L11.3999 19.2926C11.0099 19.6826 11.0099 20.3126 11.3999 20.7026C11.7899 21.0926 12.4199 21.0926 12.8099 20.7026L21.1299 12.3626C22.2999 11.1926 22.2999 9.29265 21.1299 8.12265L16.8899 3.88265C15.7399 2.73265 13.8799 2.71265 12.7099 3.82265L17.1799 8.29265Z" fill="#1C252E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="import_export">
|
|
3
|
+
<path id="Vector" d="M7.20506 2.79581L4.88006 5.12081C4.6134 5.37915 4.79673 5.82915 5.17173 5.82915H6.6634V10.8375C6.6634 11.2958 7.0384 11.6708 7.49673 11.6708C7.95506 11.6708 8.33006 11.2958 8.33006 10.8375V5.82915H9.82173C10.1967 5.82915 10.3801 5.37915 10.1134 5.12081L7.7884 2.79581C7.63006 2.63748 7.3634 2.63748 7.20506 2.79581ZM13.3301 14.1791V9.17081C13.3301 8.71248 12.9551 8.33748 12.4967 8.33748C12.0384 8.33748 11.6634 8.71248 11.6634 9.17081V14.1791H10.1717C9.79673 14.1791 9.6134 14.6291 9.88006 14.8875L12.2051 17.2041C12.3717 17.3625 12.6301 17.3625 12.7967 17.2041L15.1217 14.8875C15.3884 14.6291 15.1967 14.1791 14.8301 14.1791H13.3301Z" fill="#637381"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 17C11.45 17 11 16.55 11 16V12C11 11.45 11.45 11 12 11C12.55 11 13 11.45 13 12V16C13 16.55 12.55 17 12 17ZM13 9H11V7H13V9Z" fill="#1C252E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22 10V6C22 4.9 21.1 4 20 4H4C2.9 4 2.01 4.9 2.01 6V10C3.11 10 4 10.9 4 12C4 13.1 3.11 14 2 14V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V14C20.9 14 20 13.1 20 12C20 10.9 20.9 10 22 10ZM20 8.54C18.81 9.23 18 10.53 18 12C18 13.47 18.81 14.77 20 15.46V18H4V15.46C5.19 14.77 6 13.47 6 12C6 10.52 5.2 9.23 4.01 8.54L4 6H20V8.54ZM9.07 16L12 14.12L14.93 16L14.04 12.64L16.73 10.44L13.26 10.23L12 7L10.73 10.22L7.26 10.43L9.95 12.63L9.07 16Z" fill="#1C252E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19 3H5C3.9 3 3.01 3.9 3.01 5L3 19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM19 19H5V5H19V19ZM10.5 17H13.5V13.5H17V10.5H13.5V7H10.5V10.5H7V13.5H10.5V17Z" fill="#1C252E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7 12C7 12.55 7.45 13 8 13H16C16.55 13 17 12.55 17 12C17 11.45 16.55 11 16 11H8C7.45 11 7 11.45 7 12ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z" fill="#1C252E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 12C14.21 12 16 10.21 16 8C16 5.79 14.21 4 12 4C9.79 4 8 5.79 8 8C8 10.21 9.79 12 12 12ZM12 14C9.33 14 4 15.34 4 18V19C4 19.55 4.45 20 5 20H19C19.55 20 20 19.55 20 19V18C20 15.34 14.67 14 12 14Z" fill="#1C252E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20ZM11.78 7H11.72C11.32 7 11 7.32 11 7.72V12.44C11 12.79 11.18 13.12 11.49 13.3L15.64 15.79C15.98 15.99 16.42 15.89 16.62 15.55C16.83 15.21 16.72 14.76 16.37 14.56L12.5 12.26V7.72C12.5 7.32 12.18 7 11.78 7Z" fill="#1C252E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15.9765 14.4713H15.1865L14.9065 14.2013C16.1065 12.8013 16.7265 10.8913 16.3865 8.86133C15.9165 6.08133 13.5965 3.86133 10.7965 3.52133C6.56646 3.00133 3.00646 6.56133 3.52646 10.7913C3.86646 13.5913 6.08646 15.9113 8.86646 16.3813C10.8965 16.7213 12.8065 16.1013 14.2065 14.9013L14.4765 15.1813V15.9713L18.7265 20.2213C19.1365 20.6313 19.8065 20.6313 20.2165 20.2213C20.6265 19.8113 20.6265 19.1413 20.2165 18.7313L15.9765 14.4713ZM9.97646 14.4713C7.48646 14.4713 5.47646 12.4613 5.47646 9.97133C5.47646 7.48133 7.48646 5.47133 9.97646 5.47133C12.4665 5.47133 14.4765 7.48133 14.4765 9.97133C14.4765 12.4613 12.4665 14.4713 9.97646 14.4713Z" fill="#1C252E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.4999 12C19.4999 11.77 19.4899 11.55 19.4699 11.32L21.3299 9.91C21.7299 9.61 21.8399 9.05 21.5899 8.61L19.7199 5.38C19.4699 4.94 18.9299 4.76 18.4699 4.96L16.3199 5.87C15.9499 5.61 15.5599 5.38 15.1499 5.19L14.8599 2.88C14.7999 2.38 14.3699 2 13.8699 2H10.1399C9.62991 2 9.19991 2.38 9.13991 2.88L8.84991 5.19C8.43991 5.38 8.04991 5.61 7.67991 5.87L5.52991 4.96C5.06991 4.76 4.52991 4.94 4.27991 5.38L2.40991 8.62C2.15991 9.06 2.26991 9.61 2.66991 9.92L4.52991 11.33C4.50991 11.55 4.49991 11.77 4.49991 12C4.49991 12.23 4.50991 12.45 4.52991 12.68L2.66991 14.09C2.26991 14.39 2.15991 14.95 2.40991 15.39L4.27991 18.62C4.52991 19.06 5.06991 19.24 5.52991 19.04L7.67991 18.13C8.04991 18.39 8.43991 18.62 8.84991 18.81L9.13991 21.12C9.19991 21.62 9.62991 22 10.1299 22H13.8599C14.3599 22 14.7899 21.62 14.8499 21.12L15.1399 18.81C15.5499 18.62 15.9399 18.39 16.3099 18.13L18.4599 19.04C18.9199 19.24 19.4599 19.06 19.7099 18.62L21.5799 15.39C21.8299 14.95 21.7199 14.4 21.3199 14.09L19.4599 12.68C19.4899 12.45 19.4999 12.23 19.4999 12ZM12.0399 15.5C10.1099 15.5 8.53991 13.93 8.53991 12C8.53991 10.07 10.1099 8.5 12.0399 8.5C13.9699 8.5 15.5399 10.07 15.5399 12C15.5399 13.93 13.9699 15.5 12.0399 15.5Z" fill="#1C252E"/>
|
|
3
|
+
</svg>
|
package/dist/styles/color.d.ts
CHANGED
|
@@ -1,6 +1,102 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const colorThemes: {
|
|
2
|
+
light: {
|
|
3
|
+
textPrimary: "#1c252e";
|
|
4
|
+
textSecondary: "#637381";
|
|
5
|
+
textTertiary: "#919eab";
|
|
6
|
+
textDisabled: "#c4cdd5";
|
|
7
|
+
backgroundDefault: "#ffffff";
|
|
8
|
+
backgroundPaper: "#ffffff";
|
|
9
|
+
backgroundSecond: string;
|
|
10
|
+
backgroundNeutral: "#f9fafb";
|
|
11
|
+
shadow8: string;
|
|
12
|
+
shadow12: string;
|
|
13
|
+
shadow20: string;
|
|
14
|
+
componentTextfieldFilled: string;
|
|
15
|
+
componentTextfieldUnderline: string;
|
|
16
|
+
componentTextfieldOutline: string;
|
|
17
|
+
actionHover: string;
|
|
18
|
+
actionDisabled: string;
|
|
19
|
+
actionDisabledBackground: string;
|
|
20
|
+
actionSelected: string;
|
|
21
|
+
actionFocus: string;
|
|
22
|
+
textError: "#f5222d";
|
|
23
|
+
textSuccess: "#1cc95c";
|
|
24
|
+
actionAction: "#919eab";
|
|
25
|
+
textWarning: "#ffab00";
|
|
26
|
+
textContrast: "#ffffff";
|
|
27
|
+
inheritColor: "#ffffff";
|
|
28
|
+
inheritBgcolor: "#1c252e";
|
|
29
|
+
inheritHover: "#454f5b";
|
|
30
|
+
swapDarkLightRed: "#b71d18";
|
|
31
|
+
swapDarkLightLightGreen: "#118d57";
|
|
32
|
+
swapDarkLightDeepGreen: "#007867";
|
|
33
|
+
swapDarkLightCyanBlue: "#006c9c";
|
|
34
|
+
swapDarkLightPurple: "#5119b7";
|
|
35
|
+
swapDarkLightGold: "#b76e00";
|
|
36
|
+
swapDarkLightBlue: "#063ba7";
|
|
37
|
+
swapDarkLightPrimary: "#007867";
|
|
38
|
+
};
|
|
39
|
+
dark: {
|
|
40
|
+
textPrimary: "#ffffff";
|
|
41
|
+
textSecondary: "#c4cdd5";
|
|
42
|
+
textTertiary: "#919eab";
|
|
43
|
+
textDisabled: "#637381";
|
|
44
|
+
backgroundDefault: "#141a21";
|
|
45
|
+
backgroundPaper: "#1c252e";
|
|
46
|
+
backgroundSecond: "#454f5b";
|
|
47
|
+
backgroundNeutral: string;
|
|
48
|
+
shadow8: string;
|
|
49
|
+
shadow12: string;
|
|
50
|
+
shadow20: string;
|
|
51
|
+
componentTextfieldFilled: string;
|
|
52
|
+
componentTextfieldUnderline: string;
|
|
53
|
+
componentTextfieldOutline: string;
|
|
54
|
+
actionHover: string;
|
|
55
|
+
actionDisabled: string;
|
|
56
|
+
actionDisabledBackground: string;
|
|
57
|
+
actionSelected: string;
|
|
58
|
+
actionFocus: string;
|
|
59
|
+
textError: "#f5222d";
|
|
60
|
+
textSuccess: "#1cc95c";
|
|
61
|
+
actionAction: "#c4cdd5";
|
|
62
|
+
textWarning: "#ffab00";
|
|
63
|
+
textContrast: "#000000";
|
|
64
|
+
inheritColor: "#1c252e";
|
|
65
|
+
inheritBgcolor: "#ffffff";
|
|
66
|
+
inheritHover: "#c4cdd5";
|
|
67
|
+
swapDarkLightRed: "#ff8587";
|
|
68
|
+
swapDarkLightLightGreen: "#77ed8b";
|
|
69
|
+
swapDarkLightDeepGreen: "#5be49b";
|
|
70
|
+
swapDarkLightCyanBlue: "#61f3f3";
|
|
71
|
+
swapDarkLightPurple: "#c684ff";
|
|
72
|
+
swapDarkLightGold: "#ffd666";
|
|
73
|
+
swapDarkLightBlue: "#6bb1f8";
|
|
74
|
+
swapDarkLightPrimary: "#5be49b";
|
|
75
|
+
};
|
|
76
|
+
primary: {
|
|
77
|
+
pLighter: "#c8fad6";
|
|
78
|
+
pLight: "#5be49b";
|
|
79
|
+
pMain: "#00a76f";
|
|
80
|
+
pDark: "#007867";
|
|
81
|
+
pDarker: "#00373b";
|
|
82
|
+
p4: string;
|
|
83
|
+
p8: string;
|
|
84
|
+
p12: string;
|
|
85
|
+
p16: string;
|
|
86
|
+
p20: string;
|
|
87
|
+
p24: string;
|
|
88
|
+
p32: string;
|
|
89
|
+
p40: string;
|
|
90
|
+
p48: string;
|
|
91
|
+
pContrastText: "#ffffff";
|
|
92
|
+
};
|
|
93
|
+
};
|
|
2
94
|
export declare const themes: {
|
|
3
|
-
readonly light:
|
|
4
|
-
readonly dark:
|
|
95
|
+
readonly light: any;
|
|
96
|
+
readonly dark: any;
|
|
97
|
+
readonly primary: any;
|
|
98
|
+
readonly base: any;
|
|
99
|
+
readonly simentic: any;
|
|
100
|
+
readonly transparent: any;
|
|
5
101
|
};
|
|
6
|
-
export declare const themedPalette:
|
|
102
|
+
export declare const themedPalette: any;
|
package/package.json
CHANGED
package/dist/styles/color2.d.ts
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
export declare const colorThemes: {
|
|
2
|
-
light: {
|
|
3
|
-
textPrimary: "#1c252e";
|
|
4
|
-
textSecondary: "#637381";
|
|
5
|
-
textTertiary: "#919eab";
|
|
6
|
-
textDisabled: "#c4cdd5";
|
|
7
|
-
backgroundDefault: "#ffffff";
|
|
8
|
-
backgroundPaper: "#ffffff";
|
|
9
|
-
backgroundSecond: string;
|
|
10
|
-
backgroundNeutral: "#f9fafb";
|
|
11
|
-
shadow8: string;
|
|
12
|
-
shadow12: string;
|
|
13
|
-
shadow20: string;
|
|
14
|
-
componentTextfieldFilled: string;
|
|
15
|
-
componentTextfieldUnderline: string;
|
|
16
|
-
componentTextfieldOutline: string;
|
|
17
|
-
actionHover: string;
|
|
18
|
-
actionDisabled: string;
|
|
19
|
-
actionDisabledBackground: string;
|
|
20
|
-
actionSelected: string;
|
|
21
|
-
actionFocus: string;
|
|
22
|
-
textError: "#f5222d";
|
|
23
|
-
textSuccess: "#1cc95c";
|
|
24
|
-
actionAction: "#919eab";
|
|
25
|
-
textWarning: "#ffab00";
|
|
26
|
-
textContrast: "#ffffff";
|
|
27
|
-
inheritColor: "#ffffff";
|
|
28
|
-
inheritBgcolor: "#1c252e";
|
|
29
|
-
inheritHover: "#454f5b";
|
|
30
|
-
swapDarkLightRed: "#b71d18";
|
|
31
|
-
swapDarkLightLightGreen: "#118d57";
|
|
32
|
-
swapDarkLightDeepGreen: "#007867";
|
|
33
|
-
swapDarkLightCyanBlue: "#006c9c";
|
|
34
|
-
swapDarkLightPurple: "#5119b7";
|
|
35
|
-
swapDarkLightGold: "#b76e00";
|
|
36
|
-
swapDarkLightBlue: "#063ba7";
|
|
37
|
-
swapDarkLightPrimary: "#007867";
|
|
38
|
-
};
|
|
39
|
-
dark: {
|
|
40
|
-
textPrimary: "#ffffff";
|
|
41
|
-
textSecondary: "#c4cdd5";
|
|
42
|
-
textTertiary: "#919eab";
|
|
43
|
-
textDisabled: "#637381";
|
|
44
|
-
backgroundDefault: "#141a21";
|
|
45
|
-
backgroundPaper: "#1c252e";
|
|
46
|
-
backgroundSecond: "#454f5b";
|
|
47
|
-
backgroundNeutral: string;
|
|
48
|
-
shadow8: string;
|
|
49
|
-
shadow12: string;
|
|
50
|
-
shadow20: string;
|
|
51
|
-
componentTextfieldFilled: string;
|
|
52
|
-
componentTextfieldUnderline: string;
|
|
53
|
-
componentTextfieldOutline: string;
|
|
54
|
-
actionHover: string;
|
|
55
|
-
actionDisabled: string;
|
|
56
|
-
actionDisabledBackground: string;
|
|
57
|
-
actionSelected: string;
|
|
58
|
-
actionFocus: string;
|
|
59
|
-
textError: "#f5222d";
|
|
60
|
-
textSuccess: "#1cc95c";
|
|
61
|
-
actionAction: "#c4cdd5";
|
|
62
|
-
textWarning: "#ffab00";
|
|
63
|
-
textContrast: "#000000";
|
|
64
|
-
inheritColor: "#1c252e";
|
|
65
|
-
inheritBgcolor: "#ffffff";
|
|
66
|
-
inheritHover: "#c4cdd5";
|
|
67
|
-
swapDarkLightRed: "#ff8587";
|
|
68
|
-
swapDarkLightLightGreen: "#77ed8b";
|
|
69
|
-
swapDarkLightDeepGreen: "#5be49b";
|
|
70
|
-
swapDarkLightCyanBlue: "#61f3f3";
|
|
71
|
-
swapDarkLightPurple: "#c684ff";
|
|
72
|
-
swapDarkLightGold: "#ffd666";
|
|
73
|
-
swapDarkLightBlue: "#6bb1f8";
|
|
74
|
-
swapDarkLightPrimary: "#5be49b";
|
|
75
|
-
};
|
|
76
|
-
primary: {
|
|
77
|
-
pLighter: "#c8fad6";
|
|
78
|
-
pLight: "#5be49b";
|
|
79
|
-
pMain: "#00a76f";
|
|
80
|
-
pDark: "#007867";
|
|
81
|
-
pDarker: "#00373b";
|
|
82
|
-
p4: string;
|
|
83
|
-
p8: string;
|
|
84
|
-
p12: string;
|
|
85
|
-
p16: string;
|
|
86
|
-
p20: string;
|
|
87
|
-
p24: string;
|
|
88
|
-
p32: string;
|
|
89
|
-
p40: string;
|
|
90
|
-
p48: string;
|
|
91
|
-
pContrastText: "#ffffff";
|
|
92
|
-
};
|
|
93
|
-
};
|
|
94
|
-
export declare const themes: {
|
|
95
|
-
readonly light: any;
|
|
96
|
-
readonly dark: any;
|
|
97
|
-
readonly primary: any;
|
|
98
|
-
readonly base: any;
|
|
99
|
-
readonly simentic: any;
|
|
100
|
-
readonly transparent: any;
|
|
101
|
-
};
|
|
102
|
-
export declare const themedPalette: any;
|