-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/730-auto-alignment-Tooltip
- Loading branch information
Showing
605 changed files
with
1,856 additions
and
1,073 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"sit-onyx": minor | ||
--- | ||
|
||
feat(OnyxPagination): enable search and update select focus styles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"@sit-onyx/icons": minor | ||
--- | ||
|
||
feat: update icons | ||
|
||
#### New icons | ||
|
||
- folder-settings | ||
- rocket-settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"sit-onyx": major | ||
--- | ||
|
||
fix: support SSR for `createOnyx()` plugin | ||
|
||
Removed export of `syncGlobalOptionalText`, use the `createOnyx()` Vue plugin instead |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
"@sit-onyx/nuxt": minor | ||
--- | ||
|
||
feat: provide toasts | ||
|
||
The Nuxt plugin now registers the `createOnyx()` Vue plugin which also provides [toasts](https://storybook.onyx.schwarz/?path=/docs/feedback-toast--docs). So you no longer need to manually provide them, so if you have something like the following in your code, you can remove it: | ||
|
||
```ts | ||
provide(TOAST_PROVIDER_INJECTION_KEY, createToastProvider()); | ||
``` | ||
|
||
Also the i18n integration that syncs your nuxt-i18n locale with onyx now also supports the `locale.language` key since `locale.iso` is deprecated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
"@sit-onyx/icons": minor | ||
--- | ||
|
||
feat: update icons | ||
|
||
#### Modified icons | ||
|
||
- anchor | ||
- applause | ||
- apple-tablet-landscape | ||
- arrow-small-down-left | ||
- arrow-small-down | ||
- arrow-small-up-left | ||
- audio | ||
- calculator | ||
- cancellation-undone | ||
- chart-pie-2 | ||
- chart-pie-search | ||
- chevron-down-up | ||
- circle-block | ||
- cloud-arrow-up | ||
- computer-information | ||
- couchbase | ||
- ear | ||
- earth-location-pin | ||
- file-disabled | ||
- handshake | ||
- home-search | ||
- kubernetes-lock | ||
- kubernetes-shield | ||
- layer-down | ||
- login | ||
- megaphone-new | ||
- mesh | ||
- pallet-box | ||
- phone-outgoing | ||
- phone | ||
- recycling | ||
- repeat | ||
- robot | ||
- rocket-settings | ||
- shield-user | ||
- sidebar-arrow-left | ||
- storage-cloud | ||
- switch-horizontal | ||
- tool-anchor-point-minus | ||
- tool-curvature | ||
- tool-expand-vertically | ||
- tool-pencil | ||
- tool-ruler | ||
- volume-down | ||
- volume-mute | ||
- volume-up |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@sit-onyx/headless": patch | ||
--- | ||
|
||
fix(OnyxSelect, listbox): Fix auto scroll behavior with search input |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"sit-onyx": patch | ||
--- | ||
|
||
fix(OnyxMiniSearch): Adjust the size to the search input |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@sit-onyx/icons": patch | ||
--- | ||
|
||
refactor: update icons | ||
|
||
The SVG structure in Figma has been updated to support setting color variables on icons in Figma. | ||
Visually and technically, nothing changed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"sit-onyx": patch | ||
--- | ||
|
||
fix(button): make background transparent for `mode="plain"` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"docs": patch | ||
--- | ||
|
||
fix(OnyxBorderRadiusTokens): Fix background color |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# Global code owners (developers) | ||
* @SchwarzIT/onyx-dev | ||
|
||
# UX code owners | ||
/packages/icons/src/assets/ @SchwarzIT/onyx-ux | ||
/packages/icons/src/metadata.json @SchwarzIT/onyx-ux | ||
* @SchwarzIT/onyx-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,33 @@ | ||
# demo-app | ||
|
||
## 1.0.0-beta.39 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [dfa58b8] | ||
- [email protected] | ||
|
||
## 1.0.0-beta.38 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [d4fe7d1] | ||
- [email protected] | ||
|
||
## 1.0.0-beta.37 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [3d612d4] | ||
- [email protected] | ||
|
||
## 1.0.0-beta.36 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [8647795] | ||
- [email protected] | ||
|
||
## 1.0.0-beta.35 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,33 @@ | ||
# playground | ||
|
||
## 1.0.0-beta.39 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [dfa58b8] | ||
- [email protected] | ||
|
||
## 1.0.0-beta.38 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [d4fe7d1] | ||
- [email protected] | ||
|
||
## 1.0.0-beta.37 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [3d612d4] | ||
- [email protected] | ||
|
||
## 1.0.0-beta.36 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [8647795] | ||
- [email protected] | ||
|
||
## 1.0.0-beta.35 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.