@blueprint-chart/lib 0.1.7 → 0.1.9

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": "@blueprint-chart/lib",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "DSL-driven charting library built on D3. Define charts as text, render them anywhere.",
5
5
  "keywords": [
6
6
  "chart",
@@ -13,6 +13,15 @@
13
13
  // This file is standalone: no Bootstrap or editor dependency.
14
14
  // ============================================================================
15
15
 
16
+ // ---------------------------------------------------------------------------
17
+ // Themes (forwarded at the top per Sass modern API — these emit CSS rules
18
+ // scoped under .bc-theme-* selectors and cascade independently from the
19
+ // base custom-property defaults declared below).
20
+ // ---------------------------------------------------------------------------
21
+
22
+ @use "themes/blueprint";
23
+ @use "themes/blueprint-framed";
24
+
16
25
  // ---------------------------------------------------------------------------
17
26
  // Frame
18
27
  // ---------------------------------------------------------------------------
@@ -463,17 +472,6 @@
463
472
  // Error state (runtime embed)
464
473
  // ---------------------------------------------------------------------------
465
474
 
466
- // ---------------------------------------------------------------------------
467
- // Themes
468
- // ---------------------------------------------------------------------------
469
-
470
- @import "themes/blueprint";
471
- @import "themes/blueprint-framed";
472
-
473
- // ---------------------------------------------------------------------------
474
- // Error state (runtime embed)
475
- // ---------------------------------------------------------------------------
476
-
477
475
  .blueprint-chart-error {
478
476
  color: red;
479
477
  padding: 1em;