Skip to content

Commit

Permalink
📦 Shared UI Showcase with SUI v2.12.24
Browse files Browse the repository at this point in the history
  • Loading branch information
emgk committed Jan 16, 2024
1 parent 429af05 commit ae81da4
Show file tree
Hide file tree
Showing 6 changed files with 4,718 additions and 4,718 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
title: WPMU DEV Shared UI
baseurl: "/shared-ui" # the subpath of your site, e.g. /blog
# url: "" # the base hostname & protocol for your site, e.g. http://example.com
suiver: '2.12.23'
suiclass: 'sui-2-12-23'
suiver: '2.12.24'
suiclass: 'sui-2-12-24'

# Build settings
markdown: kramdown
Expand Down
9,412 changes: 4,706 additions & 4,706 deletions assets/css/showcase.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/showcase.min.css

Large diffs are not rendered by default.

Binary file modified assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/js/shared-ui.min.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions page-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,13 +354,13 @@ <h3 class="sui-box-title">Documentation</h3>

// ========================================
// Overwrite image size
$summary-image--width: 192px;
$summary-image--height: 182px;
$summary-image--width: 96px;
$summary-image--height: 96px;

// ========================================
// Overwrite image position
$summary-image--position-x: 30px; // Horizontal position (only)
$summary-image--position-y: bottom; // Vertical position (only)
$summary-image--position-x: 80px; // Horizontal position (only)
$summary-image--position-y: center; // Vertical position (only)
</pre>

</div>
Expand All @@ -379,13 +379,13 @@ <h3 class="sui-box-title">Documentation</h3>
$summary-image-sm: &#39;path-to-plugin/assets/images/your-small-image.png&#39;;

// Overwrite image size
$summary-image-sm--width: 192px;
$summary-image-sm--height: 121px;
$summary-image-sm--width: 96px;
$summary-image-sm--height: 96px;

// ========================================
// Overwrite image position
$summary-image-sm--position-x: 30px; // Horizontal position (only)
$summary-image-sm--position-y: bottom; // Vertical position (only)
$summary-image-sm--position-y: center; // Vertical position (only)
</pre>

</div>
Expand Down

0 comments on commit ae81da4

Please sign in to comment.