@aini_ai_cody/icons 0.0.3 → 0.0.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.
Files changed (2) hide show
  1. package/dist/codyicon.css +13 -0
  2. package/package.json +1 -1
package/dist/codyicon.css CHANGED
@@ -707,7 +707,20 @@ animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67) !important;
707
707
  background-size: contain;
708
708
  vertical-align: -0.125em;
709
709
  }
710
+ .codyicon.cody-mono[class*="cody-"] {
711
+ background-image: none !important;
712
+ background-color: currentColor;
713
+ -webkit-mask-repeat: no-repeat;
714
+ mask-repeat: no-repeat;
715
+ -webkit-mask-position: center;
716
+ mask-position: center;
717
+ -webkit-mask-size: contain;
718
+ mask-size: contain;
719
+ }
710
720
  .codyicon.cody-new { background-image: url("./cody_icons/cody-new.svg"); }
721
+ .codyicon.cody-mono.cody-new { -webkit-mask-image: url("./cody_icons/cody-new.svg"); mask-image: url("./cody_icons/cody-new.svg"); }
711
722
  .codyicon.cody-sample { background-image: url("./cody_icons/cody-sample.svg"); }
723
+ .codyicon.cody-mono.cody-sample { -webkit-mask-image: url("./cody_icons/cody-sample.svg"); mask-image: url("./cody_icons/cody-sample.svg"); }
712
724
  .codyicon.cody-test { background-image: url("./cody_icons/cody-test.svg"); }
725
+ .codyicon.cody-mono.cody-test { -webkit-mask-image: url("./cody_icons/cody-test.svg"); mask-image: url("./cody_icons/cody-test.svg"); }
713
726
  /* cody-colored-icons:end */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aini_ai_cody/icons",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "fontVersion": "1.15",
5
5
  "description": "The icon font for Cody",
6
6
  "license": "CC-BY-4.0",