diff --git a/__snapshots__/tag/component/chromium/DBTag-should-be-a-checkbox-checked.png b/__snapshots__/tag/component/chromium/DBTag-should-be-a-checkbox-checked.png index f181281aab33..59134bfffd3f 100644 Binary files a/__snapshots__/tag/component/chromium/DBTag-should-be-a-checkbox-checked.png and b/__snapshots__/tag/component/chromium/DBTag-should-be-a-checkbox-checked.png differ diff --git a/__snapshots__/tag/component/chromium/DBTag-should-be-a-checkbox.png b/__snapshots__/tag/component/chromium/DBTag-should-be-a-checkbox.png index 2a846b1fc0e4..9605caf0802c 100644 Binary files a/__snapshots__/tag/component/chromium/DBTag-should-be-a-checkbox.png and b/__snapshots__/tag/component/chromium/DBTag-should-be-a-checkbox.png differ diff --git a/__snapshots__/tag/component/chromium/DBTag-should-be-a-radio-checked.png b/__snapshots__/tag/component/chromium/DBTag-should-be-a-radio-checked.png index f440374825da..977cd31d6165 100644 Binary files a/__snapshots__/tag/component/chromium/DBTag-should-be-a-radio-checked.png and b/__snapshots__/tag/component/chromium/DBTag-should-be-a-radio-checked.png differ diff --git a/__snapshots__/tag/component/chromium/DBTag-should-be-a-radio.png b/__snapshots__/tag/component/chromium/DBTag-should-be-a-radio.png index 2a846b1fc0e4..9605caf0802c 100644 Binary files a/__snapshots__/tag/component/chromium/DBTag-should-be-a-radio.png and b/__snapshots__/tag/component/chromium/DBTag-should-be-a-radio.png differ diff --git a/__snapshots__/tag/component/firefox/DBTag-should-be-a-checkbox-checked.png b/__snapshots__/tag/component/firefox/DBTag-should-be-a-checkbox-checked.png index 2e1d81413b18..080e3e0223ea 100644 Binary files a/__snapshots__/tag/component/firefox/DBTag-should-be-a-checkbox-checked.png and b/__snapshots__/tag/component/firefox/DBTag-should-be-a-checkbox-checked.png differ diff --git a/__snapshots__/tag/component/firefox/DBTag-should-be-a-checkbox.png b/__snapshots__/tag/component/firefox/DBTag-should-be-a-checkbox.png index d4f824999351..1fa097d0c0ff 100644 Binary files a/__snapshots__/tag/component/firefox/DBTag-should-be-a-checkbox.png and b/__snapshots__/tag/component/firefox/DBTag-should-be-a-checkbox.png differ diff --git a/__snapshots__/tag/component/firefox/DBTag-should-be-a-radio-checked.png b/__snapshots__/tag/component/firefox/DBTag-should-be-a-radio-checked.png index 2740199d7504..be3f42137c45 100644 Binary files a/__snapshots__/tag/component/firefox/DBTag-should-be-a-radio-checked.png and b/__snapshots__/tag/component/firefox/DBTag-should-be-a-radio-checked.png differ diff --git a/__snapshots__/tag/component/firefox/DBTag-should-be-a-radio.png b/__snapshots__/tag/component/firefox/DBTag-should-be-a-radio.png index d4f824999351..1fa097d0c0ff 100644 Binary files a/__snapshots__/tag/component/firefox/DBTag-should-be-a-radio.png and b/__snapshots__/tag/component/firefox/DBTag-should-be-a-radio.png differ diff --git a/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-checkbox-checked.png b/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-checkbox-checked.png index f181281aab33..59134bfffd3f 100644 Binary files a/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-checkbox-checked.png and b/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-checkbox-checked.png differ diff --git a/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-checkbox.png b/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-checkbox.png index 2a846b1fc0e4..9605caf0802c 100644 Binary files a/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-checkbox.png and b/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-checkbox.png differ diff --git a/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-radio-checked.png b/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-radio-checked.png index f440374825da..977cd31d6165 100644 Binary files a/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-radio-checked.png and b/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-radio-checked.png differ diff --git a/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-radio.png b/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-radio.png index 2a846b1fc0e4..9605caf0802c 100644 Binary files a/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-radio.png and b/__snapshots__/tag/component/mobile-chrome/DBTag-should-be-a-radio.png differ diff --git a/__snapshots__/tag/patternhub/tag-docs-should-match-screenshot.png b/__snapshots__/tag/patternhub/tag-docs-should-match-screenshot.png index 5b2f4d396db9..8faa06076c66 100644 Binary files a/__snapshots__/tag/patternhub/tag-docs-should-match-screenshot.png and b/__snapshots__/tag/patternhub/tag-docs-should-match-screenshot.png differ diff --git a/package-lock.json b/package-lock.json index e62b357008c3..2db6cb3cfcdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39830,7 +39830,7 @@ }, "showcases/next-showcase": { "dependencies": { - "next": "*", + "next": "latest", "react": "18.3.1", "react-dom": "18.3.1" }, diff --git a/packages/components/src/components/tag/docs/Angular.md b/packages/components/src/components/tag/docs/Angular.md index fca043bf76f7..617ff773306d 100644 --- a/packages/components/src/components/tag/docs/Angular.md +++ b/packages/components/src/components/tag/docs/Angular.md @@ -20,12 +20,20 @@ import { DBTag } from '@db-ux/ngx-core-components'; ```html app.component.html -Tag as Button + - Tag as Link + Tag as Link -Tag as Checkbox -Tag as Radio + + Static Tag Static Tag with overflow ``` diff --git a/packages/components/src/components/tag/docs/Migration.md b/packages/components/src/components/tag/docs/Migration.md index f3ef0d5df6d5..2cf89069ce69 100644 --- a/packages/components/src/components/tag/docs/Migration.md +++ b/packages/components/src/components/tag/docs/Migration.md @@ -12,10 +12,18 @@ We simplified the components by reducing the amount from tag + chip to only tag. You can use different types of tags by adding another component into it: ```html -Tag as Button -Tag as Link -Tag as Checkbox -Tag as Radio + +Tag as Link + + Static Tag ``` diff --git a/packages/components/src/components/tag/docs/React.md b/packages/components/src/components/tag/docs/React.md index 1ae122502416..800e0da6c5c9 100644 --- a/packages/components/src/components/tag/docs/React.md +++ b/packages/components/src/components/tag/docs/React.md @@ -11,16 +11,22 @@ import { DBTag } from "@db-ux/react-core-components"; const App = () => ( <> - Tag as Button + - Tag as Link + Tag as Link - Tag as Checkbox + - Tag as Radio + Static Tag diff --git a/packages/components/src/components/tag/docs/Vue.md b/packages/components/src/components/tag/docs/Vue.md index 06ef4f774d23..4a63ebbdaf3e 100644 --- a/packages/components/src/components/tag/docs/Vue.md +++ b/packages/components/src/components/tag/docs/Vue.md @@ -11,12 +11,21 @@ import { DBTag } from "@db-ux/v-core-components";