@designcrowd/fe-shared-lib 1.1.6-eng-2158-2 → 1.1.6-eng-2158-3
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/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@designcrowd/fe-shared-lib",
|
|
3
|
-
"version": "1.1.6-eng-2158-
|
|
3
|
+
"version": "1.1.6-eng-2158-3",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "npm run storybook",
|
|
6
6
|
"build": "npm run build:css --production",
|
|
7
|
-
"storybook": "
|
|
7
|
+
"storybook": "npm run storybook:css && npm run storybook:themes && storybook dev -p 6006 public",
|
|
8
8
|
"build:css": "node ./tailwind.build.js",
|
|
9
9
|
"build:storybook": "mkdir -p public && mkdir -p public/css && npm run storybook:css && storybook build -c .storybook -o .storybook-static && cp -R ./public/css .storybook-static/",
|
|
10
10
|
"storybook:themes": "node ./tailwind.themes.js",
|
|
@@ -313,6 +313,7 @@ fieldset[disabled] .select {
|
|
|
313
313
|
min-height: 50px;
|
|
314
314
|
text-align: left;
|
|
315
315
|
color: black;
|
|
316
|
+
align-items: center;
|
|
316
317
|
}
|
|
317
318
|
|
|
318
319
|
.select * {
|
|
@@ -388,7 +389,7 @@ fieldset[disabled] .select {
|
|
|
388
389
|
.select__tags {
|
|
389
390
|
min-height: 48px;
|
|
390
391
|
display: block;
|
|
391
|
-
padding: 14px 40px
|
|
392
|
+
padding: 14px 40px 14px 16px;
|
|
392
393
|
border-radius: 5px;
|
|
393
394
|
background: #fff;
|
|
394
395
|
}
|
|
@@ -542,6 +543,7 @@ fieldset[disabled] .select {
|
|
|
542
543
|
.select__item {
|
|
543
544
|
display: flex;
|
|
544
545
|
align-items: center;
|
|
546
|
+
transform: translateY(-50%);
|
|
545
547
|
}
|
|
546
548
|
|
|
547
549
|
.select-enter-active,
|