@nextui-org/react 1.0.0-beta.7 → 1.0.0-beta.8
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/cjs/avatar/avatar.js +1 -1
- package/cjs/avatar/avatar.styles.js +1 -1
- package/cjs/button/button-icon.js +1 -1
- package/cjs/button/button.js +1 -1
- package/cjs/button/button.styles.js +1 -1
- package/cjs/card/card.js +1 -1
- package/cjs/card/card.styles.js +1 -1
- package/cjs/card/index.js +1 -1
- package/cjs/card/use-card.js +1 -0
- package/cjs/checkbox/checkbox-group.js +1 -1
- package/cjs/checkbox/checkbox.styles.js +1 -1
- package/cjs/checkbox/use-checkbox-group.js +1 -1
- package/cjs/collapse/collapse.styles.js +1 -1
- package/cjs/css-baseline/css-baseline.js +1 -1
- package/cjs/dropdown/base/dropdown-item-base.js +1 -0
- package/cjs/dropdown/dropdown-button.js +1 -0
- package/cjs/dropdown/dropdown-context.js +1 -0
- package/cjs/dropdown/dropdown-icon.js +1 -0
- package/cjs/dropdown/dropdown-item.js +1 -0
- package/cjs/dropdown/dropdown-menu.js +1 -0
- package/cjs/dropdown/dropdown-section.js +1 -0
- package/cjs/dropdown/dropdown-trigger.js +1 -0
- package/cjs/dropdown/dropdown-types.js +1 -0
- package/cjs/dropdown/dropdown.js +1 -0
- package/cjs/dropdown/dropdown.styles.js +1 -0
- package/cjs/dropdown/index.js +1 -0
- package/cjs/dropdown/use-dropdown.js +1 -0
- package/cjs/image/image.js +1 -1
- package/cjs/image/image.styles.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/input/input.styles.js +1 -1
- package/cjs/modal/modal.styles.js +1 -1
- package/cjs/pagination/pagination.styles.js +1 -1
- package/cjs/popover/popover-content.js +1 -1
- package/cjs/popover/popover-trigger.js +1 -1
- package/cjs/popover/popover.js +1 -1
- package/cjs/popover/popover.styles.js +1 -1
- package/cjs/popover/use-popover.js +1 -1
- package/cjs/popover/utils.js +1 -1
- package/cjs/radio/index.js +1 -1
- package/cjs/radio/radio-context.js +1 -1
- package/cjs/radio/radio-group.js +1 -1
- package/cjs/radio/radio.js +1 -1
- package/cjs/radio/radio.styles.js +1 -1
- package/cjs/radio/use-radio-group.js +1 -0
- package/cjs/radio/use-radio.js +1 -0
- package/cjs/snippet/snippet.styles.js +1 -1
- package/cjs/switch/switch.styles.js +1 -1
- package/cjs/table/table.styles.js +1 -1
- package/cjs/theme/colors/gray.js +1 -1
- package/cjs/theme/common.js +1 -1
- package/cjs/theme/dark-theme.js +1 -1
- package/cjs/theme/light-theme.js +1 -1
- package/cjs/theme/shared-css.js +1 -0
- package/cjs/theme/stitches.config.js +1 -1
- package/cjs/tooltip/tooltip.styles.js +1 -1
- package/cjs/user/index.js +1 -1
- package/cjs/user/user-link.js +1 -1
- package/cjs/user/user.js +1 -1
- package/cjs/user/user.styles.js +1 -1
- package/cjs/utils/checkmark.js +1 -0
- package/cjs/utils/color.js +1 -1
- package/cjs/utils/dom.js +1 -1
- package/cjs/utils/icons.js +1 -1
- package/cjs/utils/prop-types.js +1 -1
- package/dropdown/package.json +6 -0
- package/esm/avatar/avatar.js +1 -1
- package/esm/avatar/avatar.styles.js +1 -1
- package/esm/button/button-icon.js +1 -1
- package/esm/button/button.js +1 -1
- package/esm/button/button.styles.js +1 -1
- package/esm/card/card.js +1 -1
- package/esm/card/card.styles.js +1 -1
- package/esm/card/index.js +1 -1
- package/esm/card/use-card.js +1 -0
- package/esm/checkbox/checkbox-group.js +1 -1
- package/esm/checkbox/checkbox.styles.js +1 -1
- package/esm/checkbox/use-checkbox-group.js +1 -1
- package/esm/collapse/collapse.styles.js +1 -1
- package/esm/css-baseline/css-baseline.js +1 -1
- package/esm/dropdown/base/dropdown-item-base.js +1 -0
- package/esm/dropdown/dropdown-button.js +1 -0
- package/esm/dropdown/dropdown-context.js +1 -0
- package/esm/dropdown/dropdown-icon.js +1 -0
- package/esm/dropdown/dropdown-item.js +1 -0
- package/esm/dropdown/dropdown-menu.js +1 -0
- package/esm/dropdown/dropdown-section.js +1 -0
- package/esm/dropdown/dropdown-trigger.js +1 -0
- package/esm/dropdown/dropdown-types.js +1 -0
- package/esm/dropdown/dropdown.js +1 -0
- package/esm/dropdown/dropdown.styles.js +1 -0
- package/esm/dropdown/index.js +1 -0
- package/esm/dropdown/use-dropdown.js +1 -0
- package/esm/image/image.js +1 -1
- package/esm/image/image.styles.js +1 -1
- package/esm/index.js +1 -1
- package/esm/input/input.styles.js +1 -1
- package/esm/modal/modal.styles.js +1 -1
- package/esm/pagination/pagination.styles.js +1 -1
- package/esm/popover/popover-content.js +1 -1
- package/esm/popover/popover-trigger.js +1 -1
- package/esm/popover/popover.js +1 -1
- package/esm/popover/popover.styles.js +1 -1
- package/esm/popover/use-popover.js +1 -1
- package/esm/popover/utils.js +1 -1
- package/esm/radio/index.js +1 -1
- package/esm/radio/radio-context.js +1 -1
- package/esm/radio/radio-group.js +1 -1
- package/esm/radio/radio.js +1 -1
- package/esm/radio/radio.styles.js +1 -1
- package/esm/radio/use-radio-group.js +1 -0
- package/esm/radio/use-radio.js +1 -0
- package/esm/snippet/snippet.styles.js +1 -1
- package/esm/switch/switch.styles.js +1 -1
- package/esm/table/table.styles.js +1 -1
- package/esm/theme/colors/gray.js +1 -1
- package/esm/theme/common.js +1 -1
- package/esm/theme/dark-theme.js +1 -1
- package/esm/theme/light-theme.js +1 -1
- package/esm/theme/shared-css.js +1 -0
- package/esm/theme/stitches.config.js +1 -1
- package/esm/tooltip/tooltip.styles.js +1 -1
- package/esm/user/index.js +1 -1
- package/esm/user/user-link.js +1 -1
- package/esm/user/user.js +1 -1
- package/esm/user/user.styles.js +1 -1
- package/esm/utils/checkmark.js +1 -0
- package/esm/utils/color.js +1 -1
- package/esm/utils/dom.js +1 -1
- package/esm/utils/icons.js +1 -1
- package/esm/utils/prop-types.js +1 -1
- package/package.json +6 -1
- package/types/avatar/avatar-group.styles.d.ts +150 -6
- package/types/avatar/avatar.d.ts +2372 -11
- package/types/avatar/avatar.styles.d.ts +2447 -14
- package/types/backdrop/backdrop.styles.d.ts +225 -9
- package/types/button/button-group.styles.d.ts +75 -3
- package/types/button/button-icon.d.ts +79 -5
- package/types/button/button.d.ts +5 -3
- package/types/button/button.styles.d.ts +1249 -7
- package/types/card/card.d.ts +8 -9
- package/types/card/card.styles.d.ts +2621 -24
- package/types/card/use-card.d.ts +301 -0
- package/types/checkbox/checkbox.styles.d.ts +751 -31
- package/types/checkbox/use-checkbox-group.d.ts +3 -2
- package/types/code/code.styles.d.ts +150 -6
- package/types/col/col.styles.d.ts +75 -3
- package/types/collapse/collapse.styles.d.ts +450 -18
- package/types/container/container.styles.d.ts +75 -3
- package/types/divider/divider.styles.d.ts +150 -6
- package/types/dropdown/base/dropdown-item-base.d.ts +19 -0
- package/types/dropdown/dropdown-button.d.ts +3689 -0
- package/types/dropdown/dropdown-context.d.ts +728 -0
- package/types/dropdown/dropdown-icon.d.ts +9 -0
- package/types/dropdown/dropdown-item.d.ts +31 -0
- package/types/dropdown/dropdown-menu.d.ts +30 -0
- package/types/dropdown/dropdown-section.d.ts +29 -0
- package/types/dropdown/dropdown-trigger.d.ts +11 -0
- package/types/dropdown/dropdown-types.d.ts +24 -0
- package/types/dropdown/dropdown.d.ts +24 -0
- package/types/dropdown/dropdown.styles.d.ts +11869 -0
- package/types/dropdown/index.d.ts +9 -0
- package/types/dropdown/use-dropdown.d.ts +389 -0
- package/types/grid/grid.styles.d.ts +150 -6
- package/types/image/image.d.ts +5 -18
- package/types/image/image.styles.d.ts +225 -9
- package/types/index.d.ts +4 -1
- package/types/input/input-password.d.ts +1 -1
- package/types/input/input-props.d.ts +2 -2
- package/types/input/input.styles.d.ts +825 -33
- package/types/link/link.styles.d.ts +150 -6
- package/types/loading/loading.styles.d.ts +450 -18
- package/types/modal/modal.styles.d.ts +450 -18
- package/types/pagination/pagination.styles.d.ts +450 -18
- package/types/popover/popover-content.d.ts +1147 -2
- package/types/popover/popover-context.d.ts +120 -0
- package/types/popover/popover.d.ts +4 -4
- package/types/popover/popover.styles.d.ts +1279 -7
- package/types/popover/use-popover.d.ts +83 -4
- package/types/popover/utils.d.ts +3 -1
- package/types/progress/progress.d.ts +1 -1
- package/types/progress/progress.styles.d.ts +150 -6
- package/types/radio/index.d.ts +2 -2
- package/types/radio/radio-context.d.ts +22 -13
- package/types/radio/radio-group.d.ts +9 -78
- package/types/radio/radio.d.ts +10 -66
- package/types/radio/radio.styles.d.ts +2574 -35
- package/types/radio/use-radio-group.d.ts +26 -0
- package/types/radio/use-radio.d.ts +31 -0
- package/types/row/row.styles.d.ts +75 -3
- package/types/snippet/snippet.styles.d.ts +300 -12
- package/types/spacer/spacer.styles.d.ts +75 -3
- package/types/switch/switch.d.ts +1 -1
- package/types/switch/switch.styles.d.ts +300 -12
- package/types/table/table-column-header.d.ts +75 -3
- package/types/table/table-sort-icon.d.ts +75 -3
- package/types/table/table.styles.d.ts +1278 -52
- package/types/text/text.styles.d.ts +75 -3
- package/types/textarea/textarea.d.ts +1 -1
- package/types/theme/common.d.ts +127 -6
- package/types/theme/dark-theme.d.ts +11 -0
- package/types/theme/light-theme.d.ts +7 -0
- package/types/theme/shared-css.d.ts +5237 -0
- package/types/theme/stitches.config.d.ts +643 -2964
- package/types/theme/types.d.ts +3 -0
- package/types/tooltip/tooltip.d.ts +1 -1
- package/types/tooltip/tooltip.styles.d.ts +300 -12
- package/types/user/index.d.ts +1 -1
- package/types/user/user-link.d.ts +4 -11
- package/types/user/user.styles.d.ts +298 -983
- package/types/utils/checkmark.d.ts +19 -0
- package/types/utils/color.d.ts +1 -0
- package/types/utils/dom.d.ts +5 -2
- package/types/utils/drip.d.ts +76 -4
- package/types/utils/prop-types.d.ts +4 -0
- package/umd/nextui.js +6269 -3172
- package/umd/nextui.min.js +1 -1
package/esm/utils/dom.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{useImperativeHandle as e,useRef as
|
|
1
|
+
import{useImperativeHandle as e,useLayoutEffect as t,useRef as r}from"react";export function canUseDOM(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}export const isBrowser=canUseDOM();export function detectDeviceType(e){const{userAgent:t}=e;return/(tablet)|(iPad)|(Nexus 9)/i.test(t)?"tablet":/(mobi)/i.test(t)?"phone":"desktop"}export function detectOS(e){return!!isBrowser&&function(e){const{userAgent:t,platform:r}=e;switch(!0){case/Android/.test(t):return"Android";case/iPhone|iPad|iPod/.test(r):return"iOS";case/Win/.test(r):return"Windows";case/Mac/.test(r):return"Mac";case/CrOS/.test(t):return"Chrome OS";case/Firefox/.test(t):return"Firefox OS";default:return null}}(window.navigator)===e}export function detectBrowser(e){return!!isBrowser&&function(e){const{userAgent:t,vendor:r}=e,n=/(android)/i.test(t);switch(!0){case/CriOS/.test(t):return"Chrome for iOS";case/Edg\//.test(t):return"Edge";case n&&/Silk\//.test(t):return"Silk";case/Chrome/.test(t)&&/Google Inc/.test(r):return"Chrome";case/Firefox\/\d+\.\d+$/.test(t):return"Firefox";case n:return"AOSP";case/MSIE|Trident/.test(t):return"IE";case/Safari/.test(e.userAgent)&&/Apple Computer/.test(t):return"Safari";case/AppleWebKit/.test(t):return"WebKit";default:return null}}(window.navigator)===e}export function detectTouch(){return!!isBrowser&&(null===window.ontouchstart&&null===window.ontouchmove&&null===window.ontouchend)}export function createDOMRef(e){return{UNSAFE_getDOMNode:()=>e.current}}export function createFocusableRef(e,t=e){return{...createDOMRef(e),focus(){t.current&&t.current.focus()}}}export function useDOMRef(t){const n=r(null);return e(t,(()=>n.current)),n}export function useFocusableRef(t,n){const o=r(null);return e(t,(()=>createFocusableRef(o,n))),o}export function useSyncRef(e,r){t((()=>{if(e&&e.ref&&r&&r.current)return e.ref.current=r.current,()=>{var t;null!=(t=e.ref)&&t.current&&(e.ref.current=null)}}),[e,r])}
|
package/esm/utils/icons.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"react";import{jsx as t}from"react/jsx-runtime";import{jsxs as i}from"react/jsx-runtime";export const Sun=({theme:e,fill:o,filled:r,size:n,height:l,width:h,label:s,...d})=>r?t("svg",{viewBox:"0 0 512 512",width:n||h||24,height:n||l||24,...d,children:t("path",{fill:o,d:"M256 118a22 22 0 01-22-22V48a22 22 0 0144 0v48a22 22 0 01-22 22zM256 486a22 22 0 01-22-22v-48a22 22 0 0144 0v48a22 22 0 01-22 22zM369.14 164.86a22 22 0 01-15.56-37.55l33.94-33.94a22 22 0 0131.11 31.11l-33.94 33.94a21.93 21.93 0 01-15.55 6.44zM108.92 425.08a22 22 0 01-15.55-37.56l33.94-33.94a22 22 0 1131.11 31.11l-33.94 33.94a21.94 21.94 0 01-15.56 6.45zM464 278h-48a22 22 0 010-44h48a22 22 0 010 44zM96 278H48a22 22 0 010-44h48a22 22 0 010 44zM403.08 425.08a21.94 21.94 0 01-15.56-6.45l-33.94-33.94a22 22 0 0131.11-31.11l33.94 33.94a22 22 0 01-15.55 37.56zM142.86 164.86a21.89 21.89 0 01-15.55-6.44l-33.94-33.94a22 22 0 0131.11-31.11l33.94 33.94a22 22 0 01-15.56 37.55zM256 358a102 102 0 11102-102 102.12 102.12 0 01-102 102z"})}):i("svg",{viewBox:"0 0 512 512",width:n||h||24,height:n||l||24,...d,children:[t("path",{fill:"none",stroke:o,strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:32,d:"M256 48v48M256 416v48M403.08 108.92l-33.94 33.94M142.86 369.14l-33.94 33.94M464 256h-48M96 256H48M403.08 403.08l-33.94-33.94M142.86 142.86l-33.94-33.94"}),t("circle",{cx:256,cy:256,r:80,fill:"none",stroke:o,strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:32})]});export const Mail=({theme:e,fill:o,size:r,height:n,width:l,...h})=>t("svg",{width:r||l||24,height:r||n||24,viewBox:"0 0 24 24",...h,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,children:[t("path",{d:"M12 20.5H7c-3 0-5-1.5-5-5v-7c0-3.5 2-5 5-5h10c3 0 5 1.5 5 5v3"}),t("path",{d:"M17 9l-3.13 2.5a3.166 3.166 0 01-3.75 0L7 9M19.21 14.77l-3.539 3.54a1.232 1.232 0 00-.3.59l-.19 1.35a.635.635 0 00.76.76l1.35-.19a1.189 1.189 0 00.59-.3l3.54-3.54a1.365 1.365 0 000-2.22 1.361 1.361 0 00-2.211.01zM18.7 15.28a3.185 3.185 0 002.22 2.22"})]})});export const Moon=({theme:e,fill:i,filled:o,size:r,height:n,width:l,label:h,...s})=>t("svg",o?{viewBox:"0 0 512 512",width:r||l||24,height:r||n||24,...s,children:t("path",{fill:i,d:"M152.62 126.77c0-33 4.85-66.35 17.23-94.77C87.54 67.83 32 151.89 32 247.38 32 375.85 136.15 480 264.62 480c95.49 0 179.55-55.54 215.38-137.85-28.42 12.38-61.8 17.23-94.77 17.23-128.47 0-232.61-104.14-232.61-232.61z"})}:{viewBox:"0 0 512 512",width:r||l||24,height:r||n||24,...s,children:t("path",{d:"M160 136c0-30.62 4.51-61.61 16-88C99.57 81.27 48 159.32 48 248c0 119.29 96.71 216 216 216 88.68 0 166.73-51.57 200-128-26.39 11.49-57.38 16-88 16-119.29 0-216-96.71-216-216z",fill:"none",stroke:i,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:32})});export const Lock=({theme:e,fill:o,filled:r,size:n,height:l,width:h,label:s,...d})=>{const a=o;return t("svg",{"data-name":"Iconly/Curved/Lock",xmlns:"http://www.w3.org/2000/svg",width:n||h||24,height:n||l||24,viewBox:"0 0 24 24",...d,children:i("g",{transform:"translate(3.5 2)",children:[t("path",{d:"M9.121,6.653V4.5A4.561,4.561,0,0,0,0,4.484V6.653",transform:"translate(3.85 0.75)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M.5,0V2.221",transform:"translate(7.91 12.156)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M7.66,0C1.915,0,0,1.568,0,6.271s1.915,6.272,7.66,6.272,7.661-1.568,7.661-6.272S13.4,0,7.66,0Z",transform:"translate(0.75 6.824)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5})]})})};export const Unlock=({theme:e,fill:o,filled:r,size:n,height:l,width:h,label:s,...d})=>{const a=o;return t("svg",{"data-name":"Iconly/Curved/Lock",xmlns:"http://www.w3.org/2000/svg",width:n||h||24,height:n||l||24,viewBox:"0 0 24 24",...d,children:i("g",{transform:"translate(3.5 2)",children:[t("path",{d:"M8.927,3.237A4.562,4.562,0,0,0,0,4.484V6.653",transform:"translate(3.849 0.75)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M.5,0V2.221",transform:"translate(7.91 12.156)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),t("path",{d:"M7.66,0C1.915,0,0,1.568,0,6.271s1.915,6.272,7.66,6.272,7.661-1.568,7.661-6.272S13.406,0,7.66,0Z",transform:"translate(0.75 6.824)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5})]})})};export const Password=({theme:e,fill:o,size:r,height:n,width:l,...h})=>t("svg",{width:r||l||24,height:r||n||24,viewBox:"0 0 24 24",...h,children:i("g",{fill:o,children:[t("path",{d:"M18.75 8v2.1a12.984 12.984 0 00-1.5-.1V8c0-3.15-.89-5.25-5.25-5.25S6.75 4.85 6.75 8v2a12.984 12.984 0 00-1.5.1V8c0-2.9.7-6.75 6.75-6.75S18.75 5.1 18.75 8z"}),t("path",{d:"M18.75 10.1a12.984 12.984 0 00-1.5-.1H6.75a12.984 12.984 0 00-1.5.1C2.7 10.41 2 11.66 2 15v2c0 4 1 5 5 5h10c4 0 5-1 5-5v-2c0-3.34-.7-4.59-3.25-4.9zM8.71 16.71A1.052 1.052 0 018 17a1 1 0 01-.38-.08 1.032 1.032 0 01-.33-.21A1.052 1.052 0 017 16a1 1 0 01.08-.38 1.155 1.155 0 01.21-.33 1.032 1.032 0 01.33-.21 1 1 0 011.09.21 1.155 1.155 0 01.21.33A1 1 0 019 16a1.052 1.052 0 01-.29.71zm4.21-.33a1.155 1.155 0 01-.21.33A1.052 1.052 0 0112 17a1.033 1.033 0 01-.71-.29 1.155 1.155 0 01-.21-.33A1 1 0 0111 16a1.033 1.033 0 01.29-.71 1.047 1.047 0 011.42 0A1.033 1.033 0 0113 16a1 1 0 01-.08.38zm3.79.33a1.014 1.014 0 01-1.42 0 1.014 1.014 0 010-1.42 1.047 1.047 0 011.42 0c.04.05.08.1.12.16a.556.556 0 01.09.17.636.636 0 01.06.18 1.5 1.5 0 01.02.2 1.052 1.052 0 01-.29.71z"})]})});export const Notification=({theme:e,fill:i,filled:o,size:r,height:n,width:l,label:h,...s})=>t("svg",{width:r||l||24,height:r||n||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.707 8.796c0 1.256.332 1.997 1.063 2.85.553.628.73 1.435.73 2.31 0 .874-.287 1.704-.863 2.378a4.537 4.537 0 01-2.9 1.413c-1.571.134-3.143.247-4.736.247-1.595 0-3.166-.068-4.737-.247a4.532 4.532 0 01-2.9-1.413 3.616 3.616 0 01-.864-2.378c0-.875.178-1.682.73-2.31.754-.854 1.064-1.594 1.064-2.85V8.37c0-1.682.42-2.781 1.283-3.858C7.861 2.942 9.919 2 11.956 2h.09c2.08 0 4.204.987 5.466 2.625.82 1.054 1.195 2.108 1.195 3.745v.426zM9.074 20.061c0-.504.462-.734.89-.833.5-.106 3.545-.106 4.045 0 .428.099.89.33.89.833-.025.48-.306.904-.695 1.174a3.635 3.635 0 01-1.713.731 3.795 3.795 0 01-1.008 0 3.618 3.618 0 01-1.714-.732c-.39-.269-.67-.694-.695-1.173z",fill:i})});export const User=({theme:e,fill:o,filled:r,size:n,height:l,width:h,label:s,...d})=>t("svg",{"data-name":"Iconly/Curved/Profile",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:n||h||24,height:n||l||24,...d,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,strokeWidth:1.5,children:[t("path",{"data-name":"Stroke 1",d:"M11.845 21.662C8.153 21.662 5 21.088 5 18.787s3.133-4.425 6.845-4.425c3.692 0 6.845 2.1 6.845 4.4s-3.134 2.9-6.845 2.9z"}),t("path",{"data-name":"Stroke 3",d:"M11.837 11.174a4.372 4.372 0 10-.031 0z"})]})});export const VolumeUp=({theme:e,fill:i,filled:o,size:r,height:n,width:l,label:h,...s})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:r||l||24,height:r||n||24,fill:"none",...s,children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.357 6.45c-.05-.486-.103-.99-.232-1.494C12.775 3.752 11.801 3 10.758 3c-.582-.002-1.318.356-1.736.72l-3.46 2.897h-1.81c-1.333 0-2.404 1.027-2.607 2.51-.172 1.424-.214 4.11 0 5.677.186 1.567 1.21 2.579 2.607 2.579h1.81l3.527 2.94c.362.315 1 .676 1.588.676l.105.001c1.063 0 2-.78 2.35-1.98.133-.509.18-.985.224-1.445l.001-.008.047-.459c.18-1.487.18-8.739 0-10.215l-.047-.442zm4.05.045a.907.907 0 00-1.279-.237.957.957 0 00-.228 1.308c.802 1.182 1.243 2.756 1.243 4.434 0 1.677-.441 3.252-1.243 4.434a.956.956 0 00.23 1.308.905.905 0 001.277-.237c1.012-1.492 1.571-3.447 1.571-5.505s-.559-4.013-1.571-5.505zM19.29 3.22a.905.905 0 011.277.236C22.136 5.767 23 8.802 23 12c0 3.2-.864 6.234-2.433 8.544a.902.902 0 01-1.276.236.957.957 0 01-.23-1.308c1.356-1.999 2.104-4.653 2.104-7.472 0-2.818-.748-5.472-2.105-7.471a.958.958 0 01.23-1.308z",fill:i})});export const Camera=({theme:e,fill:i,filled:o,size:r,height:n,width:l,label:h,...s})=>t("svg",{width:r||l||24,height:r||n||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.44 6.236c.04.07.11.12.2.12 2.4 0 4.36 1.958 4.36 4.355v5.934A4.368 4.368 0 0117.64 21H6.36A4.361 4.361 0 012 16.645V10.71a4.361 4.361 0 014.36-4.355c.08 0 .16-.04.19-.12l.06-.12.106-.222a97.79 97.79 0 01.714-1.486C7.89 3.51 8.67 3.01 9.64 3h4.71c.97.01 1.76.51 2.22 1.408.157.315.397.822.629 1.31l.141.299.1.22zm-.73 3.836c0 .5.4.9.9.9s.91-.4.91-.9-.41-.909-.91-.909-.9.41-.9.91zm-6.44 1.548c.47-.47 1.08-.719 1.73-.719.65 0 1.26.25 1.72.71.46.459.71 1.068.71 1.717A2.438 2.438 0 0112 15.756c-.65 0-1.26-.25-1.72-.71a2.408 2.408 0 01-.71-1.717v-.01c-.01-.63.24-1.24.7-1.699zm4.5 4.485a3.91 3.91 0 01-2.77 1.15 3.921 3.921 0 01-3.93-3.926 3.865 3.865 0 011.14-2.767A3.921 3.921 0 0112 9.402c1.05 0 2.04.41 2.78 1.15.74.749 1.15 1.738 1.15 2.777a3.958 3.958 0 01-1.16 2.776z",fill:i})});export const Activity=({theme:e,fill:o,filled:r,size:n,height:l,width:h,label:s,...d})=>t("svg",{"data-name":"Iconly/Curved/Activity",xmlns:"http://www.w3.org/2000/svg",width:n||h||24,height:n||l||24,viewBox:"0 0 24 24",...d,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,strokeWidth:1.5,children:[t("path",{d:"M6.918 14.854l2.993-3.889 3.414 2.68 2.929-3.78"}),t("path",{d:"M19.668 2.35a1.922 1.922 0 11-1.922 1.922 1.921 1.921 0 011.922-1.922z"}),t("path",{d:"M20.756 9.269a20.809 20.809 0 01.194 3.034c0 6.938-2.312 9.25-9.25 9.25s-9.25-2.312-9.25-9.25 2.313-9.25 9.25-9.25a20.931 20.931 0 012.983.187"})]})});export const Plus=({theme:e,fill:o,size:r,height:n,width:l,...h})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",width:r||l||24,height:r||n||24,viewBox:"0 0 24 24",...h,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,children:[t("path",{d:"M6 12h12"}),t("path",{d:"M12 18V6"})]})});export const Minus=({theme:e,fill:i,size:o,height:r,width:n,...l})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",width:o||n||24,height:o||r||24,viewBox:"0 0 24 24",...l,children:t("path",{d:"M6 12h12",fill:"none",stroke:i,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})});export const Eye=({fill:e,size:o,height:r,width:n,...l})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[t("path",{d:"M12.9833 10C12.9833 11.65 11.65 12.9833 10 12.9833C8.35 12.9833 7.01666 11.65 7.01666 10C7.01666 8.35 8.35 7.01666 10 7.01666C11.65 7.01666 12.9833 8.35 12.9833 10Z",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M9.99999 16.8916C12.9417 16.8916 15.6833 15.1583 17.5917 12.1583C18.3417 10.9833 18.3417 9.00831 17.5917 7.83331C15.6833 4.83331 12.9417 3.09998 9.99999 3.09998C7.05833 3.09998 4.31666 4.83331 2.40833 7.83331C1.65833 9.00831 1.65833 10.9833 2.40833 12.1583C4.31666 15.1583 7.05833 16.8916 9.99999 16.8916Z",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]});export const Edit=({fill:e,size:o,height:r,width:n,...l})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[t("path",{d:"M11.05 3.00002L4.20835 10.2417C3.95002 10.5167 3.70002 11.0584 3.65002 11.4334L3.34169 14.1334C3.23335 15.1084 3.93335 15.775 4.90002 15.6084L7.58335 15.15C7.95835 15.0834 8.48335 14.8084 8.74168 14.525L15.5834 7.28335C16.7667 6.03335 17.3 4.60835 15.4583 2.86668C13.625 1.14168 12.2334 1.75002 11.05 3.00002Z",stroke:e,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M9.90833 4.20831C10.2667 6.50831 12.1333 8.26665 14.45 8.49998",stroke:e,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M2.5 18.3333H17.5",stroke:e,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"})]});export const Delete=({fill:e,size:o,height:r,width:n,...l})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[t("path",{d:"M17.5 4.98332C14.725 4.70832 11.9333 4.56665 9.15 4.56665C7.5 4.56665 5.85 4.64998 4.2 4.81665L2.5 4.98332",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M7.08331 4.14169L7.26665 3.05002C7.39998 2.25835 7.49998 1.66669 8.90831 1.66669H11.0916C12.5 1.66669 12.6083 2.29169 12.7333 3.05835L12.9166 4.14169",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M15.7084 7.61664L15.1667 16.0083C15.075 17.3166 15 18.3333 12.675 18.3333H7.32502C5.00002 18.3333 4.92502 17.3166 4.83335 16.0083L4.29169 7.61664",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M8.60834 13.75H11.3833",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M7.91669 10.4167H12.0834",stroke:e,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]});
|
|
1
|
+
import t from"react";import{jsx as e}from"react/jsx-runtime";import{jsxs as i}from"react/jsx-runtime";export const Sun=({theme:t,fill:o,filled:r,size:n,height:h,width:l,label:s,...d})=>r?e("svg",{viewBox:"0 0 512 512",width:n||l||24,height:n||h||24,...d,children:e("path",{fill:o,d:"M256 118a22 22 0 01-22-22V48a22 22 0 0144 0v48a22 22 0 01-22 22zM256 486a22 22 0 01-22-22v-48a22 22 0 0144 0v48a22 22 0 01-22 22zM369.14 164.86a22 22 0 01-15.56-37.55l33.94-33.94a22 22 0 0131.11 31.11l-33.94 33.94a21.93 21.93 0 01-15.55 6.44zM108.92 425.08a22 22 0 01-15.55-37.56l33.94-33.94a22 22 0 1131.11 31.11l-33.94 33.94a21.94 21.94 0 01-15.56 6.45zM464 278h-48a22 22 0 010-44h48a22 22 0 010 44zM96 278H48a22 22 0 010-44h48a22 22 0 010 44zM403.08 425.08a21.94 21.94 0 01-15.56-6.45l-33.94-33.94a22 22 0 0131.11-31.11l33.94 33.94a22 22 0 01-15.55 37.56zM142.86 164.86a21.89 21.89 0 01-15.55-6.44l-33.94-33.94a22 22 0 0131.11-31.11l33.94 33.94a22 22 0 01-15.56 37.55zM256 358a102 102 0 11102-102 102.12 102.12 0 01-102 102z"})}):i("svg",{viewBox:"0 0 512 512",width:n||l||24,height:n||h||24,...d,children:[e("path",{fill:"none",stroke:o,strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:32,d:"M256 48v48M256 416v48M403.08 108.92l-33.94 33.94M142.86 369.14l-33.94 33.94M464 256h-48M96 256H48M403.08 403.08l-33.94-33.94M142.86 142.86l-33.94-33.94"}),e("circle",{cx:256,cy:256,r:80,fill:"none",stroke:o,strokeLinecap:"round",strokeMiterlimit:10,strokeWidth:32})]});export const Mail=({theme:t,fill:o,size:r,height:n,width:h,...l})=>e("svg",{width:r||h||24,height:r||n||24,viewBox:"0 0 24 24",...l,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,children:[e("path",{d:"M12 20.5H7c-3 0-5-1.5-5-5v-7c0-3.5 2-5 5-5h10c3 0 5 1.5 5 5v3"}),e("path",{d:"M17 9l-3.13 2.5a3.166 3.166 0 01-3.75 0L7 9M19.21 14.77l-3.539 3.54a1.232 1.232 0 00-.3.59l-.19 1.35a.635.635 0 00.76.76l1.35-.19a1.189 1.189 0 00.59-.3l3.54-3.54a1.365 1.365 0 000-2.22 1.361 1.361 0 00-2.211.01zM18.7 15.28a3.185 3.185 0 002.22 2.22"})]})});export const Moon=({theme:t,fill:i,filled:o,size:r,height:n,width:h,label:l,...s})=>e("svg",o?{viewBox:"0 0 512 512",width:r||h||24,height:r||n||24,...s,children:e("path",{fill:i,d:"M152.62 126.77c0-33 4.85-66.35 17.23-94.77C87.54 67.83 32 151.89 32 247.38 32 375.85 136.15 480 264.62 480c95.49 0 179.55-55.54 215.38-137.85-28.42 12.38-61.8 17.23-94.77 17.23-128.47 0-232.61-104.14-232.61-232.61z"})}:{viewBox:"0 0 512 512",width:r||h||24,height:r||n||24,...s,children:e("path",{d:"M160 136c0-30.62 4.51-61.61 16-88C99.57 81.27 48 159.32 48 248c0 119.29 96.71 216 216 216 88.68 0 166.73-51.57 200-128-26.39 11.49-57.38 16-88 16-119.29 0-216-96.71-216-216z",fill:"none",stroke:i,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:32})});export const Lock=({theme:t,fill:o,filled:r,size:n,height:h,width:l,label:s,...d})=>{const a=o;return e("svg",{"data-name":"Iconly/Curved/Lock",xmlns:"http://www.w3.org/2000/svg",width:n||l||24,height:n||h||24,viewBox:"0 0 24 24",...d,children:i("g",{transform:"translate(3.5 2)",children:[e("path",{d:"M9.121,6.653V4.5A4.561,4.561,0,0,0,0,4.484V6.653",transform:"translate(3.85 0.75)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),e("path",{d:"M.5,0V2.221",transform:"translate(7.91 12.156)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),e("path",{d:"M7.66,0C1.915,0,0,1.568,0,6.271s1.915,6.272,7.66,6.272,7.661-1.568,7.661-6.272S13.4,0,7.66,0Z",transform:"translate(0.75 6.824)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5})]})})};export const Unlock=({theme:t,fill:o,filled:r,size:n,height:h,width:l,label:s,...d})=>{const a=o;return e("svg",{"data-name":"Iconly/Curved/Lock",xmlns:"http://www.w3.org/2000/svg",width:n||l||24,height:n||h||24,viewBox:"0 0 24 24",...d,children:i("g",{transform:"translate(3.5 2)",children:[e("path",{d:"M8.927,3.237A4.562,4.562,0,0,0,0,4.484V6.653",transform:"translate(3.849 0.75)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),e("path",{d:"M.5,0V2.221",transform:"translate(7.91 12.156)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5}),e("path",{d:"M7.66,0C1.915,0,0,1.568,0,6.271s1.915,6.272,7.66,6.272,7.661-1.568,7.661-6.272S13.406,0,7.66,0Z",transform:"translate(0.75 6.824)",fill:"none",stroke:a,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:"10",strokeWidth:1.5})]})})};export const Password=({theme:t,fill:o,size:r,height:n,width:h,...l})=>e("svg",{width:r||h||24,height:r||n||24,viewBox:"0 0 24 24",...l,children:i("g",{fill:o,children:[e("path",{d:"M18.75 8v2.1a12.984 12.984 0 00-1.5-.1V8c0-3.15-.89-5.25-5.25-5.25S6.75 4.85 6.75 8v2a12.984 12.984 0 00-1.5.1V8c0-2.9.7-6.75 6.75-6.75S18.75 5.1 18.75 8z"}),e("path",{d:"M18.75 10.1a12.984 12.984 0 00-1.5-.1H6.75a12.984 12.984 0 00-1.5.1C2.7 10.41 2 11.66 2 15v2c0 4 1 5 5 5h10c4 0 5-1 5-5v-2c0-3.34-.7-4.59-3.25-4.9zM8.71 16.71A1.052 1.052 0 018 17a1 1 0 01-.38-.08 1.032 1.032 0 01-.33-.21A1.052 1.052 0 017 16a1 1 0 01.08-.38 1.155 1.155 0 01.21-.33 1.032 1.032 0 01.33-.21 1 1 0 011.09.21 1.155 1.155 0 01.21.33A1 1 0 019 16a1.052 1.052 0 01-.29.71zm4.21-.33a1.155 1.155 0 01-.21.33A1.052 1.052 0 0112 17a1.033 1.033 0 01-.71-.29 1.155 1.155 0 01-.21-.33A1 1 0 0111 16a1.033 1.033 0 01.29-.71 1.047 1.047 0 011.42 0A1.033 1.033 0 0113 16a1 1 0 01-.08.38zm3.79.33a1.014 1.014 0 01-1.42 0 1.014 1.014 0 010-1.42 1.047 1.047 0 011.42 0c.04.05.08.1.12.16a.556.556 0 01.09.17.636.636 0 01.06.18 1.5 1.5 0 01.02.2 1.052 1.052 0 01-.29.71z"})]})});export const Notification=({theme:t,fill:i,filled:o,size:r,height:n,width:h,label:l,...s})=>e("svg",{width:r||h||24,height:r||n||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.707 8.796c0 1.256.332 1.997 1.063 2.85.553.628.73 1.435.73 2.31 0 .874-.287 1.704-.863 2.378a4.537 4.537 0 01-2.9 1.413c-1.571.134-3.143.247-4.736.247-1.595 0-3.166-.068-4.737-.247a4.532 4.532 0 01-2.9-1.413 3.616 3.616 0 01-.864-2.378c0-.875.178-1.682.73-2.31.754-.854 1.064-1.594 1.064-2.85V8.37c0-1.682.42-2.781 1.283-3.858C7.861 2.942 9.919 2 11.956 2h.09c2.08 0 4.204.987 5.466 2.625.82 1.054 1.195 2.108 1.195 3.745v.426zM9.074 20.061c0-.504.462-.734.89-.833.5-.106 3.545-.106 4.045 0 .428.099.89.33.89.833-.025.48-.306.904-.695 1.174a3.635 3.635 0 01-1.713.731 3.795 3.795 0 01-1.008 0 3.618 3.618 0 01-1.714-.732c-.39-.269-.67-.694-.695-1.173z",fill:i})});export const User=({theme:t,fill:o,filled:r,size:n,height:h,width:l,label:s,...d})=>e("svg",{"data-name":"Iconly/Curved/Profile",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:n||l||24,height:n||h||24,...d,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,strokeWidth:1.5,children:[e("path",{"data-name":"Stroke 1",d:"M11.845 21.662C8.153 21.662 5 21.088 5 18.787s3.133-4.425 6.845-4.425c3.692 0 6.845 2.1 6.845 4.4s-3.134 2.9-6.845 2.9z"}),e("path",{"data-name":"Stroke 3",d:"M11.837 11.174a4.372 4.372 0 10-.031 0z"})]})});export const VolumeUp=({theme:t,fill:i,filled:o,size:r,height:n,width:h,label:l,...s})=>e("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:r||h||24,height:r||n||24,fill:"none",...s,children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.357 6.45c-.05-.486-.103-.99-.232-1.494C12.775 3.752 11.801 3 10.758 3c-.582-.002-1.318.356-1.736.72l-3.46 2.897h-1.81c-1.333 0-2.404 1.027-2.607 2.51-.172 1.424-.214 4.11 0 5.677.186 1.567 1.21 2.579 2.607 2.579h1.81l3.527 2.94c.362.315 1 .676 1.588.676l.105.001c1.063 0 2-.78 2.35-1.98.133-.509.18-.985.224-1.445l.001-.008.047-.459c.18-1.487.18-8.739 0-10.215l-.047-.442zm4.05.045a.907.907 0 00-1.279-.237.957.957 0 00-.228 1.308c.802 1.182 1.243 2.756 1.243 4.434 0 1.677-.441 3.252-1.243 4.434a.956.956 0 00.23 1.308.905.905 0 001.277-.237c1.012-1.492 1.571-3.447 1.571-5.505s-.559-4.013-1.571-5.505zM19.29 3.22a.905.905 0 011.277.236C22.136 5.767 23 8.802 23 12c0 3.2-.864 6.234-2.433 8.544a.902.902 0 01-1.276.236.957.957 0 01-.23-1.308c1.356-1.999 2.104-4.653 2.104-7.472 0-2.818-.748-5.472-2.105-7.471a.958.958 0 01.23-1.308z",fill:i})});export const Camera=({theme:t,fill:i,filled:o,size:r,height:n,width:h,label:l,...s})=>e("svg",{width:r||h||24,height:r||n||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.44 6.236c.04.07.11.12.2.12 2.4 0 4.36 1.958 4.36 4.355v5.934A4.368 4.368 0 0117.64 21H6.36A4.361 4.361 0 012 16.645V10.71a4.361 4.361 0 014.36-4.355c.08 0 .16-.04.19-.12l.06-.12.106-.222a97.79 97.79 0 01.714-1.486C7.89 3.51 8.67 3.01 9.64 3h4.71c.97.01 1.76.51 2.22 1.408.157.315.397.822.629 1.31l.141.299.1.22zm-.73 3.836c0 .5.4.9.9.9s.91-.4.91-.9-.41-.909-.91-.909-.9.41-.9.91zm-6.44 1.548c.47-.47 1.08-.719 1.73-.719.65 0 1.26.25 1.72.71.46.459.71 1.068.71 1.717A2.438 2.438 0 0112 15.756c-.65 0-1.26-.25-1.72-.71a2.408 2.408 0 01-.71-1.717v-.01c-.01-.63.24-1.24.7-1.699zm4.5 4.485a3.91 3.91 0 01-2.77 1.15 3.921 3.921 0 01-3.93-3.926 3.865 3.865 0 011.14-2.767A3.921 3.921 0 0112 9.402c1.05 0 2.04.41 2.78 1.15.74.749 1.15 1.738 1.15 2.777a3.958 3.958 0 01-1.16 2.776z",fill:i})});export const Activity=({theme:t,fill:o,filled:r,size:n,height:h,width:l,label:s,...d})=>e("svg",{"data-name":"Iconly/Curved/Activity",xmlns:"http://www.w3.org/2000/svg",width:n||l||24,height:n||h||24,viewBox:"0 0 24 24",...d,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeMiterlimit:10,strokeWidth:1.5,children:[e("path",{d:"M6.918 14.854l2.993-3.889 3.414 2.68 2.929-3.78"}),e("path",{d:"M19.668 2.35a1.922 1.922 0 11-1.922 1.922 1.921 1.921 0 011.922-1.922z"}),e("path",{d:"M20.756 9.269a20.809 20.809 0 01.194 3.034c0 6.938-2.312 9.25-9.25 9.25s-9.25-2.312-9.25-9.25 2.313-9.25 9.25-9.25a20.931 20.931 0 012.983.187"})]})});export const Plus=({theme:t,fill:o,size:r,height:n,width:h,...l})=>e("svg",{xmlns:"http://www.w3.org/2000/svg",width:r||h||24,height:r||n||24,viewBox:"0 0 24 24",...l,children:i("g",{fill:"none",stroke:o,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,children:[e("path",{d:"M6 12h12"}),e("path",{d:"M12 18V6"})]})});export const Minus=({theme:t,fill:i,size:o,height:r,width:n,...h})=>e("svg",{xmlns:"http://www.w3.org/2000/svg",width:o||n||24,height:o||r||24,viewBox:"0 0 24 24",...h,children:e("path",{d:"M6 12h12",fill:"none",stroke:i,strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5})});export const Eye=({fill:t,size:o,height:r,width:n,...h})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...h,children:[e("path",{d:"M12.9833 10C12.9833 11.65 11.65 12.9833 10 12.9833C8.35 12.9833 7.01666 11.65 7.01666 10C7.01666 8.35 8.35 7.01666 10 7.01666C11.65 7.01666 12.9833 8.35 12.9833 10Z",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M9.99999 16.8916C12.9417 16.8916 15.6833 15.1583 17.5917 12.1583C18.3417 10.9833 18.3417 9.00831 17.5917 7.83331C15.6833 4.83331 12.9417 3.09998 9.99999 3.09998C7.05833 3.09998 4.31666 4.83331 2.40833 7.83331C1.65833 9.00831 1.65833 10.9833 2.40833 12.1583C4.31666 15.1583 7.05833 16.8916 9.99999 16.8916Z",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]});export const Edit=({fill:t,size:o,height:r,width:n,...h})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...h,children:[e("path",{d:"M11.05 3.00002L4.20835 10.2417C3.95002 10.5167 3.70002 11.0584 3.65002 11.4334L3.34169 14.1334C3.23335 15.1084 3.93335 15.775 4.90002 15.6084L7.58335 15.15C7.95835 15.0834 8.48335 14.8084 8.74168 14.525L15.5834 7.28335C16.7667 6.03335 17.3 4.60835 15.4583 2.86668C13.625 1.14168 12.2334 1.75002 11.05 3.00002Z",stroke:t,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M9.90833 4.20831C10.2667 6.50831 12.1333 8.26665 14.45 8.49998",stroke:t,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M2.5 18.3333H17.5",stroke:t,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"})]});export const Delete=({fill:t,size:o,height:r,width:n,...h})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...h,children:[e("path",{d:"M17.5 4.98332C14.725 4.70832 11.9333 4.56665 9.15 4.56665C7.5 4.56665 5.85 4.64998 4.2 4.81665L2.5 4.98332",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M7.08331 4.14169L7.26665 3.05002C7.39998 2.25835 7.49998 1.66669 8.90831 1.66669H11.0916C12.5 1.66669 12.6083 2.29169 12.7333 3.05835L12.9166 4.14169",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M15.7084 7.61664L15.1667 16.0083C15.075 17.3166 15 18.3333 12.675 18.3333H7.32502C5.00002 18.3333 4.92502 17.3166 4.83335 16.0083L4.29169 7.61664",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M8.60834 13.75H11.3833",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M7.91669 10.4167H12.0834",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]});export const ChevronDown=({fill:t,size:i,height:o,width:r,...n})=>e("svg",{width:i||r||24,height:i||o||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:e("path",{d:"m19.92 8.95-6.52 6.52c-.77.77-2.03.77-2.8 0L4.08 8.95",stroke:t,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"})});export const ChevronDownBold=({fill:t,size:i,height:o,width:r,...n})=>e("svg",{width:i||r||24,height:i||o||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...n,children:e("path",{d:"M17.9188 8.17969H11.6888H6.07877C5.11877 8.17969 4.63877 9.33969 5.31877 10.0197L10.4988 15.1997C11.3288 16.0297 12.6788 16.0297 13.5088 15.1997L15.4788 13.2297L18.6888 10.0197C19.3588 9.33969 18.8788 8.17969 17.9188 8.17969Z",fill:t})});export const NewFile=({fill:t,size:o,height:r,width:n,...h})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...h,children:[e("path",{d:"M8 2V5",stroke:t,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M16 2V5",stroke:t,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M21 8.5V13.63C20.11 12.92 18.98 12.5 17.75 12.5C16.52 12.5 15.37 12.93 14.47 13.66C13.26 14.61 12.5 16.1 12.5 17.75C12.5 18.73 12.78 19.67 13.26 20.45C13.63 21.06 14.11 21.59 14.68 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z",stroke:t,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M7 11H13",stroke:t,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M7 16H9.62",stroke:t,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M23 17.75C23 18.73 22.72 19.67 22.24 20.45C21.96 20.93 21.61 21.35 21.2 21.69C20.28 22.51 19.08 23 17.75 23C16.6 23 15.54 22.63 14.68 22C14.11 21.59 13.63 21.06 13.26 20.45C12.78 19.67 12.5 18.73 12.5 17.75C12.5 16.1 13.26 14.61 14.47 13.66C15.37 12.93 16.52 12.5 17.75 12.5C18.98 12.5 20.11 12.92 21 13.63C22.22 14.59 23 16.08 23 17.75Z",stroke:t,strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round",strokeLinejoin:"round"}),e("path",{d:"M17.75 20.25C17.75 18.87 18.87 17.75 20.25 17.75C18.87 17.75 17.75 16.63 17.75 15.25C17.75 16.63 16.63 17.75 15.25 17.75C16.63 17.75 17.75 18.87 17.75 20.25Z",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]});export const AddNoteBulk=({fill:t,size:o,height:r,width:n,...h})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...h,children:[e("path",{opacity:.4,d:"M7.37 22h9.25a4.87 4.87 0 0 0 4.87-4.87V8.37a4.87 4.87 0 0 0-4.87-4.87H7.37A4.87 4.87 0 0 0 2.5 8.37v8.75c0 2.7 2.18 4.88 4.87 4.88Z",fill:t}),e("path",{d:"M8.29 6.29c-.42 0-.75-.34-.75-.75V2.75a.749.749 0 1 1 1.5 0v2.78c0 .42-.33.76-.75.76ZM15.71 6.29c-.42 0-.75-.34-.75-.75V2.75a.749.749 0 1 1 1.5 0v2.78c0 .42-.33.76-.75.76ZM12 14.75h-1.69V13c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.75H7c-.41 0-.75.34-.75.75s.34.75.75.75h1.81V18c0 .41.34.75.75.75s.75-.34.75-.75v-1.75H12c.41 0 .75-.34.75-.75s-.34-.75-.75-.75Z",fill:t})]});export const CopyDocumentBulk=({fill:t,size:o,height:r,width:n,...h})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...h,children:[e("path",{opacity:.4,d:"M15.5 13.15h-2.17c-1.78 0-3.23-1.44-3.23-3.23V7.75c0-.41-.33-.75-.75-.75H6.18C3.87 7 2 8.5 2 11.18v6.64C2 20.5 3.87 22 6.18 22h5.89c2.31 0 4.18-1.5 4.18-4.18V13.9c0-.42-.34-.75-.75-.75Z",fill:t}),e("path",{d:"M17.82 2H11.93C9.67 2 7.84 3.44 7.76 6.01c.06 0 .11-.01.17-.01h5.89C16.13 6 18 7.5 18 10.18V16.83c0 .06-.01.11-.01.16 2.23-.07 4.01-1.55 4.01-4.16V6.18C22 3.5 20.13 2 17.82 2Z",fill:t}),e("path",{d:"M11.98 7.15c-.31-.31-.84-.1-.84.33v2.62c0 1.1.93 2 2.07 2 .71.01 1.7.01 2.55.01.43 0 .65-.5.35-.8-1.09-1.09-3.03-3.04-4.13-4.16Z",fill:t})]});export const EditDocumentBulk=({fill:t,size:o,height:r,width:n,...h})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...h,children:[e("path",{opacity:.4,d:"M15.48 3H7.52C4.07 3 2 5.06 2 8.52v7.95C2 19.94 4.07 22 7.52 22h7.95c3.46 0 5.52-2.06 5.52-5.52V8.52C21 5.06 18.93 3 15.48 3Z",fill:t}),e("path",{d:"M21.02 2.98c-1.79-1.8-3.54-1.84-5.38 0L14.51 4.1c-.1.1-.13.24-.09.37.7 2.45 2.66 4.41 5.11 5.11.03.01.08.01.11.01.1 0 .2-.04.27-.11l1.11-1.12c.91-.91 1.36-1.78 1.36-2.67 0-.9-.45-1.79-1.36-2.71ZM17.86 10.42c-.27-.13-.53-.26-.77-.41-.2-.12-.4-.25-.59-.39-.16-.1-.34-.25-.52-.4-.02-.01-.08-.06-.16-.14-.31-.25-.64-.59-.95-.96-.02-.02-.08-.08-.13-.17-.1-.11-.25-.3-.38-.51-.11-.14-.24-.34-.36-.55-.15-.25-.28-.5-.4-.76-.13-.28-.23-.54-.32-.79L7.9 10.72c-.35.35-.69 1.01-.76 1.5l-.43 2.98c-.09.63.08 1.22.47 1.61.33.33.78.5 1.28.5.11 0 .22-.01.33-.02l2.97-.42c.49-.07 1.15-.4 1.5-.76l5.38-5.38c-.25-.08-.5-.19-.78-.31Z",fill:t})]});export const DeleteDocumentBulk=({fill:t,size:o,height:r,width:n,...h})=>i("svg",{width:o||n||24,height:o||r||24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...h,children:[e("path",{d:"M21.07 5.23c-1.61-.16-3.22-.28-4.84-.37v-.01l-.22-1.3c-.15-.92-.37-2.3-2.71-2.3h-2.62c-2.33 0-2.55 1.32-2.71 2.29l-.21 1.28c-.93.06-1.86.12-2.79.21l-2.04.2c-.42.04-.72.41-.68.82.04.41.4.71.82.67l2.04-.2c5.24-.52 10.52-.32 15.82.21h.08c.38 0 .71-.29.75-.68a.766.766 0 0 0-.69-.82Z",fill:t}),e("path",{opacity:.399,d:"M19.23 8.14c-.24-.25-.57-.39-.91-.39H5.68c-.34 0-.68.14-.91.39-.23.25-.36.59-.34.94l.62 10.26c.11 1.52.25 3.42 3.74 3.42h6.42c3.49 0 3.63-1.89 3.74-3.42l.62-10.25c.02-.36-.11-.7-.34-.95Z",fill:t}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.58 17a.75.75 0 0 1 .75-.75h3.33a.75.75 0 0 1 0 1.5h-3.33a.75.75 0 0 1-.75-.75ZM8.75 13a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75Z",fill:t})]});
|
package/esm/utils/prop-types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const tuple=(...e)=>e;tuple("xs","sm","md","lg","xl");export const normalColors=tuple("default","primary","secondary","success","warning","error","gradient");export const simpleColors=tuple("default","primary","secondary","success","warning","error");export const extendedColors=tuple("default","primary","secondary","success","warning","error","invert","gradient");export const extendedColorsNoGradient=tuple("default","primary","secondary","success","warning","error","invert");export const extraColors=tuple("default","primary","secondary","success","warning","error","dark","lite","alert","purple","violet","gradient","cyan");export const normalLoaders=tuple("default","points","points-opacity","gradient","spinner");export const normalWeights=tuple("light","normal","bold","extrabold","black");export const textWeights=tuple("normal","bold","lighter","bolder","inherit","initial","revert","unset");export const textTransforms=tuple("none","capitalize","uppercase","lowercase","full-width","full-size-kana","inherit","initial","revert","unset");tuple("default","slient","prevent"),tuple("hover","click"),tuple("top","topStart","topEnd","left","leftStart","leftEnd","bottom","bottomStart","bottomEnd","right","rightStart","rightEnd"),tuple("static","relative","absolute","fixed","sticky","inherit","initial","revert","unset"),tuple("contain","cover","fill","none","scale-down","inherit","initial","revert","unset"),tuple("start","center","end","left","right"),tuple("flex-start","center","flex-end","space-between","space-around","space-evenly"),tuple("flex-start","flex-end","center","stretch","baseline"),tuple("stretch","center","flex-start","flex-end","space-between","space-around"),tuple("row","row-reverse","column","column-reverse"),tuple("nowrap","wrap","wrap-reverse"),tuple("flex","block","grid","inline","inline-block","inline-flex","inline-grid"),tuple("left","right"),tuple("start","center","end");export const excludedInputPropsForTextarea=tuple("clearable","as","rounded","labelLeft","labelRight","contentLeft","contentRight","contentClickable","contentLeftStyling","contentRightStyling","onContentClick","onClearClick","css");export const excludedTableProps=tuple("items","disabledKeys","allowDuplicateSelectionEvents","disallowEmptySelection","defaultSelectedKeys","sortDescriptor","onSortChange");tuple("toggle","replace"),tuple("none","single","multiple");
|
|
1
|
+
export const tuple=(...e)=>e;tuple("xs","sm","md","lg","xl");export const normalColors=tuple("default","primary","secondary","success","warning","error","gradient");export const simpleColors=tuple("default","primary","secondary","success","warning","error");export const extendedColors=tuple("default","primary","secondary","success","warning","error","invert","gradient");export const extendedColorsNoGradient=tuple("default","primary","secondary","success","warning","error","invert");export const extraColors=tuple("default","primary","secondary","success","warning","error","dark","lite","alert","purple","violet","gradient","cyan");export const normalLoaders=tuple("default","points","points-opacity","gradient","spinner");export const normalWeights=tuple("light","normal","bold","extrabold","black");export const textWeights=tuple("normal","bold","lighter","bolder","inherit","initial","revert","unset");export const textTransforms=tuple("none","capitalize","uppercase","lowercase","full-width","full-size-kana","inherit","initial","revert","unset");tuple("default","slient","prevent"),tuple("hover","click"),tuple("top","topStart","topEnd","left","leftStart","leftEnd","bottom","bottomStart","bottomEnd","right","rightStart","rightEnd"),tuple("static","relative","absolute","fixed","sticky","inherit","initial","revert","unset"),tuple("contain","cover","fill","none","scale-down","inherit","initial","revert","unset"),tuple("start","center","end","left","right"),tuple("flex-start","center","flex-end","space-between","space-around","space-evenly"),tuple("flex-start","flex-end","center","stretch","baseline"),tuple("stretch","center","flex-start","flex-end","space-between","space-around"),tuple("row","row-reverse","column","column-reverse"),tuple("nowrap","wrap","wrap-reverse"),tuple("flex","block","grid","inline","inline-block","inline-flex","inline-grid"),tuple("left","right"),tuple("start","center","end");export const excludedInputPropsForTextarea=tuple("clearable","as","rounded","labelLeft","labelRight","contentLeft","contentRight","contentClickable","contentLeftStyling","contentRightStyling","onContentClick","onClearClick","css");export const excludedTableProps=tuple("items","disabledKeys","allowDuplicateSelectionEvents","disallowEmptySelection","defaultSelectedKeys","sortDescriptor","onSortChange");tuple("toggle","replace"),tuple("none","single","multiple"),tuple("flat","light","solid","shadow"),tuple("flat","bordered","shadow");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextui-org/react",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "🚀 Beautiful and modern React UI library.",
|
|
6
6
|
"homepage": "https://nextui.org",
|
|
@@ -39,7 +39,9 @@
|
|
|
39
39
|
"@react-aria/i18n": "3.3.9",
|
|
40
40
|
"@react-aria/interactions": "3.8.4",
|
|
41
41
|
"@react-aria/label": "3.2.5",
|
|
42
|
+
"@react-aria/menu": "3.4.4",
|
|
42
43
|
"@react-aria/overlays": "3.8.2",
|
|
44
|
+
"@react-aria/radio": "3.1.11",
|
|
43
45
|
"@react-aria/ssr": "3.1.2",
|
|
44
46
|
"@react-aria/table": "3.2.4",
|
|
45
47
|
"@react-aria/utils": "3.12.0",
|
|
@@ -47,11 +49,14 @@
|
|
|
47
49
|
"@react-stately/checkbox": "3.0.7",
|
|
48
50
|
"@react-stately/data": "3.4.7",
|
|
49
51
|
"@react-stately/overlays": "3.2.0",
|
|
52
|
+
"@react-stately/radio": "3.3.6",
|
|
50
53
|
"@react-stately/table": "3.1.3",
|
|
51
54
|
"@react-stately/toggle": "3.2.7",
|
|
55
|
+
"@react-stately/tree": "3.2.4",
|
|
52
56
|
"@react-types/button": "^3.4.5",
|
|
53
57
|
"@react-types/checkbox": "3.2.7",
|
|
54
58
|
"@react-types/grid": "3.0.4",
|
|
59
|
+
"@react-types/menu": "3.5.3",
|
|
55
60
|
"@react-types/overlays": "3.5.5",
|
|
56
61
|
"@react-types/shared": "3.12.0",
|
|
57
62
|
"@stitches/react": "1.2.8"
|
|
@@ -39,6 +39,13 @@ export declare const StyledAvatarGroupCount: import("@stitches/react/types/style
|
|
|
39
39
|
lg: string;
|
|
40
40
|
xl: string;
|
|
41
41
|
};
|
|
42
|
+
dropShadows: {
|
|
43
|
+
xs: string;
|
|
44
|
+
sm: string;
|
|
45
|
+
md: string;
|
|
46
|
+
lg: string;
|
|
47
|
+
xl: string;
|
|
48
|
+
};
|
|
42
49
|
colors: {
|
|
43
50
|
text: string;
|
|
44
51
|
link: string;
|
|
@@ -180,6 +187,16 @@ export declare const StyledAvatarGroupCount: import("@stitches/react/types/style
|
|
|
180
187
|
errorSolidHover: string;
|
|
181
188
|
errorSolidContrast: string;
|
|
182
189
|
errorShadow: string;
|
|
190
|
+
neutralLight: string;
|
|
191
|
+
neutralLightHover: string;
|
|
192
|
+
neutralLightActive: string;
|
|
193
|
+
neutralLightContrast: string;
|
|
194
|
+
neutral: string;
|
|
195
|
+
neutralBorder: string;
|
|
196
|
+
neutralBorderHover: string;
|
|
197
|
+
neutralSolidHover: string;
|
|
198
|
+
neutralSolidContrast: string;
|
|
199
|
+
neutralShadow: string;
|
|
183
200
|
gradient: string;
|
|
184
201
|
accents0: string;
|
|
185
202
|
accents1: string;
|
|
@@ -198,13 +215,20 @@ export declare const StyledAvatarGroupCount: import("@stitches/react/types/style
|
|
|
198
215
|
mono: string;
|
|
199
216
|
};
|
|
200
217
|
fontSizes: {
|
|
201
|
-
tiny: string;
|
|
202
218
|
xs: string;
|
|
203
|
-
base: string;
|
|
204
219
|
sm: string;
|
|
220
|
+
base: string;
|
|
205
221
|
md: string;
|
|
206
222
|
lg: string;
|
|
207
223
|
xl: string;
|
|
224
|
+
xl2: string;
|
|
225
|
+
xl3: string;
|
|
226
|
+
xl4: string;
|
|
227
|
+
xl5: string;
|
|
228
|
+
xl6: string;
|
|
229
|
+
xl7: string;
|
|
230
|
+
xl8: string;
|
|
231
|
+
xl9: string;
|
|
208
232
|
};
|
|
209
233
|
fontWeights: {
|
|
210
234
|
hairline: number;
|
|
@@ -220,9 +244,18 @@ export declare const StyledAvatarGroupCount: import("@stitches/react/types/style
|
|
|
220
244
|
lineHeights: {
|
|
221
245
|
xs: number;
|
|
222
246
|
sm: number;
|
|
247
|
+
base: number;
|
|
223
248
|
md: number;
|
|
224
249
|
lg: number;
|
|
225
250
|
xl: number;
|
|
251
|
+
xl2: number;
|
|
252
|
+
xl3: number;
|
|
253
|
+
xl4: number;
|
|
254
|
+
xl5: number;
|
|
255
|
+
xl6: number;
|
|
256
|
+
xl7: number;
|
|
257
|
+
xl8: number;
|
|
258
|
+
xl9: number;
|
|
226
259
|
};
|
|
227
260
|
letterSpacings: {
|
|
228
261
|
tighter: string;
|
|
@@ -307,6 +340,7 @@ export declare const StyledAvatarGroupCount: import("@stitches/react/types/style
|
|
|
307
340
|
avatar: string;
|
|
308
341
|
link: string;
|
|
309
342
|
card: string;
|
|
343
|
+
dropdownItem: string;
|
|
310
344
|
};
|
|
311
345
|
breakpoints: {
|
|
312
346
|
xs: string;
|
|
@@ -682,7 +716,9 @@ export declare const StyledAvatarGroupCount: import("@stitches/react/types/style
|
|
|
682
716
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
683
717
|
}) => {
|
|
684
718
|
bf: string;
|
|
685
|
-
bg:
|
|
719
|
+
bg: {
|
|
720
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
721
|
+
};
|
|
686
722
|
};
|
|
687
723
|
bgColor: (value: {
|
|
688
724
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -760,6 +796,32 @@ export declare const StyledAvatarGroupCount: import("@stitches/react/types/style
|
|
|
760
796
|
readonly [$$PropertyValue]: "boxShadow";
|
|
761
797
|
};
|
|
762
798
|
};
|
|
799
|
+
ds: (value: {
|
|
800
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
801
|
+
}) => {
|
|
802
|
+
dropShadow: {
|
|
803
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
804
|
+
};
|
|
805
|
+
};
|
|
806
|
+
shadow: (value: {
|
|
807
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
808
|
+
}) => {
|
|
809
|
+
boxShadow: {
|
|
810
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
811
|
+
};
|
|
812
|
+
};
|
|
813
|
+
dshadow: (value: {
|
|
814
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
815
|
+
}) => {
|
|
816
|
+
dropShadow: {
|
|
817
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
818
|
+
};
|
|
819
|
+
};
|
|
820
|
+
dropShadow: (value: {
|
|
821
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
822
|
+
}) => {
|
|
823
|
+
filter: string;
|
|
824
|
+
};
|
|
763
825
|
normalShadow: (value: {
|
|
764
826
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
765
827
|
}) => {
|
|
@@ -963,6 +1025,16 @@ export declare const StyledAvatarGroupCount: import("@stitches/react/types/style
|
|
|
963
1025
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
964
1026
|
};
|
|
965
1027
|
};
|
|
1028
|
+
truncateText: (value: {
|
|
1029
|
+
readonly [$$PropertyValue]: "width";
|
|
1030
|
+
}) => {
|
|
1031
|
+
maxWidth: {
|
|
1032
|
+
readonly [$$PropertyValue]: "width";
|
|
1033
|
+
};
|
|
1034
|
+
whiteSpace: string;
|
|
1035
|
+
overflow: string;
|
|
1036
|
+
textOverflow: string;
|
|
1037
|
+
};
|
|
966
1038
|
textGradient: (value: {
|
|
967
1039
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
968
1040
|
}) => {
|
|
@@ -1016,6 +1088,13 @@ export declare const StyledAvatarGroup: import("@stitches/react/types/styled-com
|
|
|
1016
1088
|
lg: string;
|
|
1017
1089
|
xl: string;
|
|
1018
1090
|
};
|
|
1091
|
+
dropShadows: {
|
|
1092
|
+
xs: string;
|
|
1093
|
+
sm: string;
|
|
1094
|
+
md: string;
|
|
1095
|
+
lg: string;
|
|
1096
|
+
xl: string;
|
|
1097
|
+
};
|
|
1019
1098
|
colors: {
|
|
1020
1099
|
text: string;
|
|
1021
1100
|
link: string;
|
|
@@ -1157,6 +1236,16 @@ export declare const StyledAvatarGroup: import("@stitches/react/types/styled-com
|
|
|
1157
1236
|
errorSolidHover: string;
|
|
1158
1237
|
errorSolidContrast: string;
|
|
1159
1238
|
errorShadow: string;
|
|
1239
|
+
neutralLight: string;
|
|
1240
|
+
neutralLightHover: string;
|
|
1241
|
+
neutralLightActive: string;
|
|
1242
|
+
neutralLightContrast: string;
|
|
1243
|
+
neutral: string;
|
|
1244
|
+
neutralBorder: string;
|
|
1245
|
+
neutralBorderHover: string;
|
|
1246
|
+
neutralSolidHover: string;
|
|
1247
|
+
neutralSolidContrast: string;
|
|
1248
|
+
neutralShadow: string;
|
|
1160
1249
|
gradient: string;
|
|
1161
1250
|
accents0: string;
|
|
1162
1251
|
accents1: string;
|
|
@@ -1175,13 +1264,20 @@ export declare const StyledAvatarGroup: import("@stitches/react/types/styled-com
|
|
|
1175
1264
|
mono: string;
|
|
1176
1265
|
};
|
|
1177
1266
|
fontSizes: {
|
|
1178
|
-
tiny: string;
|
|
1179
1267
|
xs: string;
|
|
1180
|
-
base: string;
|
|
1181
1268
|
sm: string;
|
|
1269
|
+
base: string;
|
|
1182
1270
|
md: string;
|
|
1183
1271
|
lg: string;
|
|
1184
1272
|
xl: string;
|
|
1273
|
+
xl2: string;
|
|
1274
|
+
xl3: string;
|
|
1275
|
+
xl4: string;
|
|
1276
|
+
xl5: string;
|
|
1277
|
+
xl6: string;
|
|
1278
|
+
xl7: string;
|
|
1279
|
+
xl8: string;
|
|
1280
|
+
xl9: string;
|
|
1185
1281
|
};
|
|
1186
1282
|
fontWeights: {
|
|
1187
1283
|
hairline: number;
|
|
@@ -1197,9 +1293,18 @@ export declare const StyledAvatarGroup: import("@stitches/react/types/styled-com
|
|
|
1197
1293
|
lineHeights: {
|
|
1198
1294
|
xs: number;
|
|
1199
1295
|
sm: number;
|
|
1296
|
+
base: number;
|
|
1200
1297
|
md: number;
|
|
1201
1298
|
lg: number;
|
|
1202
1299
|
xl: number;
|
|
1300
|
+
xl2: number;
|
|
1301
|
+
xl3: number;
|
|
1302
|
+
xl4: number;
|
|
1303
|
+
xl5: number;
|
|
1304
|
+
xl6: number;
|
|
1305
|
+
xl7: number;
|
|
1306
|
+
xl8: number;
|
|
1307
|
+
xl9: number;
|
|
1203
1308
|
};
|
|
1204
1309
|
letterSpacings: {
|
|
1205
1310
|
tighter: string;
|
|
@@ -1284,6 +1389,7 @@ export declare const StyledAvatarGroup: import("@stitches/react/types/styled-com
|
|
|
1284
1389
|
avatar: string;
|
|
1285
1390
|
link: string;
|
|
1286
1391
|
card: string;
|
|
1392
|
+
dropdownItem: string;
|
|
1287
1393
|
};
|
|
1288
1394
|
breakpoints: {
|
|
1289
1395
|
xs: string;
|
|
@@ -1659,7 +1765,9 @@ export declare const StyledAvatarGroup: import("@stitches/react/types/styled-com
|
|
|
1659
1765
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1660
1766
|
}) => {
|
|
1661
1767
|
bf: string;
|
|
1662
|
-
bg:
|
|
1768
|
+
bg: {
|
|
1769
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
1770
|
+
};
|
|
1663
1771
|
};
|
|
1664
1772
|
bgColor: (value: {
|
|
1665
1773
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -1737,6 +1845,32 @@ export declare const StyledAvatarGroup: import("@stitches/react/types/styled-com
|
|
|
1737
1845
|
readonly [$$PropertyValue]: "boxShadow";
|
|
1738
1846
|
};
|
|
1739
1847
|
};
|
|
1848
|
+
ds: (value: {
|
|
1849
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1850
|
+
}) => {
|
|
1851
|
+
dropShadow: {
|
|
1852
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1853
|
+
};
|
|
1854
|
+
};
|
|
1855
|
+
shadow: (value: {
|
|
1856
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1857
|
+
}) => {
|
|
1858
|
+
boxShadow: {
|
|
1859
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1860
|
+
};
|
|
1861
|
+
};
|
|
1862
|
+
dshadow: (value: {
|
|
1863
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1864
|
+
}) => {
|
|
1865
|
+
dropShadow: {
|
|
1866
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1867
|
+
};
|
|
1868
|
+
};
|
|
1869
|
+
dropShadow: (value: {
|
|
1870
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
1871
|
+
}) => {
|
|
1872
|
+
filter: string;
|
|
1873
|
+
};
|
|
1740
1874
|
normalShadow: (value: {
|
|
1741
1875
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1742
1876
|
}) => {
|
|
@@ -1940,6 +2074,16 @@ export declare const StyledAvatarGroup: import("@stitches/react/types/styled-com
|
|
|
1940
2074
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
1941
2075
|
};
|
|
1942
2076
|
};
|
|
2077
|
+
truncateText: (value: {
|
|
2078
|
+
readonly [$$PropertyValue]: "width";
|
|
2079
|
+
}) => {
|
|
2080
|
+
maxWidth: {
|
|
2081
|
+
readonly [$$PropertyValue]: "width";
|
|
2082
|
+
};
|
|
2083
|
+
whiteSpace: string;
|
|
2084
|
+
overflow: string;
|
|
2085
|
+
textOverflow: string;
|
|
2086
|
+
};
|
|
1943
2087
|
textGradient: (value: {
|
|
1944
2088
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
1945
2089
|
}) => {
|