@nimbus-ds/stepper 1.1.0 → 1.1.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/.turbo/turbo-build.log +2 -2
- package/package.json +7 -7
- package/src/stepper.docs.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -15,9 +15,9 @@ modules by path [1mexternal "@nimbus-ds/[39m[22m 252 bytes
|
|
|
15
15
|
[1mexternal "@nimbus-ds/styles"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
16
16
|
[1mexternal "@nimbus-ds/title"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
17
17
|
[1mexternal "react"[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
18
|
-
webpack 5.90.3 compiled [1m[32msuccessfully[39m[22m in
|
|
18
|
+
webpack 5.90.3 compiled [1m[32msuccessfully[39m[22m in 20342 ms
|
|
19
19
|
Compiling input files...
|
|
20
20
|
Processing ./src/index.ts
|
|
21
21
|
Writing ./src/index.ts -> ./dist/index.d.ts
|
|
22
22
|
File checking is skipped (due nothing to check)
|
|
23
|
-
Done in
|
|
23
|
+
Done in 18.38s
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/stepper",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Stepper component for guiding users through multi-step processes",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@nimbus-ds/box": "^4.4.0",
|
|
34
|
-
"@nimbus-ds/card": "^3.2.
|
|
35
|
-
"@nimbus-ds/icon": "^3.
|
|
36
|
-
"@nimbus-ds/icons": "^1.
|
|
37
|
-
"@nimbus-ds/styles": "^9.
|
|
38
|
-
"@nimbus-ds/text": "^6.
|
|
34
|
+
"@nimbus-ds/card": "^3.2.1",
|
|
35
|
+
"@nimbus-ds/icon": "^3.5.1",
|
|
36
|
+
"@nimbus-ds/icons": "^1.21.0",
|
|
37
|
+
"@nimbus-ds/styles": "^9.62.0",
|
|
38
|
+
"@nimbus-ds/text": "^6.8.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
|
|
42
42
|
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@nimbus-ds/button": "^2.11.
|
|
45
|
+
"@nimbus-ds/button": "^2.11.1",
|
|
46
46
|
"@nimbus-ds/webpack": "^1.7.2"
|
|
47
47
|
}
|
|
48
48
|
}
|
package/src/stepper.docs.json
CHANGED