Skip to content

Commit

Permalink
Release v0.3.0 (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored Sep 27, 2023
1 parent 39b8c85 commit 401772c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions stencil-workspace/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stencil-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trimble-oss/modus-web-components",
"version": "0.2.0",
"version": "0.3.0",
"description": "Trimble Modus Web Component Library",
"homepage": "https://modus-web-components.trimble.com/",
"bugs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ For Icon only Buttons,

<modus-button size="small" left-icon="notifications" >Primary</modus-button>
<modus-button color="secondary" right-icon="notifications">Secondary</modus-button>
<modus-button size="large" left-icon="notifications" color="tertiary" right-icon="notifications">Tertiary</modus-button>
<modus-button size="large" left-icon="add" color="danger" right-icon="remove">Danger</modus-button>
<modus-button size="large" left-icon="notifications" color="tertiary" right-icon="notifications">Tertiary</modus-button>
<modus-button size="large" left-icon="add" color="danger" right-icon="remove">Danger</modus-button>

<Anchor storyId="components-button--icon-only" />

Expand All @@ -111,8 +111,8 @@ For Icon only Buttons,
<!-- Icon with Text Buttons -->
<modus-button size="small" left-icon="notifications" >Primary</modus-button>
<modus-button color="secondary" right-icon="notifications">Secondary</modus-button>
<modus-button size="large" left-icon="notifications" color="tertiary" right-icon="notifications">Tertiary</modus-button>
<modus-button size="large" left-icon="add" color="danger" right-icon="remove">Danger</modus-button>
<modus-button size="large" left-icon="notifications" color="tertiary" right-icon="notifications">Tertiary</modus-button>
<modus-button size="large" left-icon="add" color="danger" right-icon="remove">Danger</modus-button>

<!-- Icon only Buttons - Default(Fill) -->
<modus-button size="small" color="primary" icon-only="notifications"></modus-button>
Expand Down

0 comments on commit 401772c

Please sign in to comment.