@openfin/here-ui-css 0.0.0-alpha.20251110170127.26cc62e → 0.0.0-alpha.20251110181104.aa4caf7

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @here/here-ui-css
1
+ # @openfin/here-ui-css
2
2
 
3
3
  CSS-only distribution of `@openfin/ui-library` components.
4
4
 
@@ -23,11 +23,11 @@ npm install @openfin/here-ui-css
23
23
  Import all component styles at once:
24
24
 
25
25
  ```css
26
- @import '@here/here-ui-css';
26
+ @import '@openfin/here-ui-css';
27
27
  ```
28
28
 
29
29
  ```javascript
30
- import '@here/here-ui-css';
30
+ import '@openfin/here-ui-css';
31
31
  ```
32
32
 
33
33
  ### Per-file Subpaths
@@ -35,11 +35,11 @@ import '@here/here-ui-css';
35
35
  Import individual component styles using any path under `dist/`:
36
36
 
37
37
  ```css
38
- @import '@here/here-ui-css/styles/enterpriseTab.css';
38
+ @import '@openfin/here-ui-css/styles/enterpriseTab.css';
39
39
  ```
40
40
 
41
41
  ```javascript
42
- import '@here/here-ui-css/styles/enterpriseTab.css';
42
+ import '@openfin/here-ui-css/styles/enterpriseTab.css';
43
43
  ```
44
44
 
45
45
  The package uses [subpath patterns](https://nodejs.org/api/packages.html#subpath-patterns), so you can import **any CSS file** from the `dist/` directory without needing to manually maintain exports in `package.json`. As new CSS files are added to the UI library, they automatically become importable!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/here-ui-css",
3
- "version": "0.0.0-alpha.20251110170127.26cc62e",
3
+ "version": "0.0.0-alpha.20251110181104.aa4caf7",
4
4
  "description": "CSS-only distribution of @openfin/ui-library components",
5
5
  "main": "dist/index.ts",
6
6
  "types": "dist/index.d.ts",