@fishawack/lab-velocity 1.4.1 → 1.4.2

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/_variables.scss CHANGED
@@ -29,5 +29,5 @@ $color9: #ff0000;
29
29
  $color10: #dcdbdb;
30
30
  $color11: #8C8C8C; //Used
31
31
  $color12: #5C5C5C;
32
- $colorAlert: #D53A3A;
33
32
  $color13: #3C976E;
33
+ $colorAlert: #D53A3A;
package/general.scss CHANGED
@@ -29,6 +29,7 @@
29
29
  @import "./components/_collapse.scss";
30
30
  @import "./components/_tooltip.scss";
31
31
  @import "./components/_loader.scss";
32
+ @import "./modules/_AuthVariables.scss";
32
33
  @import "./modules/_AuthModule.scss";
33
34
 
34
35
 
@@ -117,9 +117,11 @@
117
117
  }
118
118
  .vel-basic__textbox {
119
119
  --el-border-color:#CFD8DD;
120
+ --el-input-text-color :#666666;
121
+ --el-input-focus-border-color:#CFD8DD;
122
+ --el-input-hover-border-color:#CFD8DD;
120
123
  font-size: 14px;
121
124
  padding-bottom: $am-spacing * 2.5;
122
-
123
125
  .el-input__inner {
124
126
  --el-input-inner-height:38px;
125
127
  }
@@ -1,2 +1,7 @@
1
1
  $am-spacing: 8px;
2
- $am-highlight: #3C976E;
2
+ $am-highlight: #3C976E;
3
+
4
+ $color8: #f2f2f2; //Used
5
+ $color10: #dcdbdb;
6
+ $color12: #5C5C5C;
7
+ $colorAlert: #D53A3A;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-velocity",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Avalere Health branded style system",
5
5
  "scripts": {
6
6
  "setup": "npm ci || npm i && npm run content",