carbon-react 127.0.2 → 127.0.3

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.
@@ -11,7 +11,7 @@ const enGB = {
11
11
  },
12
12
  advancedColorPicker: {
13
13
  ariaLabel: () => "Change colour",
14
- currentColorDescriptionTerm: () => "Current color assigned: ",
14
+ currentColorDescriptionTerm: () => "Current colour assigned: ",
15
15
  currentColorAssigned: currentColor => currentColor
16
16
  },
17
17
  batchSelection: {
@@ -126,7 +126,7 @@ const enGB = {
126
126
  },
127
127
  password: {
128
128
  ariaLiveShownMessage: () => "Your password has been shown. Focus on the password input to have it read to you, if it is safe to do so.",
129
- ariaLiveHiddenMessage: () => "Your Password is currently hidden."
129
+ ariaLiveHiddenMessage: () => "Your password is currently hidden."
130
130
  },
131
131
  progressTracker: {
132
132
  of: () => "of"
@@ -17,7 +17,7 @@ const enGB = {
17
17
  },
18
18
  advancedColorPicker: {
19
19
  ariaLabel: () => "Change colour",
20
- currentColorDescriptionTerm: () => "Current color assigned: ",
20
+ currentColorDescriptionTerm: () => "Current colour assigned: ",
21
21
  currentColorAssigned: currentColor => currentColor
22
22
  },
23
23
  batchSelection: {
@@ -132,7 +132,7 @@ const enGB = {
132
132
  },
133
133
  password: {
134
134
  ariaLiveShownMessage: () => "Your password has been shown. Focus on the password input to have it read to you, if it is safe to do so.",
135
- ariaLiveHiddenMessage: () => "Your Password is currently hidden."
135
+ ariaLiveHiddenMessage: () => "Your password is currently hidden."
136
136
  },
137
137
  progressTracker: {
138
138
  of: () => "of"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "127.0.2",
3
+ "version": "127.0.3",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",