@qikdev/vue-ui 0.2.337 → 0.2.339
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.
- package/dist/lib.es.js +17 -18
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +17 -18
- package/dist/lib.umd.js.map +1 -1
- package/dist/vue-ui.css +5 -5
- package/package.json +1 -1
package/dist/vue-ui.css
CHANGED
|
@@ -1977,16 +1977,16 @@ input[data-v-111b2532]:focus {
|
|
|
1977
1977
|
border-bottom: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1978
1978
|
}
|
|
1979
1979
|
}
|
|
1980
|
-
.basic-input-style[data-v-
|
|
1980
|
+
.basic-input-style[data-v-4e6e9702] {
|
|
1981
1981
|
color: inherit;
|
|
1982
1982
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1983
1983
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1984
1984
|
}
|
|
1985
|
-
.search[data-v-
|
|
1985
|
+
.search[data-v-4e6e9702] {
|
|
1986
1986
|
position: relative;
|
|
1987
1987
|
width: 100%;
|
|
1988
1988
|
}
|
|
1989
|
-
.search > .icon[data-v-
|
|
1989
|
+
.search > .icon[data-v-4e6e9702] {
|
|
1990
1990
|
position: absolute;
|
|
1991
1991
|
right: 0;
|
|
1992
1992
|
top: 50%;
|
|
@@ -1994,7 +1994,7 @@ input[data-v-111b2532]:focus {
|
|
|
1994
1994
|
bottom: 0;
|
|
1995
1995
|
padding: 0 1em;
|
|
1996
1996
|
}
|
|
1997
|
-
.search input[data-v-
|
|
1997
|
+
.search input[data-v-4e6e9702] {
|
|
1998
1998
|
width: 100%;
|
|
1999
1999
|
border-radius: 5em;
|
|
2000
2000
|
padding: 0.5em 1em;
|
|
@@ -2008,7 +2008,7 @@ input[data-v-111b2532]:focus {
|
|
|
2008
2008
|
background: color-mix(in lab, currentColor 6%, transparent);
|
|
2009
2009
|
border: 1px solid transparent;
|
|
2010
2010
|
}
|
|
2011
|
-
.search input[data-v-
|
|
2011
|
+
.search input[data-v-4e6e9702]:focus {
|
|
2012
2012
|
background: var(--bg1, #fff);
|
|
2013
2013
|
border: 1px solid var(--primary);
|
|
2014
2014
|
outline: none;
|