@dynatrace/strato-design-tokens 0.20.8 → 0.20.10
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/animations/index.d.ts +1 -13
- package/animations/index.js +1 -15
- package/animations-js/index.d.ts +1 -13
- package/animations-js/index.js +1 -15
- package/borders/index.d.ts +1 -13
- package/borders/index.js +1 -15
- package/box-shadows/index.d.ts +1 -13
- package/box-shadows/index.js +1 -15
- package/breakpoints/index.d.ts +1 -13
- package/breakpoints/index.js +1 -15
- package/breakpoints-js/index.d.ts +1 -13
- package/breakpoints-js/index.js +1 -15
- package/colors/index.d.ts +39 -47
- package/colors/index.js +1 -15
- package/easings/index.d.ts +1 -13
- package/easings/index.js +1 -15
- package/easings-js/index.d.ts +1 -13
- package/easings-js/index.js +1 -15
- package/elevations/index.d.ts +1 -13
- package/elevations/index.js +1 -15
- package/esm/animations/index.js +1 -15
- package/esm/animations/index.js.map +2 -2
- package/esm/animations-js/index.js +1 -15
- package/esm/animations-js/index.js.map +2 -2
- package/esm/borders/index.js +1 -15
- package/esm/borders/index.js.map +2 -2
- package/esm/box-shadows/index.js +1 -15
- package/esm/box-shadows/index.js.map +2 -2
- package/esm/breakpoints/index.js +1 -15
- package/esm/breakpoints/index.js.map +2 -2
- package/esm/breakpoints-js/index.js +1 -15
- package/esm/breakpoints-js/index.js.map +2 -2
- package/esm/colors/index.js +1 -15
- package/esm/colors/index.js.map +2 -2
- package/esm/easings/index.js +1 -15
- package/esm/easings/index.js.map +2 -2
- package/esm/easings-js/index.js +1 -15
- package/esm/easings-js/index.js.map +2 -2
- package/esm/elevations/index.js +1 -15
- package/esm/elevations/index.js.map +2 -2
- package/esm/index.js +1 -15
- package/esm/index.js.map +2 -2
- package/esm/spacings/index.js +1 -15
- package/esm/spacings/index.js.map +2 -2
- package/esm/timings/index.js +1 -15
- package/esm/timings/index.js.map +2 -2
- package/esm/timings-js/index.js +1 -15
- package/esm/timings-js/index.js.map +2 -2
- package/esm/typography/index.js +1 -15
- package/esm/typography/index.js.map +2 -2
- package/esm/variables/index.js +1 -15
- package/esm/variables/index.js.map +2 -2
- package/esm/variables-dark/index.js +1 -15
- package/esm/variables-dark/index.js.map +2 -2
- package/index.d.ts +16 -31
- package/index.js +1 -15
- package/package.json +1 -1
- package/spacings/index.d.ts +1 -13
- package/spacings/index.js +1 -15
- package/timings/index.d.ts +1 -13
- package/timings/index.js +1 -15
- package/timings-js/index.d.ts +1 -13
- package/timings-js/index.js +1 -15
- package/typography/index.d.ts +1 -13
- package/typography/index.js +1 -15
- package/variables/index.d.ts +11 -25
- package/variables/index.js +1 -15
- package/variables-dark/index.d.ts +11 -25
- package/variables-dark/index.js +1 -15
package/animations/index.d.ts
CHANGED
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Copyright 2023 Dynatrace LLC
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
2
|
+
* Generated file, do not edit directly!
|
|
15
3
|
*/
|
|
16
4
|
declare const _default: {
|
|
17
5
|
Open: {
|
package/animations/index.js
CHANGED
|
@@ -1,15 +1 @@
|
|
|
1
|
-
var n=Object.defineProperty;var e=Object.getOwnPropertyDescriptor;var r=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var m=(s,a)=>{for(var t in a)n(s,t,{get:a[t],enumerable:!0})},u=(s,a,t,o)=>{if(a&&typeof a=="object"||typeof a=="function")for(let i of r(a))!d.call(s,i)&&i!==t&&n(s,i,{get:()=>a[i],enumerable:!(o=e(a,i))||o.enumerable});return s};var l=s=>u(n({},"__esModule",{value:!0}),s);var D={};m(D,{default:()=>z});module.exports=l(D)
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2023 Dynatrace LLC
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/const v={Duration:{Fast:"var(--dt-animations-open-duration-fast, 170ms)",Base:"var(--dt-animations-open-duration-base, 250ms)",Slow:"var(--dt-animations-open-duration-slow, 400ms)"},Easing:"var(--dt-animations-open-easing, cubic-bezier(0, 0, 0.2, 1))"},c={Duration:{Fast:"var(--dt-animations-close-duration-fast, 0ms)",Base:"var(--dt-animations-close-duration-base, 170ms)",Slow:"var(--dt-animations-close-duration-slow, 250ms)"},Easing:"var(--dt-animations-close-easing, cubic-bezier(0.5, 0, 1, 1))"},g={Duration:{Fast:"var(--dt-animations-slide-in-duration-fast, 200ms)",Base:"var(--dt-animations-slide-in-duration-base, 300ms)",Slow:"var(--dt-animations-slide-in-duration-slow, 400ms)"},Easing:"var(--dt-animations-slide-in-easing, cubic-bezier(0, 0, 0.2, 1))"},b={Duration:{Fast:"var(--dt-animations-slide-out-duration-fast, 150ms)",Base:"var(--dt-animations-slide-out-duration-base, 250ms)",Slow:"var(--dt-animations-slide-out-duration-slow, 350ms)"},Easing:"var(--dt-animations-slide-out-easing, cubic-bezier(0.8, 0, 0.5, 1))"},f={Duration:{Fast:"var(--dt-animations-fade-in-duration-fast, 150ms)",Base:"var(--dt-animations-fade-in-duration-base, 250ms)",Slow:"var(--dt-animations-fade-in-duration-slow, 350ms)"},Easing:"var(--dt-animations-fade-in-easing, cubic-bezier(0.5, 0, 1, 1))"},w={Duration:{Fast:"var(--dt-animations-fade-out-duration-fast, 150ms)",Base:"var(--dt-animations-fade-out-duration-base, 250ms)",Slow:"var(--dt-animations-fade-out-duration-slow, 350ms)"},Easing:"var(--dt-animations-fade-out-easing, cubic-bezier(0, 0, 0.2, 1))"},p={Duration:{Base:"var(--dt-animations-hover-duration-base, 150ms)"},Easing:"var(--dt-animations-hover-easing, cubic-bezier(0, 0, 0.2, 1))"},S={Duration:{Fast:"var(--dt-animations-staggered-motion-duration-fast, 250ms)",Base:"var(--dt-animations-staggered-motion-duration-base, 350ms)",Slow:"var(--dt-animations-staggered-motion-duration-slow, 400ms)"},Offset:{Fast:"var(--dt-animations-staggered-motion-offset-fast, 20ms)",Base:"var(--dt-animations-staggered-motion-offset-base, 30ms)",Slow:"var(--dt-animations-staggered-motion-offset-slow, 50ms)"},Easing:"var(--dt-animations-staggered-motion-easing, cubic-bezier(0, 0, 0.2, 1))"},F={Duration:{Fast:"var(--dt-animations-expand-collapse-duration-fast, 250ms)",Base:"var(--dt-animations-expand-collapse-duration-base, 400ms)",Slow:"var(--dt-animations-expand-collapse-duration-slow, 600ms)"},Easing:"var(--dt-animations-expand-collapse-easing, cubic-bezier(0.4, 0, 0.2, 1))"},B={Duration:{Fast:"var(--dt-animations-move-duration-fast, 150ms)",Base:"var(--dt-animations-move-duration-base, 400ms)",Slow:"var(--dt-animations-move-duration-slow, 600ms)"},Easing:"var(--dt-animations-move-easing, cubic-bezier(0.4, 0, 0.2, 1))"},E={Duration:{Fast:"var(--dt-animations-rescale-duration-fast, 170ms)",Base:"var(--dt-animations-rescale-duration-base, 250ms)",Slow:"var(--dt-animations-rescale-duration-slow, 400ms)"},Easing:"var(--dt-animations-rescale-easing, cubic-bezier(0.4, 0, 0.2, 1))"};var z={Open:v,Close:c,SlideIn:g,SlideOut:b,FadeIn:f,FadeOut:w,Hover:p,StaggeredMotion:S,ExpandCollapse:F,Move:B,Rescale:E};
|
|
1
|
+
var n=Object.defineProperty;var e=Object.getOwnPropertyDescriptor;var r=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var m=(s,a)=>{for(var t in a)n(s,t,{get:a[t],enumerable:!0})},u=(s,a,t,o)=>{if(a&&typeof a=="object"||typeof a=="function")for(let i of r(a))!d.call(s,i)&&i!==t&&n(s,i,{get:()=>a[i],enumerable:!(o=e(a,i))||o.enumerable});return s};var l=s=>u(n({},"__esModule",{value:!0}),s);var D={};m(D,{default:()=>z});module.exports=l(D);const v={Duration:{Fast:"var(--dt-animations-open-duration-fast, 170ms)",Base:"var(--dt-animations-open-duration-base, 250ms)",Slow:"var(--dt-animations-open-duration-slow, 400ms)"},Easing:"var(--dt-animations-open-easing, cubic-bezier(0, 0, 0.2, 1))"},c={Duration:{Fast:"var(--dt-animations-close-duration-fast, 0ms)",Base:"var(--dt-animations-close-duration-base, 170ms)",Slow:"var(--dt-animations-close-duration-slow, 250ms)"},Easing:"var(--dt-animations-close-easing, cubic-bezier(0.5, 0, 1, 1))"},g={Duration:{Fast:"var(--dt-animations-slide-in-duration-fast, 200ms)",Base:"var(--dt-animations-slide-in-duration-base, 300ms)",Slow:"var(--dt-animations-slide-in-duration-slow, 400ms)"},Easing:"var(--dt-animations-slide-in-easing, cubic-bezier(0, 0, 0.2, 1))"},b={Duration:{Fast:"var(--dt-animations-slide-out-duration-fast, 150ms)",Base:"var(--dt-animations-slide-out-duration-base, 250ms)",Slow:"var(--dt-animations-slide-out-duration-slow, 350ms)"},Easing:"var(--dt-animations-slide-out-easing, cubic-bezier(0.8, 0, 0.5, 1))"},f={Duration:{Fast:"var(--dt-animations-fade-in-duration-fast, 150ms)",Base:"var(--dt-animations-fade-in-duration-base, 250ms)",Slow:"var(--dt-animations-fade-in-duration-slow, 350ms)"},Easing:"var(--dt-animations-fade-in-easing, cubic-bezier(0.5, 0, 1, 1))"},w={Duration:{Fast:"var(--dt-animations-fade-out-duration-fast, 150ms)",Base:"var(--dt-animations-fade-out-duration-base, 250ms)",Slow:"var(--dt-animations-fade-out-duration-slow, 350ms)"},Easing:"var(--dt-animations-fade-out-easing, cubic-bezier(0, 0, 0.2, 1))"},p={Duration:{Base:"var(--dt-animations-hover-duration-base, 150ms)"},Easing:"var(--dt-animations-hover-easing, cubic-bezier(0, 0, 0.2, 1))"},S={Duration:{Fast:"var(--dt-animations-staggered-motion-duration-fast, 250ms)",Base:"var(--dt-animations-staggered-motion-duration-base, 350ms)",Slow:"var(--dt-animations-staggered-motion-duration-slow, 400ms)"},Offset:{Fast:"var(--dt-animations-staggered-motion-offset-fast, 20ms)",Base:"var(--dt-animations-staggered-motion-offset-base, 30ms)",Slow:"var(--dt-animations-staggered-motion-offset-slow, 50ms)"},Easing:"var(--dt-animations-staggered-motion-easing, cubic-bezier(0, 0, 0.2, 1))"},F={Duration:{Fast:"var(--dt-animations-expand-collapse-duration-fast, 250ms)",Base:"var(--dt-animations-expand-collapse-duration-base, 400ms)",Slow:"var(--dt-animations-expand-collapse-duration-slow, 600ms)"},Easing:"var(--dt-animations-expand-collapse-easing, cubic-bezier(0.4, 0, 0.2, 1))"},B={Duration:{Fast:"var(--dt-animations-move-duration-fast, 150ms)",Base:"var(--dt-animations-move-duration-base, 400ms)",Slow:"var(--dt-animations-move-duration-slow, 600ms)"},Easing:"var(--dt-animations-move-easing, cubic-bezier(0.4, 0, 0.2, 1))"},E={Duration:{Fast:"var(--dt-animations-rescale-duration-fast, 170ms)",Base:"var(--dt-animations-rescale-duration-base, 250ms)",Slow:"var(--dt-animations-rescale-duration-slow, 400ms)"},Easing:"var(--dt-animations-rescale-easing, cubic-bezier(0.4, 0, 0.2, 1))"};var z={Open:v,Close:c,SlideIn:g,SlideOut:b,FadeIn:f,FadeOut:w,Hover:p,StaggeredMotion:S,ExpandCollapse:F,Move:B,Rescale:E};
|
package/animations-js/index.d.ts
CHANGED
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Copyright 2023 Dynatrace LLC
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
2
|
+
* Generated file, do not edit directly!
|
|
15
3
|
*/
|
|
16
4
|
declare const _default: {
|
|
17
5
|
Open: {
|
package/animations-js/index.js
CHANGED
|
@@ -1,15 +1 @@
|
|
|
1
|
-
var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var r=Object.prototype.hasOwnProperty;var u=(s,a)=>{for(var t in a)n(s,t,{get:a[t],enumerable:!0})},S=(s,a,t,e)=>{if(a&&typeof a=="object"||typeof a=="function")for(let o of l(a))!r.call(s,o)&&o!==t&&n(s,o,{get:()=>a[o],enumerable:!(e=i(a,o))||e.enumerable});return s};var g=s=>S(n({},"__esModule",{value:!0}),s);var C={};u(C,{default:()=>x});module.exports=g(C)
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2023 Dynatrace LLC
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/const F={Duration:{Fast:.17,Base:.25,Slow:.4},Easing:[0,0,.2,1]},c={Duration:{Fast:0,Base:.17,Slow:.25},Easing:[.5,0,1,1]},B={Duration:{Fast:.2,Base:.3,Slow:.4},Easing:[0,0,.2,1]},E={Duration:{Fast:.15,Base:.25,Slow:.35},Easing:[.8,0,.5,1]},w={Duration:{Fast:.15,Base:.25,Slow:.35},Easing:[.5,0,1,1]},D={Duration:{Fast:.15,Base:.25,Slow:.35},Easing:[0,0,.2,1]},d={Duration:{Base:.15},Easing:[0,0,.2,1]},p={Duration:{Fast:.25,Base:.35,Slow:.4},Offset:{Fast:.02,Base:.03,Slow:.05},Easing:[0,0,.2,1]},O={Duration:{Fast:.25,Base:.4,Slow:.6},Easing:[.4,0,.2,1]},f={Duration:{Fast:.15,Base:.4,Slow:.6},Easing:[.4,0,.2,1]},v={Duration:{Fast:.17,Base:.25,Slow:.4},Easing:[.4,0,.2,1]};var x={Open:F,Close:c,SlideIn:B,SlideOut:E,FadeIn:w,FadeOut:D,Hover:d,StaggeredMotion:p,ExpandCollapse:O,Move:f,Rescale:v};
|
|
1
|
+
var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var r=Object.prototype.hasOwnProperty;var u=(s,a)=>{for(var t in a)n(s,t,{get:a[t],enumerable:!0})},S=(s,a,t,e)=>{if(a&&typeof a=="object"||typeof a=="function")for(let o of l(a))!r.call(s,o)&&o!==t&&n(s,o,{get:()=>a[o],enumerable:!(e=i(a,o))||e.enumerable});return s};var g=s=>S(n({},"__esModule",{value:!0}),s);var C={};u(C,{default:()=>x});module.exports=g(C);const F={Duration:{Fast:.17,Base:.25,Slow:.4},Easing:[0,0,.2,1]},c={Duration:{Fast:0,Base:.17,Slow:.25},Easing:[.5,0,1,1]},B={Duration:{Fast:.2,Base:.3,Slow:.4},Easing:[0,0,.2,1]},E={Duration:{Fast:.15,Base:.25,Slow:.35},Easing:[.8,0,.5,1]},w={Duration:{Fast:.15,Base:.25,Slow:.35},Easing:[.5,0,1,1]},D={Duration:{Fast:.15,Base:.25,Slow:.35},Easing:[0,0,.2,1]},d={Duration:{Base:.15},Easing:[0,0,.2,1]},p={Duration:{Fast:.25,Base:.35,Slow:.4},Offset:{Fast:.02,Base:.03,Slow:.05},Easing:[0,0,.2,1]},O={Duration:{Fast:.25,Base:.4,Slow:.6},Easing:[.4,0,.2,1]},f={Duration:{Fast:.15,Base:.4,Slow:.6},Easing:[.4,0,.2,1]},v={Duration:{Fast:.17,Base:.25,Slow:.4},Easing:[.4,0,.2,1]};var x={Open:F,Close:c,SlideIn:B,SlideOut:E,FadeIn:w,FadeOut:D,Hover:d,StaggeredMotion:p,ExpandCollapse:O,Move:f,Rescale:v};
|
package/borders/index.d.ts
CHANGED
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Copyright 2023 Dynatrace LLC
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
2
|
+
* Generated file, do not edit directly!
|
|
15
3
|
*/
|
|
16
4
|
declare const _default: {
|
|
17
5
|
Style: {
|
package/borders/index.js
CHANGED
|
@@ -1,15 +1 @@
|
|
|
1
|
-
var s=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var l=Object.prototype.hasOwnProperty;var o=(e,d)=>{for(var a in d)s(e,a,{get:d[a],enumerable:!0})},b=(e,d,a,t)=>{if(d&&typeof d=="object"||typeof d=="function")for(let r of i(d))!l.call(e,r)&&r!==a&&s(e,r,{get:()=>d[r],enumerable:!(t=u(d,r))||t.enumerable});return e};var f=e=>b(s({},"__esModule",{value:!0}),e);var n={};o(n,{default:()=>x});module.exports=f(n)
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2023 Dynatrace LLC
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/const p={Default:"var(--dt-borders-style-default, solid)",Dashed:"var(--dt-borders-style-dashed, dashed)"},v={Default:"var(--dt-borders-width-default, 1px)",Emphasized:"var(--dt-borders-width-emphasized, 2px)"},h={Surface:{Subdued:"var(--dt-borders-radius-surface-subdued, 12px)",Default:"var(--dt-borders-radius-surface-default, 16px)"},Container:{Subdued:"var(--dt-borders-radius-container-subdued, 8px)",Default:"var(--dt-borders-radius-container-default, 12px)"},Field:{Subdued:"var(--dt-borders-radius-field-subdued, 4px)",Default:"var(--dt-borders-radius-field-default, 8px)",Emphasized:"var(--dt-borders-radius-field-emphasized, 9999px)"}};var x={Style:p,Width:v,Radius:h};
|
|
1
|
+
var s=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var l=Object.prototype.hasOwnProperty;var o=(e,d)=>{for(var a in d)s(e,a,{get:d[a],enumerable:!0})},b=(e,d,a,t)=>{if(d&&typeof d=="object"||typeof d=="function")for(let r of i(d))!l.call(e,r)&&r!==a&&s(e,r,{get:()=>d[r],enumerable:!(t=u(d,r))||t.enumerable});return e};var f=e=>b(s({},"__esModule",{value:!0}),e);var n={};o(n,{default:()=>x});module.exports=f(n);const p={Default:"var(--dt-borders-style-default, solid)",Dashed:"var(--dt-borders-style-dashed, dashed)"},v={Default:"var(--dt-borders-width-default, 1px)",Emphasized:"var(--dt-borders-width-emphasized, 2px)"},h={Surface:{Subdued:"var(--dt-borders-radius-surface-subdued, 12px)",Default:"var(--dt-borders-radius-surface-default, 16px)"},Container:{Subdued:"var(--dt-borders-radius-container-subdued, 8px)",Default:"var(--dt-borders-radius-container-default, 12px)"},Field:{Subdued:"var(--dt-borders-radius-field-subdued, 4px)",Default:"var(--dt-borders-radius-field-default, 8px)",Emphasized:"var(--dt-borders-radius-field-emphasized, 9999px)"}};var x={Style:p,Width:v,Radius:h};
|
package/box-shadows/index.d.ts
CHANGED
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Copyright 2023 Dynatrace LLC
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
2
|
+
* Generated file, do not edit directly!
|
|
15
3
|
*/
|
|
16
4
|
declare const _default: {
|
|
17
5
|
Surface: {
|
package/box-shadows/index.js
CHANGED
|
@@ -1,15 +1 @@
|
|
|
1
|
-
var a=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var t=Object.prototype.hasOwnProperty;var v=(p,x)=>{for(var d in x)a(p,d,{get:x[d],enumerable:!0})},f=(p,x,d,s)=>{if(x&&typeof x=="object"||typeof x=="function")for(let e of o(x))!t.call(p,e)&&e!==d&&a(p,e,{get:()=>x[e],enumerable:!(s=r(x,e))||s.enumerable});return p};var c=p=>f(a({},"__esModule",{value:!0}),p);var u={};v(u,{default:()=>h});module.exports=c(u)
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2023 Dynatrace LLC
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/const i={Flat:{Rest:"var(--dt-box-shadows-surface-flat-rest, none)",Hover:"var(--dt-box-shadows-surface-flat-hover, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12)",Active:"var(--dt-box-shadows-surface-flat-active, none)",Drag:"var(--dt-box-shadows-surface-flat-drag, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52)"},Raised:{Rest:"var(--dt-box-shadows-surface-raised-rest, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12)",Hover:"var(--dt-box-shadows-surface-raised-hover, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 5px 11px -2px #2d2e4e29)",Active:"var(--dt-box-shadows-surface-raised-active, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12)",Drag:"var(--dt-box-shadows-surface-raised-drag, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52)"},Floating:{Rest:"var(--dt-box-shadows-surface-floating-rest, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 5px 11px -2px #2d2e4e29)",Hover:"var(--dt-box-shadows-surface-floating-hover, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 6px 14px -2px #2d2e4e3d)",Active:"var(--dt-box-shadows-surface-floating-active, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 5px 11px -2px #2d2e4e29)",Drag:"var(--dt-box-shadows-surface-floating-drag, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52)"}};var h={Surface:i};
|
|
1
|
+
var a=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var t=Object.prototype.hasOwnProperty;var v=(p,x)=>{for(var d in x)a(p,d,{get:x[d],enumerable:!0})},f=(p,x,d,s)=>{if(x&&typeof x=="object"||typeof x=="function")for(let e of o(x))!t.call(p,e)&&e!==d&&a(p,e,{get:()=>x[e],enumerable:!(s=r(x,e))||s.enumerable});return p};var c=p=>f(a({},"__esModule",{value:!0}),p);var u={};v(u,{default:()=>h});module.exports=c(u);const i={Flat:{Rest:"var(--dt-box-shadows-surface-flat-rest, none)",Hover:"var(--dt-box-shadows-surface-flat-hover, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12)",Active:"var(--dt-box-shadows-surface-flat-active, none)",Drag:"var(--dt-box-shadows-surface-flat-drag, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52)"},Raised:{Rest:"var(--dt-box-shadows-surface-raised-rest, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12)",Hover:"var(--dt-box-shadows-surface-raised-hover, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 5px 11px -2px #2d2e4e29)",Active:"var(--dt-box-shadows-surface-raised-active, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12)",Drag:"var(--dt-box-shadows-surface-raised-drag, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52)"},Floating:{Rest:"var(--dt-box-shadows-surface-floating-rest, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 5px 11px -2px #2d2e4e29)",Hover:"var(--dt-box-shadows-surface-floating-hover, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 6px 14px -2px #2d2e4e3d)",Active:"var(--dt-box-shadows-surface-floating-active, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 5px 11px -2px #2d2e4e29)",Drag:"var(--dt-box-shadows-surface-floating-drag, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52)"}};var h={Surface:i};
|
package/breakpoints/index.d.ts
CHANGED
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Copyright 2023 Dynatrace LLC
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
2
|
+
* Generated file, do not edit directly!
|
|
15
3
|
*/
|
|
16
4
|
declare const _default: {
|
|
17
5
|
Max: {
|
package/breakpoints/index.js
CHANGED
|
@@ -1,15 +1 @@
|
|
|
1
|
-
var o=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var b=(e,t)=>{for(var p in t)o(e,p,{get:t[p],enumerable:!0})},d=(e,t,p,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of n(t))!s.call(e,a)&&a!==p&&o(e,a,{get:()=>t[a],enumerable:!(r=i(t,a))||r.enumerable});return e};var x=e=>d(o({},"__esModule",{value:!0}),e);var v={};b(v,{default:()=>m});module.exports=x(v)
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2023 Dynatrace LLC
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/const k={Mobile:"var(--dt-breakpoints-max-mobile, 640px)",Tablet:"var(--dt-breakpoints-max-tablet, 960px)",Desktop:"var(--dt-breakpoints-max-desktop, 1920px)"},l={Tablet:"var(--dt-breakpoints-min-tablet, 641px)",Desktop:"var(--dt-breakpoints-min-desktop, 961px)",Widescreen:"var(--dt-breakpoints-min-widescreen, 1921px)"};var m={Max:k,Min:l};
|
|
1
|
+
var o=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var b=(e,t)=>{for(var p in t)o(e,p,{get:t[p],enumerable:!0})},d=(e,t,p,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of n(t))!s.call(e,a)&&a!==p&&o(e,a,{get:()=>t[a],enumerable:!(r=i(t,a))||r.enumerable});return e};var x=e=>d(o({},"__esModule",{value:!0}),e);var v={};b(v,{default:()=>m});module.exports=x(v);const k={Mobile:"var(--dt-breakpoints-max-mobile, 640px)",Tablet:"var(--dt-breakpoints-max-tablet, 960px)",Desktop:"var(--dt-breakpoints-max-desktop, 1920px)"},l={Tablet:"var(--dt-breakpoints-min-tablet, 641px)",Desktop:"var(--dt-breakpoints-min-desktop, 961px)",Widescreen:"var(--dt-breakpoints-min-widescreen, 1921px)"};var m={Max:k,Min:l};
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Copyright 2023 Dynatrace LLC
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
2
|
+
* Generated file, do not edit directly!
|
|
15
3
|
*/
|
|
16
4
|
declare const _default: {
|
|
17
5
|
Max: {
|
package/breakpoints-js/index.js
CHANGED
|
@@ -1,15 +1 @@
|
|
|
1
|
-
var a=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var c=Object.prototype.hasOwnProperty;var i=(t,e)=>{for(var s in e)a(t,s,{get:e[s],enumerable:!0})},p=(t,e,s,l)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of b(e))!c.call(t,o)&&o!==s&&a(t,o,{get:()=>e[o],enumerable:!(l=n(e,o))||l.enumerable});return t};var M=t=>p(a({},"__esModule",{value:!0}),t);var x={};i(x,{default:()=>r});module.exports=M(x)
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2023 Dynatrace LLC
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/const d={Mobile:640,Tablet:960,Desktop:1920},k={Tablet:641,Desktop:961,Widescreen:1921};var r={Max:d,Min:k};
|
|
1
|
+
var a=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var c=Object.prototype.hasOwnProperty;var i=(t,e)=>{for(var s in e)a(t,s,{get:e[s],enumerable:!0})},p=(t,e,s,l)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of b(e))!c.call(t,o)&&o!==s&&a(t,o,{get:()=>e[o],enumerable:!(l=n(e,o))||l.enumerable});return t};var M=t=>p(a({},"__esModule",{value:!0}),t);var x={};i(x,{default:()=>r});module.exports=M(x);const d={Mobile:640,Tablet:960,Desktop:1920},k={Tablet:641,Desktop:961,Widescreen:1921};var r={Max:d,Min:k};
|
package/colors/index.d.ts
CHANGED
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Copyright 2023 Dynatrace LLC
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
2
|
+
* Generated file, do not edit directly!
|
|
15
3
|
*/
|
|
16
4
|
declare const _default: {
|
|
17
5
|
Theme: {
|
|
@@ -104,7 +92,7 @@ declare const _default: {
|
|
|
104
92
|
'70': string;
|
|
105
93
|
/** Css custom property: --dt-colors-theme-warning-80. Default value: #fdb452. */
|
|
106
94
|
'80': string;
|
|
107
|
-
/** Css custom property: --dt-colors-theme-warning-90. Default value: #
|
|
95
|
+
/** Css custom property: --dt-colors-theme-warning-90. Default value: #ffc56a. */
|
|
108
96
|
'90': string;
|
|
109
97
|
};
|
|
110
98
|
Critical: {
|
|
@@ -124,7 +112,7 @@ declare const _default: {
|
|
|
124
112
|
'70': string;
|
|
125
113
|
/** Css custom property: --dt-colors-theme-critical-80. Default value: #b2012d. */
|
|
126
114
|
'80': string;
|
|
127
|
-
/** Css custom property: --dt-colors-theme-critical-90. Default value: #
|
|
115
|
+
/** Css custom property: --dt-colors-theme-critical-90. Default value: #a0001f. */
|
|
128
116
|
'90': string;
|
|
129
117
|
};
|
|
130
118
|
};
|
|
@@ -445,59 +433,59 @@ declare const _default: {
|
|
|
445
433
|
AccentHover: string;
|
|
446
434
|
/**
|
|
447
435
|
* Use for click interaction on accentuated warning fields.
|
|
448
|
-
* Css custom property: --dt-colors-background-field-warning-accent-active. Default value: #
|
|
436
|
+
* Css custom property: --dt-colors-background-field-warning-accent-active. Default value: #ffc56a.
|
|
449
437
|
*/
|
|
450
438
|
AccentActive: string;
|
|
451
439
|
};
|
|
452
440
|
Critical: {
|
|
453
441
|
/**
|
|
454
|
-
* Use for disabled
|
|
442
|
+
* Use for disabled critical fields.
|
|
455
443
|
* Css custom property: --dt-colors-background-field-critical-disabled. Default value: #dadbe780.
|
|
456
444
|
*/
|
|
457
445
|
Disabled: string;
|
|
458
446
|
/**
|
|
459
|
-
* Use for default
|
|
447
|
+
* Use for default critical fields.
|
|
460
448
|
* Css custom property: --dt-colors-background-field-critical-default. Default value: #f2d7d900.
|
|
461
449
|
*/
|
|
462
450
|
Default: string;
|
|
463
451
|
/**
|
|
464
|
-
* Use for hover interaction on default
|
|
452
|
+
* Use for hover interaction on default critical fields.
|
|
465
453
|
* Css custom property: --dt-colors-background-field-critical-default-hover. Default value: #f1cdcf.
|
|
466
454
|
*/
|
|
467
455
|
DefaultHover: string;
|
|
468
456
|
/**
|
|
469
|
-
* Use for click interaction on default
|
|
457
|
+
* Use for click interaction on default critical fields.
|
|
470
458
|
* Css custom property: --dt-colors-background-field-critical-default-active. Default value: #f0c4c5.
|
|
471
459
|
*/
|
|
472
460
|
DefaultActive: string;
|
|
473
461
|
/**
|
|
474
|
-
* Use for emphasized
|
|
462
|
+
* Use for emphasized critical fields.
|
|
475
463
|
* Css custom property: --dt-colors-background-field-critical-emphasized. Default value: #f2d7d9.
|
|
476
464
|
*/
|
|
477
465
|
Emphasized: string;
|
|
478
466
|
/**
|
|
479
|
-
* Use for hover interaction on emphasized
|
|
467
|
+
* Use for hover interaction on emphasized critical fields.
|
|
480
468
|
* Css custom property: --dt-colors-background-field-critical-emphasized-hover. Default value: #f1cdcf.
|
|
481
469
|
*/
|
|
482
470
|
EmphasizedHover: string;
|
|
483
471
|
/**
|
|
484
|
-
* Use for click interaction on emphasized
|
|
472
|
+
* Use for click interaction on emphasized critical fields.
|
|
485
473
|
* Css custom property: --dt-colors-background-field-critical-emphasized-active. Default value: #f0c4c5.
|
|
486
474
|
*/
|
|
487
475
|
EmphasizedActive: string;
|
|
488
476
|
/**
|
|
489
|
-
* Use for accentuated
|
|
477
|
+
* Use for accentuated critical fields. Use sparingly.
|
|
490
478
|
* Css custom property: --dt-colors-background-field-critical-accent. Default value: #c4233b.
|
|
491
479
|
*/
|
|
492
480
|
Accent: string;
|
|
493
481
|
/**
|
|
494
|
-
* Use for hover interaction on accentuated
|
|
482
|
+
* Use for hover interaction on accentuated critical fields.
|
|
495
483
|
* Css custom property: --dt-colors-background-field-critical-accent-hover. Default value: #b2012d.
|
|
496
484
|
*/
|
|
497
485
|
AccentHover: string;
|
|
498
486
|
/**
|
|
499
|
-
* Use for click interaction on accentuated
|
|
500
|
-
* Css custom property: --dt-colors-background-field-critical-accent-active. Default value: #
|
|
487
|
+
* Use for click interaction on accentuated critical fields.
|
|
488
|
+
* Css custom property: --dt-colors-background-field-critical-accent-active. Default value: #a0001f.
|
|
501
489
|
*/
|
|
502
490
|
AccentActive: string;
|
|
503
491
|
};
|
|
@@ -775,12 +763,12 @@ declare const _default: {
|
|
|
775
763
|
Accent: string;
|
|
776
764
|
/**
|
|
777
765
|
* Use as border color of warning accentuated elements on hover interaction.
|
|
778
|
-
* Css custom property: --dt-colors-border-warning-accent-hover. Default value: #
|
|
766
|
+
* Css custom property: --dt-colors-border-warning-accent-hover. Default value: #683b00.
|
|
779
767
|
*/
|
|
780
768
|
AccentHover: string;
|
|
781
769
|
/**
|
|
782
770
|
* Use as border color of warning accentuated elements on click interaction.
|
|
783
|
-
* Css custom property: --dt-colors-border-warning-accent-active. Default value: #
|
|
771
|
+
* Css custom property: --dt-colors-border-warning-accent-active. Default value: #4d2800.
|
|
784
772
|
*/
|
|
785
773
|
AccentActive: string;
|
|
786
774
|
};
|
|
@@ -834,12 +822,12 @@ declare const _default: {
|
|
|
834
822
|
Accent: string;
|
|
835
823
|
/**
|
|
836
824
|
* Use as border color of critical accentuated elements on hover interaction.
|
|
837
|
-
* Css custom property: --dt-colors-border-critical-accent-hover. Default value: #
|
|
825
|
+
* Css custom property: --dt-colors-border-critical-accent-hover. Default value: #97001f.
|
|
838
826
|
*/
|
|
839
827
|
AccentHover: string;
|
|
840
828
|
/**
|
|
841
829
|
* Use as border color of critical accentuated elements on click interaction.
|
|
842
|
-
* Css custom property: --dt-colors-border-critical-accent-active. Default value: #
|
|
830
|
+
* Css custom property: --dt-colors-border-critical-accent-active. Default value: #720013.
|
|
843
831
|
*/
|
|
844
832
|
AccentActive: string;
|
|
845
833
|
};
|
|
@@ -1053,12 +1041,12 @@ declare const _default: {
|
|
|
1053
1041
|
Default: string;
|
|
1054
1042
|
/**
|
|
1055
1043
|
* Use as the default warning text color on hover interaction.
|
|
1056
|
-
* Css custom property: --dt-colors-text-warning-default-hover. Default value: #
|
|
1044
|
+
* Css custom property: --dt-colors-text-warning-default-hover. Default value: #683b00.
|
|
1057
1045
|
*/
|
|
1058
1046
|
DefaultHover: string;
|
|
1059
1047
|
/**
|
|
1060
1048
|
* Use as the default warning text color on click interaction.
|
|
1061
|
-
* Css custom property: --dt-colors-text-warning-default-active. Default value: #
|
|
1049
|
+
* Css custom property: --dt-colors-text-warning-default-active. Default value: #4d2800.
|
|
1062
1050
|
*/
|
|
1063
1051
|
DefaultActive: string;
|
|
1064
1052
|
};
|
|
@@ -1097,12 +1085,12 @@ declare const _default: {
|
|
|
1097
1085
|
Default: string;
|
|
1098
1086
|
/**
|
|
1099
1087
|
* Use as the default critical text color on hover interaction.
|
|
1100
|
-
* Css custom property: --dt-colors-text-critical-default-hover. Default value: #
|
|
1088
|
+
* Css custom property: --dt-colors-text-critical-default-hover. Default value: #97001f.
|
|
1101
1089
|
*/
|
|
1102
1090
|
DefaultHover: string;
|
|
1103
1091
|
/**
|
|
1104
1092
|
* Use as the default critical text color on click interaction.
|
|
1105
|
-
* Css custom property: --dt-colors-text-critical-default-active. Default value: #
|
|
1093
|
+
* Css custom property: --dt-colors-text-critical-default-active. Default value: #720013.
|
|
1106
1094
|
*/
|
|
1107
1095
|
DefaultActive: string;
|
|
1108
1096
|
};
|
|
@@ -1316,12 +1304,12 @@ declare const _default: {
|
|
|
1316
1304
|
Default: string;
|
|
1317
1305
|
/**
|
|
1318
1306
|
* Use as the default warning icon color on hover interaction.
|
|
1319
|
-
* Css custom property: --dt-colors-icon-warning-default-hover. Default value: #
|
|
1307
|
+
* Css custom property: --dt-colors-icon-warning-default-hover. Default value: #683b00.
|
|
1320
1308
|
*/
|
|
1321
1309
|
DefaultHover: string;
|
|
1322
1310
|
/**
|
|
1323
1311
|
* Use as the default warning icon color on click interaction.
|
|
1324
|
-
* Css custom property: --dt-colors-icon-warning-default-active. Default value: #
|
|
1312
|
+
* Css custom property: --dt-colors-icon-warning-default-active. Default value: #4d2800.
|
|
1325
1313
|
*/
|
|
1326
1314
|
DefaultActive: string;
|
|
1327
1315
|
};
|
|
@@ -1360,12 +1348,12 @@ declare const _default: {
|
|
|
1360
1348
|
Default: string;
|
|
1361
1349
|
/**
|
|
1362
1350
|
* Use as the default critical icon color on hover interaction.
|
|
1363
|
-
* Css custom property: --dt-colors-icon-critical-default-hover. Default value: #
|
|
1351
|
+
* Css custom property: --dt-colors-icon-critical-default-hover. Default value: #97001f.
|
|
1364
1352
|
*/
|
|
1365
1353
|
DefaultHover: string;
|
|
1366
1354
|
/**
|
|
1367
1355
|
* Use as the default critical icon color on click interaction.
|
|
1368
|
-
* Css custom property: --dt-colors-icon-critical-default-active. Default value: #
|
|
1356
|
+
* Css custom property: --dt-colors-icon-critical-default-active. Default value: #720013.
|
|
1369
1357
|
*/
|
|
1370
1358
|
DefaultActive: string;
|
|
1371
1359
|
};
|
|
@@ -1694,6 +1682,10 @@ declare const _default: {
|
|
|
1694
1682
|
/** Css custom property: --dt-colors-charts-loglevel-debug-default. Default value: #8b6ecf. */
|
|
1695
1683
|
Default: string;
|
|
1696
1684
|
};
|
|
1685
|
+
None: {
|
|
1686
|
+
/** Css custom property: --dt-colors-charts-loglevel-none-default. Default value: #2c2f3f. */
|
|
1687
|
+
Default: string;
|
|
1688
|
+
};
|
|
1697
1689
|
};
|
|
1698
1690
|
Apdex: {
|
|
1699
1691
|
Excellent: {
|
|
@@ -2388,7 +2380,7 @@ declare const _default: {
|
|
|
2388
2380
|
Default: string;
|
|
2389
2381
|
};
|
|
2390
2382
|
Color06: {
|
|
2391
|
-
/** Css custom property: --dt-colors-charts-diverging-orange-blue-color-06-default. Default value: #
|
|
2383
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-blue-color-06-default. Default value: #f5eee0. */
|
|
2392
2384
|
Default: string;
|
|
2393
2385
|
};
|
|
2394
2386
|
Color07: {
|
|
@@ -2434,7 +2426,7 @@ declare const _default: {
|
|
|
2434
2426
|
Default: string;
|
|
2435
2427
|
};
|
|
2436
2428
|
Color06: {
|
|
2437
|
-
/** Css custom property: --dt-colors-charts-diverging-red-blue-color-06-default. Default value: #
|
|
2429
|
+
/** Css custom property: --dt-colors-charts-diverging-red-blue-color-06-default. Default value: #f5eee0. */
|
|
2438
2430
|
Default: string;
|
|
2439
2431
|
};
|
|
2440
2432
|
Color07: {
|
|
@@ -2480,7 +2472,7 @@ declare const _default: {
|
|
|
2480
2472
|
Default: string;
|
|
2481
2473
|
};
|
|
2482
2474
|
Color06: {
|
|
2483
|
-
/** Css custom property: --dt-colors-charts-diverging-red-purple-color-06-default. Default value: #
|
|
2475
|
+
/** Css custom property: --dt-colors-charts-diverging-red-purple-color-06-default. Default value: #f5eee0. */
|
|
2484
2476
|
Default: string;
|
|
2485
2477
|
};
|
|
2486
2478
|
Color07: {
|
|
@@ -2526,7 +2518,7 @@ declare const _default: {
|
|
|
2526
2518
|
Default: string;
|
|
2527
2519
|
};
|
|
2528
2520
|
Color06: {
|
|
2529
|
-
/** Css custom property: --dt-colors-charts-diverging-blue-moss-color-06-default. Default value: #
|
|
2521
|
+
/** Css custom property: --dt-colors-charts-diverging-blue-moss-color-06-default. Default value: #f5eee0. */
|
|
2530
2522
|
Default: string;
|
|
2531
2523
|
};
|
|
2532
2524
|
Color07: {
|
|
@@ -2572,7 +2564,7 @@ declare const _default: {
|
|
|
2572
2564
|
Default: string;
|
|
2573
2565
|
};
|
|
2574
2566
|
Color06: {
|
|
2575
|
-
/** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-06-default. Default value: #
|
|
2567
|
+
/** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-06-default. Default value: #f5eee0. */
|
|
2576
2568
|
Default: string;
|
|
2577
2569
|
};
|
|
2578
2570
|
Color07: {
|
|
@@ -2618,7 +2610,7 @@ declare const _default: {
|
|
|
2618
2610
|
Default: string;
|
|
2619
2611
|
};
|
|
2620
2612
|
Color06: {
|
|
2621
|
-
/** Css custom property: --dt-colors-charts-diverging-red-green-color-06-default. Default value: #
|
|
2613
|
+
/** Css custom property: --dt-colors-charts-diverging-red-green-color-06-default. Default value: #f5eee0. */
|
|
2622
2614
|
Default: string;
|
|
2623
2615
|
};
|
|
2624
2616
|
Color07: {
|
|
@@ -2664,7 +2656,7 @@ declare const _default: {
|
|
|
2664
2656
|
Default: string;
|
|
2665
2657
|
};
|
|
2666
2658
|
Color06: {
|
|
2667
|
-
/** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-06-default. Default value: #
|
|
2659
|
+
/** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-06-default. Default value: #f5eee0. */
|
|
2668
2660
|
Default: string;
|
|
2669
2661
|
};
|
|
2670
2662
|
Color07: {
|
|
@@ -2710,7 +2702,7 @@ declare const _default: {
|
|
|
2710
2702
|
Default: string;
|
|
2711
2703
|
};
|
|
2712
2704
|
Color06: {
|
|
2713
|
-
/** Css custom property: --dt-colors-charts-diverging-pink-green-color-06-default. Default value: #
|
|
2705
|
+
/** Css custom property: --dt-colors-charts-diverging-pink-green-color-06-default. Default value: #f5eee0. */
|
|
2714
2706
|
Default: string;
|
|
2715
2707
|
};
|
|
2716
2708
|
Color07: {
|