@dev-blinq/ui-systems 1.0.61 → 1.0.62

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.
Files changed (2) hide show
  1. package/dist/style.css +11 -1
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -508,7 +508,7 @@
508
508
  .custom-input[data-error="true"] {
509
509
  border: var(--border-radius-radius-none, 1px) solid
510
510
  var(--border-error, #ea4621);
511
- box-shadow: 0 0 0 4px var(--destructive-30, #f9c7bc);
511
+ box-shadow: none;
512
512
  }
513
513
  .blinq-checkbox input[data-size="sm"] + .checkmark {
514
514
  width: 16px;
@@ -735,3 +735,13 @@
735
735
  .toggle-option.active p {
736
736
  color: var(--text-primary, #080808);
737
737
  }
738
+ .error-message-input {
739
+ color: #ea4621;
740
+ font-size: 14px;
741
+ margin: 8px 0px 0px 0px;
742
+ line-height: 20px;
743
+ font-weight: 500;
744
+ }
745
+ .custom-input[data-error="true"]:hover {
746
+ box-shadow: 0px 0px 0px 4px var(--destructive-30, #f9c7bc);
747
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dev-blinq/ui-systems",
3
3
  "description": "this package contains all ui components like button, input, checkbox, colors that blinq.io needs",
4
- "version": "1.0.61",
4
+ "version": "1.0.62",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",