@123usmanhaider321/ui 1.0.0 → 1.0.4
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/dist/{index-87FQZHOs.js → index-CTVNqEJ_.js} +2 -2
- package/dist/{index-87FQZHOs.js.map → index-CTVNqEJ_.js.map} +1 -1
- package/dist/{index-Tl9g213f.js → index-DmDMbtUR.js} +8 -6
- package/dist/{index-Tl9g213f.js.map → index-DmDMbtUR.js.map} +1 -1
- package/dist/{index.es-CpgTaa1Y.js → index.es-BNrasmyO.js} +2 -2
- package/dist/{index.es-CpgTaa1Y.js.map → index.es-BNrasmyO.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/style.css +56 -56
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A, B, A as A2, T, a, b, d, e, f, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, C, D, E, F, G, H, I, J, K, L, M } from "./index-
|
|
1
|
+
import { A, B, A as A2, T, a, b, d, e, f, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, C, D, E, F, G, H, I, J, K, L, M } from "./index-DmDMbtUR.js";
|
|
2
2
|
export {
|
|
3
3
|
A as AddEventStepper,
|
|
4
4
|
B as Button,
|
package/dist/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
|
|
2
2
|
|
|
3
3
|
/* Load Inter from Google Fonts so consumers don't need to configure it */
|
|
4
4
|
*, ::before, ::after{
|
|
@@ -608,64 +608,64 @@ input:where([type='file']):focus{
|
|
|
608
608
|
scrollbar-color: initial;
|
|
609
609
|
scrollbar-width: initial;
|
|
610
610
|
}
|
|
611
|
-
:root {
|
|
612
|
-
--background: 0 0% 98%;
|
|
613
|
-
--foreground: 0 0% 9%;
|
|
614
|
-
|
|
615
|
-
--card: 0 0% 100%;
|
|
616
|
-
--card-foreground: 0 0% 9%;
|
|
617
|
-
|
|
618
|
-
--popover: 0 0% 100%;
|
|
619
|
-
--popover-foreground: 0 0% 9%;
|
|
620
|
-
|
|
621
|
-
--primary: 275 100% 43%;
|
|
622
|
-
--primary-foreground: 0 0% 100%;
|
|
623
|
-
|
|
624
|
-
--secondary: 0 0% 95%;
|
|
625
|
-
--secondary-foreground: 0 0% 20%;
|
|
626
|
-
|
|
627
|
-
--muted: 0 0% 94%;
|
|
628
|
-
--muted-foreground: 0 0% 44%;
|
|
629
|
-
|
|
630
|
-
--accent: 0 0% 92%;
|
|
631
|
-
--accent-foreground: 0 0% 12%;
|
|
632
|
-
|
|
633
|
-
--destructive: 0 72% 51%;
|
|
634
|
-
--destructive-foreground: 0 0% 100%;
|
|
635
|
-
|
|
636
|
-
--border: 0 0% 90%;
|
|
637
|
-
--input: 0 0% 90%;
|
|
638
|
-
--ring: 275 100% 43%;
|
|
639
|
-
|
|
640
|
-
--radius: 0.75rem;
|
|
641
|
-
|
|
642
|
-
--sidebar-background: 0 0% 100%;
|
|
643
|
-
--sidebar-foreground: 0 0% 30%;
|
|
644
|
-
--sidebar-primary: 275 100% 43%;
|
|
645
|
-
--sidebar-primary-foreground: 0 0% 100%;
|
|
646
|
-
--sidebar-accent: 0 0% 96%;
|
|
647
|
-
--sidebar-accent-foreground: 0 0% 12%;
|
|
648
|
-
--sidebar-border: 0 0% 92%;
|
|
649
|
-
--sidebar-ring: 275 100% 43%;
|
|
650
|
-
|
|
651
|
-
--surface-elevated: 0 0% 100%;
|
|
652
|
-
--surface-glass: 0 0% 100%;
|
|
653
|
-
--surface-glass-border: 0 0% 0% / 0.06;
|
|
654
|
-
--text-tertiary: 0 0% 55%;
|
|
655
|
-
--success: 142 71% 35%;
|
|
656
|
-
--success-foreground: 0 0% 100%;
|
|
657
|
-
--warning: 38 92% 45%;
|
|
658
|
-
--warning-foreground: 0 0% 100%;
|
|
659
|
-
--gradient-primary: linear-gradient(135deg, #8700D9, #FD5002);
|
|
660
|
-
--gradient-surface: linear-gradient(180deg, hsl(0 0% 100%), hsl(0 0% 97%));
|
|
661
|
-
--shadow-elevated: 0 8px 32px hsl(0 0% 0% / 0.08);
|
|
662
|
-
--shadow-card: 0 2px 16px hsl(0 0% 0% / 0.06);
|
|
611
|
+
:root {
|
|
612
|
+
--background: 0 0% 98%;
|
|
613
|
+
--foreground: 0 0% 9%;
|
|
614
|
+
|
|
615
|
+
--card: 0 0% 100%;
|
|
616
|
+
--card-foreground: 0 0% 9%;
|
|
617
|
+
|
|
618
|
+
--popover: 0 0% 100%;
|
|
619
|
+
--popover-foreground: 0 0% 9%;
|
|
620
|
+
|
|
621
|
+
--primary: 275 100% 43%;
|
|
622
|
+
--primary-foreground: 0 0% 100%;
|
|
623
|
+
|
|
624
|
+
--secondary: 0 0% 95%;
|
|
625
|
+
--secondary-foreground: 0 0% 20%;
|
|
626
|
+
|
|
627
|
+
--muted: 0 0% 94%;
|
|
628
|
+
--muted-foreground: 0 0% 44%;
|
|
629
|
+
|
|
630
|
+
--accent: 0 0% 92%;
|
|
631
|
+
--accent-foreground: 0 0% 12%;
|
|
632
|
+
|
|
633
|
+
--destructive: 0 72% 51%;
|
|
634
|
+
--destructive-foreground: 0 0% 100%;
|
|
635
|
+
|
|
636
|
+
--border: 0 0% 90%;
|
|
637
|
+
--input: 0 0% 90%;
|
|
638
|
+
--ring: 275 100% 43%;
|
|
639
|
+
|
|
640
|
+
--radius: 0.75rem;
|
|
641
|
+
|
|
642
|
+
--sidebar-background: 0 0% 100%;
|
|
643
|
+
--sidebar-foreground: 0 0% 30%;
|
|
644
|
+
--sidebar-primary: 275 100% 43%;
|
|
645
|
+
--sidebar-primary-foreground: 0 0% 100%;
|
|
646
|
+
--sidebar-accent: 0 0% 96%;
|
|
647
|
+
--sidebar-accent-foreground: 0 0% 12%;
|
|
648
|
+
--sidebar-border: 0 0% 92%;
|
|
649
|
+
--sidebar-ring: 275 100% 43%;
|
|
650
|
+
|
|
651
|
+
--surface-elevated: 0 0% 100%;
|
|
652
|
+
--surface-glass: 0 0% 100%;
|
|
653
|
+
--surface-glass-border: 0 0% 0% / 0.06;
|
|
654
|
+
--text-tertiary: 0 0% 55%;
|
|
655
|
+
--success: 142 71% 35%;
|
|
656
|
+
--success-foreground: 0 0% 100%;
|
|
657
|
+
--warning: 38 92% 45%;
|
|
658
|
+
--warning-foreground: 0 0% 100%;
|
|
659
|
+
--gradient-primary: linear-gradient(135deg, #8700D9, #FD5002);
|
|
660
|
+
--gradient-surface: linear-gradient(180deg, hsl(0 0% 100%), hsl(0 0% 97%));
|
|
661
|
+
--shadow-elevated: 0 8px 32px hsl(0 0% 0% / 0.08);
|
|
662
|
+
--shadow-card: 0 2px 16px hsl(0 0% 0% / 0.06);
|
|
663
663
|
}
|
|
664
664
|
*{
|
|
665
665
|
border-color: hsl(var(--border));
|
|
666
666
|
}
|
|
667
|
-
body {
|
|
668
|
-
font-family: 'Inter', sans-serif;
|
|
667
|
+
body {
|
|
668
|
+
font-family: 'Inter', sans-serif;
|
|
669
669
|
}
|
|
670
670
|
.container{
|
|
671
671
|
width: 100%;
|
|
@@ -2981,4 +2981,4 @@ body {
|
|
|
2981
2981
|
.md\:items-center{
|
|
2982
2982
|
align-items: center;
|
|
2983
2983
|
}
|
|
2984
|
-
}
|
|
2984
|
+
}
|
package/dist/styles.css
CHANGED