Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"conventional-changelog": "^7.2.0",
"conventional-changelog-conventionalcommits": "9.2.0",
"conventional-changelog-conventionalcommits": "9.3.0",
"eslint": "^9.36.0",
"eslint-plugin-vue": "^10.5.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"npm-check-updates": "^19.6.3",
"npm-check-updates": "^19.6.5",
"npm-run-all2": "^8.0.4",
"prettier": "^3.8.1",
"replace-in-file": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/components/Button.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The component implements the W3C ARIA APG [Button Pattern](https://www.w3.org/WA
| $button-border-style | solid |
| $button-border-color | h.useVar("control-border-color") |
| $button-border-radius | h.useVar("border-radius") |
| $button-background-color | h.useVar("control-brackground-color") |
| $button-background-color | h.useVar("control-background-color") |
| $button-hover-color | $button-color |
| $button-hover-background-color | $button-background-color |
| $button-hover-border-color | h.useVar("grey-light") |
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/components/Dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The component implements the W3C ARIA APG [Dialog (Modal) Pattern](https://www.w
| $dialog-spacer | calc(2 \* h.useVar("control-spacer")) |
| $dialog-zindex | map.get(vars.$zindex, "fixed") |
| $dialog-box-shadow | h.useVar("overlay-box-shadow") |
| $dialog-background-color | h.useVar("control-brackground-color") |
| $dialog-background-color | h.useVar("control-background-color") |
| $dialog-border-width | h.useVar("control-border-width") |
| $dialog-border-style | solid |
| $dialog-border-color | h.useVar("control-border-color") |
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/components/Dropdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ The component implements both the W3C ARIA APG [Combobox Pattern](https://www.w3
| $dropdown-menu-spacer | 0px |
| $dropdown-menu-padding | h.useVar("control-spacer") 0 |
| $dropdown-menu-box-shadow | 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02) |
| $dropdown-menu-background-color | h.useVar("control-brackground-color") |
| $dropdown-menu-background-color | h.useVar("control-background-color") |
| $dropdown-menu-border-color | h.useVar("control-border-color") |
| $dropdown-menu-border-style | solid |
| $dropdown-menu-border-width | h.useVar("control-border-width") |
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/components/Input.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Combine it with the [Field](/components/Field) component to access all functiona
| $input-border-color | h.useVar("control-border-color") |
| $input-border-radius | h.useVar("border-radius") |
| $input-border-radius-rounded | h.useVar("border-radius-rounded") |
| $input-background-color | h.useVar("control-brackground-color") |
| $input-background-color | h.useVar("control-background-color") |
| $input-textarea-min-height | 120px |
| $input-textarea-max-height | 600px |
| $input-textarea-padding | h.useVar("control-spacer") |
Expand Down
37 changes: 18 additions & 19 deletions packages/docs/components/Listbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,25 +134,24 @@ Combine it with the [Field](/components/Field) component to access all functiona

> Current theme ➜ _[Oruga](https://github.com/oruga-ui/theme-oruga)_

| SASS Variable | Default |
| ------------------------------------- | ---------------------------------------------------------------------------- |
| $listbox-disabled-opacity | h.useVar("control-disabled-opacity") |
| $listbox-box-shadow | 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02) |
| $listbox-background-color | h.useVar("control-brackground-color") |
| $listbox-border-color | h.useVar("control-border-color") |
| $listbox-border-style | solid |
| $listbox-border-width | h.useVar("control-border-width") |
| $listbox-border-radius | h.useVar("border-radius") |
| $listbox-item-padding | h.useVar("control-spacer") calc(h.useVar("control-spacer") \* 2) |
| $listbox-item-color | h.useVar("font-color") |
| $listbox-item-font-size | h.useVar("font-size") |
| $listbox-item-font-weight | h.useVar("font-weight") |
| $listbox-item-line-height | h.useVar("line-height") |
| $listbox-item-background-color | transparent |
| $listbox-item-active-color | h.useVar("primary-invert") |
| $listbox-item-active-background-color | h.useVar("primary") |
| $listbox-item-hover-background-color | h.useVar("grey-lighter") |
| $listbox-item-hover-color | h.useVar("font-color") |
| SASS Variable | Default |
| ------------------------------------- | ---------------------------------------------------------------- |
| $listbox-disabled-opacity | h.useVar("control-disabled-opacity") |
| $listbox-background-color | h.useVar("control-background-color") |
| $listbox-border-color | h.useVar("control-border-color") |
| $listbox-border-style | solid |
| $listbox-border-width | h.useVar("control-border-width") |
| $listbox-border-radius | h.useVar("border-radius") |
| $listbox-item-padding | h.useVar("control-spacer") calc(h.useVar("control-spacer") \* 2) |
| $listbox-item-color | h.useVar("font-color") |
| $listbox-item-font-size | h.useVar("font-size") |
| $listbox-item-font-weight | h.useVar("font-weight") |
| $listbox-item-line-height | h.useVar("line-height") |
| $listbox-item-background-color | transparent |
| $listbox-item-active-color | h.useVar("primary-invert") |
| $listbox-item-active-background-color | h.useVar("primary") |
| $listbox-item-hover-background-color | h.useVar("grey-lighter") |
| $listbox-item-hover-color | h.useVar("font-color") |

See ➜ 📄 [SCSS file](https://github.com/oruga-ui/theme-oruga/tree/main/src/assets/scss/components/_listbox.scss)

Expand Down
34 changes: 17 additions & 17 deletions packages/docs/components/Modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,23 +94,23 @@ The component supports the W3C ARIA APG [Dialog (Modal) Pattern](https://www.w3.

> Current theme ➜ _[Oruga](https://github.com/oruga-ui/theme-oruga)_

| SASS Variable | Default |
| ------------------------------- | ------------------------------------- |
| $modal-zindex | map.get(vars.$zindex, "fixed") |
| $modal-overlay-background-color | h.useVar("overlay-background-color") |
| $modal-overlay-zindex | map.get(vars.$zindex, "overlay") |
| $modal-content-zindex | map.get(vars.$zindex, "modal") |
| $modal-content-max-height | calc(100vh - 160px) |
| $modal-content-max-width | calc(100vw - 160px) |
| $modal-content-box-shadow | h.useVar("overlay-box-shadow") |
| $modal-content-border-radius | h.useVar("border-radius") |
| $modal-content-background-color | h.useVar("control-brackground-color") |
| $modal-close-top | 20px |
| $modal-close-right | 20px |
| $modal-close-color | h.useVar("white") |
| $modal-close-size | 2rem |
| $modal-close-border-radius | h.useVar("border-radius-rounded") |
| $modal-close-background-color | h.useVar("control-shadow-color") |
| SASS Variable | Default |
| ------------------------------- | ------------------------------------ |
| $modal-zindex | map.get(vars.$zindex, "fixed") |
| $modal-overlay-background-color | h.useVar("overlay-background-color") |
| $modal-overlay-zindex | map.get(vars.$zindex, "overlay") |
| $modal-content-zindex | map.get(vars.$zindex, "modal") |
| $modal-content-max-height | calc(100vh - 160px) |
| $modal-content-max-width | calc(100vw - 160px) |
| $modal-content-box-shadow | h.useVar("overlay-box-shadow") |
| $modal-content-border-radius | h.useVar("border-radius") |
| $modal-content-background-color | h.useVar("control-background-color") |
| $modal-close-top | 20px |
| $modal-close-right | 20px |
| $modal-close-color | h.useVar("white") |
| $modal-close-size | 2rem |
| $modal-close-border-radius | h.useVar("border-radius-rounded") |
| $modal-close-background-color | h.useVar("control-shadow-color") |

See ➜ 📄 [SCSS file](https://github.com/oruga-ui/theme-oruga/tree/main/src/assets/scss/components/_modal.scss)

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/components/Pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The component uses the [Button](/components/Button) component for the navigation
| $pagination-button-border-style | solid |
| $pagination-button-border-radius | h.useVar("border-radius") |
| $pagination-button-border-radius-rounded | h.useVar( "border-radius-rounded") |
| $pagination-button-background-color | h.useVar( "control-brackground-color") |
| $pagination-button-background-color | h.useVar( "control-background-color") |
| $pagination-button-hover-color | $pagination-button-color |
| $pagination-button-hover-background-color | $pagination-button-background-color |
| $pagination-button-hover-border-color | $pagination-button-border-color |
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/components/Select.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Use it with the [Field](/components/Field) component to access all the functiona
| $select-font-weight | h.useVar("font-weight") |
| $select-line-height | h.useVar("line-height") |
| $select-box-shadow | h.useVar("control-box-shadow-inset") |
| $select-background-color | h.useVar("control-brackground-color") |
| $select-background-color | h.useVar("control-background-color") |
| $select-border-color | h.useVar("control-border-color") |
| $select-border-style | solid |
| $select-border-width | h.useVar("control-border-width") |
Expand Down
Loading
Loading