@oruga-ui/theme-oruga 0.2.1 → 0.2.2

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 (49) hide show
  1. package/dist/oruga-full.css +9 -6
  2. package/dist/oruga-full.min.css +1 -1
  3. package/dist/oruga.css +9 -6
  4. package/dist/oruga.min.css +1 -1
  5. package/dist/scss/components/_sidebar.scss +4 -2
  6. package/dist/scss/components/_steps.scss +5 -0
  7. package/dist/scss/components/_taginput.scss +0 -5
  8. package/dist/scss/utils/_root.scss +6 -2
  9. package/dist/theme.js +2 -1
  10. package/package.json +28 -30
  11. package/src/assets/scss/components/_sidebar.scss +4 -2
  12. package/src/assets/scss/components/_steps.scss +5 -0
  13. package/src/assets/scss/components/_taginput.scss +0 -5
  14. package/src/assets/scss/utils/_root.scss +6 -2
  15. package/src/App.vue +0 -105
  16. package/src/components/Autocomplete.vue +0 -606
  17. package/src/components/Button.vue +0 -80
  18. package/src/components/Carousel.vue +0 -295
  19. package/src/components/Checkbox.vue +0 -135
  20. package/src/components/Collapse.vue +0 -134
  21. package/src/components/Datepicker.vue +0 -282
  22. package/src/components/Datetimepicker.vue +0 -127
  23. package/src/components/Dropdown.vue +0 -329
  24. package/src/components/Field.vue +0 -235
  25. package/src/components/Icon.vue +0 -66
  26. package/src/components/Input.vue +0 -129
  27. package/src/components/Loading.vue +0 -70
  28. package/src/components/Menu.vue +0 -42
  29. package/src/components/Modal.vue +0 -230
  30. package/src/components/Notification.vue +0 -136
  31. package/src/components/Pagination.vue +0 -96
  32. package/src/components/Radio.vue +0 -111
  33. package/src/components/Select.vue +0 -155
  34. package/src/components/Sidebar.vue +0 -73
  35. package/src/components/Skeleton.vue +0 -75
  36. package/src/components/Slider.vue +0 -226
  37. package/src/components/Steps.vue +0 -233
  38. package/src/components/Switch.vue +0 -137
  39. package/src/components/Table.vue +0 -278
  40. package/src/components/Tabs.vue +0 -209
  41. package/src/components/Taginput.vue +0 -507
  42. package/src/components/Timepicker.vue +0 -122
  43. package/src/components/Tooltip.vue +0 -187
  44. package/src/components/Upload.vue +0 -66
  45. package/src/main.ts +0 -29
  46. package/src/plugins/theme.ts +0 -1
  47. package/src/router/index.ts +0 -39
  48. package/src/views/Home.vue +0 -24
  49. package/types/index.d.ts +0 -1
@@ -1,4 +1,4 @@
1
- /*! Oruga v0.2.1 | MIT License | github.com/oruga-ui/oruga */
1
+ /*! Oruga v0.2.2 | MIT License | github.com/oruga-ui/oruga */
2
2
 
3
3
  /************************************
4
4
  * Oruga Default Theme Full Style
@@ -2183,7 +2183,6 @@ body {
2183
2183
  height: 100%;
2184
2184
  width: 100%;
2185
2185
  display: none;
2186
- z-index: var(--oruga-sidebar-zindex, 100);
2187
2186
  }
2188
2187
  .o-side__content {
2189
2188
  position: absolute;
@@ -2278,6 +2277,9 @@ body {
2278
2277
  .o-side--inline .o-side__content {
2279
2278
  position: relative;
2280
2279
  }
2280
+ .o-side:not(.o-side--inline) {
2281
+ z-index: var(--oruga-sidebar-zindex, 100);
2282
+ }
2281
2283
 
2282
2284
  /* @docs */
2283
2285
  /* @docs */
@@ -2579,6 +2581,9 @@ body {
2579
2581
  right: calc((var(--oruga-size-large, 1.5rem) - var(--oruga-steps-divider-height, 0.2em)) * 0.5);
2580
2582
  }
2581
2583
  .o-steps__nav-item {
2584
+ display: flex;
2585
+ justify-content: center;
2586
+ list-style: none;
2582
2587
  margin: 0;
2583
2588
  padding: 0;
2584
2589
  line-height: var(--oruga-steps-item-line-height, 1.5);
@@ -2720,6 +2725,8 @@ body {
2720
2725
  align-items: center;
2721
2726
  justify-content: center;
2722
2727
  flex-direction: column;
2728
+ background: transparent;
2729
+ border: transparent;
2723
2730
  color: var(--oruga-steps-link-color, hsl(0, 0%, 29%));
2724
2731
  cursor: pointer;
2725
2732
  text-decoration: none;
@@ -3486,10 +3493,6 @@ body {
3486
3493
  .o-taginput__container--large {
3487
3494
  font-size: var(--oruga-taginput-font-size-large, 1.5rem);
3488
3495
  }
3489
- .o-taginput__autocomplete {
3490
- position: static;
3491
- flex: 1;
3492
- }
3493
3496
  .o-taginput__input {
3494
3497
  border: none;
3495
3498
  box-shadow: none;