@utahdts/utah-design-system 1.16.2 → 1.16.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/style.css
CHANGED
|
@@ -6439,9 +6439,9 @@ BEM standard: Block, Element, Modifier
|
|
|
6439
6439
|
- super-list--flat
|
|
6440
6440
|
- cats-r-great--black
|
|
6441
6441
|
*/
|
|
6442
|
-
.utah-design-system .search-modal__form {
|
|
6442
|
+
.utah-design-system .search-modal form.search-modal__form {
|
|
6443
6443
|
position: fixed;
|
|
6444
|
-
top:
|
|
6444
|
+
top: 40vh;
|
|
6445
6445
|
z-index: 4010;
|
|
6446
6446
|
}
|
|
6447
6447
|
|
|
@@ -31,7 +31,7 @@ import { useLocation, NavLink } from "react-router-dom";
|
|
|
31
31
|
const name = "@utahdts/utah-design-system";
|
|
32
32
|
const description = "Utah Design System React Library";
|
|
33
33
|
const displayName = "Utah Design System React Library";
|
|
34
|
-
const version$1 = "1.16.
|
|
34
|
+
const version$1 = "1.16.3";
|
|
35
35
|
const exports = {
|
|
36
36
|
".": {
|
|
37
37
|
"development-local": "./index.js",
|
|
@@ -94,7 +94,7 @@ const bugs = {
|
|
|
94
94
|
};
|
|
95
95
|
const homepage = "https://github.com/utahdts/utah-design-system";
|
|
96
96
|
const dependencies = {
|
|
97
|
-
"@utahdts/utah-design-system-header": "1.16.
|
|
97
|
+
"@utahdts/utah-design-system-header": "1.16.3",
|
|
98
98
|
"date-fns": "3.3.1",
|
|
99
99
|
lodash: "4.17.21",
|
|
100
100
|
"prop-types": "15.8.1",
|
|
@@ -47,7 +47,7 @@ var __privateSet = (obj, member, value, setter) => {
|
|
|
47
47
|
const name = "@utahdts/utah-design-system";
|
|
48
48
|
const description = "Utah Design System React Library";
|
|
49
49
|
const displayName = "Utah Design System React Library";
|
|
50
|
-
const version$1 = "1.16.
|
|
50
|
+
const version$1 = "1.16.3";
|
|
51
51
|
const exports$1 = {
|
|
52
52
|
".": {
|
|
53
53
|
"development-local": "./index.js",
|
|
@@ -110,7 +110,7 @@ var __privateSet = (obj, member, value, setter) => {
|
|
|
110
110
|
};
|
|
111
111
|
const homepage = "https://github.com/utahdts/utah-design-system";
|
|
112
112
|
const dependencies = {
|
|
113
|
-
"@utahdts/utah-design-system-header": "1.16.
|
|
113
|
+
"@utahdts/utah-design-system-header": "1.16.3",
|
|
114
114
|
"date-fns": "3.3.1",
|
|
115
115
|
lodash: "4.17.21",
|
|
116
116
|
"prop-types": "15.8.1",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@utahdts/utah-design-system",
|
|
3
3
|
"description": "Utah Design System React Library",
|
|
4
4
|
"displayName": "Utah Design System React Library",
|
|
5
|
-
"version": "1.16.
|
|
5
|
+
"version": "1.16.3",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
8
8
|
"development-local": "./index.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
"homepage": "https://github.com/utahdts/utah-design-system",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@utahdts/utah-design-system-header": "1.16.
|
|
68
|
+
"@utahdts/utah-design-system-header": "1.16.3",
|
|
69
69
|
"date-fns": "3.3.1",
|
|
70
70
|
"lodash": "4.17.21",
|
|
71
71
|
"prop-types": "15.8.1",
|