@immich/ui 0.22.4 → 0.22.6
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.
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
$derived(getFieldContext());
|
|
21
21
|
|
|
22
22
|
const inputStyles = tv({
|
|
23
|
-
base: '
|
|
23
|
+
base: 'w-full bg-gray-200 outline-none disabled:cursor-not-allowed disabled:bg-gray-300 disabled:text-gray-400 dark:bg-gray-600 dark:disabled:bg-gray-800 dark:disabled:text-gray-200',
|
|
24
24
|
variants: {
|
|
25
25
|
shape: {
|
|
26
26
|
rectangle: 'rounded-none',
|
package/dist/theme/default.css
CHANGED
|
@@ -11,10 +11,11 @@
|
|
|
11
11
|
--color-subtle: rgb(var(--immich-ui-gray));
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
@custom-variant dark (&:where(.dark, .dark *));
|
|
14
|
+
@custom-variant dark (&:where(.dark, .dark *):not(.light));
|
|
15
15
|
|
|
16
16
|
@layer base {
|
|
17
|
-
:root
|
|
17
|
+
:root,
|
|
18
|
+
.light {
|
|
18
19
|
/* light */
|
|
19
20
|
--immich-ui-primary: 66 80 175;
|
|
20
21
|
--immich-ui-dark: 58 58 58;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@immich/ui",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.6",
|
|
4
4
|
"license": "GNU Affero General Public License version 3",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"create": "node scripts/create.js",
|
|
@@ -73,6 +73,6 @@
|
|
|
73
73
|
"tailwind-variants": "^1.0.0"
|
|
74
74
|
},
|
|
75
75
|
"volta": {
|
|
76
|
-
"node": "22.
|
|
76
|
+
"node": "22.16.0"
|
|
77
77
|
}
|
|
78
78
|
}
|