@anyblades/blades 2.2.3 → 2.2.4

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/assets/blades.css CHANGED
@@ -982,17 +982,6 @@ code[data-caption]::before {
982
982
  code:where(pre > *) {
983
983
  padding: 0;
984
984
  }
985
- /* Extends https://github.com/PrismJS/prism/blob/master/plugins/treeview/prism-treeview.css */
986
- .token.treeview-part .entry-line {
987
- width: 2.5em !important;
988
- opacity: 25%;
989
- }
990
- .token.treeview-part .entry-name:last-child {
991
- opacity: 50%;
992
- }
993
- .token.treeview-part .entry-name:last-child::before {
994
- display: none !important;
995
- }
996
985
  /*```
997
986
  \3c !--section--> */
998
987
  /* Forms */
@@ -577,21 +577,6 @@ code:where(pre > *) {
577
577
  padding: 0;
578
578
  }
579
579
 
580
- /* Extends https://github.com/PrismJS/prism/blob/master/plugins/treeview/prism-treeview.css */
581
-
582
- .token.treeview-part .entry-line {
583
- width: 2.5em !important;
584
- opacity: 25%;
585
- }
586
-
587
- .token.treeview-part .entry-name:last-child {
588
- opacity: 50%;
589
- }
590
-
591
- .token.treeview-part .entry-name:last-child::before {
592
- display: none !important;
593
- }
594
-
595
580
  /*```
596
581
  \3c !--section--> */
597
582
 
@@ -577,21 +577,6 @@ code:where(pre > *) {
577
577
  padding: 0;
578
578
  }
579
579
 
580
- /* Extends https://github.com/PrismJS/prism/blob/master/plugins/treeview/prism-treeview.css */
581
-
582
- .token.treeview-part .entry-line {
583
- width: 2.5em !important;
584
- opacity: 25%;
585
- }
586
-
587
- .token.treeview-part .entry-name:last-child {
588
- opacity: 50%;
589
- }
590
-
591
- .token.treeview-part .entry-name:last-child::before {
592
- display: none !important;
593
- }
594
-
595
580
  /*```
596
581
  \3c !--section--> */
597
582
 
package/blades.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "blades"
5
- spec.version = "2.2.3"
5
+ spec.version = "2.2.4"
6
6
  spec.authors = ["Anton Staroverov"]
7
7
 
8
8
  spec.summary = "Framework-agnostic CSS utilities and single-file Liquid 'blades' for modern web development."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anyblades/blades",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "Framework-agnostic CSS utilities and single-file Liquid 'blades' for modern web development.",
5
5
  "exports": {
6
6
  ".": "./src/blades.standalone.css",
@@ -38,20 +38,5 @@ code {
38
38
  padding: 0;
39
39
  }
40
40
  }
41
-
42
- /* Extends https://github.com/PrismJS/prism/blob/master/plugins/treeview/prism-treeview.css */
43
- .token.treeview-part {
44
- .entry-line {
45
- width: 2.5em !important;
46
- opacity: 25%;
47
- }
48
- .entry-name:last-child {
49
- opacity: 50%;
50
-
51
- &::before {
52
- display: none !important;
53
- }
54
- }
55
- }
56
41
  /*```
57
42
  <!--section--> */