@utahdts/utah-design-system 1.11.0 → 1.11.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.
@@ -269,4 +269,9 @@
269
269
  .utds-icon-after-visibility-off::after {
270
270
  content: "\0072";
271
271
  }
272
+
273
+ .utds-icon-before-trash::before,
274
+ .utds-icon-after-trash::after {
275
+ content: "\0073";
276
+ }
272
277
  }
package/dist/style.css CHANGED
@@ -608,6 +608,10 @@ variables and settings
608
608
  .utah-design-system .utds-icon-after-visibility-off::after {
609
609
  content: "r";
610
610
  }
611
+ .utah-design-system .utds-icon-before-trash::before,
612
+ .utah-design-system .utds-icon-after-trash::after {
613
+ content: "s";
614
+ }
611
615
 
612
616
  /*
613
617
  ############ _media-size-vars.scss ############
@@ -1470,6 +1474,11 @@ variables and settings
1470
1474
  content: "r";
1471
1475
  }
1472
1476
 
1477
+ .utah-design-system .utds-icon-before-trash::before,
1478
+ .utah-design-system .utds-icon-after-trash::after {
1479
+ content: "s";
1480
+ }
1481
+
1473
1482
  /*
1474
1483
  ############ _media-size-vars.scss ############
1475
1484
  Media Sizes - SCSS Variables
@@ -4547,6 +4556,11 @@ variables and settings
4547
4556
  content: "r";
4548
4557
  }
4549
4558
 
4559
+ .utah-design-system .utds-icon-before-trash::before,
4560
+ .utah-design-system .utds-icon-after-trash::after {
4561
+ content: "s";
4562
+ }
4563
+
4550
4564
  .utah-design-system {
4551
4565
  /* color */
4552
4566
  /* ######## Pick these colors to match your desired style ######## */
@@ -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.11.0";
35
+ const version$1 = "1.11.1";
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.11.0",
92
+ "@utahdts/utah-design-system-header": "1.11.1",
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.11.0";
51
+ const version$1 = "1.11.1";
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.11.0",
108
+ "@utahdts/utah-design-system-header": "1.11.1",
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.11.0",
5
+ "version": "1.11.1",
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.11.0",
62
+ "@utahdts/utah-design-system-header": "1.11.1",
63
63
  "lodash": "4.17.21",
64
64
  "prop-types": "15.8.1",
65
65
  "react": "18.x",