@primer/view-components 0.44.0 → 0.44.1-rc.c290a660
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.
@@ -539,9 +539,8 @@ _SelectPanelElement_handleIncludeFragmentEvent = function _SelectPanelElement_ha
|
|
539
539
|
// check if the errorElement is visible in the dom
|
540
540
|
if (errorElement && !errorElement.hasAttribute('hidden')) {
|
541
541
|
this.liveRegion.announceFromElement(errorElement, { politeness: 'assertive' });
|
542
|
-
return;
|
543
542
|
}
|
544
|
-
|
543
|
+
throw new Error(event.detail.error);
|
545
544
|
}
|
546
545
|
}
|
547
546
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.44.
|
3
|
+
"version": "0.44.1-rc.c290a660",
|
4
4
|
"description": "ViewComponents for the Primer Design System",
|
5
5
|
"main": "app/assets/javascripts/primer_view_components.js",
|
6
6
|
"module": "app/components/primer/primer.js",
|
@@ -84,7 +84,7 @@
|
|
84
84
|
"postcss": "^8.4.16",
|
85
85
|
"postcss-cli": "^11.0.0",
|
86
86
|
"postcss-import": "^16.0.0",
|
87
|
-
"postcss-mixins": "^
|
87
|
+
"postcss-mixins": "^12.1.2",
|
88
88
|
"postcss-preset-env": "^10.0.2",
|
89
89
|
"prettier": "^3.3.2",
|
90
90
|
"rollup": "^2.79.1",
|