@artstorefronts/arthelper-nav 0.1.0-alpha.8 → 0.1.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@artstorefronts/arthelper-nav",
3
- "version": "0.1.0-alpha.8",
3
+ "version": "0.1.0",
4
4
  "description": "The ArtHelper suite navigation bar — a config-driven, cross-origin app switcher.",
5
5
  "license": "ISC",
6
6
  "type": "module",
package/dist/theme.d.ts DELETED
@@ -1,13 +0,0 @@
1
- import type { CSSProperties } from 'react';
2
- import type { NavTheme } from './types.js';
3
- /**
4
- * The palettes themselves live in index.css, keyed off data-theme, so switching
5
- * mode is a config edit rather than a package release. Only the two tokens CSS
6
- * cannot know in advance come through inline.
7
- *
8
- * accent_color replaces the active chip's two-stop gradient with a single flat
9
- * fill: one value cannot define two stops, so nothing is derived from it.
10
- */
11
- declare function themeVars(theme: NavTheme): CSSProperties;
12
- export { themeVars };
13
- //# sourceMappingURL=theme.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../src/theme.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C;;;;;;;GAOG;AACH,iBAAS,SAAS,CAAC,KAAK,EAAE,QAAQ,GAAG,aAAa,CASjD;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
package/dist/theme.js DELETED
@@ -1,21 +0,0 @@
1
- 'use client';
2
- /**
3
- * The palettes themselves live in index.css, keyed off data-theme, so switching
4
- * mode is a config edit rather than a package release. Only the two tokens CSS
5
- * cannot know in advance come through inline.
6
- *
7
- * accent_color replaces the active chip's two-stop gradient with a single flat
8
- * fill: one value cannot define two stops, so nothing is derived from it.
9
- */
10
- function themeVars(theme) {
11
- const vars = {
12
- '--ahsuite-tiles-justify': theme.alignment === 'centered' ? 'center' : 'flex-start',
13
- };
14
- if (theme.accent_color) {
15
- vars['--ahsuite-chip-active-bg'] = theme.accent_color;
16
- vars['--ahsuite-chip-active-image'] = 'none';
17
- }
18
- return vars;
19
- }
20
- export { themeVars };
21
- //# sourceMappingURL=theme.js.map
package/dist/theme.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"theme.js","sourceRoot":"","sources":["../src/theme.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAKb;;;;;;;GAOG;AACH,SAAS,SAAS,CAAC,KAAe;IAChC,MAAM,IAAI,GAA2B;QACnC,yBAAyB,EAAE,KAAK,CAAC,SAAS,KAAK,UAAU,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,YAAY;KACpF,CAAC;IACF,IAAI,KAAK,CAAC,YAAY,EAAE,CAAC;QACvB,IAAI,CAAC,0BAA0B,CAAC,GAAG,KAAK,CAAC,YAAY,CAAC;QACtD,IAAI,CAAC,6BAA6B,CAAC,GAAG,MAAM,CAAC;IAC/C,CAAC;IACD,OAAO,IAAqB,CAAC;AAC/B,CAAC;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}