@symbo.ls/uikit 2.11.284 → 2.11.287
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 +11 -1
- package/dist/index.cjs.js.map +2 -2
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -6451,6 +6451,9 @@ var Theme = {
|
|
|
6451
6451
|
backgroundPosition: ({ props: props4 }) => !(0, import_utils2.isUndefined)(props4.backgroundPosition) ? {
|
|
6452
6452
|
backgroundPosition: props4.backgroundPosition
|
|
6453
6453
|
} : null,
|
|
6454
|
+
backgroundRepeat: ({ props: props4 }) => !(0, import_utils2.isUndefined)(props4.backgroundRepeat) ? {
|
|
6455
|
+
backgroundRepeat: props4.backgroundRepeat
|
|
6456
|
+
} : null,
|
|
6454
6457
|
textStroke: ({ props: props4, deps }) => !(0, import_utils2.isUndefined)(props4.textStroke) ? {
|
|
6455
6458
|
WebkitTextStroke: deps.transformTextStroke(props4.textStroke)
|
|
6456
6459
|
} : null,
|
|
@@ -8402,7 +8405,11 @@ var createEmotion3 = (key = "smbls", container) => {
|
|
|
8402
8405
|
var emotion = createEmotion3();
|
|
8403
8406
|
|
|
8404
8407
|
// ../init/dynamic.json
|
|
8405
|
-
var dynamic_default = {
|
|
8408
|
+
var dynamic_default = {
|
|
8409
|
+
version: 2,
|
|
8410
|
+
id: "1005dfc688",
|
|
8411
|
+
key: "staub.symbo.ls"
|
|
8412
|
+
};
|
|
8406
8413
|
|
|
8407
8414
|
// ../init/index.js
|
|
8408
8415
|
var CONFIG2 = (0, import_scratch7.getActiveConfig)();
|
|
@@ -8563,6 +8570,8 @@ var Text = {
|
|
|
8563
8570
|
letterSpacing: ({ props: props4 }) => !(0, import_utils8.isUndefined)(props4.letterSpacing) && { letterSpacing: props4.letterSpacing },
|
|
8564
8571
|
textOverflow: ({ props: props4 }) => !(0, import_utils8.isUndefined)(props4.textOverflow) && { textOverflow: props4.textOverflow },
|
|
8565
8572
|
textAlign: ({ props: props4 }) => !(0, import_utils8.isUndefined)(props4.textAlign) && { textAlign: props4.textAlign },
|
|
8573
|
+
writingMode: ({ props: props4 }) => !(0, import_utils8.isUndefined)(props4.writingMode) && { writingMode: props4.writingMode },
|
|
8574
|
+
textOrientation: ({ props: props4 }) => !(0, import_utils8.isUndefined)(props4.textOrientation) && { textOrientation: props4.textOrientation },
|
|
8566
8575
|
fontWeight: ({ props: props4 }) => !(0, import_utils8.isUndefined)(props4.fontWeight) && {
|
|
8567
8576
|
fontWeight: props4.fontWeight,
|
|
8568
8577
|
fontVariationSettings: '"wght" ' + props4.fontWeight
|
|
@@ -10631,6 +10640,7 @@ var Label = {
|
|
|
10631
10640
|
theme: "tertiary",
|
|
10632
10641
|
boxSize: "fit-content fit-content",
|
|
10633
10642
|
padding: "W2 Y2",
|
|
10643
|
+
lineHeight: "1",
|
|
10634
10644
|
round: "Y1",
|
|
10635
10645
|
fontWeight: "400"
|
|
10636
10646
|
}
|