@agorapulse/ui-symbol 20.1.4 → 20.1.6

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/index.d.ts CHANGED
@@ -132,7 +132,7 @@ declare const networkDescription: {
132
132
  };
133
133
  type NetworkName = keyof typeof networkDescription;
134
134
  declare const SYMBOL_SIZES: readonly ["none", "xxs", "nano", "xs", "sm", "mini-sm", "md", "lg", "xl", "xxl", "large"];
135
- declare const SYMBOL_COLORS: readonly ["black", "white", "azure", "blood-orange", "purple", "grey", "grey-blue", "facebook", "google", "instagram", "linkedin", "twitter", "x", "youtube", "web", "basic-grey"];
135
+ declare const SYMBOL_COLORS: readonly ["black", "white", "azure", "blood-orange", "purple", "grey", "grey-blue", "red", "green", "facebook", "google", "instagram", "linkedin", "twitter", "x", "youtube", "web", "basic-grey"];
136
136
 
137
137
  declare function toNetworkSymbol(name?: string | null): agorapulseSymbol;
138
138
  declare class NetworkSymbolPipe implements PipeTransform {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-symbol",
3
3
  "description": "Agorapulse UI Symbol Library",
4
- "version": "20.1.4",
4
+ "version": "20.1.6",
5
5
  "author": "Benoit Hediard",
6
6
  "repository": {
7
7
  "type": "git",
Binary file