@neovici/cosmoz-queue 1.5.0 → 1.6.0

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 +1 @@
1
- {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../src/queue/style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,QA6KhB,CAAC;yBAEc,oBAGb;IACF,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAND,wBA8BE"}
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../src/queue/style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,QA8KhB,CAAC;yBAEc,oBAGb;IACF,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAND,wBA8BE"}
@@ -100,6 +100,7 @@ export const base = css `
100
100
  }
101
101
 
102
102
  .button-nav {
103
+ flex: none;
103
104
  width: 40px;
104
105
  height: 40px;
105
106
  cursor: pointer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-queue",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "A reusable queue component for master-detail views with list, split, and queue modes",
5
5
  "keywords": [
6
6
  "web-components",
@@ -66,6 +66,7 @@
66
66
  "./use-data-nav": "./dist/queue/use-data-nav.js",
67
67
  "./use-list": "./dist/queue/use-list.js",
68
68
  "./util/fetch": "./dist/util/fetch/fetch.js",
69
+ "./actions": "./dist/actions/index.js",
69
70
  "./list": "./dist/list/index.js",
70
71
  "./list/more": "./dist/list/more/use-more.js",
71
72
  "./list/more/render": "./dist/list/more/render-more.js"