@openfin/here-ui-css 0.0.0-alpha.20251106191835.d80a1d5 → 0.0.0-alpha.20251110170127.26cc62e

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -8
package/README.md CHANGED
@@ -13,7 +13,7 @@ This package provides compiled CSS styles from `@openfin/ui-library` as a standa
13
13
  ## Installation
14
14
 
15
15
  ```bash
16
- npm install @here/here-ui-css
16
+ npm install @openfin/here-ui-css
17
17
  ```
18
18
 
19
19
  ## Import Patterns
package/package.json CHANGED
@@ -1,14 +1,10 @@
1
1
  {
2
2
  "name": "@openfin/here-ui-css",
3
- "version": "0.0.0-alpha.20251106191835.d80a1d5",
4
- "description": "CSS-only distribution of @openfin/ui-library components - Testing package-directory-only approach",
5
- "main": "dist/index.css",
3
+ "version": "0.0.0-alpha.20251110170127.26cc62e",
4
+ "description": "CSS-only distribution of @openfin/ui-library components",
5
+ "main": "dist/index.ts",
6
+ "types": "dist/index.d.ts",
6
7
  "style": "dist/index.css",
7
- "private": false,
8
- "publishConfig": {
9
- "access": "public",
10
- "registry": "https://registry.npmjs.org/"
11
- },
12
8
  "repository": {
13
9
  "type": "git",
14
10
  "url": "git+https://github.com/openfin/workspace.git",
@@ -19,8 +15,13 @@
19
15
  ],
20
16
  "exports": {
21
17
  ".": {
18
+ "types": "./dist/index.d.ts",
19
+ "default": "./dist/index.ts"
20
+ },
21
+ "./css": {
22
22
  "default": "./dist/index.css"
23
23
  },
24
+ "./types/*": "./dist/types/*",
24
25
  "./*": "./dist/*"
25
26
  },
26
27
  "sideEffects": [