forstok-ui-lib 8.5.0 → 8.5.2
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/index.d.ts +5 -4
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/stylesheets/shares.styles.ts +0 -2
- package/src/components/select/typed.ts +121 -92
package/dist/index.mjs
CHANGED
|
@@ -1689,7 +1689,6 @@ function L(e,t){if(!1===e||null==e)throw new Error(t)}function j(e,t){if(!e){"un
|
|
|
1689
1689
|
a,
|
|
1690
1690
|
span {
|
|
1691
1691
|
text-align: ${({$align:e})=>"right"===e?"right":"left"};
|
|
1692
|
-
text-transform: capitalize;
|
|
1693
1692
|
cursor: pointer;
|
|
1694
1693
|
}
|
|
1695
1694
|
hr {
|
|
@@ -2809,7 +2808,6 @@ function L(e,t){if(!1===e||null==e)throw new Error(t)}function j(e,t){if(!e){"un
|
|
|
2809
2808
|
> label,
|
|
2810
2809
|
> span {
|
|
2811
2810
|
cursor: pointer;
|
|
2812
|
-
text-transform: capitalize;
|
|
2813
2811
|
width: 100%;
|
|
2814
2812
|
max-width: 218px;
|
|
2815
2813
|
overflow: hidden;
|