@blueprint-chart/lib 0.1.5 → 0.1.8
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/dist/index.js +1942 -2444
- package/package.json +1 -1
- package/src/charts/chart.scss +9 -11
package/package.json
CHANGED
package/src/charts/chart.scss
CHANGED
|
@@ -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;
|