Skip to content

Commit

Permalink
Merge branch 'main' of github.com:db-ui/mono into feat-style-consumption
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/components/src/styles/db-ui-components.scss
  • Loading branch information
nmerget committed May 13, 2024
2 parents 73e93db + 3c96b1e commit d27d5b3
Show file tree
Hide file tree
Showing 43 changed files with 3,825 additions and 3,529 deletions.
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.
5 changes: 3 additions & 2 deletions docs/migration/alpha-beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ The prop labelVariant for form-components (input, checkbox, ...) has been rename
| ❌ removed `data-variant="information/critical/..."` for form-components like `input`, `select` and `textarea` | We don't support the colors changes anymore. Use `required`, `pattern`, `min` etc. to trigger `user-valid` for green and red components | `data-variant` changes the label variant now |
| 🔄 changed `db-accordion` title | We replaced `title` with `headlinePlain` because there is already a html default `title`, which caused trouble | Rename `title` to `headlinePlain` or use the slot `headline` |
| ❌ removed prop `areaPopup` from `db-navigation-item` | We no longer support opening sub-navigations from via prop. | There is no alternative at the moment. |
| 🔄 changed `db-header` slot names | The slot names for "action" containers changed | 1. `callToAction``primaryAction` <br/>2. `actionBar``secondaryAction` |

### React

Expand All @@ -62,8 +63,8 @@ This is related to the following properties:
- `slotHeader`
- `slotBrand`
- `slotMetaNavigation`
- `slotCallToAction`
- `slotActionBar`
- `slotCallToAction` (`primaryAction`)
- `slotActionBar` (`secondaryAction`)
- `slotHeadline`
- `slotDrawerHeader`
- `slotSubNavigation`
Expand Down
4 changes: 2 additions & 2 deletions output/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"devDependencies": {
"@axe-core/playwright": "^4.8.5",
"@playwright/experimental-ct-react": "1.44.0",
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.0"
"sass": "^1.77.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
4 changes: 2 additions & 2 deletions output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"@axe-core/playwright": "^4.8.5",
"@playwright/experimental-ct-vue": "1.44.0",
"@vitejs/plugin-vue": "^5.0.4",
"sass": "^1.77.0",
"sass": "^1.77.1",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vue-tsc": "^2.0.16"
"vue-tsc": "^2.0.17"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
Loading

0 comments on commit d27d5b3

Please sign in to comment.