@zuzjs/ui 0.10.1 → 0.10.2

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.
@@ -343,6 +343,9 @@ export const cssDirect = {
343
343
  "text-wrap": "width: 98%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;",
344
344
  "text-clip": "color: transparent;background-clip: text;-webkit-background-clip: text;",
345
345
  "word-break": "wordc-break: break-word;",
346
+ "uppercase": "text-transform: uppercase;",
347
+ "lowercase": "text-transform: lowercase;",
348
+ "capitalize": "text-transform: capitalize;",
346
349
  };
347
350
  export const cssPropsWithColor = [
348
351
  // Regular CSS keys
@@ -343,6 +343,9 @@ export const cssDirect = {
343
343
  "text-wrap": "width: 98%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;",
344
344
  "text-clip": "color: transparent;background-clip: text;-webkit-background-clip: text;",
345
345
  "word-break": "wordc-break: break-word;",
346
+ "uppercase": "text-transform: uppercase;",
347
+ "lowercase": "text-transform: lowercase;",
348
+ "capitalize": "text-transform: capitalize;",
346
349
  };
347
350
  export const cssPropsWithColor = [
348
351
  // Regular CSS keys