@commercetools-uikit/field-label 19.22.4 → 19.22.6
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/README.md
CHANGED
|
@@ -61,7 +61,7 @@ export default Example;
|
|
|
61
61
|
| `title` | `union`<br/>Possible values:<br/>`string , ReactNode` | ✅ | | Title of the label |
|
|
62
62
|
| `hint` | `union`<br/>Possible values:<br/>`string , ReactNode` | | | Hint for the label. Provides a supplementary but important information regarding the behaviour of the input (e.g warn about uniqueness of a field, when it can only be set once), whereas description can describe it in more depth. Can also receive a hintIcon. |
|
|
63
63
|
| `description` | `union`<br/>Possible values:<br/>`string , ReactNode` | | | Provides a description for the title. |
|
|
64
|
-
| `onInfoButtonClick` | `Function`<br/>[See signature.](#signature-
|
|
64
|
+
| `onInfoButtonClick` | `Function`<br/>[See signature.](#signature-oninfobuttonclick) | | | Function called when info button is pressed. Info button will only be visible when this prop is passed. |
|
|
65
65
|
| `tone` | `union`<br/>Possible values:<br/>`'primary' , 'inverted'` | | | Indicates the tone to be applied to the label |
|
|
66
66
|
| `hintIcon` | `ReactElement` | | | Icon to be displayed beside the hint text. Will only get rendered when hint is passed as well. |
|
|
67
67
|
| `badge` | `ReactNode` | | | Badge to be displayed beside the label. Might be used to display additional information about the content of the field (E.g verified email) |
|
|
@@ -130,7 +130,7 @@ FieldLabel.displayName = 'FieldLabel';
|
|
|
130
130
|
var FieldLabel$1 = FieldLabel;
|
|
131
131
|
|
|
132
132
|
// NOTE: This string will be replaced on build time with the package version.
|
|
133
|
-
var version = "19.22.
|
|
133
|
+
var version = "19.22.6";
|
|
134
134
|
|
|
135
135
|
exports["default"] = FieldLabel$1;
|
|
136
136
|
exports.version = version;
|
|
@@ -106,7 +106,7 @@ FieldLabel.displayName = 'FieldLabel';
|
|
|
106
106
|
var FieldLabel$1 = FieldLabel;
|
|
107
107
|
|
|
108
108
|
// NOTE: This string will be replaced on build time with the package version.
|
|
109
|
-
var version = "19.22.
|
|
109
|
+
var version = "19.22.6";
|
|
110
110
|
|
|
111
111
|
exports["default"] = FieldLabel$1;
|
|
112
112
|
exports.version = version;
|
|
@@ -116,6 +116,6 @@ FieldLabel.displayName = 'FieldLabel';
|
|
|
116
116
|
var FieldLabel$1 = FieldLabel;
|
|
117
117
|
|
|
118
118
|
// NOTE: This string will be replaced on build time with the package version.
|
|
119
|
-
var version = "19.22.
|
|
119
|
+
var version = "19.22.6";
|
|
120
120
|
|
|
121
121
|
export { FieldLabel$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/field-label",
|
|
3
3
|
"description": "The FieldLabel component represents the label for a field in a form.",
|
|
4
|
-
"version": "19.22.
|
|
4
|
+
"version": "19.22.6",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "19.22.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
26
|
-
"@commercetools-uikit/icon-button": "19.22.
|
|
27
|
-
"@commercetools-uikit/icons": "19.22.
|
|
28
|
-
"@commercetools-uikit/label": "19.22.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "19.22.
|
|
30
|
-
"@commercetools-uikit/spacings-inline": "19.22.
|
|
31
|
-
"@commercetools-uikit/spacings-stack": "19.22.
|
|
32
|
-
"@commercetools-uikit/text": "19.22.
|
|
33
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.22.6",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.22.6",
|
|
26
|
+
"@commercetools-uikit/icon-button": "19.22.6",
|
|
27
|
+
"@commercetools-uikit/icons": "19.22.6",
|
|
28
|
+
"@commercetools-uikit/label": "19.22.6",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "19.22.6",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "19.22.6",
|
|
31
|
+
"@commercetools-uikit/spacings-stack": "19.22.6",
|
|
32
|
+
"@commercetools-uikit/text": "19.22.6",
|
|
33
|
+
"@commercetools-uikit/utils": "19.22.6",
|
|
34
34
|
"@emotion/react": "^11.10.5",
|
|
35
35
|
"@emotion/styled": "^11.10.5",
|
|
36
36
|
"prop-types": "15.8.1",
|