@neovici/cosmoz-queue 1.3.0 → 1.3.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.
@@ -1 +1 @@
1
- {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../src/queue/style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,QA2JhB,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,QA6KhB,CAAC;yBAEc,oBAGb;IACF,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAND,wBA8BE"}
@@ -104,10 +104,28 @@ export const base = css `
104
104
  height: 40px;
105
105
  cursor: pointer;
106
106
  outline: none;
107
+ background-color: var(--cz-button-nav-bg, #fff);
108
+ border-radius: 500px;
109
+ border: solid 1px var(--cz-button-nav-border, #a4abae);
110
+ font-size: 1.08em;
111
+ letter-spacing: -0.01em;
112
+ padding: 0 10px;
113
+ text-transform: none;
114
+ display: flex;
115
+ flex-direction: row;
116
+ align-items: center;
117
+ justify-content: center;
118
+ color: var(--cz-button-nav-color, #343434);
119
+ font-weight: normal;
120
+ margin: 0 0.29em;
121
+ }
122
+
123
+ .button-nav[disabled] {
124
+ opacity: 0.5;
107
125
  }
108
126
 
109
127
  .button-nav:active {
110
- background: rgba(52, 52, 52, 0.4);
128
+ background: var(--cz-button-nav-active-bg, rgba(52, 52, 52, 0.4));
111
129
  }
112
130
  .button-nav.prev,
113
131
  .button-page.prev,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-queue",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "A reusable queue component for master-detail views with list, split, and queue modes",
5
5
  "keywords": [
6
6
  "web-components",
@@ -63,7 +63,8 @@
63
63
  "./use-tabs": "./dist/queue/use-tabs.js",
64
64
  "./use-split": "./dist/queue/use-split.js",
65
65
  "./use-data-nav": "./dist/queue/use-data-nav.js",
66
- "./use-list": "./dist/queue/use-list.js"
66
+ "./use-list": "./dist/queue/use-list.js",
67
+ "./util/fetch": "./dist/util/fetch/fetch.js"
67
68
  },
68
69
  "dependencies": {
69
70
  "@neovici/cosmoz-dialog-next": "^1.1.1",