@cqa-lib/cqa-ui 1.1.208 → 1.1.210

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.
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Detail side panel scroll styles as a string for use in component `styles` arrays.
3
+ * Using a string constant avoids Angular's style compiler receiving non-string values
4
+ * (e.g. from styleUrls resolution in Storybook), which causes "input.match is not a function".
5
+ */
6
+ export declare const DETAIL_SIDE_PANEL_SCROLL_STYLES = "\n.detail-side-panel-scroll {\n overflow-y: auto !important;\n overflow-x: hidden !important;\n min-height: 0 !important;\n -webkit-overflow-scrolling: touch;\n}\n";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.208",
3
+ "version": "1.1.210",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",