@sbb-esta/lyne-react 4.12.0 → 4.12.1
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/development/form-field.js +1 -1
- package/form-field.js +3 -3
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SbbError } from "./form-field/error/error.component.js";
|
|
2
2
|
import { SbbFormField } from "./form-field/form-field/form-field.component.js";
|
|
3
|
-
import { SbbFormFieldClear } from "./form-field/form-field-clear/form-field-clear.component.js";
|
|
4
3
|
import { SbbFormFieldTextCounter } from "./form-field/form-field-text-counter/form-field-text-counter.component.js";
|
|
4
|
+
import { SbbFormFieldClear } from "./form-field/form-field-clear/form-field-clear.component.js";
|
|
5
5
|
import { SbbHint } from "./form-field/hint/hint.component.js";
|
|
6
6
|
export { SbbError, SbbFormField, SbbFormFieldClear, SbbFormFieldTextCounter, SbbHint };
|
package/form-field.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SbbError as e } from "./form-field/error/error.component.js";
|
|
2
2
|
import { SbbFormField as t } from "./form-field/form-field/form-field.component.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { SbbFormFieldTextCounter as n } from "./form-field/form-field-text-counter/form-field-text-counter.component.js";
|
|
4
|
+
import { SbbFormFieldClear as r } from "./form-field/form-field-clear/form-field-clear.component.js";
|
|
5
5
|
import { SbbHint as i } from "./form-field/hint/hint.component.js";
|
|
6
|
-
export { e as SbbError, t as SbbFormField,
|
|
6
|
+
export { e as SbbError, t as SbbFormField, r as SbbFormFieldClear, n as SbbFormFieldTextCounter, i as SbbHint };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-react",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.1",
|
|
4
4
|
"description": "Lyne Design System React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
@@ -1965,7 +1965,7 @@
|
|
|
1965
1965
|
}
|
|
1966
1966
|
},
|
|
1967
1967
|
"peerDependencies": {
|
|
1968
|
-
"@sbb-esta/lyne-elements": "4.12.
|
|
1968
|
+
"@sbb-esta/lyne-elements": "4.12.1",
|
|
1969
1969
|
"react": "^18.2.0 || ^19.0.0"
|
|
1970
1970
|
},
|
|
1971
1971
|
"dependencies": {
|