@saltcorn/sbadmin2 1.3.1 → 1.4.0-beta.1

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -233,6 +233,7 @@ const sidebar = (brand, sections, currentUrl) =>
233
233
  class: "rounded-circle border-0",
234
234
  "data-sidebar-toggler": true,
235
235
  id: "sidebarToggle",
236
+ "aria-label": "Collapse sidebar menu"
236
237
  })
237
238
  )
238
239
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saltcorn/sbadmin2",
3
- "version": "1.3.1",
3
+ "version": "1.4.0-beta.1",
4
4
  "description": "SB Admin 2 layout plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -9,8 +9,8 @@
9
9
  "clean": "echo \"Error: no TypeScript support yet\""
10
10
  },
11
11
  "dependencies": {
12
- "@saltcorn/data": "1.3.1",
13
- "@saltcorn/markup": "1.3.1"
12
+ "@saltcorn/data": "1.4.0-beta.1",
13
+ "@saltcorn/markup": "1.4.0-beta.1"
14
14
  },
15
15
  "author": "Tom Nielsen",
16
16
  "license": "MIT",