@almadar/patterns 2.39.0 → 2.40.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/dist/index.d.ts +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -62130,6 +62130,10 @@ export type { ItemActionPayload, SelectionChangePayload, LoadMoreRequestPayload,
|
|
|
62130
62130
|
export type PatternEntry = {
|
|
62131
62131
|
type: string;
|
|
62132
62132
|
category: string;
|
|
62133
|
+
/** Atomic-design tier of the mapped component: 'atoms' | 'molecules' | 'organisms' | 'templates'. */
|
|
62134
|
+
tier?: string;
|
|
62135
|
+
/** Component family from the @almadar/ui family-first layout: 'core' | 'game' | 'marketing' | 'avl'. */
|
|
62136
|
+
family?: string;
|
|
62133
62137
|
description?: string;
|
|
62134
62138
|
suggestedFor?: string[];
|
|
62135
62139
|
typicalSize?: string;
|