@apollosproject/ui-fragments
Advanced tools
Comparing version 1.6.1-alpha.18 to 1.6.1-alpha.19
{ | ||
"name": "@apollosproject/ui-fragments", | ||
"repository": "git://github.com/apollosproject/apollos-apps.git", | ||
"version": "1.6.1-alpha.18+9e9fdf04", | ||
"version": "1.6.1-alpha.19+cce58492", | ||
"main": "src/index.js", | ||
@@ -46,3 +46,3 @@ "files": [ | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"gitHead": "9e9fdf046c869ca6af09e708d932955349eee608" | ||
"gitHead": "cce584925371dbf7c1de8f04c35dd2c45de61449" | ||
} |
@@ -144,2 +144,18 @@ import gql from 'graphql-tag'; | ||
const ACTION_BAR_FEATURE_FRAGMENT = gql` | ||
fragment ActionBarFeatureFragment on ActionBarFeature { | ||
id | ||
title | ||
actions { | ||
id | ||
title | ||
icon | ||
action | ||
relatedNode { | ||
...RelatedFeatureNodeFragment | ||
} | ||
} | ||
} | ||
`; | ||
const HERO_LIST_FEATURE_FRAGMENT = gql` | ||
@@ -273,2 +289,3 @@ fragment HeroListFeatureFragment on HeroListFeature { | ||
ACTION_LIST_FEATURE_FRAGMENT, | ||
ACTION_BAR_FEATURE_FRAGMENT, | ||
HERO_LIST_FEATURE_FRAGMENT, | ||
@@ -275,0 +292,0 @@ HORIZONTAL_CARD_LIST_FEATURE_FRAGMENT, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
24080
651