Skip to content

Commit

Permalink
Next Version Bump (#2024)
Browse files Browse the repository at this point in the history
* style: adjust padding on bulk actions (#2023)

* style(empty state): add text wrap balance to empty state text (#2026)

* chore(deps): bump @pine-ds/icons from 8.10.0 to 8.11.0 (#2025)

Bumps [@pine-ds/icons](https://github.com/Kajabi/pine-icons) from 8.10.0 to 8.11.0.
- [Release notes](https://github.com/Kajabi/pine-icons/releases)
- [Changelog](https://github.com/Kajabi/pine-icons/blob/main/CHANGELOG.md)
- [Commits](Kajabi/pine-icons@v8.10.0...v8.11.0)

---
updated-dependencies:
- dependency-name: "@pine-ds/icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Monica Wheeler <monica.wheeler@kajabi.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 22, 2024
1 parent ac0f1fc commit 6bac7a6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<%= sage_component SageEmptyState, {
icon: "trash",
title: "Title for state",
text: "Text to appear below. Lorem ipsum dolor sit amet consectituor."
text: "Text to appear below. Lorem ipsum dolor sit amet consectituor. Lorem ipsum dolor sit amet consectituor.",
} do %>
<p>Other stuff such as buttons...</p>
<% end %>
Expand All @@ -12,7 +12,7 @@
<%= sage_component SageEmptyState, {
icon: "bold",
title: "Title for state, compact variety",
text: "Text to appear below. Lorem ipsum dolor sit amet consectituor.",
text: "Text to appear below. Lorem ipsum dolor sit amet consectituor. Lorem ipsum dolor sit amet consectituor. Lorem ipsum dolor sit amet consectituor.",
size: "compact",
} do %>
<p>Other stuff such as buttons...</p>
Expand All @@ -22,7 +22,7 @@
<%= sage_component SageEmptyState, {
graphic: image_tag("card-placeholder-lg.png", alt: ""),
title: "Title for state, with graphic instead of icon",
text: "Text to appear below. Lorem ipsum dolor sit amet consectituor.",
text: "Text to appear below. Lorem ipsum dolor sit amet consectituor. Lorem ipsum dolor sit amet consectituor. Lorem ipsum dolor sit amet consectituor.",
} do %>
<p>Other stuff such as buttons...</p>
<% end %>
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ $-checkbox-focus-outline-color: sage-color(purple, 300);

.sage-panel-controls__bulk-actions--checked & {
display: unset;
padding-block-end: sage-spacing(sm);
padding-inline-end: sage-spacing(sm);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ $-empty-state-icon-compact-size: rem(56px);
@extend %t-sage-body;

word-wrap: break-word;
text-wrap: balance;
}

.sage-empty-state__text,
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2849,11 +2849,11 @@
"@octokit/openapi-types" "^12.11.0"

"@pine-ds/icons@^8.0.0":
version "8.10.0"
resolved "https://registry.yarnpkg.com/@pine-ds/icons/-/icons-8.10.0.tgz#92b5cd4f159aff42cbf194b8b64dcf06786d5434"
integrity sha512-wli20s0/C00BQdBFkOydwWu3muGcSXSkFy8NGhWHgGheP52aEJzBtfYYH34M495pNLODQ6oif5z/WNt8Ezz/8w==
version "8.11.0"
resolved "https://registry.yarnpkg.com/@pine-ds/icons/-/icons-8.11.0.tgz#51e8d3c5fc0a6fbb7f4545884d66a6abbb77c513"
integrity sha512-Xy8qOhq+AgAgb/TPyzNq6Mfhc7HiHc5zYE4LwHSjzmFmYPluG5EFQKU6b3BaJ9D/PqqLfCHVvt8Xp50/65bSuQ==
dependencies:
"@stencil/core" "^4.20.0"
"@stencil/core" "4.22.2"

"@pmmmwh/react-refresh-webpack-plugin@^0.5.3":
version "0.5.7"
Expand Down Expand Up @@ -2953,10 +2953,10 @@
resolved "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz"
integrity sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==

"@stencil/core@^4.20.0":
version "4.22.1"
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-4.22.1.tgz#0b8bdfcc3532b7823fac4b012862d481c4857b89"
integrity sha512-/vaKFIK/BWpGVDTj3u6TE7Nc2SCqG1PmXPtg3mEpiJw1aJZFar/jrZzbvyBOVQ7TGpDdO1ne3esXAQndj73UTQ==
"@stencil/core@4.22.2":
version "4.22.2"
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-4.22.2.tgz#5fb00b85b5e3e595341f2b5d91960533a9736bc5"
integrity sha512-eq2pYrrnzcLyBRANk0X/VVOfCtD0nCxWnEZ0AVdscuqfDkOjxa6SSZOfEhR9FAvrmESHp8y5jRCVPnf4n5CC4A==

"@storybook/addon-a11y@^6.5.9":
version "6.5.10"
Expand Down

0 comments on commit 6bac7a6

Please sign in to comment.