@symbo.ls/uikit 2.11.231 → 2.11.233
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/index.cjs.js +25 -3
- package/dist/index.cjs.js.map +2 -2
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -8343,7 +8343,7 @@ var Strong = {
|
|
|
8343
8343
|
};
|
|
8344
8344
|
var Underline = { tag: "u" };
|
|
8345
8345
|
var Italic = { tag: "i" };
|
|
8346
|
-
var Title = {
|
|
8346
|
+
var Title = {};
|
|
8347
8347
|
var Headline = {
|
|
8348
8348
|
tag: "h6",
|
|
8349
8349
|
props: { fontSize: "B", fontWeight: 500 }
|
|
@@ -9796,6 +9796,27 @@ var style_default = {
|
|
|
9796
9796
|
// Slider/index.js
|
|
9797
9797
|
var import_scratch12 = __toESM(require_cjs());
|
|
9798
9798
|
var import_utils12 = __toESM(require_cjs2());
|
|
9799
|
+
(0, import_scratch12.set)({
|
|
9800
|
+
theme: {
|
|
9801
|
+
sliderThumb: {
|
|
9802
|
+
background: "white 0.2",
|
|
9803
|
+
"&::-webkit-slider-thumb": {
|
|
9804
|
+
background: "#232526",
|
|
9805
|
+
borderColor: (0, import_scratch12.opacify)("#454646", 0.75)
|
|
9806
|
+
},
|
|
9807
|
+
"&:hover": {
|
|
9808
|
+
"&::-webkit-slider-thumb": {
|
|
9809
|
+
borderColor: (0, import_scratch12.opacify)("#fff", 0.35)
|
|
9810
|
+
}
|
|
9811
|
+
},
|
|
9812
|
+
"&:focus, &:active": {
|
|
9813
|
+
"&::-webkit-slider-thumb": {
|
|
9814
|
+
borderColor: "#3C6AC0"
|
|
9815
|
+
}
|
|
9816
|
+
}
|
|
9817
|
+
}
|
|
9818
|
+
}
|
|
9819
|
+
});
|
|
9799
9820
|
var RangeSlider = {
|
|
9800
9821
|
style: style_default,
|
|
9801
9822
|
props: {
|
|
@@ -9910,7 +9931,7 @@ var Avatar = {
|
|
|
9910
9931
|
extend: Img,
|
|
9911
9932
|
props: ({ key, props: props4 }) => ({
|
|
9912
9933
|
display: "block",
|
|
9913
|
-
avatarType: "
|
|
9934
|
+
avatarType: "adventurer-neutral",
|
|
9914
9935
|
borderRadius: "100%",
|
|
9915
9936
|
boxSize: "C+X C+X",
|
|
9916
9937
|
src: `https://api.dicebear.com/7.x/${props4.avatarType || "initials"}/svg?seed=${props4.key || key || "no-avatar"}`
|
|
@@ -10042,6 +10063,7 @@ var Notification = {
|
|
|
10042
10063
|
gap: "X2"
|
|
10043
10064
|
},
|
|
10044
10065
|
Title: {
|
|
10066
|
+
tag: "h6",
|
|
10045
10067
|
props: {
|
|
10046
10068
|
fontWeight: "600",
|
|
10047
10069
|
lineHeight: "1em",
|
|
@@ -12291,7 +12313,7 @@ var UserMessage = {
|
|
|
12291
12313
|
var UserWithLabel = {
|
|
12292
12314
|
extend: User,
|
|
12293
12315
|
props: { gap: "Y2" },
|
|
12294
|
-
|
|
12316
|
+
Avatar: {
|
|
12295
12317
|
StatusIndicator: null,
|
|
12296
12318
|
Avatar: { props: { boxSize: "B2+W" } }
|
|
12297
12319
|
},
|