@telia-ace/knowledge-widget-components-contact-link 1.3.41-rc.1 → 1.3.41
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.
|
@@ -2,7 +2,7 @@ import { jsxs as u, jsx as n, Fragment as z } from "react/jsx-runtime";
|
|
|
2
2
|
import { useContainer as v } from "@telia-ace/widget-ui";
|
|
3
3
|
import { css as C } from "@emotion/react";
|
|
4
4
|
import c from "@emotion/styled";
|
|
5
|
-
import { useProperties as M, Text as d, Link as $, WidgetLink as y,
|
|
5
|
+
import { useProperties as M, Text as d, Link as $, WidgetLink as y, linkTabStyle as N, SymbolBadge as S, contentBox as A, borderTabStyle as B } from "@telia-ace/knowledge-widget-ui";
|
|
6
6
|
import { appendClassNames as m } from "@telia-ace/widget-utilities";
|
|
7
7
|
const G = ({ className: t, ...e }) => {
|
|
8
8
|
const {
|
|
@@ -47,7 +47,7 @@ const G = ({ className: t, ...e }) => {
|
|
|
47
47
|
}
|
|
48
48
|
);
|
|
49
49
|
const f = /* @__PURE__ */ u(z, { children: [
|
|
50
|
-
g ? /* @__PURE__ */ n(
|
|
50
|
+
g ? /* @__PURE__ */ n(S, { symbol: g }) : /* @__PURE__ */ n(
|
|
51
51
|
V,
|
|
52
52
|
{
|
|
53
53
|
width: L,
|
|
@@ -127,7 +127,7 @@ const G = ({ className: t, ...e }) => {
|
|
|
127
127
|
return (e = t.theme.colors) == null ? void 0 : e.primary;
|
|
128
128
|
}};
|
|
129
129
|
&:focus-visible {
|
|
130
|
-
${
|
|
130
|
+
${N}
|
|
131
131
|
padding: ${(t) => {
|
|
132
132
|
var e, i;
|
|
133
133
|
return `calc(${(e = t.theme.sizes) == null ? void 0 : e.small} / 2) ${(i = t.theme.sizes) == null ? void 0 : i.small}`;
|
package/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const t=require("@telia-ace/knowledge-widget-ui"),n=e=>t.createReactComponent(e,"contact-link",Promise.resolve().then(()=>require("./contact-link-
|
|
1
|
+
"use strict";const t=require("@telia-ace/knowledge-widget-ui"),n=e=>t.createReactComponent(e,"contact-link",Promise.resolve().then(()=>require("./contact-link-B0vsjLl1.js")));module.exports=n;
|
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/knowledge-widget-components-contact-link",
|
|
3
|
-
"version": "1.3.41
|
|
3
|
+
"version": "1.3.41",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
}
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@telia-ace/knowledge-widget-core": "^1.3.41
|
|
14
|
-
"@telia-ace/knowledge-widget-ui": "^1.3.41
|
|
15
|
-
"@telia-ace/widget-utilities": "^1.3.41
|
|
13
|
+
"@telia-ace/knowledge-widget-core": "^1.3.41",
|
|
14
|
+
"@telia-ace/knowledge-widget-ui": "^1.3.41",
|
|
15
|
+
"@telia-ace/widget-utilities": "^1.3.41",
|
|
16
16
|
"@webprovisions/platform": "^1.1.4",
|
|
17
|
-
"@telia-ace/widget-ui": "^1.3.41
|
|
17
|
+
"@telia-ace/widget-ui": "^1.3.41"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@emotion/react": "11.11.1",
|
|
File without changes
|