@deephaven/components 0.11.7-beta.0 → 0.11.7

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.
@@ -2418,7 +2418,7 @@ textarea.form-control {
2418
2418
  .was-validated .form-control:invalid, .form-control.is-invalid {
2419
2419
  border-color: #f95d84;
2420
2420
  padding-right: calc(1.5em + 0.75rem) !important;
2421
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none'%3E%3Cg fill='%23f95d84'%3E%3Cpath d='M3.889 3.095a6.5 6.5 0 117.222 10.81A6.5 6.5 0 013.89 3.095zm.555 9.978a5.5 5.5 0 106.111-9.145 5.5 5.5 0 00-6.11 9.145zM8 5H7v5h1V5zm0 6H7v1h1v-1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
2421
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none'%3E%3Cg fill='%23f95d84'%3E%3Cpath d='M7.56 1h.88l6.54 12.26-.44.74H1.44L1 13.26 7.56 1zM8 2.28 2.28 13H13.7L8 2.28zM8.625 12v-1h-1.25v1h1.25zm-1.25-2V6h1.25v4h-1.25z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
2422
2422
  background-repeat: no-repeat;
2423
2423
  background-position: right calc(0.375em + 0.1875rem) center;
2424
2424
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
@@ -2441,7 +2441,7 @@ textarea.form-control {
2441
2441
  .was-validated .custom-select:invalid, .custom-select.is-invalid {
2442
2442
  border-color: #f95d84;
2443
2443
  padding-right: calc(0.75em + 2.3125rem) !important;
2444
- background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23929192' d='M4 7l-.4-.8 4-3.7h.8l4 3.7-.4.8H4zm0 2l-.4.8 4 3.7h.8l4-3.7L12 9H4z'/%3E%3C/svg%3E") right 0.75rem center/16px 16px no-repeat, #555356 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none'%3E%3Cg fill='%23f95d84'%3E%3Cpath d='M3.889 3.095a6.5 6.5 0 117.222 10.81A6.5 6.5 0 013.89 3.095zm.555 9.978a5.5 5.5 0 106.111-9.145 5.5 5.5 0 00-6.11 9.145zM8 5H7v5h1V5zm0 6H7v1h1v-1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
2444
+ background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23929192' d='M4 7l-.4-.8 4-3.7h.8l4 3.7-.4.8H4zm0 2l-.4.8 4 3.7h.8l4-3.7L12 9H4z'/%3E%3C/svg%3E") right 0.75rem center/16px 16px no-repeat, #555356 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none'%3E%3Cg fill='%23f95d84'%3E%3Cpath d='M7.56 1h.88l6.54 12.26-.44.74H1.44L1 13.26 7.56 1zM8 2.28 2.28 13H13.7L8 2.28zM8.625 12v-1h-1.25v1h1.25zm-1.25-2V6h1.25v4h-1.25z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
2445
2445
  }
2446
2446
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
2447
2447
  border-color: #f95d84;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/components",
3
- "version": "0.11.7-beta.0+944d078",
3
+ "version": "0.11.7",
4
4
  "description": "Deephaven React component library",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",
@@ -30,9 +30,9 @@
30
30
  "start": "cross-env NODE_ENV=development npm run watch"
31
31
  },
32
32
  "dependencies": {
33
- "@deephaven/icons": "^0.11.7-beta.0+944d078",
34
- "@deephaven/react-hooks": "^0.11.7-beta.0+944d078",
35
- "@deephaven/utils": "^0.11.7-beta.0+944d078",
33
+ "@deephaven/icons": "^0.11.6",
34
+ "@deephaven/react-hooks": "^0.11.4",
35
+ "@deephaven/utils": "^0.11.4",
36
36
  "@fortawesome/fontawesome-svg-core": "1.2.36",
37
37
  "@fortawesome/react-fontawesome": "^0.1.15",
38
38
  "bootstrap": "4.6.1",
@@ -57,9 +57,9 @@
57
57
  "react-dom": "^17.x"
58
58
  },
59
59
  "devDependencies": {
60
- "@deephaven/log": "^0.11.7-beta.0+944d078",
61
- "@deephaven/mocks": "^0.11.7-beta.0+944d078",
62
- "@deephaven/tsconfig": "^0.11.7-beta.0+944d078"
60
+ "@deephaven/log": "^0.11.4",
61
+ "@deephaven/mocks": "^0.11.3",
62
+ "@deephaven/tsconfig": "^0.11.3"
63
63
  },
64
64
  "files": [
65
65
  "dist",
@@ -71,5 +71,5 @@
71
71
  "publishConfig": {
72
72
  "access": "public"
73
73
  },
74
- "gitHead": "944d0787924c4b9891fcd0b4a4ad05f67412bf43"
74
+ "gitHead": "ac30f277b6b7fa2dcd1d03ac25f037fc8ccbf99f"
75
75
  }
@@ -212,10 +212,10 @@ $transition-mid: 0.2s;
212
212
  $transition-long: 0.3s;
213
213
  $transition-slow: 0.6s;
214
214
 
215
- //form-validation icon, uses vsIssues icon encoded here as svg
215
+ //form-validation icon, uses vsWarning icon encoded here as svg
216
216
  $form-feedback-icon-invalid-color: theme-color('danger');
217
217
  $form-feedback-icon-invalid: str-replace(
218
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none'%3E%3Cg fill='#{$form-feedback-icon-invalid-color}'%3E%3Cpath d='M3.889 3.095a6.5 6.5 0 117.222 10.81A6.5 6.5 0 013.89 3.095zm.555 9.978a5.5 5.5 0 106.111-9.145 5.5 5.5 0 00-6.11 9.145zM8 5H7v5h1V5zm0 6H7v1h1v-1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E "),
218
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none'%3E%3Cg fill='#{$form-feedback-icon-invalid-color}'%3E%3Cpath d='M7.56 1h.88l6.54 12.26-.44.74H1.44L1 13.26 7.56 1zM8 2.28 2.28 13H13.7L8 2.28zM8.625 12v-1h-1.25v1h1.25zm-1.25-2V6h1.25v4h-1.25z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E "),
219
219
  '#',
220
220
  '%23'
221
221
  );