UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

113 lines (112 loc) 5.02 kB
/* empty css */ import { FACE_ICONS as t } from "./utils/constants/iconCollection.js"; import { STORAGE as p, THEME_SCHEME as f, ThemeColorsPreset as i, defaultColorPreset as x } from "./utils/constants/theme.js"; import { isEqual as s } from "./utils/function/common.js"; import { getLocalState as n, setLocalState as c } from "./utils/function/localStorage.js"; import { assignRef as S, mergeRefs as C } from "./utils/function/mergeRefs.js"; import { capitalize as P, safeStringFromCodePoint as E, unicodeToString as T } from "./utils/function/string.js"; import { doc as I, elementObserver as h, getCssProperty as y, getCssPropertyPx as z, getCssPropertyVh as A, getCssPropertyVw as F, isClient as k, localStore as v, setCssProperty as L, waitForElement as w, win as D } from "./utils/helper/domHelper.js"; import { getColorLabel as b, guessClosestColorName as B, isValidThemeColor as M } from "./utils/helper/colorHelper.js"; import { createImage as O, getCroppedImg as V, getImageSize as X, getRadianAngle as H, readImageFile as _, readImageSrc as q } from "./utils/helper/imageHelper.js"; import { themeController as j } from "./utils/helper/themeController.js"; import { XProvider as K } from "./components/context/index.js"; import { useXData as U, useXTheme as W } from "./components/context/useContext.js"; import { ActionCard as Z } from "./components/base/ActionCard/ActionCard.js"; import { EActionCardSize as ee } from "./components/base/ActionCard/types.js"; import { Avatar as oe } from "./components/base/Avatar/Avatar.js"; import { EAvatarSize as me } from "./components/base/Avatar/types.js"; import { Button as fe } from "./components/base/Button/Button.js"; import { EButtonTypes as xe } from "./components/base/Button/types.js"; import { Icon as se } from "./components/base/Icon/Icon.js"; import { EIconSize as ne } from "./components/base/Icon/types.js"; import { Lottie as ge } from "./components/base/Lottie/Lottie.js"; import { ELottieSize as Ce } from "./components/base/Lottie/types.js"; import { ProgressBar as Pe } from "./components/base/ProgressBar/ProgressBar.js"; import { Spinner as Te } from "./components/base/Spinner/Spinner.js"; import { ESpinnerSize as Ie } from "./components/base/Spinner/types.js"; import { Textfield as ye } from "./components/base/Textfield/Textfield.js"; import { DatePicker as Ae } from "./components/base/DatePicker/DatePicker.js"; import { EDatePickerTypes as ke } from "./components/base/DatePicker/types.js"; import { FilePicker as Le } from "./components/base/FilePicker/FilePicker.js"; import { FilePickerIcon as De } from "./components/base/FilePicker/types.js"; import { Select as be } from "./components/base/Select/Select.js"; import { ColorPopper as Me } from "./components/base/ColorPopper/ColorPopper.js"; import { Sider as Oe } from "./components/layout/Sider/Sider.js"; import { SiderModal as Xe } from "./components/layout/SiderModal/SiderModal.js"; import { Navigation as _e } from "./components/layout/Navigation/Navigation.js"; import { ThemePicker as Ge } from "./components/layout/ThemePicker/ThemePicker.js"; import { ThemeSelect as Je } from "./components/layout/ThemeSelect/ThemeSelect.js"; import { ThemeSwitch as Qe } from "./components/layout/ThemeSwitch/ThemeSwitch.js"; import { ImageEditor as We } from "./components/layout/ImageEditor/ImageEditor.js"; import { useScreenType as Ze } from "./components/hooks/useScreen.js"; import { usePersistingState as er } from "./components/hooks/usePersistingState.js"; import { useDebouncedEffect as or } from "./components/hooks/useDebouncedEffect.js"; export { Z as ActionCard, oe as Avatar, fe as Button, Me as ColorPopper, Ae as DatePicker, ee as EActionCardSize, me as EAvatarSize, xe as EButtonTypes, ke as EDatePickerTypes, ne as EIconSize, Ce as ELottieSize, Ie as ESpinnerSize, t as FACE_ICONS, Le as FilePicker, De as FilePickerIcon, se as Icon, We as ImageEditor, ge as Lottie, _e as Navigation, Pe as ProgressBar, p as STORAGE, be as Select, Oe as Sider, Xe as SiderModal, Te as Spinner, f as THEME_SCHEME, ye as Textfield, i as ThemeColorsPreset, Ge as ThemePicker, Je as ThemeSelect, Qe as ThemeSwitch, K as XProvider, S as assignRef, P as capitalize, O as createImage, x as defaultColorPreset, I as doc, h as elementObserver, b as getColorLabel, V as getCroppedImg, y as getCssProperty, z as getCssPropertyPx, A as getCssPropertyVh, F as getCssPropertyVw, X as getImageSize, n as getLocalState, H as getRadianAngle, B as guessClosestColorName, k as isClient, s as isEqual, M as isValidThemeColor, v as localStore, C as mergeRefs, _ as readImageFile, q as readImageSrc, E as safeStringFromCodePoint, L as setCssProperty, c as setLocalState, j as themeController, T as unicodeToString, or as useDebouncedEffect, er as usePersistingState, Ze as useScreenType, U as useXData, W as useXTheme, w as waitForElement, D as win };