sculpted 0.3.3 → 0.3.5

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.
@@ -1,4 +1,4 @@
1
- import { B as SourceLocation, H as SourceRange } from "./types-0a4hNfAF.mjs";
1
+ import { B as SourceLocation, H as SourceRange } from "./types-1F2MUOXh.mjs";
2
2
  import ts from "typescript";
3
3
 
4
4
  //#region src/sourceSyntax.d.ts
package/dist/tsrx.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { s as SourceParserAdapter } from "./sourceSyntax-DKIh-VKA.mjs";
1
+ import { s as SourceParserAdapter } from "./sourceSyntax-CLM3knfR.mjs";
2
2
 
3
3
  //#region src/tsrx.d.ts
4
4
  declare const sourceSyntax: SourceParserAdapter;
@@ -142,6 +142,7 @@ type EditorPropertyMetadata = {
142
142
  readonly aliases: readonly string[];
143
143
  readonly tokenCategory?: string;
144
144
  readonly defaultUnit?: string;
145
+ readonly commonness?: number;
145
146
  };
146
147
  type InspectorEditorMetadata = {
147
148
  readonly version: number;
@@ -178,7 +179,7 @@ type RuntimeCssDeclaration = {
178
179
  readonly value: string;
179
180
  readonly condition?: PreviewStyleCondition;
180
181
  };
181
- type PreviewStyleCondition = 'hover' | 'focus' | 'focus-visible' | 'active';
182
+ type PreviewStyleCondition = 'hover' | 'focus' | 'focus-visible' | 'active' | 'disabled';
182
183
  type RuntimePropertyContext = {
183
184
  readonly tagName: string;
184
185
  readonly display: string;
package/dist/ui.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { I as RuntimePropertyContext, N as RuntimeCssDeclaration, R as SelectedElementInfo, j as RuntimeComponentLayer } from "./types-0a4hNfAF.mjs";
2
- import { r as SculptedRuntime } from "./runtime-Cpxddehp.mjs";
1
+ import { I as RuntimePropertyContext, N as RuntimeCssDeclaration, R as SelectedElementInfo, j as RuntimeComponentLayer } from "./types-1F2MUOXh.mjs";
2
+ import { r as SculptedRuntime } from "./runtime-BA5TGbfx.mjs";
3
3
 
4
4
  //#region src/ui/inspectorPanel.d.ts
5
5
  type ReadonlyInspectorPanelOptions = {