@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/agorapulse-ui-symbol-20.1.6.tgz +0 -0
- package/fesm2022/agorapulse-ui-symbol.mjs +4 -2
- package/fesm2022/agorapulse-ui-symbol.mjs.map +1 -1
- package/icons/ap-icons.css +8 -8
- package/icons/ap-icons.min.css +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/agorapulse-ui-symbol-20.1.4.tgz +0 -0
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
|
Binary file
|