@ifsworld/granite-components 4.3.0 → 4.4.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/bundles/ifsworld-granite-components.umd.js +2 -2
- package/bundles/ifsworld-granite-components.umd.js.map +1 -1
- package/bundles/ifsworld-granite-components.umd.min.js +1 -1
- package/bundles/ifsworld-granite-components.umd.min.js.map +1 -1
- package/esm2015/lib/checkbox/checkbox-group.component.js +1 -1
- package/esm2015/lib/checkbox/checkbox-group.component.js.map +1 -1
- package/esm2015/lib/checkbox/checkbox-group.component.metadata.json +1 -1
- package/esm2015/lib/radio-button/radio-group.component.js +1 -1
- package/esm2015/lib/radio-button/radio-group.component.js.map +1 -1
- package/esm2015/lib/radio-button/radio-group.component.metadata.json +1 -1
- package/fesm2015/ifsworld-granite-components.js +2 -2
- package/fesm2015/ifsworld-granite-components.js.map +1 -1
- package/ifsworld-granite-components.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -2857,7 +2857,7 @@
|
|
|
2857
2857
|
'[attr.aria-labelledby]': 'ariaLabelledby',
|
|
2858
2858
|
'[class.granite-radio-checkbox-base-layout-horizontal]': 'layout === "horizontal"',
|
|
2859
2859
|
},
|
|
2860
|
-
template:
|
|
2860
|
+
template: '<ng-content></ng-content>',
|
|
2861
2861
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
2862
2862
|
styles: [":host(.granite-radio-checkbox-base-layout-horizontal){display:flex;align-items:flex-start}"]
|
|
2863
2863
|
},] }
|
|
@@ -2979,7 +2979,7 @@
|
|
|
2979
2979
|
'[attr.aria-labelledby]': 'ariaLabelledby',
|
|
2980
2980
|
'[class.granite-radio-checkbox-base-layout-horizontal]': 'layout === "horizontal"',
|
|
2981
2981
|
},
|
|
2982
|
-
template:
|
|
2982
|
+
template: '<ng-content></ng-content>',
|
|
2983
2983
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
2984
2984
|
styles: [":host(.granite-radio-checkbox-base-layout-horizontal){display:flex;align-items:flex-start}"]
|
|
2985
2985
|
},] }
|