funuicss 3.10.0 → 3.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/js/google/AnalyticsHandler.js +1 -1
- package/js/google/analytics.js +1 -1
- package/package.json +2 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/ui/ScrollInView/ScrollInView.js +1 -1
- package/ui/accordion/Accordion.js +1 -685
- package/ui/alert/Alert.js +1 -1
- package/ui/appbar/AppBar.js +1 -543
- package/ui/appbar/Hamburger.js +1 -1
- package/ui/avatar/Avatar.js +1 -1
- package/ui/breadcrumb/BreadCrumb.js +1 -1
- package/ui/button/Button.js +1 -1
- package/ui/calendar/ActivityCard.js +1 -1
- package/ui/calendar/Calendar.js +1 -1
- package/ui/card/Card.js +1 -1
- package/ui/card/CardFab.js +1 -1
- package/ui/carousel/Carousel.js +1 -1
- package/ui/chart/Bar.js +1 -1
- package/ui/chart/Line.js +1 -1
- package/ui/chart/Pie.js +1 -1
- package/ui/container/Container.js +1 -1
- package/ui/datepicker/DatePicker.js +1 -1
- package/ui/div/Div.js +1 -1
- package/ui/drop/Dropdown.js +1 -119
- package/ui/empty/Empty.js +1 -1
- package/ui/feature/Feature.js +1 -633
- package/ui/flex/Flex.js +1 -1
- package/ui/flex/FlexItem.js +1 -1
- package/ui/footer/Footer.js +1 -1
- package/ui/form/Form.js +1 -1
- package/ui/icons/Dynamic.js +1 -1
- package/ui/input/FileUpload.js +1 -301
- package/ui/input/Input.js +1 -1
- package/ui/input/SearchableInput.js +1 -1
- package/ui/modal/Modal.js +1 -1
- package/ui/notification/Notification.js +1 -57
- package/ui/page/NotFound.js +1 -1
- package/ui/products/CartModal.js +1 -1
- package/ui/products/ProductCard.js +1 -1
- package/ui/products/ProductDetail.js +1 -1
- package/ui/products/ProductLoader.js +1 -1
- package/ui/products/Store.js +1 -1
- package/ui/progress/Bar.js +1 -1
- package/ui/richtext/RichText.js +1 -469
- package/ui/scrolltotop/ScrollToTop.js +1 -1
- package/ui/select/Select.js +1 -0
- package/ui/sidebar/SideBar.js +1 -1049
- package/ui/slider/Slider.js +1 -1
- package/ui/snackbar/SnackBar.js +1 -1
- package/ui/specials/Circle.js +1 -1
- package/ui/specials/CircleGroup.js +1 -1
- package/ui/step/Line.js +1 -1
- package/ui/step/Step.js +1 -1
- package/ui/table/Table.js +1 -1447
- package/ui/text/Text.js +1 -1
- package/ui/theme/theme.js +1 -1097
- package/ui/tooltip/ToolTip.js +1 -296
- package/ui/video/Video.d.ts +13 -58
- package/ui/video/Video.js +11 -2816
- package/ui/view/View.js +1 -1
- package/ui/vista/Vista.js +2 -749
- package/utils/Buckets.d.ts +1 -0
- package/utils/Buckets.js +1 -0
- package/utils/getDynamicIcon.js +6 -39
- package/hooks/useHls.d.ts +0 -8
- package/js/Cookie.d.ts +0 -28
- package/js/Firebase.d.ts +0 -0
- package/js/Firebase.js +0 -1
- package/js/Fun.d.ts +0 -42
- package/js/google/AnalyticsHandler.d.ts +0 -10
- package/js/google/analytics.d.ts +0 -6
- package/ui/ScrollInView/ScrollInView.d.ts +0 -72
- package/ui/accordion/Accordion.d.ts +0 -77
- package/ui/alert/Alert.d.ts +0 -24
- package/ui/aos/AOS.d.ts +0 -9
- package/ui/appbar/AppBar.d.ts +0 -52
- package/ui/appbar/Hamburger.d.ts +0 -7
- package/ui/avatar/Avatar.d.ts +0 -14
- package/ui/blob/Blob.d.ts +0 -10
- package/ui/breadcrumb/BreadCrumb.d.ts +0 -8
- package/ui/button/Button.d.ts +0 -48
- package/ui/calendar/ActivityCard.d.ts +0 -8
- package/ui/calendar/Calendar.d.ts +0 -25
- package/ui/card/Card.d.ts +0 -102
- package/ui/card/CardBody.d.ts +0 -7
- package/ui/card/CardFab.d.ts +0 -8
- package/ui/card/CardFooter.d.ts +0 -7
- package/ui/card/CardHeader.d.ts +0 -7
- package/ui/carousel/Carousel.d.ts +0 -20
- package/ui/chart/Bar.d.ts +0 -129
- package/ui/chart/Line.d.ts +0 -105
- package/ui/chart/Pie.d.ts +0 -75
- package/ui/components/ImageScaler.d.ts +0 -6
- package/ui/container/Container.d.ts +0 -11
- package/ui/datepicker/DatePicker.d.ts +0 -10
- package/ui/div/Div.d.ts +0 -27
- package/ui/drop/Action.d.ts +0 -7
- package/ui/drop/Down.d.ts +0 -9
- package/ui/drop/Dropdown.d.ts +0 -27
- package/ui/drop/Item.d.ts +0 -8
- package/ui/drop/Menu.d.ts +0 -12
- package/ui/drop/Up.d.ts +0 -9
- package/ui/empty/Empty.d.ts +0 -17
- package/ui/feature/Feature.d.ts +0 -87
- package/ui/flex/Flex.d.ts +0 -26
- package/ui/flex/FlexItem.d.ts +0 -17
- package/ui/footer/Footer.d.ts +0 -89
- package/ui/form/Form.d.ts +0 -77
- package/ui/grid/Col.d.ts +0 -15
- package/ui/grid/Grid.d.ts +0 -13
- package/ui/icons/Dynamic.d.ts +0 -12
- package/ui/input/FileUpload.d.ts +0 -21
- package/ui/input/Iconic.d.ts +0 -11
- package/ui/input/Input.d.ts +0 -88
- package/ui/input/SearchableInput.d.ts +0 -38
- package/ui/list/Item.d.ts +0 -7
- package/ui/list/List.d.ts +0 -14
- package/ui/loader/Loader.d.ts +0 -11
- package/ui/modal/Action.d.ts +0 -7
- package/ui/modal/Close.d.ts +0 -7
- package/ui/modal/Content.d.ts +0 -7
- package/ui/modal/Header.d.ts +0 -9
- package/ui/modal/Modal.d.ts +0 -33
- package/ui/notification/Content.d.ts +0 -7
- package/ui/notification/Footer.d.ts +0 -7
- package/ui/notification/Header.d.ts +0 -7
- package/ui/notification/Notification.d.ts +0 -76
- package/ui/page/NotFound.d.ts +0 -9
- package/ui/page/UnAuthorized.d.ts +0 -9
- package/ui/products/CartModal.d.ts +0 -18
- package/ui/products/ProductCard.d.ts +0 -13
- package/ui/products/ProductDetail.d.ts +0 -14
- package/ui/products/ProductDetailModal.d.ts +0 -17
- package/ui/products/ProductDetailModal.js +0 -99
- package/ui/products/ProductLoader.d.ts +0 -3
- package/ui/products/Products.d.ts +0 -60
- package/ui/products/Products.js +0 -312
- package/ui/products/Store.d.ts +0 -124
- package/ui/progress/Bar.d.ts +0 -18
- package/ui/richtext/RichText.d.ts +0 -15
- package/ui/scrolltotop/ScrollToTop.d.ts +0 -3
- package/ui/select/Select.d.ts +0 -39
- package/ui/sidebar/SideBar.d.ts +0 -37
- package/ui/sidebar/SideContent.d.ts +0 -6
- package/ui/slider/Slider.d.ts +0 -14
- package/ui/snackbar/SnackBar.d.ts +0 -16
- package/ui/specials/Circle.d.ts +0 -19
- package/ui/specials/CircleGroup.d.ts +0 -10
- package/ui/specials/FullCenteredPage.d.ts +0 -8
- package/ui/specials/Hr.d.ts +0 -7
- package/ui/specials/RowFlex.d.ts +0 -18
- package/ui/specials/Section.d.ts +0 -8
- package/ui/step/Container.d.ts +0 -9
- package/ui/step/Header.d.ts +0 -7
- package/ui/step/Line.d.ts +0 -7
- package/ui/step/Step.d.ts +0 -7
- package/ui/table/Body.d.ts +0 -7
- package/ui/table/Data.d.ts +0 -8
- package/ui/table/Export.d.ts +0 -13
- package/ui/table/Head.d.ts +0 -7
- package/ui/table/Query.d.ts +0 -8
- package/ui/table/Row.d.ts +0 -9
- package/ui/table/Table.d.ts +0 -70
- package/ui/text/Text.d.ts +0 -52
- package/ui/theme/dark.d.ts +0 -5
- package/ui/theme/darkenUtils.d.ts +0 -2
- package/ui/theme/theme.d.ts +0 -192
- package/ui/theme/themes.d.ts +0 -219
- package/ui/tooltip/Tip.d.ts +0 -12
- package/ui/tooltip/ToolTip.d.ts +0 -15
- package/ui/video/videoFunctions.d.ts +0 -3
- package/ui/video/videoShortcuts.d.ts +0 -1
- package/ui/view/View.d.ts +0 -33
- package/ui/vista/Vista.d.ts +0 -120
- package/utils/Emojis.d.ts +0 -14
- package/utils/Functions.d.ts +0 -1
- package/utils/applyThemeConfig.d.ts +0 -8
- package/utils/componentUtils.d.ts +0 -184
- package/utils/getCssVariable.d.ts +0 -1
- package/utils/getDynamicIcon.d.ts +0 -2
package/js/google/analytics.js
CHANGED
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "3.10.
|
|
2
|
+
"version": "3.10.1",
|
|
3
3
|
"name": "funuicss",
|
|
4
4
|
"description": "React and Next.js component UI Library for creating Easy and good looking websites with fewer lines of code. Elevate your web development experience with our cutting-edge React/Next.js component UI Library. Craft stunning websites effortlessly, boasting both seamless functionality and aesthetic appeal—all achieved with minimal lines of code. Unleash the power of simplicity and style in your projects!",
|
|
5
5
|
"main": "index.js",
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"framer-motion": "^12.23.6",
|
|
49
49
|
"hls.js": "^1.6.5",
|
|
50
50
|
"next": "^13.4.4",
|
|
51
|
+
"next-video": "^2.6.0",
|
|
51
52
|
"react": "^18.2.0",
|
|
52
53
|
"react-dom": "^18.2.0",
|
|
53
54
|
"react-easy-export": "^1.0.1",
|