@layerfi/components 0.1.29 → 0.1.31
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/.idea/codeStyles/Project.xml +61 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/dist/esm/index.js +619 -581
- package/dist/esm/index.js.map +4 -4
- package/dist/index.d.ts +118 -18
- package/dist/index.js +343 -305
- package/dist/index.js.map +4 -4
- package/dist/styles/index.css +1 -4
- package/dist/styles/index.css.map +2 -2
- package/package.json +1 -1
package/dist/styles/index.css
CHANGED
|
@@ -1500,9 +1500,6 @@
|
|
|
1500
1500
|
width: calc(100% + 60px);
|
|
1501
1501
|
margin-left: -30px;
|
|
1502
1502
|
}
|
|
1503
|
-
.Layer__category-menu {
|
|
1504
|
-
width: 17rem;
|
|
1505
|
-
}
|
|
1506
1503
|
.Layer__category-menu.Layer__category-menu--full {
|
|
1507
1504
|
width: 100%;
|
|
1508
1505
|
max-width: 100%;
|
|
@@ -2604,7 +2601,7 @@
|
|
|
2604
2601
|
flex: 1;
|
|
2605
2602
|
color: var(--text-color-primary);
|
|
2606
2603
|
white-space: nowrap;
|
|
2607
|
-
|
|
2604
|
+
padding-left: 10px;
|
|
2608
2605
|
text-overflow: ellipsis;
|
|
2609
2606
|
overflow: hidden;
|
|
2610
2607
|
display: inline-flex;
|