@telegraph/tag 0.1.5 → 0.2.0
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/CHANGELOG.md +14 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.mjs +4 -4
- package/dist/esm/index.mjs.map +1 -1
- package/dist/types/Tag/Tag.constants.d.ts +4 -4
- package/package.json +5 -5
package/dist/esm/index.mjs
CHANGED
|
@@ -3685,13 +3685,13 @@ const Vn = /* @__PURE__ */ pu("span"), mu = {
|
|
|
3685
3685
|
},
|
|
3686
3686
|
Icon: {
|
|
3687
3687
|
solid: {
|
|
3688
|
-
default: "
|
|
3688
|
+
default: "contrast",
|
|
3689
3689
|
gray: "white",
|
|
3690
3690
|
red: "white",
|
|
3691
3691
|
accent: "white",
|
|
3692
3692
|
blue: "white",
|
|
3693
3693
|
green: "white",
|
|
3694
|
-
yellow: "
|
|
3694
|
+
yellow: "black",
|
|
3695
3695
|
purple: "white"
|
|
3696
3696
|
},
|
|
3697
3697
|
soft: {
|
|
@@ -3707,13 +3707,13 @@ const Vn = /* @__PURE__ */ pu("span"), mu = {
|
|
|
3707
3707
|
},
|
|
3708
3708
|
Text: {
|
|
3709
3709
|
solid: {
|
|
3710
|
-
default: "
|
|
3710
|
+
default: "contrast",
|
|
3711
3711
|
gray: "white",
|
|
3712
3712
|
accent: "white",
|
|
3713
3713
|
red: "white",
|
|
3714
3714
|
blue: "white",
|
|
3715
3715
|
green: "white",
|
|
3716
|
-
yellow: "
|
|
3716
|
+
yellow: "black",
|
|
3717
3717
|
purple: "white"
|
|
3718
3718
|
},
|
|
3719
3719
|
soft: {
|