@tylertech/forge 3.4.1 → 3.4.2
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/custom-elements.json +8 -4
- package/dist/avatar/forge-avatar.css +0 -1
- package/dist/dialog/forge-dialog.css +0 -1
- package/dist/divider/forge-divider.css +0 -1
- package/dist/lib.js +1 -1
- package/dist/lib.js.map +2 -2
- package/dist/vscode.css-custom-data.json +8 -3
- package/dist/vscode.html-custom-data.json +2 -2
- package/esm/avatar/avatar.js +1 -1
- package/esm/backdrop/backdrop.js +1 -1
- package/esm/divider/divider.js +1 -1
- package/esm/drawer/drawer/drawer.js +1 -1
- package/esm/drawer/mini-drawer/mini-drawer.d.ts +1 -0
- package/esm/drawer/mini-drawer/mini-drawer.js +2 -1
- package/esm/linear-progress/linear-progress.js +1 -1
- package/esm/split-view/split-view/split-view.js +1 -1
- package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
- package/esm/toolbar/toolbar.d.ts +2 -2
- package/esm/toolbar/toolbar.js +3 -3
- package/package.json +1 -1
- package/sass/avatar/_core.scss +0 -2
- package/sass/backdrop/_core.scss +0 -1
- package/sass/core/styles/tokens/drawer/mini/_tokens.scss +1 -0
- package/sass/divider/_core.scss +0 -1
- package/sass/drawer/base/_core.scss +1 -2
- package/sass/drawer/drawer/drawer.scss +3 -9
- package/sass/drawer/mini-drawer/_core.scss +1 -0
- package/sass/linear-progress/_core.scss +4 -1
- package/sass/split-view/split-view/_mixins.scss +0 -1
- package/sass/split-view/split-view-panel/_mixins.scss +2 -2
- package/sass/toolbar/_core.scss +0 -1
package/custom-elements.json
CHANGED
|
@@ -19643,11 +19643,11 @@
|
|
|
19643
19643
|
"cssProperties": [
|
|
19644
19644
|
{
|
|
19645
19645
|
"description": "Controls the height.",
|
|
19646
|
-
"name": "--forge-
|
|
19646
|
+
"name": "--forge-toolbar-height"
|
|
19647
19647
|
},
|
|
19648
19648
|
{
|
|
19649
|
-
"description": "Controls the minimum height.",
|
|
19650
|
-
"name": "--forge-
|
|
19649
|
+
"description": "Controls the minimum height. Defaults to the toolbar height.",
|
|
19650
|
+
"name": "--forge-toolbar-min-height"
|
|
19651
19651
|
},
|
|
19652
19652
|
{
|
|
19653
19653
|
"description": "Controls the background-color of the toolbar.",
|
|
@@ -24465,6 +24465,10 @@
|
|
|
24465
24465
|
"description": "The width of the drawer.",
|
|
24466
24466
|
"name": "--forge-mini-drawer-width"
|
|
24467
24467
|
},
|
|
24468
|
+
{
|
|
24469
|
+
"description": "The minimum width of the drawer. Defaults to match the width.",
|
|
24470
|
+
"name": "--forge-mini-drawer-min-width"
|
|
24471
|
+
},
|
|
24468
24472
|
{
|
|
24469
24473
|
"description": "The width of the drawer when hovered.",
|
|
24470
24474
|
"name": "--forge-mini-drawer-hover-width"
|
|
@@ -34185,7 +34189,7 @@
|
|
|
34185
34189
|
},
|
|
34186
34190
|
"MiniDrawerComponent": {
|
|
34187
34191
|
"path": "src/lib/drawer/mini-drawer/mini-drawer.ts",
|
|
34188
|
-
"lineNumber":
|
|
34192
|
+
"lineNumber": 50
|
|
34189
34193
|
},
|
|
34190
34194
|
"IModalDrawerAdapter": {
|
|
34191
34195
|
"path": "src/lib/drawer/modal-drawer/modal-drawer-adapter.ts",
|