@mptw/skylens-ui 1.2.6 → 1.2.8

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.
@@ -1,6 +1,6 @@
1
1
  <template lang="pug">
2
2
  .calendar-button(
3
- :class='{ "calendar-button--compact": showCompareSwitch }'
3
+ :class='{ "calendar-button--compact": !showCompareSwitch }'
4
4
  ref="button"
5
5
  )
6
6
  a(
@@ -235,7 +235,7 @@ export default defineComponent({
235
235
  .calendar-button
236
236
  @apply inline-block
237
237
 
238
- &--compact
238
+ &.calendar-button--compact
239
239
  .toggle-button
240
240
  @apply s('h-[37px]')
241
241
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.2.6",
4
+ "version": "1.2.8",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",