Skip to content

Commit

Permalink
Bump to 2.14.0
Browse files Browse the repository at this point in the history
* Recolored DS components
* User group linking

This solves #41 Recolor Operator Group Linking
  • Loading branch information
Joppe committed Nov 20, 2023
1 parent 008fe55 commit a2d479c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ There is no intent to achieve completeness, let alone prettyness, the goal is to

@import url("http://localhost:5500/src/styles/design-system/feedback.css");
@import url("http://localhost:5500/src/styles/design-system/button.css");
@import url("http://localhost:5500/src/styles/design-system/panel.css");
@import url("http://localhost:5500/src/styles/design-system/select.css");
@import url("http://localhost:5500/src/styles/design-system/switch.css");
@import url("http://localhost:5500/src/styles/design-system/datatable.css");
@import url("http://localhost:5500/src/styles/design-system/pagination.css");
@import url("http://localhost:5500/src/styles/design-system/search.css");
@import url("http://localhost:5500/src/styles/design-system/modal.css");
@import url("http://localhost:5500/src/styles/design-system/panel.css");
@import url("http://localhost:5500/src/styles/design-system/select.css");
@import url("http://localhost:5500/src/styles/design-system/switch.css");
@import url("http://localhost:5500/src/styles/design-system/datatable.css");
@import url("http://localhost:5500/src/styles/design-system/pagination.css");
@import url("http://localhost:5500/src/styles/design-system/search.css");
@import url("http://localhost:5500/src/styles/design-system/modal.css");
}
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "topdesk-operator-recoloring",
"version": "2.13.0",
"version": "2.14.0",
"description": "Override the colors of TOPdesk operator section, for accessibility purposes.",
"repository": {
"type": "git",
Expand Down

0 comments on commit a2d479c

Please sign in to comment.