@tylertech/forge 3.10.1 → 3.10.3

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.
@@ -8159,6 +8159,14 @@
8159
8159
  {
8160
8160
  "description": "The background of the field when disabled.",
8161
8161
  "name": "--forge-field-disabled-background"
8162
+ },
8163
+ {
8164
+ "description": "The overflow behavior of the internal container element.",
8165
+ "name": "--forge-field-overflow"
8166
+ },
8167
+ {
8168
+ "description": "The isolation behavior of the internal container element.",
8169
+ "name": "--forge-field-isolation"
8162
8170
  }
8163
8171
  ],
8164
8172
  "cssParts": [
@@ -34199,7 +34207,7 @@
34199
34207
  },
34200
34208
  "FieldComponent": {
34201
34209
  "path": "src/lib/field/field.ts",
34202
- "lineNumber": 181
34210
+ "lineNumber": 183
34203
34211
  },
34204
34212
  "IFilePickerAdapter": {
34205
34213
  "path": "src/lib/file-picker/file-picker-adapter.ts",