@okta/okta-signin-widget 7.11.0 → 7.11.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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "@okta/okta-signin-widget",
4
4
  "description": "The Okta Sign-In Widget",
5
- "version": "7.11.0",
5
+ "version": "7.11.1",
6
6
  "homepage": "https://github.com/okta/okta-signin-widget",
7
7
  "license": "Apache-2.0",
8
8
  "repository": {
@@ -297,7 +297,7 @@
297
297
  "workerDirectory": "playground"
298
298
  },
299
299
  "okta": {
300
- "commitSha": "84fe733d4fa2f7739d3a4facfee62906c7cdf330",
301
- "fullVersion": "7.11.0-g84fe733"
300
+ "commitSha": "1c785af7d57e2f317f07e9f61896fcd6ea30fe98",
301
+ "fullVersion": "7.11.1-g1c785af"
302
302
  }
303
303
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "defaultLanguage": "en",
3
- "version": "7.11.0",
3
+ "version": "7.11.1",
4
4
  "supportedLanguages": [
5
5
  "en",
6
6
  "cs",
@@ -176,6 +176,6 @@ span.strong {
176
176
  font-weight: 600;
177
177
  word-break: break-all;
178
178
  }
179
- .no-translate {
179
+ span.no-translate {
180
180
  white-space: nowrap;
181
181
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "v3",
3
- "version": "7.8.0",
3
+ "version": "7.11.1",
4
4
  "private": true,
5
5
  "description": "Okta Sign In Widget Next",
6
6
  "homepage": "https://github.com/okta/okta-signin-widget",
@@ -176,6 +176,6 @@ span.strong {
176
176
  font-weight: 600;
177
177
  word-break: break-all;
178
178
  }
179
- .no-translate {
179
+ span.no-translate {
180
180
  white-space: nowrap;
181
181
  }