@brickclay-org/ui 0.1.49 → 0.1.50

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickclay-org/ui",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-add": {
6
6
  "save": "dependencies"
@@ -82,6 +82,10 @@
82
82
  @apply w-full outline-none font-normal text-sm text-[#141414] placeholder-[#A1A3AE] bg-transparent;
83
83
  }
84
84
 
85
+ .hierarchical-search-input:-moz-focusring {
86
+ outline: none;
87
+ }
88
+
85
89
  .hierarchical-back {
86
90
  @apply w-full text-left px-2.5 py-2 text-sm text-[#141414] bg-[#F8F8F8] rounded-md transition-colors mt-1 flex items-center gap-1.5;
87
91
  }
@@ -127,6 +127,10 @@
127
127
  @apply text-[#A1A3AE] cursor-not-allowed;
128
128
  }
129
129
 
130
+ .input-badge-input:-moz-focusring {
131
+ outline: none;
132
+ }
133
+
130
134
  /* Footer */
131
135
  .input-badge-footer {
132
136
  @apply flex justify-between items-start font-normal text-sm;