Skip to content

Commit

Permalink
feat(tailwind): remove deprecated separator size classes
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the separator size classes were deprecated and not meant to be used.
  • Loading branch information
DSil committed Jan 3, 2025
1 parent b1c4966 commit d06dcb8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2261,7 +2261,6 @@ exports[`orbitPreset should have preflight disabled 1`] = `
"none": "0px",
"px": "1px",
"screen": "100vh",
"separator": "1px",
"sm": "12px",
"svh": "100svh",
"xl": "32px",
Expand Down Expand Up @@ -3402,7 +3401,6 @@ exports[`orbitPreset should have preflight disabled 1`] = `
"min": "min-content",
"none": "0px",
"px": "1px",
"separator": "1px",
"sm": "12px",
"xl": "32px",
"xs": "8px",
Expand Down Expand Up @@ -4105,7 +4103,6 @@ exports[`orbitPreset should have preflight disabled 1`] = `
"none": "0px",
"px": "1px",
"screen": "100vw",
"separator": "1px",
"sm": "12px",
"svw": "100svw",
"xl": "32px",
Expand Down
1 change: 0 additions & 1 deletion packages/orbit-tailwind-preset/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export default function orbitTailwindPreset(options?: Options): Config {
"icon-small": tokens.iconSmallSize,
"icon-medium": tokens.iconMediumSize,
"icon-large": tokens.iconLargeSize,
separator: tokens.heightSeparator,
"form-box-small": tokens.formBoxSmallHeight,
"form-box-normal": tokens.formBoxNormalHeight,
"form-box-large": tokens.formBoxLargeHeight,
Expand Down

0 comments on commit d06dcb8

Please sign in to comment.