funuicss 2.7.9 → 2.7.11

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/css/fun.css CHANGED
@@ -222,6 +222,7 @@
222
222
  }
223
223
 
224
224
 
225
+
225
226
  /* For WebKit browsers (Chrome, Edge, Brave, Safari) */
226
227
  ::-webkit-scrollbar {
227
228
  width: 10px;
@@ -1844,6 +1845,7 @@ button:disabled {
1844
1845
  }
1845
1846
 
1846
1847
 
1848
+
1847
1849
  /* Typography */
1848
1850
  .baseColor, .text-base{
1849
1851
  color: var(--text-color) !important;}
@@ -1855,6 +1857,9 @@ body {
1855
1857
  background-color: var(--page-bg) !important;
1856
1858
  color: var(--text-color) !important;
1857
1859
  }
1860
+ .bg{
1861
+ background-color: var(--page-bg) !important;
1862
+ }
1858
1863
 
1859
1864
  /* Font utilities with matching line heights */
1860
1865
  .text-xs {
@@ -1945,16 +1950,19 @@ body {
1945
1950
 
1946
1951
  .text-bigger {
1947
1952
  font-size: calc(1.375rem + 2.5vw);
1948
- line-height: calc(1.5rem + 2.5vw);
1953
+ line-height: normal;
1949
1954
  font-weight: 900;
1950
1955
  }
1951
1956
 
1952
1957
  .text-jumbo {
1953
1958
  font-size: calc(1.375rem + 5vw);
1954
- line-height: calc(1.5rem + 5.5vw);
1959
+ line-height: normal;
1955
1960
  font-weight: 900;
1956
1961
  }
1957
-
1962
+ .important{
1963
+ font-weight: 700;
1964
+ color: var(--primary) !important ;
1965
+ }
1958
1966
  /* Mini sizes */
1959
1967
  .text-small {
1960
1968
  font-size: var(--smallFont);
@@ -1966,7 +1974,7 @@ body {
1966
1974
  line-height: 1.125rem;
1967
1975
  }
1968
1976
 
1969
- .text-minified {
1977
+ .text-minified , .text-md{
1970
1978
  font-size: var(--minifiedFontSize);
1971
1979
  line-height: 1rem;
1972
1980
  }
@@ -2392,6 +2400,8 @@ h6, .h6 {
2392
2400
  /* filter: brightness(90%); */
2393
2401
 
2394
2402
  }
2403
+ .hoverable-border{border: 0.1rem solid transparent;transition: 0.3s ease-in-out;}
2404
+ .hoverable-border:hover{border: var(--border);}
2395
2405
 
2396
2406
  .rightRounded{
2397
2407
  border-top-right-radius: 300rem !important;
@@ -2596,7 +2606,7 @@ h6, .h6 {
2596
2606
 
2597
2607
  /*cards*/
2598
2608
  .card {
2599
- background: var(--cardBg) !important;
2609
+ background: var(--cardBg);
2600
2610
  box-shadow: var(--card);
2601
2611
  transition: 0.3s;
2602
2612
  backdrop-filter: var(--raiseBackdrop) ;
@@ -2930,7 +2940,7 @@ color: var(--text-color);
2930
2940
  }
2931
2941
 
2932
2942
  .navline {
2933
- height: 3px;
2943
+ height: 2px;
2934
2944
  background-color: var(--text-color);
2935
2945
  border-radius: 4rem !important;
2936
2946
  width: 100%;
@@ -2941,7 +2951,7 @@ color: var(--text-color);
2941
2951
  .navmiddle {
2942
2952
  width: 60%;
2943
2953
  align-self: flex-start;
2944
- background-color: var(--primary500);
2954
+ background-color: var(--primary600);
2945
2955
 
2946
2956
  }
2947
2957
 
@@ -3280,6 +3290,8 @@ color: var(--text-color);
3280
3290
  }
3281
3291
 
3282
3292
 
3293
+
3294
+
3283
3295
  .avatar {
3284
3296
  display: flex;
3285
3297
  align-items: center;
@@ -3310,19 +3322,20 @@ color: var(--text-color);
3310
3322
  position: absolute;
3311
3323
  box-shadow: var(--card);
3312
3324
  transition: 0.5s;
3313
- z-index: 999; /* Higher to sit above everything */
3325
+ z-index: 10; /* Higher to sit above everything */
3314
3326
  width: 100%;
3315
3327
  min-width: max-content !important;
3316
3328
  overflow: visible; /* allow overflow! */
3317
3329
  border-radius: 0.5rem;
3318
- background-color: var(--raiseOpaque) !important;
3319
- backdrop-filter: var(--raiseBackdrop) !important;
3320
- display: none;
3330
+ background-color: var(--raiseThemes);
3331
+ backdrop-filter: blur(2px) !important;
3321
3332
  border: var(--border);
3322
3333
  }
3323
3334
 
3324
3335
 
3325
3336
 
3337
+
3338
+
3326
3339
  .dropup:hover .drop-menu {
3327
3340
  display: block;
3328
3341
  z-index: 1;
@@ -3354,6 +3367,7 @@ color: var(--text-color);
3354
3367
  }
3355
3368
 
3356
3369
 
3370
+
3357
3371
  /*inputs*/
3358
3372
  .input {
3359
3373
  padding: var(--inputPadding);
@@ -3902,6 +3916,126 @@ max-height: 500px; /* large enough to contain most content */
3902
3916
  opacity: 0.9;
3903
3917
  }
3904
3918
 
3919
+ .vista {
3920
+ width: 100%;
3921
+ box-sizing: border-box;
3922
+ }
3923
+
3924
+ /* Padding presets */
3925
+ .padding-sm {
3926
+ padding: 2rem 1rem;
3927
+ }
3928
+
3929
+ .padding-lg {
3930
+ padding: 5rem 1.5rem;
3931
+ }
3932
+
3933
+ /* Background options */
3934
+ .bg-white {
3935
+ background-color: white;
3936
+ }
3937
+
3938
+ .bg-light {
3939
+ background-color: #f9f9f9;
3940
+ }
3941
+
3942
+ .bg-dark {
3943
+ background-color: #1e1e1e;
3944
+ color: white;
3945
+ }
3946
+
3947
+
3948
+
3949
+ .vista{
3950
+ display: flex;
3951
+ align-items: center;
3952
+ justify-content: center;
3953
+ }
3954
+
3955
+ .vista-container {
3956
+ max-width: 1200px;
3957
+ margin: 0 auto;
3958
+ display: flex;
3959
+ flex-wrap: wrap;
3960
+ align-items: center;
3961
+ gap: 2rem;
3962
+ justify-content: center;
3963
+ }
3964
+
3965
+
3966
+
3967
+ .vista.centered .vista-container {
3968
+ flex-direction: column;
3969
+ text-align: center;
3970
+ gap: 0.5rem;
3971
+ }
3972
+
3973
+ .vista.stacked .vista-container {
3974
+ flex-direction: column;
3975
+ }
3976
+
3977
+ .vista.imageLeft .vista-container,
3978
+ .vista.imageRight .vista-container {
3979
+ flex-direction: row;
3980
+ }
3981
+
3982
+ .vista.reverse .vista-container {
3983
+ flex-direction: row-reverse;
3984
+ }
3985
+
3986
+ /* Text alignment */
3987
+ .vista.text-left .vista-text {
3988
+ text-align: left;
3989
+ }
3990
+ .vista.text-center .vista-text {
3991
+ text-align: center;
3992
+ }
3993
+ .vista.text-right .vista-text {
3994
+ text-align: right;
3995
+ }
3996
+
3997
+
3998
+ .vista-subtitle {
3999
+ font-size: 1.125rem;
4000
+ opacity: 0.8;
4001
+ margin-bottom: 1.5rem;
4002
+ }
4003
+
4004
+ .vista-image img {
4005
+ width: 100%;
4006
+ }
4007
+
4008
+ /* Responsive behavior */
4009
+ @media screen and (max-width: 768px) {
4010
+ .vista-container {
4011
+ flex-direction: column !important;
4012
+ text-align: center;
4013
+ }
4014
+
4015
+ .vista.reverse .vista-container {
4016
+ flex-direction: column !important;
4017
+ }
4018
+
4019
+ .vista-text,
4020
+ .vista-image {
4021
+ text-align: center;
4022
+ }
4023
+ }
4024
+
4025
+
4026
+ /* Responsive */
4027
+ @media screen and (max-width: 768px) {
4028
+ .vista-container {
4029
+ flex-direction: column !important;
4030
+ text-align: center;
4031
+ }
4032
+
4033
+ .vista.reverse .vista-container {
4034
+ flex-direction: column !important;
4035
+ }
4036
+ }
4037
+
4038
+
3905
4039
 
3906
4040
 
3907
4041
  /* Base Animation Setup */
@@ -4567,13 +4701,10 @@ filter: brightness(90%);
4567
4701
  gap: 0.25rem;
4568
4702
  }
4569
4703
 
4704
+
4705
+
4570
4706
  /* Date Cell */
4571
4707
  .datepicker-day {
4572
- height: 2.5rem;
4573
- display: flex;
4574
- justify-content: center;
4575
- align-items: center;
4576
- border-radius: 6px;
4577
4708
  cursor: pointer;
4578
4709
  transition: background-color 0.3s ease;
4579
4710
  }
@@ -4589,7 +4720,7 @@ filter: brightness(90%);
4589
4720
  }
4590
4721
 
4591
4722
  .datepicker-day.selected {
4592
- background-color: var(--primary);
4723
+ background-color: var(--primary) !important;
4593
4724
  color: var(--primary50);
4594
4725
  }
4595
4726
 
@@ -4601,6 +4732,7 @@ filter: brightness(90%);
4601
4732
  .datepicker-selected{display: flex;justify-content: space-between;align-items: center;}
4602
4733
 
4603
4734
 
4735
+
4604
4736
  .calendar {
4605
4737
  width: 100%;
4606
4738
  /* border: var(--border); */
@@ -4643,29 +4775,36 @@ filter: brightness(90%);
4643
4775
  min-height: 80px;
4644
4776
  background-color: var(--lighter);
4645
4777
  position: relative;
4646
- border-radius: 1rem;
4778
+ border-radius: 1rem !important;
4647
4779
  padding: 5px;
4780
+ border: 0.1rem solid transparent;
4781
+ }
4782
+ .calendar-cell:hover{border: var(--border);}
4783
+ .calendar-cell.empty{
4784
+ background-color: transparent !important;
4785
+ border: none !important;
4648
4786
  }
4649
4787
 
4650
4788
  .day-box {
4651
4789
  position: relative;
4652
4790
  }
4653
4791
  .day-number {
4654
- font-weight: 500;
4655
- font-size: 1.2rem;
4792
+ font-weight: 400;
4793
+ opacity: 0.8;
4656
4794
  }
4795
+
4657
4796
  .activities {
4658
4797
  margin-top: 4px;
4659
4798
  display: flex;
4660
4799
  flex-direction: column;
4661
- gap: 2px;
4800
+ gap: 0.2rem;
4662
4801
  }
4663
4802
  .activity-tag {
4664
4803
  font-size: 0.75rem;
4665
- background: var(--lighter);
4804
+ background: var(--page-bg);
4666
4805
  font-weight: 500;
4667
4806
  padding: 2px 4px;
4668
- border-radius: 3px;
4807
+ border-radius: 0.5rem;
4669
4808
  line-height: 1 !important;
4670
4809
  cursor: pointer;
4671
4810
  }
@@ -4675,6 +4814,34 @@ filter: brightness(90%);
4675
4814
  right: 4px;
4676
4815
  }
4677
4816
 
4817
+ .calendar-cell.today .day-number{
4818
+ color: var(--primary) !important;
4819
+ }
4820
+ @media (max-width: 768px) {
4821
+ .calendar-cell {
4822
+ width: 2.5rem !important;
4823
+ height: 2.5rem !important;
4824
+ min-height: 2.5rem !important;
4825
+ border-radius: 50% !important;
4826
+ display: flex;
4827
+ align-items: center;
4828
+ justify-content: center;
4829
+ margin: 0 auto;
4830
+ cursor: pointer;
4831
+ }
4832
+ .calendar-cell.selected{
4833
+ background-color: var(--primary) !important;
4834
+ color: var(--primary50) !important;
4835
+ }
4836
+ .activity-tag{
4837
+ margin-top: 0.5rem;
4838
+ cursor: pointer;
4839
+ padding: 0.5rem;
4840
+ }
4841
+
4842
+ }
4843
+
4844
+
4678
4845
  /* Loader */
4679
4846
  .funLoader{
4680
4847
  color: var(--primary);
@@ -4799,6 +4966,30 @@ background-color: rgba(0, 0, 0, 0.2);
4799
4966
  .w-vw{ width: 100vw !important; }
4800
4967
  .min-w-vw { min-width: 100vw !important; }
4801
4968
  .min-h-vh { min-height: 100vh !important; }
4969
+ .max-h-vh { max-height: 100vh !important; }
4970
+ .w-100-vw { width: 100vw !important; }
4971
+ .w-90-vw { width: 90vw !important; }
4972
+ .w-80-vw { width: 80vw !important; }
4973
+ .w-70-vw { width: 70vw !important; }
4974
+ .w-60-vw { width: 60vw !important; }
4975
+ .w-50-vw { width: 50vw !important; }
4976
+ .w-40-vw { width: 40vw !important; }
4977
+ .w-30-vw { width: 30vw !important; }
4978
+ .w-20-vw { width: 20vw !important; }
4979
+ .w-10-vw { width: 10vw !important; }
4980
+
4981
+ .min-w-10-vw { min-width: 10vw !important; }
4982
+ .min-w-20-vw { min-width: 20vw !important; }
4983
+ .min-w-30-vw { min-width: 30vw !important; }
4984
+ .min-w-40-vw { min-width: 40vw !important; }
4985
+ .min-w-50-vw { min-width: 50vw !important; }
4986
+ .min-w-60-vw { min-width: 60vw !important; }
4987
+ .min-w-70-vw { min-width: 70vw !important; }
4988
+ .min-w-80-vw { min-width: 80vw !important; }
4989
+ .min-w-90-vw { min-width: 90vw !important; }
4990
+ .min-w-100-vw { min-width: 100vw !important; }
4991
+
4992
+
4802
4993
 
4803
4994
  .width-10-p { width: 10% !important; }
4804
4995
  .width-20-p { width: 20% !important; }
@@ -4820,7 +5011,7 @@ background-color: rgba(0, 0, 0, 0.2);
4820
5011
  .w-70-p { width: 70% !important; }
4821
5012
  .w-80-p { width: 80% !important; }
4822
5013
  .w-90-p { width: 90% !important; }
4823
- .w-100-p { width: 100% !important; }
5014
+ .w-100-p , .w-full { width: 100% !important; }
4824
5015
 
4825
5016
 
4826
5017
  .w-10 { width: 0.625rem !important; }
@@ -5163,6 +5354,28 @@ background-color: rgba(0, 0, 0, 0.2);
5163
5354
  .height{height:var(--height)}
5164
5355
  .w-vw { width: 100vw !important; }
5165
5356
  .h-vh { height: 100vh !important; }
5357
+ .h-100-vh { height: 100vh !important; }
5358
+ .h-90-vh { height: 90vh !important; }
5359
+ .h-80-vh { height: 80vh !important; }
5360
+ .h-70-vh { height: 70vh !important; }
5361
+ .h-60-vh { height: 60vh !important; }
5362
+ .h-50-vh { height: 50vh !important; }
5363
+ .h-40-vh { height: 40vh !important; }
5364
+ .h-30-vh { height: 30vh !important; }
5365
+ .h-20-vh { height: 20vh !important; }
5366
+ .h-10-vh { height: 10vh !important; }
5367
+
5368
+ .min-h-10-vh { min-height: 10vh !important; }
5369
+ .min-h-20-vh { min-height: 20vh !important; }
5370
+ .min-h-30-vh { min-height: 30vh !important; }
5371
+ .min-h-40-vh { min-height: 40vh !important; }
5372
+ .min-h-50-vh { min-height: 50vh !important; }
5373
+ .min-h-60-vh { min-height: 60vh !important; }
5374
+ .min-h-70-vh { min-height: 70vh !important; }
5375
+ .min-h-80-vh { min-height: 80vh !important; }
5376
+ .min-h-90-vh { min-height: 90vh !important; }
5377
+ .min-h-100-vh { min-height: 100vh !important; }
5378
+
5166
5379
  .min-h-vh {min-height: 100vh !important;}
5167
5380
  .max-h-vh { max-height: 100vh !important; }
5168
5381
 
@@ -5237,7 +5450,7 @@ background-color: rgba(0, 0, 0, 0.2);
5237
5450
  .h-70-p { height: 70% !important; }
5238
5451
  .h-80-p { height: 80% !important; }
5239
5452
  .h-90-p { height: 90% !important; }
5240
- .h-100-p { height: 100% !important; }
5453
+ .h-100-p , .h-full { height: 100% !important; }
5241
5454
 
5242
5455
 
5243
5456
  .height-10-p {
package/index.d.ts CHANGED
@@ -49,5 +49,6 @@ export { default as ScrollInView } from "./ui/ScrollInView/ScrollInView";
49
49
  export { default as View } from "./ui/view/View";
50
50
  export { default as DatePicker } from "./ui/datepicker/DatePicker";
51
51
  export { default as Calendar } from "./ui/calendar/Calendar";
52
+ export { default as Vista } from "./ui/vista/Vista";
52
53
  export { default as Cookie } from "./js/Cookie";
53
54
  export { FunGet } from "./js/Fun";
package/index.js CHANGED
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.DatePicker = exports.View = exports.ScrollInView = exports.Accordion = exports.Flex = exports.RichText = exports.Carousel = exports.Video = exports.SideBar = exports.ChartPie = exports.Lines = exports.Bars = exports.FullCenteredPage = exports.CircleGroup = exports.Circle = exports.Hr = exports.Section = exports.RowFlex = exports.Tip = exports.AppBar = exports.ToolTip = exports.Notification = exports.FunLoader = exports.ProgressBar = exports.DropMenu = exports.DropItem = exports.Dropdown = exports.DropDown = exports.DropUp = exports.UnAuthorized = exports.NotFound = exports.StepLine = exports.StepHeader = exports.Step = exports.StepContainer = exports.Div = exports.Text = exports.List = exports.Table = exports.Modal = exports.Loader = exports.Input = exports.Col = exports.Grid = exports.Container = exports.BreadCrumb = exports.Card = exports.Button = exports.ThemeProvider = exports.Alert = void 0;
7
- exports.FunGet = exports.Cookie = exports.Calendar = void 0;
7
+ exports.FunGet = exports.Cookie = exports.Vista = exports.Calendar = void 0;
8
8
  var Alert_1 = require("./ui/alert/Alert");
9
9
  Object.defineProperty(exports, "Alert", { enumerable: true, get: function () { return __importDefault(Alert_1).default; } });
10
10
  var theme_1 = require("./ui/theme/theme");
@@ -107,6 +107,8 @@ var DatePicker_1 = require("./ui/datepicker/DatePicker");
107
107
  Object.defineProperty(exports, "DatePicker", { enumerable: true, get: function () { return __importDefault(DatePicker_1).default; } });
108
108
  var Calendar_1 = require("./ui/calendar/Calendar");
109
109
  Object.defineProperty(exports, "Calendar", { enumerable: true, get: function () { return __importDefault(Calendar_1).default; } });
110
+ var Vista_1 = require("./ui/vista/Vista");
111
+ Object.defineProperty(exports, "Vista", { enumerable: true, get: function () { return __importDefault(Vista_1).default; } });
110
112
  // js
111
113
  var Cookie_1 = require("./js/Cookie");
112
114
  Object.defineProperty(exports, "Cookie", { enumerable: true, get: function () { return __importDefault(Cookie_1).default; } });
package/index.tsx CHANGED
@@ -44,11 +44,12 @@ export { default as Video } from "./ui/video/Video"
44
44
  export { default as Carousel } from "./ui/carousel/Carousel"
45
45
  export { default as RichText } from "./ui/richtext/RichText"
46
46
  export { default as Flex } from "./ui/flex/Flex"
47
- export { default as Accordion } from "./ui/accordion/Accordion"
47
+ export { default as Accordion} from "./ui/accordion/Accordion"
48
48
  export { default as ScrollInView } from "./ui/ScrollInView/ScrollInView"
49
49
  export { default as View } from "./ui/view/View"
50
50
  export { default as DatePicker } from "./ui/datepicker/DatePicker"
51
51
  export { default as Calendar } from "./ui/calendar/Calendar"
52
+ export { default as Vista } from "./ui/vista/Vista"
52
53
 
53
54
  // js
54
55
  export { default as Cookie } from "./js/Cookie"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.7.9",
2
+ "version": "2.7.11",
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",