@okta/okta-signin-widget 7.32.2 → 7.33.0
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 +5 -5
- package/dist/esm/src/config/config.json.js +1 -1
- package/dist/js/okta-sign-in.classic.js +1 -1
- package/dist/js/okta-sign-in.classic.min.js +1 -1
- package/dist/js/okta-sign-in.js +1 -1
- package/dist/js/okta-sign-in.min.js +1 -1
- package/dist/js/okta-sign-in.next.js +2 -2
- package/dist/js/okta-sign-in.next.no-polyfill.js +2 -2
- package/dist/js/okta-sign-in.no-polyfill.min.js +1 -1
- package/dist/js/okta-sign-in.oie.js +1 -1
- package/dist/js/okta-sign-in.oie.min.js +1 -1
- package/dist/labels/json/login_cs.json +1 -1
- package/dist/labels/json/login_da.json +1 -1
- package/dist/labels/json/login_de.json +1 -1
- package/dist/labels/json/login_el.json +1 -1
- package/dist/labels/json/login_es.json +1 -1
- package/dist/labels/json/login_fi.json +1 -1
- package/dist/labels/json/login_fr.json +1 -1
- package/dist/labels/json/login_ht.json +1 -1
- package/dist/labels/json/login_hu.json +1 -1
- package/dist/labels/json/login_id.json +1 -1
- package/dist/labels/json/login_in.json +1 -1
- package/dist/labels/json/login_it.json +1 -1
- package/dist/labels/json/login_ja.json +1 -1
- package/dist/labels/json/login_ko.json +1 -1
- package/dist/labels/json/login_ms.json +1 -1
- package/dist/labels/json/login_nb.json +1 -1
- package/dist/labels/json/login_nl_NL.json +1 -1
- package/dist/labels/json/login_pl.json +1 -1
- package/dist/labels/json/login_pt_BR.json +1 -1
- package/dist/labels/json/login_ro.json +1 -1
- package/dist/labels/json/login_ru.json +1 -1
- package/dist/labels/json/login_sv.json +1 -1
- package/dist/labels/json/login_th.json +1 -1
- package/dist/labels/json/login_tr.json +1 -1
- package/dist/labels/json/login_uk.json +1 -1
- package/dist/labels/json/login_vi.json +1 -1
- package/dist/labels/json/login_zh_CN.json +1 -1
- package/dist/labels/json/login_zh_TW.json +1 -1
- package/dist/labels/properties/login_cs.properties +15 -8
- package/dist/labels/properties/login_da.properties +14 -7
- package/dist/labels/properties/login_de.properties +14 -7
- package/dist/labels/properties/login_el.properties +48 -41
- package/dist/labels/properties/login_es.properties +13 -6
- package/dist/labels/properties/login_fi.properties +14 -7
- package/dist/labels/properties/login_fr.properties +18 -11
- package/dist/labels/properties/login_ht.properties +14 -7
- package/dist/labels/properties/login_hu.properties +33 -26
- package/dist/labels/properties/login_id.properties +15 -8
- package/dist/labels/properties/login_in.properties +15 -8
- package/dist/labels/properties/login_it.properties +13 -6
- package/dist/labels/properties/login_ja.properties +15 -8
- package/dist/labels/properties/login_ko.properties +14 -7
- package/dist/labels/properties/login_ms.properties +15 -8
- package/dist/labels/properties/login_nb.properties +15 -8
- package/dist/labels/properties/login_nl_NL.properties +7 -0
- package/dist/labels/properties/login_pl.properties +13 -6
- package/dist/labels/properties/login_pt_BR.properties +14 -7
- package/dist/labels/properties/login_ro.properties +14 -7
- package/dist/labels/properties/login_ru.properties +14 -7
- package/dist/labels/properties/login_sv.properties +15 -8
- package/dist/labels/properties/login_th.properties +11 -4
- package/dist/labels/properties/login_tr.properties +15 -8
- package/dist/labels/properties/login_uk.properties +15 -8
- package/dist/labels/properties/login_vi.properties +15 -8
- package/dist/labels/properties/login_zh_CN.properties +15 -8
- package/dist/labels/properties/login_zh_TW.properties +50 -43
- package/package.json +3 -3
- package/src/config/config.json +1 -1
package/README.md
CHANGED
|
@@ -256,9 +256,9 @@ To embed the Sign-in Widget via CDN, include links to the JS and CSS files in yo
|
|
|
256
256
|
|
|
257
257
|
```html
|
|
258
258
|
<!-- Latest CDN production Javascript and CSS -->
|
|
259
|
-
<script src="https://global.oktacdn.com/okta-signin-widget/7.
|
|
259
|
+
<script src="https://global.oktacdn.com/okta-signin-widget/7.33.0/js/okta-sign-in.min.js" type="text/javascript" integrity="sha384-QRPWnAUar2nIYLDQ/0kKFMDp5mQIaje8yJsUv0u4rARRsBXOmLVhYHf8cQLIib5/" crossorigin="anonymous"></script>
|
|
260
260
|
|
|
261
|
-
<link href="https://global.oktacdn.com/okta-signin-widget/7.
|
|
261
|
+
<link href="https://global.oktacdn.com/okta-signin-widget/7.33.0/css/okta-sign-in.min.css" type="text/css" rel="stylesheet" integrity="sha384-fxx+LDlIb08xQnHiuttLUvFQjDs5lrUHVoq4eWhpVlSteR2K2q21MbrOCkWfWqqs" crossorigin="anonymous" />
|
|
262
262
|
```
|
|
263
263
|
|
|
264
264
|
**NOTE:** The CDN URLs contain a version number. This number should be the same for both the Javascript and the CSS file and match a version on the [releases page](https://github.com/okta/okta-signin-widget/releases). We recommend using the latest widget version.
|
|
@@ -268,13 +268,13 @@ When using one of the bundles without the polyfill included, you may want to con
|
|
|
268
268
|
|
|
269
269
|
```html
|
|
270
270
|
<!-- Polyfill for older browsers -->
|
|
271
|
-
<script src="https://global.oktacdn.com/okta-signin-widget/7.
|
|
271
|
+
<script src="https://global.oktacdn.com/okta-signin-widget/7.33.0/js/okta-sign-in.polyfill.min.js" type="text/javascript" integrity="sha384-QzQIGwIndxyBdHRQOwgjmQJLod6LRMchZyYg7RUq8FUECvPvreqauQhkU2FF9EGD" crossorigin="anonymous"></script>
|
|
272
272
|
|
|
273
273
|
<!-- Widget bundle for Okta Identity Engine -->
|
|
274
|
-
<script src="https://global.oktacdn.com/okta-signin-widget/7.
|
|
274
|
+
<script src="https://global.oktacdn.com/okta-signin-widget/7.33.0/js/okta-sign-in.oie.min.js" type="text/javascript" integrity="sha384-iag7YPDDMvXA1c0jj2V8+jLhP4ggtigyfiLhxiv5r3A770rBLJnu+pFx3edsTCMl" crossorigin="anonymous"></script>
|
|
275
275
|
|
|
276
276
|
<!-- CSS for widget -->
|
|
277
|
-
<link href="https://global.oktacdn.com/okta-signin-widget/7.
|
|
277
|
+
<link href="https://global.oktacdn.com/okta-signin-widget/7.33.0/css/okta-sign-in.min.css" type="text/css" rel="stylesheet" integrity="sha384-fxx+LDlIb08xQnHiuttLUvFQjDs5lrUHVoq4eWhpVlSteR2K2q21MbrOCkWfWqqs" crossorigin="anonymous" />
|
|
278
278
|
```
|
|
279
279
|
|
|
280
280
|
|
|
@@ -65845,7 +65845,7 @@ module.exports = /*#__PURE__*/JSON.parse('{"signout":"Sign Out","signin":"Sign I
|
|
|
65845
65845
|
/***/ (function(module) {
|
|
65846
65846
|
|
|
65847
65847
|
"use strict";
|
|
65848
|
-
module.exports = /*#__PURE__*/JSON.parse('{"defaultLanguage":"en","version":"7.
|
|
65848
|
+
module.exports = /*#__PURE__*/JSON.parse('{"defaultLanguage":"en","version":"7.33.0","supportedLanguages":["en","cs","da","de","el","es","fi","fr","ht","hu","id","in","it","ja","ko","ms","nb","nl-NL","ok-PL","ok-SK","pl","pt-BR","ro","ru","sv","th","tr","uk","vi","zh-CN","zh-TW"]}');
|
|
65849
65849
|
|
|
65850
65850
|
/***/ })
|
|
65851
65851
|
|