@utahdts/utah-design-system 1.3.0 → 1.4.0

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.
@@ -32,7 +32,7 @@ const index = "";
32
32
  const name = "@utahdts/utah-design-system";
33
33
  const description = "Utah Design System React Library";
34
34
  const displayName = "Utah Design System React Library";
35
- const version$1 = "1.3.0";
35
+ const version$1 = "1.4.0";
36
36
  const exports = {
37
37
  ".": {
38
38
  "development-local": "./index.js",
@@ -89,7 +89,7 @@ const bugs = {
89
89
  };
90
90
  const homepage = "https://github.com/utahdts/utah-design-system";
91
91
  const dependencies = {
92
- "@utahdts/utah-design-system-header": "1.3.0",
92
+ "@utahdts/utah-design-system-header": "1.4.0",
93
93
  lodash: "4.17.21",
94
94
  "prop-types": "15.8.1",
95
95
  react: "18.x",
@@ -48,7 +48,7 @@ var __privateSet = (obj, member, value, setter) => {
48
48
  const name = "@utahdts/utah-design-system";
49
49
  const description = "Utah Design System React Library";
50
50
  const displayName = "Utah Design System React Library";
51
- const version$1 = "1.3.0";
51
+ const version$1 = "1.4.0";
52
52
  const exports$1 = {
53
53
  ".": {
54
54
  "development-local": "./index.js",
@@ -105,7 +105,7 @@ var __privateSet = (obj, member, value, setter) => {
105
105
  };
106
106
  const homepage = "https://github.com/utahdts/utah-design-system";
107
107
  const dependencies = {
108
- "@utahdts/utah-design-system-header": "1.3.0",
108
+ "@utahdts/utah-design-system-header": "1.4.0",
109
109
  lodash: "4.17.21",
110
110
  "prop-types": "15.8.1",
111
111
  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.3.0",
5
+ "version": "1.4.0",
6
6
  "exports": {
7
7
  ".": {
8
8
  "development-local": "./index.js",
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "homepage": "https://github.com/utahdts/utah-design-system",
61
61
  "dependencies": {
62
- "@utahdts/utah-design-system-header": "1.3.0",
62
+ "@utahdts/utah-design-system-header": "1.4.0",
63
63
  "lodash": "4.17.21",
64
64
  "prop-types": "15.8.1",
65
65
  "react": "18.x",
@@ -96,7 +96,7 @@ Switches, buttons have size; Text Input does not
96
96
  <!-- hard to style -->
97
97
  <div className="input-wrapper">
98
98
  <label>
99
- <input />
99
+ <input />
100
100
  </label>
101
101
  </div>
102
102
  ```