@layerfi/components 0.1.11 → 0.1.13
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/esm/index.js +462 -127
- package/dist/esm/index.js.map +4 -4
- package/dist/index.d.ts +123 -36
- package/dist/index.js +466 -131
- package/dist/index.js.map +4 -4
- package/dist/styles/index.css +4 -1
- package/dist/styles/index.css.map +2 -2
- package/package.json +1 -1
package/dist/styles/index.css
CHANGED
|
@@ -897,6 +897,9 @@
|
|
|
897
897
|
.Layer__select .Layer__select__control--is-focused {
|
|
898
898
|
box-shadow: 0px 0px 0px 3px rgba(26, 26, 26, 0.08), 0px 0px 0px 1px var(--color-base-700);
|
|
899
899
|
}
|
|
900
|
+
.Layer__select.Layer__select--error .Layer__select__control {
|
|
901
|
+
box-shadow: 0px 0px 0px 1px var(--color-base-300), 0px 0px 0px 2px var(--color-danger);
|
|
902
|
+
}
|
|
900
903
|
.Layer__select .Layer__select__multi-value {
|
|
901
904
|
border-radius: var(--border-radius-3xs);
|
|
902
905
|
background-color: var(--color-base-100);
|
|
@@ -1034,7 +1037,7 @@
|
|
|
1034
1037
|
margin-left: -30px;
|
|
1035
1038
|
}
|
|
1036
1039
|
.Layer__category-menu {
|
|
1037
|
-
width:
|
|
1040
|
+
width: 17rem;
|
|
1038
1041
|
}
|
|
1039
1042
|
.Layer__category-menu.Layer__category-menu--full {
|
|
1040
1043
|
width: 100%;
|