Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: replace DB icons with whitelabel open source icons #3653

Merged
merged 25 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
030b822
feat: replace DB icons with whitelabel open source icons
nmerget Jan 8, 2025
78d59a2
Merge branch 'main' into feat-whitelabel-icons
nmerget Jan 8, 2025
4db6830
fix: linting issues
nmerget Jan 8, 2025
676c8c2
Update packages/components/src/styles/_button-components.scss
nmerget Jan 9, 2025
8e25a54
chore: update .gitignore
nmerget Jan 9, 2025
d55ea15
fix: linting issues
nmerget Jan 9, 2025
11b89ec
fix: linting issues
nmerget Jan 9, 2025
6702139
chore: update to icon-font-tools
nmerget Jan 9, 2025
d56a849
Merge remote-tracking branch 'origin/main' into feat-whitelabel-icons
nmerget Jan 9, 2025
fa97c44
feat: add db-theme and replace default icons
nmerget Jan 13, 2025
2f66ccc
Merge remote-tracking branch 'origin/main' into feat-whitelabel-icons
nmerget Jan 13, 2025
71733c5
chore: update from main
nmerget Jan 13, 2025
f79be49
chore: update github workflows to use secrets
nmerget Jan 13, 2025
433b456
chore: update github workflows to use secrets
nmerget Jan 13, 2025
4ec3958
chore: update snapshots
nmerget Jan 13, 2025
66390e6
fix: issue with filled icons
nmerget Jan 13, 2025
696e79b
chore: update snapshots
nmerget Jan 13, 2025
7842fbb
chore: update snapshots
nmerget Jan 13, 2025
b4948ff
fix: issue with switch for stencil
nmerget Jan 14, 2025
d065c82
Merge remote-tracking branch 'origin/main' into feat-whitelabel-icons
nmerget Jan 14, 2025
b17e975
chore: update from main
nmerget Jan 14, 2025
8e76826
Merge branch 'main' into feat-whitelabel-icons
mfranzke Jan 15, 2025
cb07f93
Merge remote-tracking branch 'origin/main' into feat-whitelabel-icons
nmerget Jan 17, 2025
cb6eae4
chore: update from main
nmerget Jan 17, 2025
ba1aa13
Merge branch 'main' into feat-whitelabel-icons
nmerget Jan 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .config/.jscpd.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"packages/components/src/components/radio/radio.lite.tsx",
"packages/components/src/components/tag/tag.spec.tsx",
"packages/foundations/assets/icons/functional/fonts/**",
"packages/foundations/assets/icons/fonts/**",
"packages/foundations/src",
"showcases/**/results/**",
"showcases/angular-showcase/.angular/cache",
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/00-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:

- name: 🔄 Init Cache Default
uses: ./.github/actions/npm-cache
env:
ASSET_INIT_VECTOR: ${{ secrets.ASSET_INIT_VECTOR }}
ASSET_PASSWORD: ${{ secrets.ASSET_PASSWORD }}

- name: 💀 Killing me softly
uses: ./.github/actions/cancel-workflow
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/01-build-patternhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
- name: 🔨 Build Patternhub
id: build
env:
ASSET_INIT_VECTOR: ${{ secrets.ASSET_INIT_VECTOR }}
ASSET_PASSWORD: ${{ secrets.ASSET_PASSWORD }}
NEXT_PUBLIC_BASE_PATH: ${{ steps.base-path.outputs.result }}
run: |
npx --no tsx scripts/md-resolve-svg.ts
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/01-build-showcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
path: packages/components/build

- name: 🔨 Build ${{ inputs.showcase }}
env:
ASSET_INIT_VECTOR: ${{ secrets.ASSET_INIT_VECTOR }}
ASSET_PASSWORD: ${{ secrets.ASSET_PASSWORD }}
run: npm run build --workspace=${{ inputs.showcase }}

