Skip to content

Commit bf4f9b0

Browse files
committed
chore: rename badge status to status badge
1 parent b071b2b commit bf4f9b0

File tree

53 files changed

+979
-1827
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+979
-1827
lines changed

.changeset/brown-rabbits-fail.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@utrecht/badge-status-css": major
2+
"@utrecht/status-badge-css": major
33
"@utrecht/component-library-angular": major
44
"@utrecht/component-library-css": major
55
"@utrecht/component-library-react": major
@@ -8,7 +8,8 @@
88
"@utrecht/web-component-library-angular": major
99
"@utrecht/web-component-library-react": major
1010
"@utrecht/web-component-library-vue": major
11-
"@utrecht/design-tokens": minor
11+
"@utrecht/design-tokens": major
1212
---
1313

14-
badge-status is no longer styled through common badge tokens but has its own set of tokens
14+
- badge-status is no longer styled through common badge tokens but has its own set of tokens
15+
- badge-status has been renamed to status-badge, use @utrecht/status-badge-css instead of @utrecht/badge-status-css

components/badge-status/CHANGELOG.md

Lines changed: 0 additions & 100 deletions
This file was deleted.

components/badge-status/src/_mixin.scss

Lines changed: 0 additions & 107 deletions
This file was deleted.

components/badge-status/src/index.scss

Lines changed: 0 additions & 51 deletions
This file was deleted.

components/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
@import "./badge-counter/dist/index.css";
2626
@import "./badge-data/dist/index.css";
2727
@import "./badge-list/dist/index.css";
28-
@import "./badge-status/dist/index.css";
2928
@import "./blockquote/dist/index.css";
3029
@import "./breadcrumb-nav/dist/index.css";
3130
@import "./button-group/dist/index.css";
@@ -101,6 +100,7 @@
101100
@import "./separator/dist/index.css";
102101
@import "./skip-link/dist/index.css";
103102
@import "./spotlight-section/dist/index.css";
103+
@import "./status-badge/dist/index.css";
104104
@import "./surface/dist/index.css";
105105
@import "./table/dist/index.css";
106106
@import "./table-of-contents/dist/index.css";
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"version": "2.0.1",
2+
"version": "0.0.1",
33
"author": "Community for NL Design System",
4-
"description": "Badge status component for the Municipality of Utrecht based on the NL Design System architecture",
4+
"description": "Status badge component for the Municipality of Utrecht based on the NL Design System architecture",
55
"license": "EUPL-1.2",
6-
"name": "@utrecht/badge-status-css",
6+
"name": "@utrecht/status-badge-css",
77
"files": [
88
"dist/",
99
"docs/",
@@ -28,6 +28,6 @@
2828
"repository": {
2929
"type": "git+ssh",
3030
"url": "git@github.com:nl-design-system/utrecht.git",
31-
"directory": "components/badge-status"
31+
"directory": "components/status-badge"
3232
}
3333
}

0 commit comments

Comments
 (0)