@incodetech/web 0.0.0-dev-20260326-408c0fa → 0.0.0-dev-20260330-e91ed6b

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.
@@ -24,6 +24,12 @@
24
24
  animation: .4s ease-out fadeIn;
25
25
  }
26
26
 
27
+ @media (prefers-reduced-motion: reduce) {
28
+ .IncodeGeolocationPage {
29
+ animation: none;
30
+ }
31
+ }
32
+
27
33
  .IncodeGeolocationPage .IncodeGeolocationIconWrapper {
28
34
  flex: 1;
29
35
  justify-content: center;
@@ -31,26 +37,18 @@
31
37
  display: flex;
32
38
  }
33
39
 
34
- .IncodeGeolocationPage .IncodeGeolocationIconWrapper svg {
35
- width: 100%;
36
- height: 100%;
37
- }
38
-
39
40
  .IncodeGeolocationPage.IncodeGeolocationPermissionPage .IncodePageTitleContainer {
40
41
  margin: var(--spacing-0, var(--spacing-none, 0px));
41
42
  }
42
43
 
43
- .IncodeGeolocationPage.IncodeGeolocationPermissionPage .IncodePageTitle {
44
- text-align: left;
45
- }
46
-
47
44
  .IncodeGeolocationPage.IncodeGeolocationPermissionPage .IncodeGeolocationPermissionSections {
48
45
  margin-top: var(--spacing-24, var(--spacing-24, 24px));
49
46
  gap: var(--spacing-24, var(--spacing-24, 24px));
50
47
  flex-direction: column;
48
+ align-self: center;
51
49
  width: 100%;
50
+ max-width: 420px;
52
51
  display: flex;
53
- overflow-y: auto;
54
52
  }
55
53
 
56
54
  .IncodeGeolocationPage.IncodeGeolocationPermissionPage .IncodeGeolocationPermissionSection {
@@ -131,6 +129,18 @@
131
129
  display: inline-block;
132
130
  }
133
131
 
132
+ .IncodeGeolocationPage.IncodeGeolocationPermissionPage .IncodeGeolocationSrOnly {
133
+ clip-path: inset(50%);
134
+ white-space: nowrap;
135
+ border-width: 0;
136
+ width: 1px;
137
+ height: 1px;
138
+ margin: -1px;
139
+ padding: 0;
140
+ position: absolute;
141
+ overflow: hidden;
142
+ }
143
+
134
144
  @property --tw-leading {
135
145
  syntax: "*";
136
146
  inherits: false
package/dist/id/id.es.js CHANGED
@@ -2,10 +2,10 @@ import { u as r, I as u, a as m } from "../button-B2Ewo0rX.js";
2
2
  import { createIdCaptureManager as d } from "@incodetech/core/id";
3
3
  import { z as c, P as l } from "../vendor-preact-BoMmvSgn.js";
4
4
  import "@incodetech/core";
5
- import { P as p } from "../permissions-CDir4ckn.js";
5
+ import { P as p } from "../permissions-DbPRF91z.js";
6
6
  import { r as f } from "../incodeModule-C4XIllao.js";
7
7
  import { P as C } from "../processing-De8XWnFp.js";
8
- import { b as g, T as h, F as a, C as I, c as y, I as F } from "../flipAnimation-CQ3So9XG.js";
8
+ import { b as g, T as h, F as a, C as I, c as y, I as F } from "../flipAnimation-l8x6CJ9Q.js";
9
9
  import "../captureOverlay-CB8lyLgp.js";
10
10
  import "../uiConfig-DmIn-g8M.js";
11
11
  import "../typography-zMrvftfB.js";
@@ -0,0 +1,5 @@
1
+ import { u as e } from "./button-B2Ewo0rX.js";
2
+ const t = ({ number: r }) => /* @__PURE__ */ e("div", { class: "IncodeNumberedStep", children: /* @__PURE__ */ e("span", { class: "IncodeNumberedStepText", children: r }) });
3
+ export {
4
+ t as N
5
+ };