@mptw/skylens-ui 1.2.19 → 1.2.20

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.
@@ -116,7 +116,7 @@ export default defineComponent({
116
116
  &.empty
117
117
  @apply mb-0
118
118
 
119
- .header-left
119
+ .site-page-header-left
120
120
  #site-page-header-left-bottom
121
121
  @apply mt-0
122
122
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.2.19",
4
+ "version": "1.2.20",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",