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

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,23 @@
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"
9
+ "./widget.css": {
10
+ "import": "./widget.css",
11
+ "require": "./widget.css"
12
12
  }
13
13
  },
14
+ "types": "./index.d.ts",
14
15
  "typesVersions": {
15
16
  "*": {
16
- "modal": [
17
- "./modal.d.ts"
18
- ],
19
- "inline": [
20
- "./inline.d.ts"
17
+ "index": [
18
+ "./index.d.ts"
21
19
  ]
22
20
  }
23
21
  },
24
22
  "dependencies": {},
25
- "version": "1.0.0-beta.1"
23
+ "version": "1.0.0-beta.10"
26
24
  }
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;