@symbo.ls/uikit 2.11.284 → 2.11.286

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 CHANGED
@@ -8563,6 +8563,8 @@ var Text = {
8563
8563
  letterSpacing: ({ props: props4 }) => !(0, import_utils8.isUndefined)(props4.letterSpacing) && { letterSpacing: props4.letterSpacing },
8564
8564
  textOverflow: ({ props: props4 }) => !(0, import_utils8.isUndefined)(props4.textOverflow) && { textOverflow: props4.textOverflow },
8565
8565
  textAlign: ({ props: props4 }) => !(0, import_utils8.isUndefined)(props4.textAlign) && { textAlign: props4.textAlign },
8566
+ writingMode: ({ props: props4 }) => !(0, import_utils8.isUndefined)(props4.writingMode) && { writingMode: props4.writingMode },
8567
+ textOrientation: ({ props: props4 }) => !(0, import_utils8.isUndefined)(props4.textOrientation) && { textOrientation: props4.textOrientation },
8566
8568
  fontWeight: ({ props: props4 }) => !(0, import_utils8.isUndefined)(props4.fontWeight) && {
8567
8569
  fontWeight: props4.fontWeight,
8568
8570
  fontVariationSettings: '"wght" ' + props4.fontWeight