@neovici/cosmoz-queue 1.3.1 → 1.3.3
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.
- package/dist/queue/style.d.ts.map +1 -1
- package/dist/queue/style.js +19 -1
- package/package.json +4 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../src/queue/style.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,
|
|
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"}
|
package/dist/queue/style.js
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "A reusable queue component for master-detail views with list, split, and queue modes",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"start": "wds",
|
|
32
32
|
"test": "wtr --coverage",
|
|
33
33
|
"test:watch": "wtr --watch",
|
|
34
|
+
"check:duplicates": "check-duplicate-components",
|
|
34
35
|
"dev": "npm run storybook:start",
|
|
35
36
|
"storybook:start": "storybook dev -p 8000",
|
|
36
37
|
"storybook:build": "storybook build",
|
|
@@ -70,7 +71,7 @@
|
|
|
70
71
|
"@neovici/cosmoz-dialog-next": "^1.1.1",
|
|
71
72
|
"@neovici/cosmoz-form": "^1.0.1",
|
|
72
73
|
"@neovici/cosmoz-i18next": "^3.5.1",
|
|
73
|
-
"@neovici/cosmoz-omnitable": "^16.0.3",
|
|
74
|
+
"@neovici/cosmoz-omnitable": "^16.0.3 || ^17.0.0",
|
|
74
75
|
"@neovici/cosmoz-router": "^11.2.8",
|
|
75
76
|
"@neovici/cosmoz-slider": "^5.2.1",
|
|
76
77
|
"@neovici/cosmoz-tabs": "^9.3.2",
|
|
@@ -85,7 +86,7 @@
|
|
|
85
86
|
"@commitlint/cli": "^20.0.0",
|
|
86
87
|
"@commitlint/config-conventional": "^20.0.0",
|
|
87
88
|
"@eslint/eslintrc": "^2.0.0",
|
|
88
|
-
"@neovici/cfg": "^2.
|
|
89
|
+
"@neovici/cfg": "^2.8.0",
|
|
89
90
|
"@neovici/testing": "^2.0.0",
|
|
90
91
|
"@open-wc/testing": "^4.0.0",
|
|
91
92
|
"@open-wc/testing-helpers": "^3.0.1",
|