@telia/teddy 0.6.11 → 0.6.12
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,15 +2,15 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const clsx = require("clsx");
|
|
4
4
|
const styles = {
|
|
5
|
-
"teddy-circle-bar": "_teddy-circle-
|
|
6
|
-
"teddy-circle-bar__tooltip": "_teddy-circle-
|
|
7
|
-
"teddy-circle-bar__tooltip-left": "_teddy-circle-bar__tooltip-
|
|
8
|
-
"teddy-circle-bar__tooltip-right": "_teddy-circle-bar__tooltip-
|
|
9
|
-
"teddy-circle-bar__tooltip-content": "_teddy-circle-bar__tooltip-
|
|
10
|
-
"teddy-circle-bar__svg-container": "_teddy-circle-bar__svg-
|
|
11
|
-
"teddy-circle-bar__svg": "_teddy-circle-
|
|
12
|
-
"teddy-circle-bar__info-box": "_teddy-circle-bar__info-
|
|
13
|
-
"teddy-circle-bar__value-label": "_teddy-circle-bar__value-
|
|
5
|
+
"teddy-circle-bar": "_teddy-circle-bar_1533l_1",
|
|
6
|
+
"teddy-circle-bar__tooltip": "_teddy-circle-bar__tooltip_1533l_6",
|
|
7
|
+
"teddy-circle-bar__tooltip-left": "_teddy-circle-bar__tooltip-left_1533l_12",
|
|
8
|
+
"teddy-circle-bar__tooltip-right": "_teddy-circle-bar__tooltip-right_1533l_15",
|
|
9
|
+
"teddy-circle-bar__tooltip-content": "_teddy-circle-bar__tooltip-content_1533l_18",
|
|
10
|
+
"teddy-circle-bar__svg-container": "_teddy-circle-bar__svg-container_1533l_21",
|
|
11
|
+
"teddy-circle-bar__svg": "_teddy-circle-bar__svg_1533l_21",
|
|
12
|
+
"teddy-circle-bar__info-box": "_teddy-circle-bar__info-box_1533l_32",
|
|
13
|
+
"teddy-circle-bar__value-label": "_teddy-circle-bar__value-label_1533l_38"
|
|
14
14
|
};
|
|
15
15
|
const rootClassName = "teddy-circle-bar";
|
|
16
16
|
const css = (suffix) => {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import clsx from "clsx";
|
|
2
2
|
const styles = {
|
|
3
|
-
"teddy-circle-bar": "_teddy-circle-
|
|
4
|
-
"teddy-circle-bar__tooltip": "_teddy-circle-
|
|
5
|
-
"teddy-circle-bar__tooltip-left": "_teddy-circle-bar__tooltip-
|
|
6
|
-
"teddy-circle-bar__tooltip-right": "_teddy-circle-bar__tooltip-
|
|
7
|
-
"teddy-circle-bar__tooltip-content": "_teddy-circle-bar__tooltip-
|
|
8
|
-
"teddy-circle-bar__svg-container": "_teddy-circle-bar__svg-
|
|
9
|
-
"teddy-circle-bar__svg": "_teddy-circle-
|
|
10
|
-
"teddy-circle-bar__info-box": "_teddy-circle-bar__info-
|
|
11
|
-
"teddy-circle-bar__value-label": "_teddy-circle-bar__value-
|
|
3
|
+
"teddy-circle-bar": "_teddy-circle-bar_1533l_1",
|
|
4
|
+
"teddy-circle-bar__tooltip": "_teddy-circle-bar__tooltip_1533l_6",
|
|
5
|
+
"teddy-circle-bar__tooltip-left": "_teddy-circle-bar__tooltip-left_1533l_12",
|
|
6
|
+
"teddy-circle-bar__tooltip-right": "_teddy-circle-bar__tooltip-right_1533l_15",
|
|
7
|
+
"teddy-circle-bar__tooltip-content": "_teddy-circle-bar__tooltip-content_1533l_18",
|
|
8
|
+
"teddy-circle-bar__svg-container": "_teddy-circle-bar__svg-container_1533l_21",
|
|
9
|
+
"teddy-circle-bar__svg": "_teddy-circle-bar__svg_1533l_21",
|
|
10
|
+
"teddy-circle-bar__info-box": "_teddy-circle-bar__info-box_1533l_32",
|
|
11
|
+
"teddy-circle-bar__value-label": "_teddy-circle-bar__value-label_1533l_38"
|
|
12
12
|
};
|
|
13
13
|
const rootClassName = "teddy-circle-bar";
|
|
14
14
|
const css = (suffix) => {
|
package/dist/style.css
CHANGED
|
@@ -6202,48 +6202,49 @@
|
|
|
6202
6202
|
._metricmeter__speed-unit-label_1wov3_70 {
|
|
6203
6203
|
font-size: var(--teddy-typography-scale-75);
|
|
6204
6204
|
font-weight: var(--teddy-typography-weight-normal);
|
|
6205
|
-
}._teddy-circle-
|
|
6205
|
+
}._teddy-circle-bar_1533l_1 {
|
|
6206
6206
|
position: relative;
|
|
6207
6207
|
width: max-content;
|
|
6208
6208
|
padding: 17px;
|
|
6209
6209
|
}
|
|
6210
|
-
._teddy-circle-
|
|
6210
|
+
._teddy-circle-bar__tooltip_1533l_6 {
|
|
6211
6211
|
width: max-content;
|
|
6212
6212
|
position: absolute;
|
|
6213
6213
|
top: -2px;
|
|
6214
6214
|
z-index: 1;
|
|
6215
6215
|
}
|
|
6216
|
-
._teddy-circle-bar__tooltip-
|
|
6216
|
+
._teddy-circle-bar__tooltip-left_1533l_12 {
|
|
6217
6217
|
left: -2px;
|
|
6218
6218
|
}
|
|
6219
|
-
._teddy-circle-bar__tooltip-
|
|
6219
|
+
._teddy-circle-bar__tooltip-right_1533l_15 {
|
|
6220
6220
|
right: -2px;
|
|
6221
6221
|
}
|
|
6222
|
-
._teddy-circle-bar__tooltip-
|
|
6222
|
+
._teddy-circle-bar__tooltip-content_1533l_18 {
|
|
6223
6223
|
max-width: 300px;
|
|
6224
6224
|
}
|
|
6225
|
-
._teddy-circle-bar__svg-
|
|
6225
|
+
._teddy-circle-bar__svg-container_1533l_21 {
|
|
6226
6226
|
width: 155px;
|
|
6227
|
+
height: 155px;
|
|
6227
6228
|
position: relative;
|
|
6228
6229
|
}
|
|
6229
|
-
._teddy-circle-
|
|
6230
|
+
._teddy-circle-bar__svg_1533l_21 {
|
|
6230
6231
|
transform-origin: center center;
|
|
6231
6232
|
fill: transparent;
|
|
6232
6233
|
stroke-linecap: round;
|
|
6233
6234
|
stroke: #c4c4c4;
|
|
6234
6235
|
}
|
|
6235
|
-
._teddy-circle-bar__info-
|
|
6236
|
+
._teddy-circle-bar__info-box_1533l_32 {
|
|
6236
6237
|
position: absolute;
|
|
6237
6238
|
width: 100%;
|
|
6238
6239
|
top: 47px;
|
|
6239
6240
|
text-align: center;
|
|
6240
6241
|
}
|
|
6241
|
-
._teddy-circle-bar__value-
|
|
6242
|
+
._teddy-circle-bar__value-label_1533l_38 {
|
|
6242
6243
|
font-size: 28px;
|
|
6243
6244
|
font-weight: 700;
|
|
6244
6245
|
margin-bottom: 6px;
|
|
6245
6246
|
}
|
|
6246
|
-
._teddy-circle-
|
|
6247
|
+
._teddy-circle-bar_1533l_1 h3 {
|
|
6247
6248
|
margin: 0;
|
|
6248
6249
|
font-size: 14px;
|
|
6249
6250
|
font-weight: 400;
|