@sikka/hawa 0.1.18 → 0.1.20

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/README.md CHANGED
@@ -12,13 +12,9 @@
12
12
  ## Install
13
13
 
14
14
  ```bash
15
- npm install --save @sikka/hawa
15
+ npm install @sikka/hawa
16
16
  ```
17
17
 
18
- # Roadmap
19
-
20
- - Organize code
21
-
22
18
  </br>
23
19
 
24
20
  # Contributing
@@ -29,21 +25,11 @@ To contribute, clone this github repository and run the development server
29
25
  git clone git@github.com:sikka-software/hawa.git
30
26
  cd hawa
31
27
  npm install
28
+ npm run start
32
29
  ```
33
30
 
34
31
  </br>
35
32
 
36
- # TESTING
37
-
38
- Run development server
39
-
40
- ```bash
41
- git clone git@github.com:sikka-software/hawa.git
42
- cd hawa
43
- npm install
44
- npm run storybook
45
- ```
46
-
47
33
  ## License
48
34
 
49
35
  MIT © [SIKKA SOFTWARE](https://sikka.sa)
package/dist/styles.css CHANGED
@@ -1220,9 +1220,6 @@ video {
1220
1220
  .w-7 {
1221
1221
  width: 1.75rem;
1222
1222
  }
1223
- .w-72 {
1224
- width: 18rem;
1225
- }
1226
1223
  .w-8 {
1227
1224
  width: 2rem;
1228
1225
  }
@@ -1241,6 +1238,9 @@ video {
1241
1238
  .w-\[25px\] {
1242
1239
  width: 25px;
1243
1240
  }
1241
+ .w-\[300px\] {
1242
+ width: 300px;
1243
+ }
1244
1244
  .w-\[32px\] {
1245
1245
  width: 32px;
1246
1246
  }
@@ -1875,6 +1875,10 @@ video {
1875
1875
  --tw-bg-opacity: 1;
1876
1876
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
1877
1877
  }
1878
+ .bg-blue-400 {
1879
+ --tw-bg-opacity: 1;
1880
+ background-color: rgb(96 165 250 / var(--tw-bg-opacity));
1881
+ }
1878
1882
  .bg-blue-50 {
1879
1883
  --tw-bg-opacity: 1;
1880
1884
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
@@ -1900,6 +1904,12 @@ video {
1900
1904
  --tw-bg-opacity: 1;
1901
1905
  background-color: hsl(var(--destructive) / var(--tw-bg-opacity));
1902
1906
  }
1907
+ .bg-foreground\/10 {
1908
+ background-color: hsl(var(--foreground) / 0.1);
1909
+ }
1910
+ .bg-foreground\/5 {
1911
+ background-color: hsl(var(--foreground) / 0.05);
1912
+ }
1903
1913
  .bg-gray-100 {
1904
1914
  --tw-bg-opacity: 1;
1905
1915
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
@@ -2526,6 +2536,11 @@ video {
2526
2536
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
2527
2537
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2528
2538
  }
2539
+ .shadow-\[0_2px_10px\] {
2540
+ --tw-shadow: 0 2px 10px;
2541
+ --tw-shadow-colored: 0 2px 10px var(--tw-shadow-color);
2542
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2543
+ }
2529
2544
  .shadow-\[0px_10px_38px_-10px_rgba\(22\2c _23\2c _24\2c _0\.35\)\2c _0px_10px_20px_-15px_rgba\(22\2c _23\2c _24\2c _0\.2\)\] {
2530
2545
  --tw-shadow: 0px 10px 38px -10px rgba(22, 23, 24, 0.35), 0px 10px 20px -15px rgba(22, 23, 24, 0.2);
2531
2546
  --tw-shadow-colored: 0px 10px 38px -10px var(--tw-shadow-color), 0px 10px 20px -15px var(--tw-shadow-color);
@@ -2551,6 +2566,10 @@ video {
2551
2566
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
2552
2567
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2553
2568
  }
2569
+ .shadow-black\/5 {
2570
+ --tw-shadow-color: rgb(0 0 0 / 0.05);
2571
+ --tw-shadow: var(--tw-shadow-colored);
2572
+ }
2554
2573
  .outline-none {
2555
2574
  outline: 2px solid transparent;
2556
2575
  outline-offset: 2px;
@@ -2628,6 +2647,11 @@ video {
2628
2647
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2629
2648
  transition-duration: 150ms;
2630
2649
  }
2650
+ .transition-transform {
2651
+ transition-property: transform;
2652
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2653
+ transition-duration: 150ms;
2654
+ }
2631
2655
  .delay-100 {
2632
2656
  transition-delay: 100ms;
2633
2657
  }
@@ -2640,6 +2664,9 @@ video {
2640
2664
  .duration-1000 {
2641
2665
  transition-duration: 1000ms;
2642
2666
  }
2667
+ .duration-200 {
2668
+ transition-duration: 200ms;
2669
+ }
2643
2670
  .duration-300 {
2644
2671
  transition-duration: 300ms;
2645
2672
  }
@@ -2681,6 +2708,9 @@ video {
2681
2708
  .duration-1000 {
2682
2709
  animation-duration: 1000ms;
2683
2710
  }
2711
+ .duration-200 {
2712
+ animation-duration: 200ms;
2713
+ }
2684
2714
  .duration-300 {
2685
2715
  animation-duration: 300ms;
2686
2716
  }
@@ -2911,6 +2941,9 @@ body {
2911
2941
  .hover\:bg-destructive\/90:hover {
2912
2942
  background-color: hsl(var(--destructive) / 0.9);
2913
2943
  }
2944
+ .hover\:bg-foreground\/30:hover {
2945
+ background-color: hsl(var(--foreground) / 0.3);
2946
+ }
2914
2947
  .hover\:bg-gray-100:hover {
2915
2948
  --tw-bg-opacity: 1;
2916
2949
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
@@ -2960,6 +2993,9 @@ body {
2960
2993
  .hover\:bg-primary\/20:hover {
2961
2994
  background-color: hsl(var(--primary) / 0.2);
2962
2995
  }
2996
+ .hover\:bg-primary\/30:hover {
2997
+ background-color: hsl(var(--primary) / 0.3);
2998
+ }
2963
2999
  .hover\:bg-primary\/40:hover {
2964
3000
  background-color: hsl(var(--primary) / 0.4);
2965
3001
  }
@@ -3248,6 +3284,32 @@ body {
3248
3284
  .data-\[side\=top\]\:animate-slideDownAndFade[data-side=top] {
3249
3285
  animation: slideDownAndFade 400ms cubic-bezier(0.16, 1, 0.3, 1);
3250
3286
  }
3287
+ @keyframes accordion-up {
3288
+
3289
+ from {
3290
+ height: var(--radix-accordion-content-height);
3291
+ }
3292
+
3293
+ to {
3294
+ height: 0;
3295
+ }
3296
+ }
3297
+ .data-\[state\=closed\]\:animate-accordion-up[data-state=closed] {
3298
+ animation: accordion-up 0.2s ease-out;
3299
+ }
3300
+ @keyframes accordion-down {
3301
+
3302
+ from {
3303
+ height: 0;
3304
+ }
3305
+
3306
+ to {
3307
+ height: var(--radix-accordion-content-height);
3308
+ }
3309
+ }
3310
+ .data-\[state\=open\]\:animate-accordion-down[data-state=open] {
3311
+ animation: accordion-down 0.2s ease-out;
3312
+ }
3251
3313
  .data-\[highlighted\]\:bg-violet-9[data-highlighted] {
3252
3314
  --tw-bg-opacity: 1;
3253
3315
  background-color: hsl(252 56.0% 57.5% / var(--tw-bg-opacity));
@@ -3519,6 +3581,11 @@ body {
3519
3581
  --tw-placeholder-opacity: 1;
3520
3582
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
3521
3583
  }
3584
+ :is(.dark .dark\:shadow-dark) {
3585
+ --tw-shadow: 0 10px 15px -3px rgba(255, 255, 255, 0.1), 0 4px 6px -2px rgba(255, 255, 255, 0.05);
3586
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
3587
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3588
+ }
3522
3589
  :is(.dark .dark\:outline-gray-700) {
3523
3590
  outline-color: #374151;
3524
3591
  }
@@ -3783,6 +3850,14 @@ body {
3783
3850
  .\[\&\>\*\:not\(\:first-child\)\]\:mt-8>*:not(:first-child) {
3784
3851
  margin-top: 2rem;
3785
3852
  }
3853
+ .\[\&\[data-state\=open\]\>svg\]\:-rotate-90[data-state=open]>svg {
3854
+ --tw-rotate: -90deg;
3855
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3856
+ }
3857
+ .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
3858
+ --tw-rotate: 180deg;
3859
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3860
+ }
3786
3861
  .peer:checked ~ .peer-checked\:\[\&_\.active\]\:block .active {
3787
3862
  display: block;
3788
3863
  }
@@ -9,6 +9,7 @@ type RadioTypes = {
9
9
  sublabel?: any;
10
10
  icon?: any;
11
11
  }[];
12
+ width?: "default" | "full";
12
13
  onChangeTab?: any;
13
14
  defaultValue?: any;
14
15
  };
@@ -4,6 +4,8 @@ type TypographyTypes = {
4
4
  currentLanguage: any;
5
5
  handleColorMode: (e: any) => void;
6
6
  currentColorMode: any;
7
+ orientation?: "vertical" | "horizontal";
8
+ width?: "default" | "full";
7
9
  };
8
10
  export declare const InterfaceSettings: FC<TypographyTypes>;
9
11
  export {};
@@ -5,6 +5,7 @@ interface PopoverProps {
5
5
  className?: string;
6
6
  align?: "start" | "center" | "end";
7
7
  sideOffset?: number;
8
+ side?: "top" | "right" | "bottom" | "left";
8
9
  }
9
10
  declare const Popover: React.FC<PopoverProps>;
10
11
  export { Popover };