@rh-support/components 2.5.15 → 2.5.17

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.
@@ -113,6 +113,10 @@ button[data-link*='/attachments/']::before {
113
113
  border-bottom: none !important;
114
114
  }
115
115
 
116
+ .markdown-preview ul {
117
+ list-style: '-';
118
+ }
119
+
116
120
  .desktop-markdown-toolbar {
117
121
  display: flex;
118
122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/components",
3
- "version": "2.5.15",
3
+ "version": "2.5.17",
4
4
  "description": "Contains all reusabel components for support app",
5
5
  "author": "Vikas Rathee <vrathee@redhat.com>",
6
6
  "license": "ISC",
@@ -68,8 +68,8 @@
68
68
  "@patternfly/react-table": "5.4.2",
69
69
  "@patternfly/react-tokens": "^5.4.0",
70
70
  "@rh-support/types": "2.0.5",
71
- "@rh-support/user-permissions": "2.5.9",
72
- "@rh-support/utils": "2.5.8",
71
+ "@rh-support/user-permissions": "2.5.11",
72
+ "@rh-support/utils": "2.5.10",
73
73
  "dompurify": "^2.2.6",
74
74
  "js-worker-search": "^1.4.1",
75
75
  "lazysizes": "^5.3.2",
@@ -106,5 +106,5 @@
106
106
  "defaults and supports es6-module",
107
107
  "maintained node versions"
108
108
  ],
109
- "gitHead": "25dc755c973c1fd3169c76df597839acb07dde64"
109
+ "gitHead": "269e160216d2acd58357f6875a9855b4e11b262b"
110
110
  }