@tylertech/forge 3.14.0-dev.3 → 3.14.0-dev.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.
- package/custom-elements.json +11012 -11012
- package/esm/split-view/split-view-panel/split-view-panel.scss.js +1 -1
- package/package.json +9 -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 +415 -415
- package/vscode.html-custom-data.json +515 -515
|
@@ -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:u0p183v;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u0p183v{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:u0p184g;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u0p184g{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:u0p184m;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u0p184m{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:u0p1856;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u0p1856{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:u0p185b;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u0p185b{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:u0p185d;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u0p185d{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:u0p1868;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u0p1868{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:u0p1877;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard, cubic-bezier(0.2, 0, 0, 1))}@keyframes u0p1877{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.5",
|
|
4
4
|
"description": "Tyler Forge™ Web Components library",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Tyler Technologies, Inc.",
|
|
@@ -27,6 +27,13 @@
|
|
|
27
27
|
"types": "./esm/*/index.d.ts",
|
|
28
28
|
"default": "./esm/*/index.js"
|
|
29
29
|
},
|
|
30
|
+
"./esm/*": {
|
|
31
|
+
"types": "./esm/*/index.d.ts",
|
|
32
|
+
"default": "./esm/*/index.js"
|
|
33
|
+
},
|
|
34
|
+
"./dist/*": {
|
|
35
|
+
"default": "./dist/*"
|
|
36
|
+
},
|
|
30
37
|
"./custom-elements.json": {
|
|
31
38
|
"default": "./custom-elements.json"
|
|
32
39
|
},
|
|
@@ -51,5 +58,5 @@
|
|
|
51
58
|
"lit": "^3.3.2",
|
|
52
59
|
"tslib": "^2.8.1"
|
|
53
60
|
},
|
|
54
|
-
"publishedAt": "2026-03-
|
|
61
|
+
"publishedAt": "2026-03-26T17:42:19.460Z"
|
|
55
62
|
}
|
|
@@ -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
|
}
|