update packages
This commit is contained in:
parent
68f4239eb3
commit
683d4375ff
14
package.json
14
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "axp-ui",
|
||||
"descriiption": "My helper ui lib",
|
||||
"version": "1.6.0",
|
||||
"version": "1.6.1",
|
||||
"homepage": "https://antoxahub.ru/antoxa/axp-ui",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -34,14 +34,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.14",
|
||||
"postcss": "^8.4.25",
|
||||
"postcss": "^8.4.27",
|
||||
"prettier": "^2.8.8",
|
||||
"rollup": "^3.26.2",
|
||||
"rollup-plugin-sass": "^1.12.19",
|
||||
"rollup": "^3.27.0",
|
||||
"rollup-plugin-sass": "^1.12.20",
|
||||
"rollup-plugin-typescript2": "^0.35.0",
|
||||
"rollup-plugin-vue": "^6.0.0",
|
||||
"sass": "^1.63.6",
|
||||
"tailwindcss": "^3.3.2",
|
||||
"tslib": "^2.6.0"
|
||||
"sass": "^1.64.2",
|
||||
"tailwindcss": "^3.3.3",
|
||||
"tslib": "^2.6.1"
|
||||
}
|
||||
}
|
||||
|
@ -28,10 +28,10 @@ p
|
||||
&-btn
|
||||
@apply px-4 border
|
||||
@apply flex justify-center items-center
|
||||
// > *:not(:last-child)
|
||||
// @apply mr-1
|
||||
// > .ui-icon:first-child
|
||||
// @apply ml-[-5px]
|
||||
> *:not(:last-child)
|
||||
@apply mr-1
|
||||
> .ui-icon:first-child
|
||||
@apply ml-[-5px]
|
||||
|
||||
&-field
|
||||
.label
|
||||
|
Loading…
Reference in New Issue
Block a user