@openfin/here-ui-css 0.0.0-alpha.20251106181102.d07b610 → 0.0.0-alpha.20251106191835.d80a1d5

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openfin/here-ui-css",
3
- "version": "0.0.0-alpha.20251106181102.d07b610",
4
- "description": "CSS-only distribution of @openfin/ui-library components - Testing integrated alpha publishing",
3
+ "version": "0.0.0-alpha.20251106191835.d80a1d5",
4
+ "description": "CSS-only distribution of @openfin/ui-library components - Testing package-directory-only approach",
5
5
  "main": "dist/index.css",
6
6
  "style": "dist/index.css",
7
7
  "private": false,
package/dist/index.css DELETED
@@ -1,4 +0,0 @@
1
- /* @here/here-ui-css - CSS-only distribution of UI library components */
2
- /* Auto-generated - do not edit manually */
3
-
4
- @import './styles/enterpriseTab.css';
@@ -1,19 +0,0 @@
1
- .enterprise-tab {
2
- --enterprise-tab-bg: #ff0000;
3
- }
4
- @media (prefers-color-scheme: dark) {
5
- .enterprise-tab {
6
- --enterprise-tab-bg: #800080;
7
- }
8
- }
9
- .enterprise-tab.theme-light {
10
- --enterprise-tab-bg: #ff0000;
11
- }
12
- .enterprise-tab.theme-dark {
13
- --enterprise-tab-bg: #800080;
14
- }
15
- .enterprise-tab {
16
- background-color: var(--enterprise-tab-bg) !important;
17
- }
18
-
19
- /*# sourceMappingURL=enterpriseTab.css.map */