@nimbus-ds/progress-bar 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +3 -2
- package/dist/CHANGELOG.md +6 -0
- package/dist/README.md +3 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
The ProgressBar component allows us to display the progress of an operation or task in a visual format.
|
|
4
4
|
|
|
5
|
+
## 2026-01-13 `1.0.1`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Adds support for React 19. ([#404](https://github.com/TiendaNube/nimbus-design-system/pull/404) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
5
11
|
## 2025-08-01 `1.0.0`
|
|
6
12
|
|
|
7
13
|
### 🎉 New features
|
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ We use the ProgressBar component to visually communicate the completion status o
|
|
|
25
25
|
The component has 5 appearance variants that can be used according to the context:
|
|
26
26
|
|
|
27
27
|
- **Neutral** - Used for general progress indication without specific semantic meaning
|
|
28
|
-
- **Primary** - Used to highlight important progress or main tasks
|
|
28
|
+
- **Primary** - Used to highlight important progress or main tasks
|
|
29
29
|
- **Success** - Used to indicate positive progress or successful completion stages
|
|
30
30
|
- **Warning** - Used to indicate caution or attention-required progress
|
|
31
31
|
- **Danger** - Used to indicate critical or error-related progress
|
|
@@ -40,6 +40,7 @@ The component has 5 appearance variants that can be used according to the contex
|
|
|
40
40
|
### Accessibility
|
|
41
41
|
|
|
42
42
|
The component includes proper ARIA attributes:
|
|
43
|
+
|
|
43
44
|
- `role="progressbar"` to identify the element as a progress indicator
|
|
44
45
|
- `aria-valuenow` to indicate the current progress value
|
|
45
46
|
- `aria-valuemin` and `aria-valuemax` to define the range (0-100)
|
|
@@ -48,4 +49,4 @@ The component includes proper ARIA attributes:
|
|
|
48
49
|
|
|
49
50
|
View docs [here](https://nimbus.nuvemshop.com.br/documentation/atomic-components/progress-bar).
|
|
50
51
|
|
|
51
|
-
<img alt="Nimbus" style="margin-bottom: 30px;" src="https://tiendanube.github.io/design-system-nimbus/static/media/nimbus-logo.ab60bd79.png" height="30" />
|
|
52
|
+
<img alt="Nimbus" style="margin-bottom: 30px;" src="https://tiendanube.github.io/design-system-nimbus/static/media/nimbus-logo.ab60bd79.png" height="30" />
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
The ProgressBar component allows us to display the progress of an operation or task in a visual format.
|
|
4
4
|
|
|
5
|
+
## 2026-01-13 `1.0.1`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Adds support for React 19. ([#404](https://github.com/TiendaNube/nimbus-design-system/pull/404) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
5
11
|
## 2025-08-01 `1.0.0`
|
|
6
12
|
|
|
7
13
|
### 🎉 New features
|
package/dist/README.md
CHANGED
|
@@ -25,7 +25,7 @@ We use the ProgressBar component to visually communicate the completion status o
|
|
|
25
25
|
The component has 5 appearance variants that can be used according to the context:
|
|
26
26
|
|
|
27
27
|
- **Neutral** - Used for general progress indication without specific semantic meaning
|
|
28
|
-
- **Primary** - Used to highlight important progress or main tasks
|
|
28
|
+
- **Primary** - Used to highlight important progress or main tasks
|
|
29
29
|
- **Success** - Used to indicate positive progress or successful completion stages
|
|
30
30
|
- **Warning** - Used to indicate caution or attention-required progress
|
|
31
31
|
- **Danger** - Used to indicate critical or error-related progress
|
|
@@ -40,6 +40,7 @@ The component has 5 appearance variants that can be used according to the contex
|
|
|
40
40
|
### Accessibility
|
|
41
41
|
|
|
42
42
|
The component includes proper ARIA attributes:
|
|
43
|
+
|
|
43
44
|
- `role="progressbar"` to identify the element as a progress indicator
|
|
44
45
|
- `aria-valuenow` to indicate the current progress value
|
|
45
46
|
- `aria-valuemin` and `aria-valuemax` to define the range (0-100)
|
|
@@ -48,4 +49,4 @@ The component includes proper ARIA attributes:
|
|
|
48
49
|
|
|
49
50
|
View docs [here](https://nimbus.nuvemshop.com.br/documentation/atomic-components/progress-bar).
|
|
50
51
|
|
|
51
|
-
<img alt="Nimbus" style="margin-bottom: 30px;" src="https://tiendanube.github.io/design-system-nimbus/static/media/nimbus-logo.ab60bd79.png" height="30" />
|
|
52
|
+
<img alt="Nimbus" style="margin-bottom: 30px;" src="https://tiendanube.github.io/design-system-nimbus/static/media/nimbus-logo.ab60bd79.png" height="30" />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/progress-bar",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"version": "yarn version"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@nimbus-ds/skeleton": "^3.0.
|
|
17
|
+
"@nimbus-ds/skeleton": "^3.0.2"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@nimbus-ds/styles": "^9.
|
|
21
|
-
"react": "^16.8 || ^17.0 || ^18.0",
|
|
22
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0"
|
|
20
|
+
"@nimbus-ds/styles": "^9.50.0",
|
|
21
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
|
|
22
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://nimbus.nuvemshop.com.br/documentation",
|
|
25
25
|
"repository": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"url": "https://github.com/TiendaNube/nimbus-design-system/issues"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@nimbus-ds/box": "^4.
|
|
34
|
-
"@nimbus-ds/webpack": "^1.
|
|
33
|
+
"@nimbus-ds/box": "^4.3.3",
|
|
34
|
+
"@nimbus-ds/webpack": "^1.7.1"
|
|
35
35
|
}
|
|
36
36
|
}
|