@momentum-design/icons 0.0.97 → 0.0.98
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.
|
@@ -2848,6 +2848,7 @@ import Foundation
|
|
|
2848
2848
|
public var ligature: String {
|
|
2849
2849
|
switch self {
|
|
2850
2850
|
case ._invalid: return ""
|
|
2851
|
+
case .unhandledCase: return ""
|
|
2851
2852
|
case .accessibilityBold: return "\u{f101}"
|
|
2852
2853
|
case .accessibilityLight: return "\u{f102}"
|
|
2853
2854
|
case .accessibilityRegular: return "\u{f103}"
|
|
@@ -5694,6 +5695,7 @@ import Foundation
|
|
|
5694
5695
|
public var filename: String {
|
|
5695
5696
|
switch self {
|
|
5696
5697
|
case ._invalid: return ""
|
|
5698
|
+
case .unhandledCase: return ""
|
|
5697
5699
|
case .accessibilityBold: return "accessibility-bold"
|
|
5698
5700
|
case .accessibilityLight: return "accessibility-light"
|
|
5699
5701
|
case .accessibilityRegular: return "accessibility-regular"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED