Skip to content

Commit

Permalink
Merge branch 'master' into IT-5862-rli_drag_state
Browse files Browse the repository at this point in the history
  • Loading branch information
tweetgeek authored Nov 7, 2024
2 parents b21f24d + e92a2eb commit d485d83
Show file tree
Hide file tree
Showing 29 changed files with 59 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-to-review-on-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set short branch name
run: |
echo "BRANCH_NAME=$(echo "${{ steps.comment-pr-ref.outputs.result }}" | grep -oE -- '[A-Z]+-[0-9]+')" >> $GITHUB_ENV
echo "BRANCH_NAME=${{ steps.comment-pr-ref.outputs.result }}" >> $GITHUB_ENV
- name: Checkout PR code based on trigger comment
uses: actions/checkout@v3
Expand Down
24 changes: 12 additions & 12 deletions dist/design-system.umd.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/design-system.umd.cjs.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
readonly SMALL: "small";
readonly MEDIUM: "medium";
}>;
RICH_LIST_ITEM_STATE: Readonly<{
readonly DEFAULT: "default";
readonly LOADING: "loading";
}>;
}, {
textGroupSize(): TextGroupSize;
textGroupState(): TextGroupState;
Expand Down
1 change: 1 addition & 0 deletions docs/assets/BasicRichListItem-BI7N8gLp.js

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

1 change: 0 additions & 1 deletion docs/assets/BasicRichListItem-DLEOXqPF.js

This file was deleted.

Loading

0 comments on commit d485d83

Please sign in to comment.