@dktunited-techoff/techoff-suite-ui 1.11.10 → 1.11.12

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.
@@ -109,6 +109,7 @@ button:disabled {
109
109
  box-shadow: 0px 12px 12px 0px #00537d1a;
110
110
  background: #ffffff;
111
111
  color: #4e5d6b;
112
+ font-weight: 400;
112
113
  }
113
114
  /* ######### */
114
115
  /* ROUNDED */
@@ -99,7 +99,7 @@
99
99
  display: flex;
100
100
  align-items: center;
101
101
  min-height: 36px;
102
- padding: 0 12px;
102
+ padding: 4px 12px;
103
103
  cursor: pointer;
104
104
  }
105
105
  .ts-dropdown-menu-item:hover {
@@ -109,6 +109,7 @@ button:disabled {
109
109
  box-shadow: 0px 12px 12px 0px #00537d1a;
110
110
  background: #ffffff;
111
111
  color: #4e5d6b;
112
+ font-weight: 400;
112
113
  }
113
114
  /* ######### */
114
115
  /* ROUNDED */
@@ -99,7 +99,7 @@
99
99
  display: flex;
100
100
  align-items: center;
101
101
  min-height: 36px;
102
- padding: 0 12px;
102
+ padding: 4px 12px;
103
103
  cursor: pointer;
104
104
  }
105
105
  .ts-dropdown-menu-item:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dktunited-techoff/techoff-suite-ui",
3
- "version": "1.11.10",
3
+ "version": "1.11.12",
4
4
  "main": "lib/index.js",
5
5
  "types": "./lib",
6
6
  "module": "esm/index.js",
@@ -109,6 +109,7 @@ button:disabled {
109
109
  box-shadow: 0px 12px 12px 0px #00537d1a;
110
110
  background: #ffffff;
111
111
  color: #4e5d6b;
112
+ font-weight: 400;
112
113
  }
113
114
  /* ######### */
114
115
  /* ROUNDED */
@@ -99,7 +99,7 @@
99
99
  display: flex;
100
100
  align-items: center;
101
101
  min-height: 36px;
102
- padding: 0 12px;
102
+ padding: 4px 12px;
103
103
  cursor: pointer;
104
104
  }
105
105
  .ts-dropdown-menu-item:hover {