@utahdts/utah-design-system 1.13.2 → 1.13.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
|
@@ -3346,7 +3346,7 @@ base color swatches for the design system
|
|
|
3346
3346
|
width: 100%;
|
|
3347
3347
|
display: flex;
|
|
3348
3348
|
flex-wrap: wrap;
|
|
3349
|
-
align-items: start;
|
|
3349
|
+
align-items: flex-start;
|
|
3350
3350
|
gap: var(--spacing-2xs);
|
|
3351
3351
|
padding: var(--spacing-2xs) var(--spacing-xl) var(--spacing-2xs) var(--spacing-2xs);
|
|
3352
3352
|
box-shadow: var(--hover-gray-color) 0 0 0 0;
|
|
@@ -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.13.
|
|
34
|
+
const version$1 = "1.13.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.13.
|
|
97
|
+
"@utahdts/utah-design-system-header": "1.13.3",
|
|
98
98
|
lodash: "4.17.21",
|
|
99
99
|
"prop-types": "15.8.1",
|
|
100
100
|
react: "18.x",
|
|
@@ -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.13.
|
|
50
|
+
const version$1 = "1.13.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.13.
|
|
113
|
+
"@utahdts/utah-design-system-header": "1.13.3",
|
|
114
114
|
lodash: "4.17.21",
|
|
115
115
|
"prop-types": "15.8.1",
|
|
116
116
|
react: "18.x",
|
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.13.
|
|
5
|
+
"version": "1.13.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.13.
|
|
68
|
+
"@utahdts/utah-design-system-header": "1.13.3",
|
|
69
69
|
"lodash": "4.17.21",
|
|
70
70
|
"prop-types": "15.8.1",
|
|
71
71
|
"react": "18.x",
|