@logto/core-kit 2.8.0 → 2.9.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logto/core-kit",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"author": "Silverhand Inc. <contact@silverhand.io>",
|
|
5
5
|
"homepage": "https://github.com/logto-io/toolkit#readme",
|
|
6
6
|
"repository": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@silverhand/essentials": "^2.9.1",
|
|
37
37
|
"color": "^4.2.3",
|
|
38
38
|
"@logto/language-kit": "^1.3.0",
|
|
39
|
-
"@logto/shared": "^3.
|
|
39
|
+
"@logto/shared": "^3.4.0"
|
|
40
40
|
},
|
|
41
41
|
"optionalDependencies": {
|
|
42
42
|
"zod": "3.24.3"
|
|
@@ -166,6 +166,7 @@
|
|
|
166
166
|
--color-specific-focused-inside: var(--color-primary-30);
|
|
167
167
|
--color-specific-focused-outside: var(--color-primary-40);
|
|
168
168
|
--color-specific-button-icon: rgba(255, 255, 255, 70%); // 70% static white
|
|
169
|
+
--color-overlay-primary-subtle: rgba(93, 52, 242, 4%); // 4% Primary-40
|
|
169
170
|
--color-overlay-primary-hover: rgba(93, 52, 242, 8%); // 8% Primary-40
|
|
170
171
|
--color-overlay-primary-pressed: rgba(93, 52, 242, 12%); // 12% Primary-40
|
|
171
172
|
--color-function-n-overlay-primary-focused: rgba(93, 52, 242, 16%); // 16% Primary-40
|
|
@@ -390,6 +391,7 @@
|
|
|
390
391
|
--color-specific-focused-inside: var(--color-primary-40);
|
|
391
392
|
--color-specific-focused-outside: rgba(#cabeff, 32%); // 32% Primary-40
|
|
392
393
|
--color-specific-button-icon: rgba(255, 255, 255, 60%); // 60% static white
|
|
394
|
+
--color-overlay-primary-subtle: rgba(202, 190, 255, 4%); // 4% Primary-40
|
|
393
395
|
--color-overlay-primary-hover: rgba(202, 190, 255, 8%); // 8% Primary-40
|
|
394
396
|
--color-overlay-primary-pressed: rgba(202, 190, 255, 12%); // 12% Primary-40
|
|
395
397
|
--color-function-n-overlay-primary-focused: rgba(202, 190, 255, 16%); // 16% Primary-40
|