@mptw/skylens-ui 1.3.12 → 1.3.14

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.
@@ -4,6 +4,7 @@ SLTextInput(
4
4
  :modelValue="modelValue"
5
5
  :placeholder="placeholder"
6
6
  :lazy="lazy"
7
+ :class='{ "search-input--sm": size === "sm" }'
7
8
  @update:modelValue='onInputedValue'
8
9
  ).search-input
9
10
  template(#append)
@@ -76,12 +77,23 @@ export default defineComponent({
76
77
  .button-group
77
78
  @apply border-primary
78
79
 
80
+ &.search-input--sm
81
+ .button-group
82
+ @apply s('py-0.75')
83
+
84
+ .btn
85
+ @apply text-sm
86
+
87
+ .input-group-append
88
+ @apply inline-flex border-t border-r border-b border-primary-light rounded-r bg-white
89
+
79
90
  .button-group
80
- @apply inline-flex items-center h-full s('py-1.25') border-t border-r border-b border-primary-light rounded rounded-l-none bg-white
91
+ @apply inline-flex items-center s('py-1.75') s('pr-1.75') s('space-x-1.75')
81
92
 
82
93
  &-divider
83
- @apply s('w-[0.0625rem]') h-full bg-primary-light
94
+ @apply w-px h-full my-px bg-primary-light
84
95
 
85
96
  .btn
86
- @apply s('p-0') s('mx-1.75') leading-none text-gray-3 s('focus:outline-none') s('active:outline-none')
97
+ @apply p-0 border-0 text-gray-3 s('focus:outline-none') s('active:outline-none')
87
98
  </style>
99
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.3.12",
4
+ "version": "1.3.14",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",