@tylertech/forge 3.14.0-dev.3 → 3.14.0-dev.4
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 +1485 -1485
- package/esm/split-view/split-view-panel/split-view-panel.scss.js +1 -1
- package/package.json +2 -2
- package/sass/calendar/_mixins.scss +4 -4
- package/sass/calendar/calendar-menu/_mixins.scss +2 -2
- package/sass/core/styles/_utils.scss +4 -5
- package/sass/core/styles/theme/_color-utils.scss +1 -1
- package/sass/core/styles/theme/_utils.scss +2 -4
- package/sass/core/styles/typography/index.scss +1 -1
- package/sass/focus-indicator/_core.scss +1 -3
- package/sass/linear-progress/_animations.scss +2 -6
- package/sass/meter/meter/_core.scss +5 -8
- package/vscode.css-custom-data.json +116 -116
- package/vscode.html-custom-data.json +73 -73
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
* License: Apache-2.0
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
var styles = ".forge-split-view-panel{display:flex;width:100%;height:100%;overflow:hidden}.forge-split-view-panel__handle{color:var(--forge-theme-text-medium, rgba(0, 0, 0, 0.6));background-color:var(--forge-theme-outline, #e0e0e0);position:relative;display:flex;flex-shrink:0;justify-content:center;align-items:center;outline:none}.forge-split-view-panel__content{flex:1;overflow:hidden}.forge-split-view-panel--closed{display:none}.forge-split-view-panel--disabled #handle{pointer-events:none}.forge-split-view-panel--disabled .forge-split-view-panel__icon{display:none}.forge-split-view-panel[orientation=horizontal]{min-width:var(--forge-split-view-handle-width, 8px);width:calc(var(--forge-split-view-panel-size, unset) + var(--forge-split-view-handle-width, 8px));flex-direction:row}.forge-split-view-panel[orientation=horizontal] .forge-split-view-panel__handle{width:var(--forge-split-view-handle-width, 8px);cursor:var(--forge-split-view-panel-cursor)}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--closing[resizable=end]{position:absolute;top:0;left:0;animation-name:
|
|
7
|
+
var styles = ".forge-split-view-panel{display:flex;width:100%;height:100%;overflow:hidden}.forge-split-view-panel__handle{color:var(--forge-theme-text-medium, rgba(0, 0, 0, 0.6));background-color:var(--forge-theme-outline, #e0e0e0);position:relative;display:flex;flex-shrink:0;justify-content:center;align-items:center;outline:none}.forge-split-view-panel__content{flex:1;overflow:hidden}.forge-split-view-panel--closed{display:none}.forge-split-view-panel--disabled #handle{pointer-events:none}.forge-split-view-panel--disabled .forge-split-view-panel__icon{display:none}.forge-split-view-panel[orientation=horizontal]{min-width:var(--forge-split-view-handle-width, 8px);width:calc(var(--forge-split-view-panel-size, unset) + var(--forge-split-view-handle-width, 8px));flex-direction:row}.forge-split-view-panel[orientation=horizontal] .forge-split-view-panel__handle{width:var(--forge-split-view-handle-width, 8px);cursor:var(--forge-split-view-panel-cursor)}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--closing[resizable=end]{position:absolute;top:0;left:0;animation-name:u6uryhb;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u6uryhb{from{transform:none}to{transform:translateX(-100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--closing[resizable=start]{position:absolute;top:0;right:0;animation-name:u6uryhu;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u6uryhu{from{transform:none}to{transform:translateX(100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--opening[resizable=end]{position:absolute;top:0;left:0;animation-name:u6uryhz;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u6uryhz{from{transform:none}to{transform:translateX(-100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--opening[resizable=end]{animation-direction:reverse}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--opening[resizable=start]{position:absolute;top:0;right:0;animation-name:u6uryie;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u6uryie{from{transform:none}to{transform:translateX(100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--opening[resizable=start]{animation-direction:reverse}.forge-split-view-panel[orientation=vertical]{min-height:var(--forge-split-view-handle-width, 8px);height:calc(var(--forge-split-view-panel-size, unset) + var(--forge-split-view-handle-width, 8px));flex-direction:column}.forge-split-view-panel[orientation=vertical] .forge-split-view-panel__handle{height:var(--forge-split-view-handle-width, 8px);cursor:var(--forge-split-view-panel-cursor)}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--closing[resizable=end]{position:absolute;top:0;left:0;animation-name:u6uryj8;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u6uryj8{from{transform:none}to{transform:translateY(-100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--closing[resizable=start]{position:absolute;bottom:0;left:0;animation-name:u6uryk1;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u6uryk1{from{transform:none}to{transform:translateY(100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--opening[resizable=end]{position:absolute;top:0;left:0;animation-name:u6uryk4;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u6uryk4{from{transform:none}to{transform:translateY(-100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--opening[resizable=end]{animation-direction:reverse}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--opening[resizable=start]{position:absolute;bottom:0;left:0;animation-name:u6uryku;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u6uryku{from{transform:none}to{transform:translateY(100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--opening[resizable=start]{animation-direction:reverse}:host{z-index:var(--forge-split-view-animating-layer) !important;display:block;position:relative;height:100%;width:100%;flex:0}:host([hidden]){display:none}:host(:not([resizable=start],[resizable=end])){flex:1}:host(:not([resizable=start],[resizable=end])) .forge-split-view-panel{width:100%;height:100%;min-width:0;min-height:0}:host(:not([resizable=start],[resizable=end])) .forge-split-view-panel__handle{display:none}forge-focus-indicator{--forge-focus-indicator-active-width: 2px}";
|
|
8
8
|
|
|
9
9
|
export { styles as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tylertech/forge",
|
|
3
|
-
"version": "3.14.0-dev.
|
|
3
|
+
"version": "3.14.0-dev.4",
|
|
4
4
|
"description": "Tyler Forge™ Web Components library",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Tyler Technologies, Inc.",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"lit": "^3.3.2",
|
|
52
52
|
"tslib": "^2.8.1"
|
|
53
53
|
},
|
|
54
|
-
"publishedAt": "2026-03-
|
|
54
|
+
"publishedAt": "2026-03-26T00:22:05.599Z"
|
|
55
55
|
}
|
|
@@ -412,8 +412,8 @@
|
|
|
412
412
|
|
|
413
413
|
@mixin date-inner-gap($force: false) {
|
|
414
414
|
position: absolute;
|
|
415
|
-
width: calc(100% - #{variables.$date-gap}) #{if(
|
|
416
|
-
height: calc(100% - #{variables.$date-gap}) #{if(
|
|
417
|
-
top: calc(#{variables.$date-gap} / 2) #{if(
|
|
418
|
-
left: calc(#{variables.$date-gap} / 2) #{if(
|
|
415
|
+
width: calc(100% - #{variables.$date-gap}) #{if($force, '!important', '')};
|
|
416
|
+
height: calc(100% - #{variables.$date-gap}) #{if($force, '!important', '')};
|
|
417
|
+
top: calc(#{variables.$date-gap} / 2) #{if($force, '!important', '')};
|
|
418
|
+
left: calc(#{variables.$date-gap} / 2) #{if($force, '!important', '')};
|
|
419
419
|
}
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
|
|
294
294
|
@mixin view-animation-in($from-left: true) {
|
|
295
295
|
animation-duration: variables.$animation-duration;
|
|
296
|
-
animation-name: slide-in-#{if(
|
|
296
|
+
animation-name: slide-in-#{if($from-left, 'from-left', 'from-right')};
|
|
297
297
|
|
|
298
298
|
@media (prefers-reduced-motion) {
|
|
299
299
|
animation-name: fade-in;
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
|
|
303
303
|
@mixin view-animation-out($to-right: true) {
|
|
304
304
|
animation-duration: variables.$animation-duration;
|
|
305
|
-
animation-name: slide-out-#{if(
|
|
305
|
+
animation-name: slide-out-#{if($to-right, 'to-right', 'to-left')};
|
|
306
306
|
|
|
307
307
|
@media (prefers-reduced-motion) {
|
|
308
308
|
animation-name: fade-out;
|
|
@@ -26,9 +26,7 @@
|
|
|
26
26
|
/// ```
|
|
27
27
|
///
|
|
28
28
|
@function module-ref($module, $token, $value, $type: ref, $prefix: config.$prefix) {
|
|
29
|
-
$fallback: if(
|
|
30
|
-
sass($type == ref): module-var($module, $value) ; else: $value
|
|
31
|
-
);
|
|
29
|
+
$fallback: if($type == ref, module-var($module, $value), $value);
|
|
32
30
|
@return create-var($module, $token, $fallback, $prefix);
|
|
33
31
|
}
|
|
34
32
|
|
|
@@ -134,8 +132,9 @@
|
|
|
134
132
|
// that points to the provided value. This keeps the global cascading of internal tokens intact
|
|
135
133
|
// instead of just overriding the token to a specific unchangeable value.
|
|
136
134
|
$value: if(
|
|
137
|
-
|
|
138
|
-
|
|
135
|
+
$type == 'token' and map.has-key($module-tokens, $token-or-value),
|
|
136
|
+
module-var($module, $token-or-value),
|
|
137
|
+
create-var($module, $token, $token-or-value)
|
|
139
138
|
);
|
|
140
139
|
#{create-module-var($module, $token)}: #{$value};
|
|
141
140
|
}
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
// Determine whether to use dark or light text on top of given color to meet accessibility standards for contrast.
|
|
55
55
|
// Returns 'dark' if the given color is light and 'light' if the given color is dark.
|
|
56
56
|
@function contrast-tone($color) {
|
|
57
|
-
@return if(
|
|
57
|
+
@return if(tone($color) == 'dark', 'light', 'dark');
|
|
58
58
|
}
|
|
@@ -44,9 +44,7 @@
|
|
|
44
44
|
/// @return {Color} - The contrast color for the provided color.
|
|
45
45
|
///
|
|
46
46
|
@function contrast($color, $alpha: null, $light: #ffffff, $dark: #000000) {
|
|
47
|
-
$contrast-color: if(
|
|
48
|
-
sass(color-utils.contrast-tone($color) == 'dark'): $dark; else: $light
|
|
49
|
-
);
|
|
47
|
+
$contrast-color: if(color-utils.contrast-tone($color) == 'dark', $dark, $light);
|
|
50
48
|
@if $alpha != null {
|
|
51
49
|
@return emphasized($contrast-color, $alpha);
|
|
52
50
|
}
|
|
@@ -57,7 +55,7 @@
|
|
|
57
55
|
/// Converts a color with an opacity value on top of a specific background color to an opaque hex color.
|
|
58
56
|
///
|
|
59
57
|
@function hexify($color, $background, $alpha: 100%) {
|
|
60
|
-
@return if(
|
|
58
|
+
@return if($alpha == 100%, color.mix($background, $color, $alpha), color.mix($background, $color, 100 - $alpha));
|
|
61
59
|
}
|
|
62
60
|
|
|
63
61
|
///
|
|
@@ -46,9 +46,7 @@
|
|
|
46
46
|
@mixin standalone($type: 'outward', $selector: '::after', $pseudo-class: ':focus-visible', $focus-target: null) {
|
|
47
47
|
outline: none;
|
|
48
48
|
|
|
49
|
-
$conditional-selector: if(
|
|
50
|
-
sass($focus-target): ':has(#{$focus-target}#{$pseudo-class})' ; else: #{$pseudo-class}
|
|
51
|
-
);
|
|
49
|
+
$conditional-selector: if($focus-target, ':has(#{$focus-target}#{$pseudo-class})', #{$pseudo-class});
|
|
52
50
|
&#{$conditional-selector} {
|
|
53
51
|
&#{$selector} {
|
|
54
52
|
@include tokens;
|
|
@@ -54,12 +54,8 @@
|
|
|
54
54
|
// Generates keyframes for ltr and rtl.
|
|
55
55
|
@mixin _directional-keyframes($dir) {
|
|
56
56
|
$is-rtl: $dir == 'rtl';
|
|
57
|
-
$sign: if(
|
|
58
|
-
|
|
59
|
-
);
|
|
60
|
-
$suffix: if(
|
|
61
|
-
sass($is-rtl): '-rtl' ; else: ''
|
|
62
|
-
);
|
|
57
|
+
$sign: if($is-rtl, -1, 1);
|
|
58
|
+
$suffix: if($is-rtl, '-rtl', '');
|
|
63
59
|
|
|
64
60
|
@keyframes buffering#{$suffix} {
|
|
65
61
|
0% {
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
@mixin theme($theme, $muted: false) {
|
|
94
|
-
$background: "#{$theme}-container-#{if(
|
|
95
|
-
$color: "#{$theme}#{if(
|
|
94
|
+
$background: "#{$theme}-container-#{if($muted, 'minimum', 'low')}";
|
|
95
|
+
$color: "#{$theme}#{if($muted, '-container-high', '')}";
|
|
96
96
|
|
|
97
97
|
@include override(background, #{theme.variable($background)}, value);
|
|
98
98
|
@include override(color, #{theme.variable($color)}, value);
|
|
@@ -103,15 +103,12 @@
|
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
@function tickmarks-background($count, $color, $secondary-color: null, $vertical: false) {
|
|
106
|
-
$transparent-start: if(
|
|
107
|
-
sass($secondary-color): 2px; else: 1px
|
|
108
|
-
);
|
|
106
|
+
$transparent-start: if($secondary-color, 2px, 1px);
|
|
109
107
|
@return repeating-linear-gradient(
|
|
110
|
-
if(
|
|
108
|
+
if($vertical, 0, 90deg),
|
|
111
109
|
$color 0px,
|
|
112
110
|
$color 1px,
|
|
113
|
-
if(
|
|
114
|
-
$transparent-start,
|
|
111
|
+
if($secondary-color, #{$secondary-color} + ' 1px,', null) if($secondary-color, #{$secondary-color} + ' 2px,', null) transparent $transparent-start,
|
|
115
112
|
transparent calc(100% / ($count + 1) + 0px)
|
|
116
113
|
);
|
|
117
114
|
}
|
|
@@ -33,103 +33,83 @@
|
|
|
33
33
|
"values": [{ "name": "string" }]
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"name": "--forge-
|
|
37
|
-
"description": "The background color.",
|
|
38
|
-
"values": []
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"name": "--forge-badge-color",
|
|
42
|
-
"description": "The text color.",
|
|
43
|
-
"values": []
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"name": "--forge-badge-shape",
|
|
47
|
-
"description": "The shape radius.",
|
|
48
|
-
"values": []
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"name": "--forge-badge-padding-inline",
|
|
52
|
-
"description": "The inline padding.",
|
|
53
|
-
"values": []
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"name": "--forge-badge-padding-block",
|
|
57
|
-
"description": "The block padding.",
|
|
36
|
+
"name": "--forge-backdrop-background",
|
|
37
|
+
"description": "The backdrop background color.",
|
|
58
38
|
"values": []
|
|
59
39
|
},
|
|
60
40
|
{
|
|
61
|
-
"name": "--forge-
|
|
62
|
-
"description": "The
|
|
41
|
+
"name": "--forge-backdrop-opacity",
|
|
42
|
+
"description": "The backdrop opacity.",
|
|
63
43
|
"values": []
|
|
64
44
|
},
|
|
65
45
|
{
|
|
66
|
-
"name": "--forge-
|
|
67
|
-
"description": "The
|
|
46
|
+
"name": "--forge-backdrop-z-index",
|
|
47
|
+
"description": "The backdrop z-index.",
|
|
68
48
|
"values": []
|
|
69
49
|
},
|
|
70
50
|
{
|
|
71
|
-
"name": "--forge-
|
|
72
|
-
"description": "The
|
|
51
|
+
"name": "--forge-backdrop-enter-animation-duration",
|
|
52
|
+
"description": "The animation duration for the enter animation.",
|
|
73
53
|
"values": []
|
|
74
54
|
},
|
|
75
55
|
{
|
|
76
|
-
"name": "--forge-
|
|
77
|
-
"description": "The
|
|
56
|
+
"name": "--forge-backdrop-enter-animation-easing",
|
|
57
|
+
"description": "The animation easing for the enter animation.",
|
|
78
58
|
"values": []
|
|
79
59
|
},
|
|
80
60
|
{
|
|
81
|
-
"name": "--forge-backdrop-
|
|
82
|
-
"description": "The
|
|
61
|
+
"name": "--forge-backdrop-exit-animation-duration",
|
|
62
|
+
"description": "The animation duration for the exit animation.",
|
|
83
63
|
"values": []
|
|
84
64
|
},
|
|
85
65
|
{
|
|
86
|
-
"name": "--forge-backdrop-
|
|
87
|
-
"description": "The
|
|
66
|
+
"name": "--forge-backdrop-exit-animation-easing",
|
|
67
|
+
"description": "The animation easing for the exit animation.",
|
|
88
68
|
"values": []
|
|
89
69
|
},
|
|
90
70
|
{
|
|
91
|
-
"name": "--forge-
|
|
92
|
-
"description": "The
|
|
71
|
+
"name": "--forge-badge-background",
|
|
72
|
+
"description": "The background color.",
|
|
93
73
|
"values": []
|
|
94
74
|
},
|
|
95
75
|
{
|
|
96
|
-
"name": "--forge-
|
|
97
|
-
"description": "The
|
|
76
|
+
"name": "--forge-badge-color",
|
|
77
|
+
"description": "The text color.",
|
|
98
78
|
"values": []
|
|
99
79
|
},
|
|
100
80
|
{
|
|
101
|
-
"name": "--forge-
|
|
102
|
-
"description": "The
|
|
81
|
+
"name": "--forge-badge-shape",
|
|
82
|
+
"description": "The shape radius.",
|
|
103
83
|
"values": []
|
|
104
84
|
},
|
|
105
85
|
{
|
|
106
|
-
"name": "--forge-
|
|
107
|
-
"description": "The
|
|
86
|
+
"name": "--forge-badge-padding-inline",
|
|
87
|
+
"description": "The inline padding.",
|
|
108
88
|
"values": []
|
|
109
89
|
},
|
|
110
90
|
{
|
|
111
|
-
"name": "--forge-
|
|
112
|
-
"description": "The
|
|
91
|
+
"name": "--forge-badge-padding-block",
|
|
92
|
+
"description": "The block padding.",
|
|
113
93
|
"values": []
|
|
114
94
|
},
|
|
115
95
|
{
|
|
116
|
-
"name": "--forge-
|
|
117
|
-
"description": "The
|
|
96
|
+
"name": "--forge-badge-border-width",
|
|
97
|
+
"description": "The border width.",
|
|
118
98
|
"values": []
|
|
119
99
|
},
|
|
120
100
|
{
|
|
121
|
-
"name": "--forge-
|
|
122
|
-
"description": "The
|
|
101
|
+
"name": "--forge-badge-border-color",
|
|
102
|
+
"description": "The border color.",
|
|
123
103
|
"values": []
|
|
124
104
|
},
|
|
125
105
|
{
|
|
126
|
-
"name": "--forge-
|
|
127
|
-
"description": "The
|
|
106
|
+
"name": "--forge-badge-border-style",
|
|
107
|
+
"description": "The border style.",
|
|
128
108
|
"values": []
|
|
129
109
|
},
|
|
130
110
|
{
|
|
131
|
-
"name": "--forge-
|
|
132
|
-
"description": "The
|
|
111
|
+
"name": "--forge-badge-gap",
|
|
112
|
+
"description": "The spacing between the content within the badge.",
|
|
133
113
|
"values": []
|
|
134
114
|
},
|
|
135
115
|
{
|
|
@@ -172,6 +152,26 @@
|
|
|
172
152
|
"description": "The transition easing function.",
|
|
173
153
|
"values": []
|
|
174
154
|
},
|
|
155
|
+
{
|
|
156
|
+
"name": "--forge-bottom-sheet-desktop-max-width",
|
|
157
|
+
"description": "The maximum width of the bottom sheet on desktop.",
|
|
158
|
+
"values": []
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "--forge-bottom-sheet-desktop-min-width",
|
|
162
|
+
"description": "The minimum width of the bottom sheet on desktop.",
|
|
163
|
+
"values": []
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "--forge-bottom-sheet-animation-duration",
|
|
167
|
+
"description": "The duration of the bottom sheet animation to fullscreen.",
|
|
168
|
+
"values": []
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "--forge-bottom-sheet-animation-timing",
|
|
172
|
+
"description": "The timing function of the bottom sheet animation to fullscreen.",
|
|
173
|
+
"values": []
|
|
174
|
+
},
|
|
175
175
|
{
|
|
176
176
|
"name": "--forge-button-primary-color",
|
|
177
177
|
"description": "The primary color of the button.",
|
|
@@ -2587,61 +2587,6 @@
|
|
|
2587
2587
|
"description": "The shape of the avatar skeleton.",
|
|
2588
2588
|
"values": []
|
|
2589
2589
|
},
|
|
2590
|
-
{
|
|
2591
|
-
"name": "--forge-skip-link-background",
|
|
2592
|
-
"description": "The background color of the skip link.",
|
|
2593
|
-
"values": []
|
|
2594
|
-
},
|
|
2595
|
-
{
|
|
2596
|
-
"name": "--forge-skip-link-color",
|
|
2597
|
-
"description": "The text color of the skip link.",
|
|
2598
|
-
"values": []
|
|
2599
|
-
},
|
|
2600
|
-
{
|
|
2601
|
-
"name": "--forge-skip-link-shape",
|
|
2602
|
-
"description": "The border radius of the skip link.",
|
|
2603
|
-
"values": []
|
|
2604
|
-
},
|
|
2605
|
-
{
|
|
2606
|
-
"name": "--forge-skip-link-inset",
|
|
2607
|
-
"description": "The skip link's inset from the edge of the viewport.",
|
|
2608
|
-
"values": []
|
|
2609
|
-
},
|
|
2610
|
-
{
|
|
2611
|
-
"name": "--forge-skip-link-z-index",
|
|
2612
|
-
"description": "The z-index of the skip link.",
|
|
2613
|
-
"values": []
|
|
2614
|
-
},
|
|
2615
|
-
{
|
|
2616
|
-
"name": "--forge-skip-link-elevation",
|
|
2617
|
-
"description": "The box shadow of the skip link.",
|
|
2618
|
-
"values": []
|
|
2619
|
-
},
|
|
2620
|
-
{
|
|
2621
|
-
"name": "--forge-skip-link-padding-block",
|
|
2622
|
-
"description": "The interior padding of the skip link along the block axis.",
|
|
2623
|
-
"values": []
|
|
2624
|
-
},
|
|
2625
|
-
{
|
|
2626
|
-
"name": "--forge-skip-link-padding-inline",
|
|
2627
|
-
"description": "The interior padding of the skip link along the inline axis.",
|
|
2628
|
-
"values": []
|
|
2629
|
-
},
|
|
2630
|
-
{
|
|
2631
|
-
"name": "--forge-skip-link-focus-indicator-color",
|
|
2632
|
-
"description": "The color of the focus indicator.",
|
|
2633
|
-
"values": []
|
|
2634
|
-
},
|
|
2635
|
-
{
|
|
2636
|
-
"name": "--forge-skip-link-transition-duration",
|
|
2637
|
-
"description": "The duration of the skip link's animations.",
|
|
2638
|
-
"values": []
|
|
2639
|
-
},
|
|
2640
|
-
{
|
|
2641
|
-
"name": "--forge-skip-link-transition-timing-function",
|
|
2642
|
-
"description": "The timing function of the skip link's animations.",
|
|
2643
|
-
"values": []
|
|
2644
|
-
},
|
|
2645
2590
|
{
|
|
2646
2591
|
"name": "--forge-theme-primary",
|
|
2647
2592
|
"description": "The primary color of the slider.",
|
|
@@ -2807,6 +2752,61 @@
|
|
|
2807
2752
|
"description": "The color of the inactive tick mark container when tick marks are visible.",
|
|
2808
2753
|
"values": []
|
|
2809
2754
|
},
|
|
2755
|
+
{
|
|
2756
|
+
"name": "--forge-skip-link-background",
|
|
2757
|
+
"description": "The background color of the skip link.",
|
|
2758
|
+
"values": []
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"name": "--forge-skip-link-color",
|
|
2762
|
+
"description": "The text color of the skip link.",
|
|
2763
|
+
"values": []
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"name": "--forge-skip-link-shape",
|
|
2767
|
+
"description": "The border radius of the skip link.",
|
|
2768
|
+
"values": []
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"name": "--forge-skip-link-inset",
|
|
2772
|
+
"description": "The skip link's inset from the edge of the viewport.",
|
|
2773
|
+
"values": []
|
|
2774
|
+
},
|
|
2775
|
+
{
|
|
2776
|
+
"name": "--forge-skip-link-z-index",
|
|
2777
|
+
"description": "The z-index of the skip link.",
|
|
2778
|
+
"values": []
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"name": "--forge-skip-link-elevation",
|
|
2782
|
+
"description": "The box shadow of the skip link.",
|
|
2783
|
+
"values": []
|
|
2784
|
+
},
|
|
2785
|
+
{
|
|
2786
|
+
"name": "--forge-skip-link-padding-block",
|
|
2787
|
+
"description": "The interior padding of the skip link along the block axis.",
|
|
2788
|
+
"values": []
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
"name": "--forge-skip-link-padding-inline",
|
|
2792
|
+
"description": "The interior padding of the skip link along the inline axis.",
|
|
2793
|
+
"values": []
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"name": "--forge-skip-link-focus-indicator-color",
|
|
2797
|
+
"description": "The color of the focus indicator.",
|
|
2798
|
+
"values": []
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"name": "--forge-skip-link-transition-duration",
|
|
2802
|
+
"description": "The duration of the skip link's animations.",
|
|
2803
|
+
"values": []
|
|
2804
|
+
},
|
|
2805
|
+
{
|
|
2806
|
+
"name": "--forge-skip-link-transition-timing-function",
|
|
2807
|
+
"description": "The timing function of the skip link's animations.",
|
|
2808
|
+
"values": []
|
|
2809
|
+
},
|
|
2810
2810
|
{
|
|
2811
2811
|
"name": "--forge-split-button-min-width",
|
|
2812
2812
|
"description": "The minimum width of the slotted buttons.",
|
|
@@ -5702,15 +5702,6 @@
|
|
|
5702
5702
|
"name": "::part(root)",
|
|
5703
5703
|
"description": "The root element of the skeleton."
|
|
5704
5704
|
},
|
|
5705
|
-
{ "name": "::part(anchor)", "description": "The root anchor element." },
|
|
5706
|
-
{
|
|
5707
|
-
"name": "::part(focus-indicator)",
|
|
5708
|
-
"description": "The focus indicator element."
|
|
5709
|
-
},
|
|
5710
|
-
{
|
|
5711
|
-
"name": "::part(state-layer)",
|
|
5712
|
-
"description": "The state layer element."
|
|
5713
|
-
},
|
|
5714
5705
|
{
|
|
5715
5706
|
"name": "::part(slider)",
|
|
5716
5707
|
"description": "Styles the slider container element."
|
|
@@ -5748,6 +5739,15 @@
|
|
|
5748
5739
|
"name": "::part(handle-start-label-content)",
|
|
5749
5740
|
"description": "Styles the start handle label content element."
|
|
5750
5741
|
},
|
|
5742
|
+
{ "name": "::part(anchor)", "description": "The root anchor element." },
|
|
5743
|
+
{
|
|
5744
|
+
"name": "::part(focus-indicator)",
|
|
5745
|
+
"description": "The focus indicator element."
|
|
5746
|
+
},
|
|
5747
|
+
{
|
|
5748
|
+
"name": "::part(state-layer)",
|
|
5749
|
+
"description": "The state layer element."
|
|
5750
|
+
},
|
|
5751
5751
|
{ "name": "::part(root)", "description": "The root container element." },
|
|
5752
5752
|
{ "name": "::part(surface)", "description": "The surface element." },
|
|
5753
5753
|
{
|