trimble-terra 1.1.23 → 1.1.24

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.
@@ -1 +1 @@
1
- .t2-dialog{position:fixed;z-index:5;background:#fff;max-width:500px;top:40%;left:50%;transform:translate(-50%,-50%);flex-direction:column;align-items:center;padding:32px;border-radius:10px;box-shadow:0 110px 31px #0000,0 70px 28px #00000003,0 40px 24px #0000000d,0 18px 18px #00000017,0 4px 10px #0000001a;text-transform:none;text-align:center}@media(max-height:1000px){.t2-dialog{max-height:calc(100dvh - 32px)!important;top:50%!important;overflow-y:auto!important}}@media(max-height:750px)and (max-width:650px){.t2-dialog{width:90%}}.t2-dialog p:first-of-type{margin-top:0}.t2-dialog p:last-of-type{margin-bottom:0}@media not (min-width:600px){.t2-dialog{width:90%;height:auto}}.t2-dialog__overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background:#3635454d}.t2-dialog__close{all:unset;position:absolute;top:33px;right:32px;margin:0;padding:0;cursor:pointer}.t2-dialog__close:focus{outline:revert}.t2-dialog__title{color:#353a40;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.875rem;letter-spacing:1.92px}.t2-dialog__title{letter-spacing:.5px;margin:0 0 18px}.t2-dialog__content,.t2-dialog__content__text,.t2-dialog__content__text-holder{text-align:center;text-wrap:balance;color:#353a40;font-size:1.125rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:.18px}@media screen and (max-width:600px){.t2-dialog__content,.t2-dialog__content__text,.t2-dialog__content__text-holder{font-size:1rem;line-height:1.375rem}}.t2-dialog__content--link,.t2-dialog__content__text--link,.t2-dialog__content__text-holder--link{color:#353a40;font-size:1.125rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:.18px}@media screen and (max-width:600px){.t2-dialog__content--link,.t2-dialog__content__text--link,.t2-dialog__content__text-holder--link{font-size:1rem;line-height:1.375rem}}.t2-dialog__buttons{display:flex;gap:12px;flex-direction:row;align-items:center;justify-content:center;margin-top:32px}@media not (min-width:600px){.t2-dialog__buttons{flex-direction:column-reverse}}.t2-dialog--opened{display:flex}.t2-dialog--closed{display:none}.t2-dialog-loading__section{display:flex;gap:12px;flex-direction:column;align-items:center;justify-content:center;margin-bottom:24px;margin-top:12px}.t2-dialog-loading__text{color:#0063a3;line-height:27px;letter-spacing:.15;color:#353a40;font-size:1.125rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:.18px}@media screen and (max-width:600px){.t2-dialog-loading__text{font-size:1rem;line-height:1.375rem}}
1
+ @keyframes t2-dialog-open{0%{opacity:0;transform:translate(-50%,-48%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.t2-dialog{position:fixed;z-index:5;box-sizing:border-box;background:#fff;max-width:560px;top:40%;left:50%;transform:translate(-50%,-50%);padding:24px 32px;border-radius:10px;box-shadow:0 110px 31px #0000,0 70px 28px #00000003,0 40px 24px #0000000d,0 18px 18px #00000017,0 4px 10px #0000001a;text-transform:none}.t2-dialog p:first-of-type{margin-top:0}.t2-dialog p:last-of-type{margin-bottom:0}@media not (min-width:600px){.t2-dialog{width:90%;height:auto}}.t2-dialog__overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background:#3635454d}.t2-dialog__close{all:unset;position:absolute;top:33px;right:32px;margin:0;padding:0;cursor:pointer}.t2-dialog__close:focus{outline:revert}.t2-dialog__title{color:#353a40;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.875rem;letter-spacing:1.92px}.t2-dialog__title{letter-spacing:.5px;margin:0 0 8px}.t2-dialog__content,.t2-dialog__content__text,.t2-dialog__content__text-holder{color:#353a40;font-size:1.125rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:.18px}@media screen and (max-width:600px){.t2-dialog__content,.t2-dialog__content__text,.t2-dialog__content__text-holder{font-size:1rem;line-height:1.375rem}}.t2-dialog__content--link,.t2-dialog__content__text--link,.t2-dialog__content__text-holder--link{color:#353a40;font-size:1.125rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:.18px}@media screen and (max-width:600px){.t2-dialog__content--link,.t2-dialog__content__text--link,.t2-dialog__content__text-holder--link{font-size:1rem;line-height:1.375rem}}.t2-dialog__buttons{display:flex;gap:12px;flex-direction:row;justify-content:flex-end;margin-top:16px}@media not (min-width:600px){.t2-dialog__buttons{flex-direction:column-reverse}}.t2-dialog--opened{animation:t2-dialog-open .2s ease-out}.t2-dialog--closed{display:none}.t2-dialog-loading__section{display:flex;gap:12px;flex-direction:column;align-items:center;justify-content:center;margin-bottom:24px;margin-top:12px}.t2-dialog-loading__text{color:#0063a3;line-height:27px;letter-spacing:.15;color:#353a40;font-size:1.125rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:.18px}@media screen and (max-width:600px){.t2-dialog-loading__text{font-size:1rem;line-height:1.375rem}}
@@ -6,8 +6,8 @@ interface DialogProps {
6
6
  loadingText?: string;
7
7
  primaryButtonText: string;
8
8
  secondaryButtonText?: string;
9
- onCloseButtonClick?: () => void;
10
- onPrimaryButtonClick?: (e?: any) => void;
9
+ onCloseButtonClick?: (e?: React.MouseEvent<HTMLButtonElement>) => void;
10
+ onPrimaryButtonClick?: () => void;
11
11
  onSecondaryButtonClick?: () => void;
12
12
  contentWithLink?: string;
13
13
  contentLink?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/component/Dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,eAAe,CAAC;AAKvB,UAAU,WAAW;IACnB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,oBAAoB,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;IACzC,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;IACpC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,QAAA,MAAM,MAAM,GAAI,OAAO,WAAW,4CAqGjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/component/Dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,eAAe,CAAC;AAKvB,UAAU,WAAW;IACnB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,kBAAkB,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACvE,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;IACpC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,QAAA,MAAM,MAAM,GAAI,OAAO,WAAW,4CAqGjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -2,27 +2,27 @@ import { jsx as t, jsxs as n } from "react/jsx-runtime";
2
2
  import './Dialog.css';/* empty css */
3
3
  import L from "../LoadingSpinner/LoadingSpinner.js";
4
4
  import { checkAndSet as x } from "../../utils/checkForDangerouslySet.js";
5
- import { TerraLink as e } from "../TerraLink/TerraLink.js";
6
- const w = (g) => {
5
+ import { TerraLink as i } from "../TerraLink/TerraLink.js";
6
+ const w = (m) => {
7
7
  const {
8
8
  isOpen: o,
9
9
  variant: u,
10
10
  title: a,
11
11
  content: r,
12
- loadingText: s,
12
+ loadingText: c,
13
13
  primaryButtonText: h = "OK",
14
14
  secondaryButtonText: _ = "Cancel",
15
- onCloseButtonClick: c,
15
+ onCloseButtonClick: d,
16
16
  onPrimaryButtonClick: l,
17
- onSecondaryButtonClick: i,
18
- contentWithLink: d,
17
+ onSecondaryButtonClick: e,
18
+ contentWithLink: s,
19
19
  contentLink: C,
20
- contentLinkText: m
21
- } = g, p = () => c ? /* @__PURE__ */ t(
20
+ contentLinkText: g
21
+ } = m, p = () => d ? /* @__PURE__ */ t(
22
22
  "button",
23
23
  {
24
24
  className: "t2-dialog__close",
25
- onClick: c,
25
+ onClick: d,
26
26
  "aria-label": "Close Dialog",
27
27
  children: /* @__PURE__ */ t(
28
28
  "svg",
@@ -42,21 +42,21 @@ const w = (g) => {
42
42
  }
43
43
  )
44
44
  }
45
- ) : null, k = () => l || i ? /* @__PURE__ */ n("div", { className: "t2-dialog__buttons", children: [
46
- i && /* @__PURE__ */ t(
47
- e,
45
+ ) : null, k = () => l || e ? /* @__PURE__ */ n("div", { className: "t2-dialog__buttons", children: [
46
+ e && /* @__PURE__ */ t(
47
+ i,
48
48
  {
49
49
  label: _,
50
- size: "small",
51
- onClickHandler: i
50
+ size: "large",
51
+ onClickHandler: e
52
52
  }
53
53
  ),
54
54
  l && /* @__PURE__ */ t(
55
- e,
55
+ i,
56
56
  {
57
57
  label: h,
58
58
  primary: !0,
59
- size: "small",
59
+ size: "large",
60
60
  onClickHandler: l
61
61
  }
62
62
  )
@@ -69,20 +69,20 @@ const w = (g) => {
69
69
  /* @__PURE__ */ t(p, {}),
70
70
  u === "loading" && /* @__PURE__ */ n("div", { className: "t2-dialog-loading__section", children: [
71
71
  /* @__PURE__ */ t(L, {}),
72
- s && /* @__PURE__ */ t("span", { className: "t2-dialog-loading__text", children: s })
72
+ c && /* @__PURE__ */ t("span", { className: "t2-dialog-loading__text", children: c })
73
73
  ] }),
74
74
  a && /* @__PURE__ */ t("h6", { className: "t2-dialog__title", children: a }),
75
75
  r && x(r, "t2-dialog__content", null, null),
76
- d && C && m && /* @__PURE__ */ n("div", { className: "t2-dialog__content", children: [
77
- d,
76
+ s && C && g && /* @__PURE__ */ n("div", { className: "t2-dialog__content", children: [
77
+ s,
78
78
  " ",
79
79
  /* @__PURE__ */ t(
80
- e,
80
+ i,
81
81
  {
82
82
  className: "t2-dialog__content--link",
83
83
  destination: C,
84
84
  linkType: "text",
85
- children: m
85
+ children: g
86
86
  }
87
87
  )
88
88
  ] }),
@@ -1 +1 @@
1
- {"version":3,"file":"ProductDetail.stories.d.ts","sourceRoot":"","sources":["../../../../src/component/ProductDetail/ProductDetail.stories.jsx"],"names":[],"mappings":";;;;;;;;;;;;AAgEA,4EAoDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA2Nc,gCAER;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjRP,mFAoDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA2Uc,kCAER;;;;;;;;;;;AAjYP,+EAoDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAyZc,kCAER;;;;;;;;;;;;;AA/cP,4EAoDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAyec,kCAER;;;;;;;;;;;;;;AA/hBP,qFAoDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA0iBc,kCAER;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BA/pBmB,iBAAiB;AAoL3C;;;;;;;;;;;KA6CE;AA5GF;;;;;IA6DE"}
1
+ {"version":3,"file":"ProductDetail.stories.d.ts","sourceRoot":"","sources":["../../../../src/component/ProductDetail/ProductDetail.stories.jsx"],"names":[],"mappings":";;;;;;;;;;;;AAiEA,4EAyDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA2Nc,gCAER;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAtRP,mFAyDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA2Uc,kCAER;;;;;;;;;;;AAtYP,+EAyDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAyZc,kCAER;;;;;;;;;;;;;AApdP,4EAyDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAyec,kCAER;;;;;;;;;;;;;;AApiBP,qFAyDC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA0iBc,kCAER;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BArqBmB,iBAAiB;AA0L3C;;;;;;;;;;;KA6CE;AA5GF;;;;;IA6DE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trimble-terra",
3
- "version": "1.1.23",
3
+ "version": "1.1.24",
4
4
  "description": "Trimble Terra — React component library for Trimble MXP2 web experiences",
5
5
  "publishConfig": {
6
6
  "access": "public"