@forgerock/login-widget 1.0.0-beta.1 → 1.0.0-beta.11

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,25 +2,16 @@
2
2
  "name": "@forgerock/login-widget",
3
3
  "type": "module",
4
4
  "exports": {
5
- "inline": {
6
- "import": "./inline.js",
7
- "require": "./inline.cjs"
5
+ ".": {
6
+ "import": "./index.js",
7
+ "require": "./index.cjs"
8
8
  },
9
- "modal": {
10
- "import": "./modal.js",
11
- "require": "./modal.cjs"
12
- }
13
- },
14
- "typesVersions": {
15
- "*": {
16
- "modal": [
17
- "./modal.d.ts"
18
- ],
19
- "inline": [
20
- "./inline.d.ts"
21
- ]
9
+ "./widget.css": {
10
+ "import": "./widget.css",
11
+ "require": "./widget.css"
22
12
  }
23
13
  },
14
+ "types": "./index.d.ts",
24
15
  "dependencies": {},
25
- "version": "1.0.0-beta.1"
16
+ "version": "1.0.0-beta.11"
26
17
  }
package/widget.css CHANGED
@@ -600,6 +600,10 @@ text-align: right;
600
600
  font-size: 0.9375rem;
601
601
  line-height: 1.25;
602
602
  }
603
+ .tw_text-sm {
604
+ font-size: 0.875rem;
605
+ line-height: 1.25;
606
+ }
603
607
  .tw_text-4xl {
604
608
  font-size: 2.25rem;
605
609
  line-height: 2.5rem;
@@ -1175,13 +1179,22 @@ margin: 0.25rem;
1175
1179
  .tw_kba-fieldset {
1176
1180
  position: relative;
1177
1181
  border-color: #9ca3af;
1178
- border-bottom-width: 1px;
1179
- border-top-width: 0;
1180
- margin-top: 2rem;
1181
- padding-bottom: 1rem;
1182
+ border-bottom-width: 0;
1183
+ border-top-width: 1px;
1184
+ border-top-style: dashed;
1182
1185
  padding-top: 1.5rem;
1183
1186
  }
1184
- .tw_kba-fieldset:after {
1187
+ .tw_kba-fieldset > h2 {
1188
+ display: none;
1189
+ }
1190
+ .tw_kba-fieldset:first-of-type {
1191
+ border-top-width: 0;
1192
+ margin-top: 2.5rem;
1193
+ }
1194
+ .tw_kba-fieldset:first-of-type > h2 {
1195
+ display: block;
1196
+ }
1197
+ .tw_kba-fieldset:first-of-type:after {
1185
1198
  border-color: #9ca3af;
1186
1199
  border-top-width: 1px;
1187
1200
  content: "";
@@ -1191,7 +1204,7 @@ right: 0;
1191
1204
  top: -0.1em;
1192
1205
  width: 45%;
1193
1206
  }
1194
- .tw_kba-fieldset:before {
1207
+ .tw_kba-fieldset:first-of-type:before {
1195
1208
  border-color: #9ca3af;
1196
1209
  border-top-width: 1px;
1197
1210
  content: "";
@@ -1200,8 +1213,16 @@ position: absolute;
1200
1213
  top: -0.1em;
1201
1214
  width: 45%;
1202
1215
  }
1203
- .tw_kba-lock-icon {
1216
+ .tw_kba-fieldset:first-of-type .tw_kba-lock-icon {
1204
1217
  display: flex;
1218
+ }
1219
+ .tw_kba-fieldset:last-of-type {
1220
+ border-bottom-width: 1px;
1221
+ margin-bottom: 2rem;
1222
+ padding-bottom: 1rem;
1223
+ }
1224
+ .tw_kba-lock-icon {
1225
+ display: none;
1205
1226
  justify-content: center;
1206
1227
  position: absolute;
1207
1228
  top: -0.75rem;