@vuu-ui/vuu-ui-controls 0.13.78 → 0.13.79-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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var timeInputCss = ".salt-density-high .vuuTimeInput {\n --time-input-width: 60px;\n}\n.salt-density-medium .vuuTimeInput {\n --time-input-width: 70px;\n}\n.salt-density-low .vuuTimeInput {\n --time-input-width: 80px;\n}\n.salt-density-touch .vuuTimeInput {\n --time-input-width: 90px;\n}\n\n.vuuTimeInput {\n background: var(--vuuTimeInput-background, inherit);\n border-width: 1px;\n font-family: var(--salt-typography-fontFamily);\n width: var(--vuuTimeInput-width, var(--time-input-width));\n\n &:focus::-webkit-input-placeholder {\n color: transparent;\n }\n\n}\n\n.invalid {\n border-color: red;\n}\n\n";
|
|
3
|
+
var timeInputCss = ".salt-density-high .vuuTimeInput {\n --time-input-width: 60px;\n}\n.salt-density-medium .vuuTimeInput {\n --time-input-width: 70px;\n}\n.salt-density-low .vuuTimeInput {\n --time-input-width: 80px;\n}\n.salt-density-touch .vuuTimeInput {\n --time-input-width: 90px;\n}\n\n.vuuTimeInput {\n background: var(--vuuTimeInput-background, inherit);\n border-width: 1px;\n font-family: var(--salt-typography-fontFamily);\n width: var(--vuuTimeInput-width, var(--time-input-width));\n\n &:focus::-webkit-input-placeholder {\n color: transparent;\n }\n\n &:focus {\n outline: var(--vuuTimeInput-outline, var(--salt-focused-outline));\n }\n\n}\n\n.invalid {\n border-color: red;\n}\n\n";
|
|
4
4
|
|
|
5
5
|
module.exports = timeInputCss;
|
|
6
6
|
//# sourceMappingURL=TimeInput.css.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var timeInputCss = ".salt-density-high .vuuTimeInput {\n --time-input-width: 60px;\n}\n.salt-density-medium .vuuTimeInput {\n --time-input-width: 70px;\n}\n.salt-density-low .vuuTimeInput {\n --time-input-width: 80px;\n}\n.salt-density-touch .vuuTimeInput {\n --time-input-width: 90px;\n}\n\n.vuuTimeInput {\n background: var(--vuuTimeInput-background, inherit);\n border-width: 1px;\n font-family: var(--salt-typography-fontFamily);\n width: var(--vuuTimeInput-width, var(--time-input-width));\n\n &:focus::-webkit-input-placeholder {\n color: transparent;\n }\n\n}\n\n.invalid {\n border-color: red;\n}\n\n";
|
|
1
|
+
var timeInputCss = ".salt-density-high .vuuTimeInput {\n --time-input-width: 60px;\n}\n.salt-density-medium .vuuTimeInput {\n --time-input-width: 70px;\n}\n.salt-density-low .vuuTimeInput {\n --time-input-width: 80px;\n}\n.salt-density-touch .vuuTimeInput {\n --time-input-width: 90px;\n}\n\n.vuuTimeInput {\n background: var(--vuuTimeInput-background, inherit);\n border-width: 1px;\n font-family: var(--salt-typography-fontFamily);\n width: var(--vuuTimeInput-width, var(--time-input-width));\n\n &:focus::-webkit-input-placeholder {\n color: transparent;\n }\n\n &:focus {\n outline: var(--vuuTimeInput-outline, var(--salt-focused-outline));\n }\n\n}\n\n.invalid {\n border-color: red;\n}\n\n";
|
|
2
2
|
|
|
3
3
|
export { timeInputCss as default };
|
|
4
4
|
//# sourceMappingURL=TimeInput.css.js.map
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.13.
|
|
2
|
+
"version": "0.13.79-beta.1",
|
|
3
3
|
"description": "VUU UI Controls",
|
|
4
4
|
"author": "heswell",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"devDependencies": {
|
|
7
|
-
"@vuu-ui/vuu-data-types": "0.13.
|
|
8
|
-
"@vuu-ui/vuu-protocol-types": "0.13.
|
|
9
|
-
"@vuu-ui/vuu-table-types": "0.13.
|
|
7
|
+
"@vuu-ui/vuu-data-types": "0.13.79-beta.1",
|
|
8
|
+
"@vuu-ui/vuu-protocol-types": "0.13.79-beta.1",
|
|
9
|
+
"@vuu-ui/vuu-table-types": "0.13.79-beta.1"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@vuu-ui/vuu-context-menu": "0.13.
|
|
13
|
-
"@vuu-ui/vuu-data-react": "0.13.
|
|
14
|
-
"@vuu-ui/vuu-layout": "0.13.
|
|
15
|
-
"@vuu-ui/vuu-popups": "0.13.
|
|
16
|
-
"@vuu-ui/vuu-table": "0.13.
|
|
17
|
-
"@vuu-ui/vuu-utils": "0.13.
|
|
12
|
+
"@vuu-ui/vuu-context-menu": "0.13.79-beta.1",
|
|
13
|
+
"@vuu-ui/vuu-data-react": "0.13.79-beta.1",
|
|
14
|
+
"@vuu-ui/vuu-layout": "0.13.79-beta.1",
|
|
15
|
+
"@vuu-ui/vuu-popups": "0.13.79-beta.1",
|
|
16
|
+
"@vuu-ui/vuu-table": "0.13.79-beta.1",
|
|
17
|
+
"@vuu-ui/vuu-utils": "0.13.79-beta.1",
|
|
18
18
|
"@salt-ds/core": "1.48.0",
|
|
19
19
|
"@salt-ds/icons": "1.14.0",
|
|
20
20
|
"@salt-ds/styles": "0.2.1",
|