nhsuk-tools-chart-components-react 1.1.0 → 1.1.2

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/dist/esm/bundle.css +16 -16
  2. package/package.json +1 -1
@@ -382,6 +382,22 @@
382
382
  }
383
383
  }
384
384
 
385
+ .nhsuk-bp-graph-cell {
386
+ flex-grow: 1;
387
+ border-bottom: 1px solid white;
388
+ border-left: 1px solid white;
389
+ background: transparent;
390
+ z-index: 4;
391
+ }
392
+
393
+ .nhsuk-bp-first-in-column {
394
+ border-bottom: none;
395
+ }
396
+
397
+ .nhsuk-bp-first-in-row {
398
+ border-left: none;
399
+ }
400
+
385
401
  .nhsuk-bp-classification-low, .nhsuk-bp-legend-key-classification-low {
386
402
  background: #330072;
387
403
  }
@@ -433,22 +449,6 @@
433
449
  z-index: 0;
434
450
  }
435
451
 
436
- .nhsuk-bp-graph-cell {
437
- flex-grow: 1;
438
- border-bottom: 1px solid white;
439
- border-left: 1px solid white;
440
- background: transparent;
441
- z-index: 4;
442
- }
443
-
444
- .nhsuk-bp-first-in-column {
445
- border-bottom: none;
446
- }
447
-
448
- .nhsuk-bp-first-in-row {
449
- border-left: none;
450
- }
451
-
452
452
  .nhsuk-cbmi-classification-healthy, .nhsuk-cbmi-legend-key-classification-healthy {
453
453
  background: repeating-linear-gradient(-45deg, #30b4ab, #30b4ab 4.5px, #00a499 4.5px, #00a499 9px);
454
454
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nhsuk-tools-chart-components-react",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",