@incodetech/web 0.0.0-dev-20260618-d9dafee1 → 0.0.0-dev-20260619-bb63cb3a
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/base.css +1 -1
- package/dist/themes/dark.css +6 -0
- package/dist/themes/light.css +6 -0
- package/package.json +2 -2
package/dist/base.css
CHANGED
|
@@ -9045,7 +9045,7 @@
|
|
|
9045
9045
|
font-weight: var(--typography-body-m-regular-weight);
|
|
9046
9046
|
line-height: var(--typography-body-m-regular-line-height);
|
|
9047
9047
|
letter-spacing: var(--typography-body-m-regular-letter-spacing);
|
|
9048
|
-
color: var(--color-icon-brand-
|
|
9048
|
+
color: var(--color-icon-brand-600, var(--icon-brand-600));
|
|
9049
9049
|
display: flex;
|
|
9050
9050
|
}
|
|
9051
9051
|
|
package/dist/themes/dark.css
CHANGED
|
@@ -775,6 +775,9 @@
|
|
|
775
775
|
/* Icon / Brand */
|
|
776
776
|
|
|
777
777
|
--icon-brand-500-static: var(--primitive-color-brand-500);
|
|
778
|
+
/* Darker brand shade for text/icons on a light brand-50 surface, where
|
|
779
|
+
brand-500 only reaches 4.04:1 (below WCAG AA 4.5:1). */
|
|
780
|
+
--icon-brand-600: var(--primitive-color-brand-600);
|
|
778
781
|
|
|
779
782
|
/* Icon / Status */
|
|
780
783
|
|
|
@@ -900,6 +903,9 @@
|
|
|
900
903
|
/* Icon / Brand */
|
|
901
904
|
|
|
902
905
|
--icon-brand-500-static: var(--primitive-color-brand-500);
|
|
906
|
+
/* In dark theme the brand-50 surface maps to dark navy (brand-900), so the
|
|
907
|
+
accessible "brand-600 text" role uses a lighter shade for AA contrast. */
|
|
908
|
+
--icon-brand-600: var(--primitive-color-brand-300);
|
|
903
909
|
|
|
904
910
|
/* Icon / Status */
|
|
905
911
|
|
package/dist/themes/light.css
CHANGED
|
@@ -775,6 +775,9 @@
|
|
|
775
775
|
/* Icon / Brand */
|
|
776
776
|
|
|
777
777
|
--icon-brand-500-static: var(--primitive-color-brand-500);
|
|
778
|
+
/* Darker brand shade for text/icons on a light brand-50 surface, where
|
|
779
|
+
brand-500 only reaches 4.04:1 (below WCAG AA 4.5:1). */
|
|
780
|
+
--icon-brand-600: var(--primitive-color-brand-600);
|
|
778
781
|
|
|
779
782
|
/* Icon / Status */
|
|
780
783
|
|
|
@@ -900,6 +903,9 @@
|
|
|
900
903
|
/* Icon / Brand */
|
|
901
904
|
|
|
902
905
|
--icon-brand-500-static: var(--primitive-color-brand-500);
|
|
906
|
+
/* In dark theme the brand-50 surface maps to dark navy (brand-900), so the
|
|
907
|
+
accessible "brand-600 text" role uses a lighter shade for AA contrast. */
|
|
908
|
+
--icon-brand-600: var(--primitive-color-brand-300);
|
|
903
909
|
|
|
904
910
|
/* Icon / Status */
|
|
905
911
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20260619-bb63cb3a",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"qrcode": "^1.5.4",
|
|
265
265
|
"signature_pad": "^5.1.3",
|
|
266
266
|
"tailwindcss": "^4.1.17",
|
|
267
|
-
"@incodetech/core": "0.0.0-dev-
|
|
267
|
+
"@incodetech/core": "0.0.0-dev-20260619-bb63cb3a"
|
|
268
268
|
},
|
|
269
269
|
"devDependencies": {
|
|
270
270
|
"@microsoft/api-extractor": "^7.53.3",
|