@sveltia/ui 0.70.1 → 0.70.2

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.
@@ -72,5 +72,6 @@
72
72
  }
73
73
  .menu :global([role=separator]) {
74
74
  margin: var(--sui-menu-divider-margin, 4px);
75
+ width: auto;
75
76
  background-color: var(--sui-menu-divider-color, var(--sui-control-border-color));
76
77
  }</style>
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Version of this package, used to resolve the prebuilt Shiki engine chunk from a CDN.
3
3
  */
4
- export const UI_VERSION: "0.70.1";
4
+ export const UI_VERSION: "0.70.2";
@@ -3,4 +3,4 @@
3
3
  /**
4
4
  * Version of this package, used to resolve the prebuilt Shiki engine chunk from a CDN.
5
5
  */
6
- export const UI_VERSION = '0.70.1';
6
+ export const UI_VERSION = '0.70.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/ui",
3
- "version": "0.70.1",
3
+ "version": "0.70.2",
4
4
  "description": "A collection of Svelte components and utilities for building user interfaces.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -62,7 +62,7 @@
62
62
  "eslint-config-airbnb-extended": "^3.2.0",
63
63
  "eslint-config-prettier": "^10.1.8",
64
64
  "eslint-plugin-import": "^2.32.0",
65
- "eslint-plugin-jsdoc": "^64.3.5",
65
+ "eslint-plugin-jsdoc": "^64.3.6",
66
66
  "eslint-plugin-package-json": "^1.8.0",
67
67
  "eslint-plugin-svelte": "^3.23.0",
68
68
  "globals": "^17.12.0",