indicator-ui 0.0.274 → 0.0.276
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.css +2 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +24 -22
- package/dist/index.js.map +1 -1
- package/dist/types/src/ui/Buttons/ui/Button.d.ts +19 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2018,6 +2018,7 @@
|
|
|
2018
2018
|
text-overflow: ellipsis;
|
|
2019
2019
|
overflow: hidden;
|
|
2020
2020
|
transition: color ease-in-out 200ms;
|
|
2021
|
+
text-align: start;
|
|
2021
2022
|
}
|
|
2022
2023
|
.Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk {
|
|
2023
2024
|
text-align: start;
|
|
@@ -2192,6 +2193,7 @@
|
|
|
2192
2193
|
overflow: hidden;
|
|
2193
2194
|
text-wrap: nowrap;
|
|
2194
2195
|
transition: color ease-in-out 200ms;
|
|
2196
|
+
text-align: start;
|
|
2195
2197
|
}
|
|
2196
2198
|
.Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__text___i2f7B {
|
|
2197
2199
|
font-size: 16px;
|