@quidgest/ui 0.16.54 → 0.16.55

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.16.54",
2
+ "version": "0.16.55",
3
3
  "components": [
4
4
  {
5
5
  "name": "QAccordion",
@@ -5302,6 +5302,17 @@
5302
5302
  "required": false,
5303
5303
  "category": "Content"
5304
5304
  },
5305
+ {
5306
+ "name": "headingLevel",
5307
+ "type": {
5308
+ "kind": "primitive",
5309
+ "name": "number"
5310
+ },
5311
+ "description": "The heading level of the title of the popover.",
5312
+ "default": "2",
5313
+ "required": false,
5314
+ "category": "Content"
5315
+ },
5305
5316
  {
5306
5317
  "name": "arrow",
5307
5318
  "type": {
package/dist/ui.css CHANGED
@@ -1318,6 +1318,7 @@ body *::-webkit-scrollbar-track {
1318
1318
  gap: 0.5rem;
1319
1319
  width: -moz-fit-content;
1320
1320
  width: fit-content;
1321
+ border-radius: var(--border-radius);
1321
1322
  color: var(--q-theme-neutral-dark);
1322
1323
  cursor: pointer;
1323
1324
  }