@incodetech/web 0.0.0-dev-20260415-432dcaa → 0.0.0-dev-20260415-a89783e

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 CHANGED
@@ -3322,6 +3322,7 @@
3322
3322
  letter-spacing: var(--typography-headline-h2-letter-spacing);
3323
3323
  color: var(--color-text-body-primary, var(--text-body-800-primary));
3324
3324
  --tw-outline-style: none;
3325
+ max-width: var(--incode-page-max-w-title);
3325
3326
  outline-style: none;
3326
3327
  }
3327
3328
  .IncodePageContainer .IncodePageSubtitle {
@@ -5652,12 +5652,18 @@
5652
5652
  }
5653
5653
 
5654
5654
  .IncodeGeolocationPage .IncodeGeolocationIconWrapper {
5655
+ margin-top: var(--spacing-16, var(--spacing-16, 16px));
5656
+ padding-block: var(--spacing-24, var(--spacing-24, 24px));
5655
5657
  flex: 1;
5656
5658
  justify-content: center;
5657
5659
  align-items: center;
5658
5660
  display: flex;
5659
5661
  }
5660
5662
 
5663
+ .IncodeGeolocationPage .IncodeGeolocationButtonWrapper {
5664
+ padding-block: var(--spacing-16, var(--spacing-16, 16px));
5665
+ }
5666
+
5661
5667
  .IncodeGeolocationPage.IncodeGeolocationPermissionPage .IncodePageTitleContainer {
5662
5668
  margin: var(--spacing-0, var(--spacing-none, 0px));
5663
5669
  }
@@ -787,6 +787,7 @@ var h = () => /* @__PURE__ */ i("svg", {
787
787
  return /* @__PURE__ */ i(c, {
788
788
  className: "IncodeGeolocationPage IncodeGeolocationPermissionPage",
789
789
  title: o("geolocationv2.allowLocationAccess"),
790
+ hideFooterBranding: !0,
790
791
  children: [
791
792
  i(u === "ios" ? q : u === "android" ? M : I, {}),
792
793
  /* @__PURE__ */ i(s, {}),
@@ -810,12 +811,15 @@ var h = () => /* @__PURE__ */ i("svg", {
810
811
  children: [/* @__PURE__ */ i("div", {
811
812
  class: "IncodeGeolocationIconWrapper",
812
813
  children: /* @__PURE__ */ i(t, {})
813
- }), /* @__PURE__ */ i(l, {
814
- isLoading: o,
815
- onClick: a,
816
- "aria-label": o ? s("geolocation.continue") : void 0,
817
- "aria-busy": o || void 0,
818
- children: s("geolocation.continue")
814
+ }), /* @__PURE__ */ i("div", {
815
+ class: "IncodeGeolocationButtonWrapper",
816
+ children: /* @__PURE__ */ i(l, {
817
+ isLoading: o,
818
+ onClick: a,
819
+ "aria-label": o ? s("geolocation.continue") : void 0,
820
+ "aria-busy": o || void 0,
821
+ children: s("geolocation.continue")
822
+ })
819
823
  })]
820
824
  });
821
825
  }, X = ({ config: t, onFinish: n, onError: o }) => {
@@ -31,12 +31,18 @@
31
31
  }
32
32
 
33
33
  .IncodeGeolocationPage .IncodeGeolocationIconWrapper {
34
+ margin-top: var(--spacing-16, var(--spacing-16, 16px));
35
+ padding-block: var(--spacing-24, var(--spacing-24, 24px));
34
36
  flex: 1;
35
37
  justify-content: center;
36
38
  align-items: center;
37
39
  display: flex;
38
40
  }
39
41
 
42
+ .IncodeGeolocationPage .IncodeGeolocationButtonWrapper {
43
+ padding-block: var(--spacing-16, var(--spacing-16, 16px));
44
+ }
45
+
40
46
  .IncodeGeolocationPage.IncodeGeolocationPermissionPage .IncodePageTitleContainer {
41
47
  margin: var(--spacing-0, var(--spacing-none, 0px));
42
48
  }
@@ -997,6 +997,7 @@
997
997
  --page-header-height: 44px;
998
998
  --incode-page-max-w: 800px;
999
999
  --incode-page-max-h: 840px;
1000
+ --incode-page-max-w-title: 420px;
1000
1001
  --incode-page-max-h-landscape: 726px;
1001
1002
  --dialog-content-max-width: 390px;
1002
1003
 
@@ -997,6 +997,7 @@
997
997
  --page-header-height: 44px;
998
998
  --incode-page-max-w: 800px;
999
999
  --incode-page-max-h: 840px;
1000
+ --incode-page-max-w-title: 420px;
1000
1001
  --incode-page-max-h-landscape: 726px;
1001
1002
  --dialog-content-max-width: 390px;
1002
1003
 
@@ -4998,12 +4998,18 @@
4998
4998
  }
4999
4999
 
5000
5000
  .IncodeGeolocationPage .IncodeGeolocationIconWrapper {
5001
+ margin-top: var(--spacing-16, var(--spacing-16, 16px));
5002
+ padding-block: var(--spacing-24, var(--spacing-24, 24px));
5001
5003
  flex: 1;
5002
5004
  justify-content: center;
5003
5005
  align-items: center;
5004
5006
  display: flex;
5005
5007
  }
5006
5008
 
5009
+ .IncodeGeolocationPage .IncodeGeolocationButtonWrapper {
5010
+ padding-block: var(--spacing-16, var(--spacing-16, 16px));
5011
+ }
5012
+
5007
5013
  .IncodeGeolocationPage.IncodeGeolocationPermissionPage .IncodePageTitleContainer {
5008
5014
  margin: var(--spacing-0, var(--spacing-none, 0px));
5009
5015
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260415-432dcaa",
3
+ "version": "0.0.0-dev-20260415-a89783e",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -176,7 +176,7 @@
176
176
  "qrcode": "^1.5.4",
177
177
  "signature_pad": "^5.1.3",
178
178
  "tailwindcss": "^4.1.17",
179
- "@incodetech/core": "0.0.0-dev-20260415-432dcaa"
179
+ "@incodetech/core": "0.0.0-dev-20260415-a89783e"
180
180
  },
181
181
  "devDependencies": {
182
182
  "@microsoft/api-extractor": "^7.53.3",