@fishawack/lab-velocity 1.4.4 → 1.4.5

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/_defaults.scss CHANGED
@@ -5,7 +5,7 @@
5
5
  $colors: variables.dynamic('color', module-variables("variables"));
6
6
 
7
7
  // Override lab-ui defaults here, e.g $button: $color6;
8
- $spacing: get-ratio(8px);
8
+ $spacing: 8px;
9
9
  .container {
10
10
  margin-left: 0;
11
11
  padding: 0px 5 * $spacing;
@@ -1,4 +1,6 @@
1
1
  @import "./AuthVariables";
2
+ @import "element-plus/theme-chalk/base";
3
+ @import "../components/input.scss";
2
4
  @import "../components/button";
3
5
  @import "../components/basic";
4
6
  @import "./modal";
@@ -130,8 +132,8 @@
130
132
  .el-button--primary {
131
133
  --el-button-text-color:#ffffff;
132
134
  }
133
- .el-input__inner {
134
- border: none;
135
+ input, input:focus {
136
+ @extend .el-input__inner;
135
137
  }
136
138
  }
137
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-velocity",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "Avalere Health branded style system",
5
5
  "scripts": {
6
6
  "setup": "npm ci || npm i && npm run content",