@vuecs/navigation 4.0.4 → 4.1.0

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.
Files changed (2) hide show
  1. package/dist/style.css +6 -0
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -170,6 +170,12 @@
170
170
  height: 2rem;
171
171
  }
172
172
 
173
+ .vc-stepper-indicator-xs {
174
+ width: 1.25rem;
175
+ height: 1.25rem;
176
+ font-size: .625rem;
177
+ }
178
+
173
179
  .vc-stepper-indicator-sm {
174
180
  width: 1.5rem;
175
181
  height: 1.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuecs/navigation",
3
- "version": "4.0.4",
3
+ "version": "4.1.0",
4
4
  "type": "module",
5
5
  "description": "A package for multi level navigations.",
6
6
  "exports": {