@oomol-lab/open-flow 0.1.0-beta.25 → 0.1.0-beta.26

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.
@@ -75,6 +75,28 @@
75
75
  --open-flow-ring: #b4b4b4;
76
76
  }
77
77
 
78
+ .open-flow-property-panel {
79
+ --ui-control-radius: 6px;
80
+ --ui-disabled-opacity: 1;
81
+ --ui-disabled-cursor: default;
82
+ --ui-disabled-background: var(--ui-control-background);
83
+ --ui-input: color-mix(in srgb, var(--ui-border) 70%, var(--open-flow-node-content));
84
+ --ui-card: var(--open-flow-node-surface);
85
+ --ui-background: var(--open-flow-node-surface);
86
+ --ui-control-background: var(--open-flow-node-content);
87
+ --ui-control-hover-background: color-mix(in srgb, var(--open-flow-secondary) 25%, var(--ui-control-background));
88
+ --ui-readonly-focus-outline: 1px solid color-mix(in srgb, var(--ui-ring) 40%, var(--ui-input));
89
+
90
+ :is(input, textarea):is([readonly], :disabled)::placeholder {
91
+ opacity: 0;
92
+ }
93
+
94
+ :is(:disabled, [aria-disabled='true']) [data-slot='select-chevron'],
95
+ [data-slot='native-select']:disabled ~ [data-slot='native-select-icon'] {
96
+ opacity: 0.5;
97
+ }
98
+ }
99
+
78
100
  /* Canvas surfaces preserve the approved node and floating-control palette.
79
101
  Theme values are owned here; components select a surface and data-theme. */
80
102
  .open-flow-theme[data-surface='canvas'] {