@worca/ui 0.46.0 → 0.47.0

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/app/styles.css CHANGED
@@ -2371,6 +2371,16 @@ sl-input [slot="prefix"] {
2371
2371
  margin-top: 2px;
2372
2372
  }
2373
2373
 
2374
+ .settings-field-hint--warn {
2375
+ color: var(--warning, #b8860b);
2376
+ }
2377
+
2378
+ .settings-field-hint--warn code {
2379
+ color: inherit;
2380
+ background: transparent;
2381
+ padding: 0;
2382
+ }
2383
+
2374
2384
  /* Export-mode picker (standalone vs delta): roomy rows, with each option's
2375
2385
  description on its own line aligned under the option title (not the radio). */
2376
2386
  .export-mode-group sl-radio::part(base) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worca/ui",
3
- "version": "0.46.0",
3
+ "version": "0.47.0",
4
4
  "description": "Pipeline monitoring UI for worca-cc",
5
5
  "license": "MIT",
6
6
  "author": "Sinisha Djukic",