@mptw/skylens-ui 1.2.19 → 1.2.21

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.
@@ -110,26 +110,26 @@ export default defineComponent({
110
110
  &.radio-group--sm
111
111
  .radio
112
112
  label
113
- @apply min-w-0 px-2 s('py-1.5')
113
+ @apply px-2 s('py-1.5')
114
114
 
115
115
  &.radio-group--xs
116
116
  .radio
117
117
  label
118
- @apply min-w-0 px-4 s('py-0.5') text-sm
118
+ @apply px-4 s('py-0.5') text-sm
119
119
 
120
120
  &.radio-group--xxs
121
121
  @apply s('p-0.75')
122
122
 
123
123
  .radio
124
124
  label
125
- @apply min-w-0 px-2 s('py-0.75') text-sm
125
+ @apply px-2 s('py-0.75') text-sm
126
126
 
127
127
  &.radio-group--3xs
128
128
  @apply s('p-0.75')
129
129
 
130
130
  .radio
131
131
  label
132
- @apply min-w-0 px-2 py-px text-sm
132
+ @apply px-2 py-px text-sm
133
133
 
134
134
  &.radio-group--third-hover
135
135
  @apply bg-third-hover border-third
@@ -191,7 +191,7 @@ export default defineComponent({
191
191
  @apply absolute s('left-1/2') s('top-1/2') transform s('-translate-x-1/2') s('-translate-y-1/2')
192
192
 
193
193
  label
194
- @apply inline-flex justify-center items-center relative s('min-w-[4.5rem]') s('p-1.25') bg-bg rounded text-base leading-normal text-primary-hover cursor-pointer transition
194
+ @apply inline-flex justify-center items-center relative px-3 s('py-1.25') bg-bg rounded text-base leading-normal text-primary-hover cursor-pointer transition
195
195
 
196
196
  input:checked + label
197
197
  @apply bg-white text-primary shadow
@@ -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.21",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",