@stokelp/styled-system 2.75.0 → 2.76.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stokelp/styled-system",
3
- "version": "2.75.0",
3
+ "version": "2.76.0",
4
4
  "description": "Stokelp UI styled-system",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -19,7 +19,7 @@ export type AppNavigationVariantProps = {
19
19
 
20
20
  export interface AppNavigationRecipe {
21
21
  __type: AppNavigationVariantProps
22
- (props?: AppNavigationVariantProps): Pretty<Record<"root" | "header" | "miniaturizeTrigger" | "body" | "item" | "itemLabel" | "itemIcon" | "itemContent" | "itemSubItems" | "footer", string>>
22
+ (props?: AppNavigationVariantProps): Pretty<Record<"root" | "header" | "miniaturizeTrigger" | "body" | "item" | "itemLabel" | "itemIcon" | "itemAlpha" | "itemContent" | "itemSubItems" | "footer", string>>
23
23
  raw: (props?: AppNavigationVariantProps) => AppNavigationVariantProps
24
24
  variantMap: AppNavigationVariantMap
25
25
  variantKeys: Array<keyof AppNavigationVariant>
@@ -35,6 +35,10 @@ const appNavigationSlotNames = [
35
35
  "itemIcon",
36
36
  "app-navigation__itemIcon"
37
37
  ],
38
+ [
39
+ "itemAlpha",
40
+ "app-navigation__itemAlpha"
41
+ ],
38
42
  [
39
43
  "itemContent",
40
44
  "app-navigation__itemContent"