crm-project-ui 0.1.17 → 0.1.18
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.css +16 -13
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3684,6 +3684,12 @@
|
|
|
3684
3684
|
}
|
|
3685
3685
|
@layer base {
|
|
3686
3686
|
:root {
|
|
3687
|
+
--font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
|
|
3688
|
+
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
3689
|
+
--font-serif: 'Source Serif 4', ui-serif, Georgia, Cambria, 'Times New Roman', Times,
|
|
3690
|
+
serif;
|
|
3691
|
+
--font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
3692
|
+
'Liberation Mono', 'Courier New', monospace;
|
|
3687
3693
|
--background: #ffffff;
|
|
3688
3694
|
--foreground: #333333;
|
|
3689
3695
|
--card: #ffffff;
|
|
@@ -3716,9 +3722,6 @@
|
|
|
3716
3722
|
--sidebar-accent-foreground: #1e3a8a;
|
|
3717
3723
|
--sidebar-border: #e5e7eb;
|
|
3718
3724
|
--sidebar-ring: #3b82f6;
|
|
3719
|
-
--font-sans: Inter, sans-serif;
|
|
3720
|
-
--font-serif: Source Serif 4, serif;
|
|
3721
|
-
--font-mono: JetBrains Mono, monospace;
|
|
3722
3725
|
--radius: 0.375rem;
|
|
3723
3726
|
--shadow-x: 0;
|
|
3724
3727
|
--shadow-y: 1px;
|
|
@@ -3728,11 +3731,11 @@
|
|
|
3728
3731
|
--shadow-color: oklch(0 0 0);
|
|
3729
3732
|
--shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
|
|
3730
3733
|
--shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
|
|
3731
|
-
--shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / 0.
|
|
3732
|
-
--shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.
|
|
3733
|
-
--shadow-md: 0 1px 3px 0px hsl(0 0% 0% / 0.
|
|
3734
|
-
--shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / 0.
|
|
3735
|
-
--shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / 0.
|
|
3734
|
+
--shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
|
|
3735
|
+
--shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
|
|
3736
|
+
--shadow-md: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 2px 4px -1px hsl(0 0% 0% / 0.1);
|
|
3737
|
+
--shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 4px 6px -1px hsl(0 0% 0% / 0.1);
|
|
3738
|
+
--shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 8px 10px -1px hsl(0 0% 0% / 0.1);
|
|
3736
3739
|
--shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25);
|
|
3737
3740
|
--tracking-normal: 0em;
|
|
3738
3741
|
--spacing: 0.25rem;
|
|
@@ -3782,11 +3785,11 @@
|
|
|
3782
3785
|
--shadow-color: oklch(0 0 0);
|
|
3783
3786
|
--shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
|
|
3784
3787
|
--shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
|
|
3785
|
-
--shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / 0.
|
|
3786
|
-
--shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.
|
|
3787
|
-
--shadow-md: 0 1px 3px 0px hsl(0 0% 0% / 0.
|
|
3788
|
-
--shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / 0.
|
|
3789
|
-
--shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / 0.
|
|
3788
|
+
--shadow-sm: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
|
|
3789
|
+
--shadow: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 1px 2px -1px hsl(0 0% 0% / 0.1);
|
|
3790
|
+
--shadow-md: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 2px 4px -1px hsl(0 0% 0% / 0.1);
|
|
3791
|
+
--shadow-lg: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 4px 6px -1px hsl(0 0% 0% / 0.1);
|
|
3792
|
+
--shadow-xl: 0 1px 3px 0px hsl(0 0% 0% / 0.1), 0 8px 10px -1px hsl(0 0% 0% / 0.1);
|
|
3790
3793
|
--shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25);
|
|
3791
3794
|
}
|
|
3792
3795
|
}
|