Skip to content

Commit

Permalink
fix(titles): justify typo (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidosmf authored Oct 18, 2023
1 parent 74ef50a commit 566cb4c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-toys-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lottiefiles/last": patch
---

fix(titles): text-justify typos
14 changes: 7 additions & 7 deletions packages/last/__tests__/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -361,14 +361,14 @@ Object {
"textGroupingCharacters": "text-grouping-characters",
"textGroupingLine": "text-grouping-line",
"textGroupingWords": "text-grouping-words",
"textJustiftyCenter": "text-justifty-center",
"textJustiftyLeft": "text-justifty-left",
"textJustiftyRight": "text-justifty-right",
"textJustiftyWithLastLineCenter": "text-justifty-with-last-line-center",
"textJustiftyWithLastLineFull": "text-justifty-with-last-line-full",
"textJustiftyWithLastLineLeft": "text-justifty-with-last-line-left",
"textJustiftyWithLastLineRight": "text-justifty-with-last-line-right",
"textJustify": "text-justify",
"textJustifyCenter": "text-justify-center",
"textJustifyLeft": "text-justify-left",
"textJustifyRight": "text-justify-right",
"textJustifyWithLastLineCenter": "text-justify-with-last-line-center",
"textJustifyWithLastLineFull": "text-justify-with-last-line-full",
"textJustifyWithLastLineLeft": "text-justify-with-last-line-left",
"textJustifyWithLastLineRight": "text-justify-with-last-line-right",
"textMask": "text-mask",
"textRangeSelectorMode": "text-range-selector-mode",
"textShape": "text-shape",
Expand Down
14 changes: 7 additions & 7 deletions packages/last/src/titles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@ export const TITLES = {
textGroupingAll: 'text-grouping-all',

textJustify: 'text-justify',
textJustiftyLeft: 'text-justifty-left',
textJustiftyRight: 'text-justifty-right',
textJustiftyCenter: 'text-justifty-center',
textJustiftyWithLastLineLeft: 'text-justifty-with-last-line-left',
textJustiftyWithLastLineRight: 'text-justifty-with-last-line-right',
textJustiftyWithLastLineCenter: 'text-justifty-with-last-line-center',
textJustiftyWithLastLineFull: 'text-justifty-with-last-line-full',
textJustifyLeft: 'text-justify-left',
textJustifyRight: 'text-justify-right',
textJustifyCenter: 'text-justify-center',
textJustifyWithLastLineLeft: 'text-justify-with-last-line-left',
textJustifyWithLastLineRight: 'text-justify-with-last-line-right',
textJustifyWithLastLineCenter: 'text-justify-with-last-line-center',
textJustifyWithLastLineFull: 'text-justify-with-last-line-full',

textShape: 'text-shape',
textShapeSquare: 'text-shape-square',
Expand Down

0 comments on commit 566cb4c

Please sign in to comment.