- name: ⏫ Upload ${{ inputs.showcase }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ concurrency:
jobs:
init:
uses: ./.github/workflows/00-init.yml
secrets: inherit

scan-secrets:
if: github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
init:
uses: ./.github/workflows/00-init.yml
secrets: inherit

get-playwright-version:
uses: ./.github/workflows/01-get-playwright-version.yml
Expand Down
22 changes: 11 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ showcases/patternhub/public/iframe-resizer/*
**/recordings/

/__snapshots__/**/*-win32.png
/packages/foundations/assets/icons/functional/tmp/
/packages/foundations/assets/icons/functional/fonts/**/index.html
/packages/foundations/assets/icons/functional/fonts/**/index.css
/packages/foundations/assets/icons/functional/fonts/**/font-face.css
/packages/foundations/assets/icons/functional/fonts/**/info.json
/packages/foundations/scss/_normalize.scss

/packages/foundations/assets/icons/functional/fonts/**/*.eot
/packages/foundations/assets/icons/functional/fonts/**/*.svg
/packages/foundations/assets/icons/functional/fonts/**/*.ttf
/packages/foundations/assets/icons/functional/fonts/**/*.woff
/packages/foundations/assets/icons/functional/fonts/**/*.json
/packages/foundations/assets/icons/tmp/
/packages/foundations/assets/icons/fonts/**/index.html
/packages/foundations/assets/icons/fonts/**/index.css
/packages/foundations/assets/icons/fonts/**/font-face.css
/packages/foundations/assets/icons/fonts/**/info.json
/packages/foundations/assets/icons/fonts/**/*.eot
/packages/foundations/assets/icons/fonts/**/*.svg
/packages/foundations/assets/icons/fonts/**/*.ttf
/packages/foundations/assets/icons/fonts/**/*.woff
/packages/foundations/assets/icons/fonts/**/*.json
/packages/foundations/assets/icons/functional/**

/output/stencil/.stencil
/output/stencil/loader
Expand Down
2 changes: 1 addition & 1 deletion .xo-config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
ignores: [
'./showcases/nuxt-showcase/**',
'./packages/migration/**',
'./packages/foundations/assets/**'
'./packages/foundations/**'
],
overrides: [
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
- text: (Default) Text Dot - Small Icon - Small
- link "Placement arrow_up_right\" / \""
- text: (Default) Inline Label
- button "person\" / \" LABEL SHOULD BE SET Corner - Top - Left"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Top - Left"
- text: Corner - Top - Left
- button "person\" / \" LABEL SHOULD BE SET Corner - Center - Left"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Center - Left"
- text: Corner - Center - Left
- button "person\" / \" LABEL SHOULD BE SET Corner - Bottom- Left"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Bottom- Left"
- text: Corner - Bottom- Left
- button "person\" / \" LABEL SHOULD BE SET Corner - Top - Right"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Top - Right"
- text: Corner - Top - Right
- button "person\" / \" LABEL SHOULD BE SET Corner - Center - Right"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Center - Right"
- text: Corner - Center - Right
- button "person\" / \" LABEL SHOULD BE SET Corner - Bottom- Right"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Bottom- Right"
- text: Corner - Bottom- Right
- link "Examples arrow_up_right\" / \""
- text: 9 12 123 9 12 123 Numbers (Default) Text - Medium Dot - Medium Icon - Medium
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
- text: (Default) Text Dot - Small Icon - Small
- link "Placement arrow_up_right\" / \""
- text: (Default) Inline Label
- button "person\" / \" LABEL SHOULD BE SET Corner - Top - Left"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Top - Left"
- text: Corner - Top - Left
- button "person\" / \" LABEL SHOULD BE SET Corner - Center - Left"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Center - Left"
- text: Corner - Center - Left
- button "person\" / \" LABEL SHOULD BE SET Corner - Bottom- Left"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Bottom- Left"
- text: Corner - Bottom- Left
- button "person\" / \" LABEL SHOULD BE SET Corner - Top - Right"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Top - Right"
- text: Corner - Top - Right
- button "person\" / \" LABEL SHOULD BE SET Corner - Center - Right"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Center - Right"
- text: Corner - Center - Right
- button "person\" / \" LABEL SHOULD BE SET Corner - Bottom- Right"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Bottom- Right"
- text: Corner - Bottom- Right
- link "Examples arrow_up_right\" / \""
- text: 9 12 123 9 12 123 Numbers (Default) Text - Medium Dot - Medium Icon - Medium
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
- text: (Default) Text Dot - Small Icon - Small
- link "Placement arrow_up_right\" / \""
- text: (Default) Inline Label
- button "person\" / \" LABEL SHOULD BE SET Corner - Top - Left"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Top - Left"
- text: Corner - Top - Left
- button "person\" / \" LABEL SHOULD BE SET Corner - Center - Left"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Center - Left"
- text: Corner - Center - Left
- button "person\" / \" LABEL SHOULD BE SET Corner - Bottom- Left"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Bottom- Left"
- text: Corner - Bottom- Left
- button "person\" / \" LABEL SHOULD BE SET Corner - Top - Right"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Top - Right"
- text: Corner - Top - Right
- button "person\" / \" LABEL SHOULD BE SET Corner - Center - Right"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Center - Right"
- text: Corner - Center - Right
- button "person\" / \" LABEL SHOULD BE SET Corner - Bottom- Right"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Bottom- Right"
- text: Corner - Bottom- Right
- link "Examples arrow_up_right\" / \""
- text: 9 12 123 9 12 123 Numbers (Default) Text - Medium Dot - Medium Icon - Medium
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
- text: (Default) Text Dot - Small Icon - Small
- link "Placement arrow_up_right\" / \""
- text: (Default) Inline Label
- button "person\" / \" LABEL SHOULD BE SET Corner - Top - Left"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Top - Left"
- text: Corner - Top - Left
- button "person\" / \" LABEL SHOULD BE SET Corner - Center - Left"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Center - Left"
- text: Corner - Center - Left
- button "person\" / \" LABEL SHOULD BE SET Corner - Bottom- Left"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Bottom- Left"
- text: Corner - Bottom- Left
- button "person\" / \" LABEL SHOULD BE SET Corner - Top - Right"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Top - Right"
- text: Corner - Top - Right
- button "person\" / \" LABEL SHOULD BE SET Corner - Center - Right"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Center - Right"
- text: Corner - Center - Right
- button "person\" / \" LABEL SHOULD BE SET Corner - Bottom- Right"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Bottom- Right"
- text: Corner - Bottom- Right
- link "Examples arrow_up_right\" / \""
- text: 9 12 123 9 12 123 Numbers (Default) Text - Medium Dot - Medium Icon - Medium
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
- text: (Default) Text Dot - Small Icon - Small
- link "Placement arrow_up_right\" / \""
- text: (Default) Inline Label
- button "person\" / \" LABEL SHOULD BE SET Corner - Top - Left"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Top - Left"
- text: Corner - Top - Left
- button "person\" / \" LABEL SHOULD BE SET Corner - Center - Left"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Center - Left"
- text: Corner - Center - Left
- button "person\" / \" LABEL SHOULD BE SET Corner - Bottom- Left"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Bottom- Left"
- text: Corner - Bottom- Left
- button "person\" / \" LABEL SHOULD BE SET Corner - Top - Right"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Top - Right"
- text: Corner - Top - Right
- button "person\" / \" LABEL SHOULD BE SET Corner - Center - Right"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Center - Right"
- text: Corner - Center - Right
- button "person\" / \" LABEL SHOULD BE SET Corner - Bottom- Right"
- button "x_placeholder\" / \" LABEL SHOULD BE SET Corner - Bottom- Right"
- text: Corner - Bottom- Right
- link "Examples arrow_up_right\" / \""
- text: 9 12 123 9 12 123 Numbers (Default) Text - Medium Dot - Medium Icon - Medium
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- text: db" / " Test
- text: brand" / " Test
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- text: db" / " Test
- text: brand" / " Test
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- main:
- heading "DBBrand" [level=1]
- link "Density arrow_up_right\" / \""
- text: db" / " Functional db" / " (Default) Regular db" / " Expressive
- text: brand" / " Functional brand" / " (Default) Regular brand" / " Expressive
- link "Variants arrow_up_right\" / \""
- text: db" / " (Default) With Logo No Logo
- text: brand" / " (Default) With Logo No Logo
- img "this is a fancy placeholder logo"
- text: Custom Logo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- main:
- heading "DBBrand" [level=1]
- link "Density arrow_up_right\" / \""
- text: db" / " Functional db" / " (Default) Regular db" / " Expressive
- text: brand" / " Functional brand" / " (Default) Regular brand" / " Expressive
- link "Variants arrow_up_right\" / \""
- text: db" / " (Default) With Logo No Logo
- text: brand" / " (Default) With Logo No Logo
- img "this is a fancy placeholder logo"
- text: Custom Logo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- main:
- heading "DBBrand" [level=1]
- link "Density arrow_up_right\" / \""
- text: db" / " Functional db" / " (Default) Regular db" / " Expressive
- text: brand" / " Functional brand" / " (Default) Regular brand" / " Expressive
- link "Variants arrow_up_right\" / \""
- text: db" / " (Default) With Logo No Logo
- text: brand" / " (Default) With Logo No Logo
- img "this is a fancy placeholder logo"
- text: Custom Logo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- main:
- heading "DBBrand" [level=1]
- link "Density arrow_up_right\" / \""
- text: db" / " Functional db" / " (Default) Regular db" / " Expressive
- text: brand" / " Functional brand" / " (Default) Regular brand" / " Expressive
- link "Variants arrow_up_right\" / \""
- text: db" / " (Default) With Logo No Logo
- text: brand" / " (Default) With Logo No Logo
- img "this is a fancy placeholder logo"
- text: Custom Logo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- main:
- heading "DBBrand" [level=1]
- link "Density arrow_up_right\" / \""
- text: db" / " Functional db" / " (Default) Regular db" / " Expressive
- text: brand" / " Functional brand" / " (Default) Regular brand" / " Expressive
- link "Variants arrow_up_right\" / \""
- text: db" / " (Default) With Logo No Logo
- text: brand" / " (Default) With Logo No Logo
- img "this is a fancy placeholder logo"
- text: Custom Logo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- button "person\" / \" User"
- button "x_placeholder\" / \" User"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- button "person\" / \" User"
- button "x_placeholder\" / \" User"
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
- button "Small"
- link "Show Icon arrow_up_right\" / \""
- button "(Default) False"
- button "person\" / \" True"
- button "x_placeholder\" / \" True"
- link "No Text arrow_up_right\" / \""
- button "person\" / \" (Default) False"
- button "person\" / \" True"
- button "x_placeholder\" / \" (Default) False"
- button "x_placeholder\" / \" True"
- link "Width arrow_up_right\" / \""
- button "(Default) Auto"
- button "Width"
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
- button "Small"
- link "Show Icon arrow_up_right\" / \""
- button "(Default) False"
- button "person\" / \" True"
- button "x_placeholder\" / \" True"
- link "No Text arrow_up_right\" / \""
- button "person\" / \" (Default) False"
- button "person\" / \" True"
- button "x_placeholder\" / \" (Default) False"
- button "x_placeholder\" / \" True"
- link "Width arrow_up_right\" / \""
- button "(Default) Auto"
- button "Width"
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
- button "Small"
- link "Show Icon arrow_up_right\" / \""
- button "(Default) False"
- button "person\" / \" True"
- button "x_placeholder\" / \" True"
- link "No Text arrow_up_right\" / \""
- button "person\" / \" (Default) False"
- button "person\" / \" True"
- button "x_placeholder\" / \" (Default) False"
- button "x_placeholder\" / \" True"
- link "Width arrow_up_right\" / \""
- button "(Default) Auto"
- button "Width"
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
- button "Small"
- link "Show Icon arrow_up_right\" / \""
- button "(Default) False"
- button "person\" / \" True"
- button "x_placeholder\" / \" True"
- link "No Text arrow_up_right\" / \""
- button "person\" / \" (Default) False"
- button "person\" / \" True"
- button "x_placeholder\" / \" (Default) False"
- button "x_placeholder\" / \" True"
- link "Width arrow_up_right\" / \""
- button "(Default) Auto"
- button "Width"
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
- button "Small"
- link "Show Icon arrow_up_right\" / \""
- button "(Default) False"
- button "person\" / \" True"
- button "x_placeholder\" / \" True"
- link "No Text arrow_up_right\" / \""
- button "person\" / \" (Default) False"
- button "person\" / \" True"
- button "x_placeholder\" / \" (Default) False"
- button "x_placeholder\" / \" True"
- link "Width arrow_up_right\" / \""
- button "(Default) Auto"
- button "Width"
Loading
Loading