indicator-ui 0.1.79 → 0.1.81
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 +3 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +20 -22
- package/dist/index.js.map +1 -1
- package/dist/types/src/ui/formFields/FormFieldWrapper/ui/FormFieldWrapper.d.ts +4 -13
- package/package.json +1 -1
- package/dist/scss/ui/formFields/FormFieldWrapper/styles/mixins/index.scss +0 -1
- package/dist/scss/ui/formFields/FormFieldWrapper/styles/mixins/inputFieldWrapper.scss +0 -50
package/dist/index.css
CHANGED
|
@@ -5585,12 +5585,14 @@
|
|
|
5585
5585
|
font-variant: normal;
|
|
5586
5586
|
}
|
|
5587
5587
|
.InputFieldWrapper-module__inputFieldWrapper___S9aEL .InputFieldWrapper-module__helperLink___bS1MZ {
|
|
5588
|
-
display: flex;
|
|
5589
5588
|
width: fit-content;
|
|
5590
5589
|
padding: 0 12px;
|
|
5591
5590
|
gap: 2px;
|
|
5592
5591
|
cursor: pointer;
|
|
5593
5592
|
}
|
|
5593
|
+
.InputFieldWrapper-module__inputFieldWrapper___S9aEL .InputFieldWrapper-module__helperLink___bS1MZ {
|
|
5594
|
+
display: flex;
|
|
5595
|
+
}
|
|
5594
5596
|
.InputFieldWrapper-module__inputFieldWrapper___S9aEL .InputFieldWrapper-module__helperLink___bS1MZ svg * {
|
|
5595
5597
|
stroke: var(--primary-500);
|
|
5596
5598
|
}
|