@dynatrace/strato-design-tokens 0.20.7 → 0.20.9
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 +11 -23
- 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 +595 -236
- 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 +125 -15
- package/variables/index.js +1 -15
- package/variables-dark/index.d.ts +125 -15
- 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: {
|
|
@@ -24,7 +12,7 @@ declare const _default: {
|
|
|
24
12
|
Rest: string;
|
|
25
13
|
/**
|
|
26
14
|
* Use as the default level of elevation when a user's pointer is over an interactive surface.
|
|
27
|
-
* Css custom property: --dt-box-shadows-surface-flat-hover. Default value: 0px 0px 0px 1px #
|
|
15
|
+
* Css custom property: --dt-box-shadows-surface-flat-hover. Default value: 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12.
|
|
28
16
|
*/
|
|
29
17
|
Hover: string;
|
|
30
18
|
/**
|
|
@@ -34,7 +22,7 @@ declare const _default: {
|
|
|
34
22
|
Active: string;
|
|
35
23
|
/**
|
|
36
24
|
* Use as the default level of elevation when moving a surface, on drag-and-drop interaction.
|
|
37
|
-
* Css custom property: --dt-box-shadows-surface-flat-drag. Default value: 0px 0px 0px 1px #
|
|
25
|
+
* Css custom property: --dt-box-shadows-surface-flat-drag. Default value: 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52.
|
|
38
26
|
*/
|
|
39
27
|
Drag: string;
|
|
40
28
|
};
|
|
@@ -42,22 +30,22 @@ declare const _default: {
|
|
|
42
30
|
Raised: {
|
|
43
31
|
/**
|
|
44
32
|
* Use for raised surfaces.
|
|
45
|
-
* Css custom property: --dt-box-shadows-surface-raised-rest. Default value: 0px 0px 0px 1px #
|
|
33
|
+
* Css custom property: --dt-box-shadows-surface-raised-rest. Default value: 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12.
|
|
46
34
|
*/
|
|
47
35
|
Rest: string;
|
|
48
36
|
/**
|
|
49
37
|
* Use when a user's pointer is over an interactive raised surface.
|
|
50
|
-
* Css custom property: --dt-box-shadows-surface-raised-hover. Default value: 0px 0px 0px 1px #
|
|
38
|
+
* Css custom property: --dt-box-shadows-surface-raised-hover. Default value: 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 5px 11px -2px #2d2e4e29.
|
|
51
39
|
*/
|
|
52
40
|
Hover: string;
|
|
53
41
|
/**
|
|
54
42
|
* Use when the user is pressing an interactive raised surface.
|
|
55
|
-
* Css custom property: --dt-box-shadows-surface-raised-active. Default value: 0px 0px 0px 1px #
|
|
43
|
+
* Css custom property: --dt-box-shadows-surface-raised-active. Default value: 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12.
|
|
56
44
|
*/
|
|
57
45
|
Active: string;
|
|
58
46
|
/**
|
|
59
47
|
* Use when moving a raised surface, on drag-and-drop interaction.
|
|
60
|
-
* Css custom property: --dt-box-shadows-surface-raised-drag. Default value: 0px 0px 0px 1px #
|
|
48
|
+
* Css custom property: --dt-box-shadows-surface-raised-drag. Default value: 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52.
|
|
61
49
|
*/
|
|
62
50
|
Drag: string;
|
|
63
51
|
};
|
|
@@ -65,22 +53,22 @@ declare const _default: {
|
|
|
65
53
|
Floating: {
|
|
66
54
|
/**
|
|
67
55
|
* Use for floating surfaces.
|
|
68
|
-
* Css custom property: --dt-box-shadows-surface-floating-rest. Default value: 0px 0px 0px 1px #
|
|
56
|
+
* Css custom property: --dt-box-shadows-surface-floating-rest. Default value: 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 5px 11px -2px #2d2e4e29.
|
|
69
57
|
*/
|
|
70
58
|
Rest: string;
|
|
71
59
|
/**
|
|
72
60
|
* Use when a user's pointer is over an interactive floating surface.
|
|
73
|
-
* Css custom property: --dt-box-shadows-surface-floating-hover. Default value: 0px 0px 0px 1px #
|
|
61
|
+
* Css custom property: --dt-box-shadows-surface-floating-hover. Default value: 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 6px 14px -2px #2d2e4e3d.
|
|
74
62
|
*/
|
|
75
63
|
Hover: string;
|
|
76
64
|
/**
|
|
77
65
|
* Use when the user is pressing an interactive floating surface.
|
|
78
|
-
* Css custom property: --dt-box-shadows-surface-floating-active. Default value: 0px 0px 0px 1px #
|
|
66
|
+
* Css custom property: --dt-box-shadows-surface-floating-active. Default value: 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 5px 11px -2px #2d2e4e29.
|
|
79
67
|
*/
|
|
80
68
|
Active: string;
|
|
81
69
|
/**
|
|
82
70
|
* Use when moving a floating surface, on drag-and-drop interaction.
|
|
83
|
-
* Css custom property: --dt-box-shadows-surface-floating-drag. Default value: 0px 0px 0px 1px #
|
|
71
|
+
* Css custom property: --dt-box-shadows-surface-floating-drag. Default value: 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52.
|
|
84
72
|
*/
|
|
85
73
|
Drag: string;
|
|
86
74
|
};
|
package/box-shadows/index.js
CHANGED
|
@@ -1,15 +1 @@
|
|
|
1
|
-
var
|
|
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 #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 4px 8px -2px #2c2d4d12)",Active:"var(--dt-box-shadows-surface-flat-active, none)",Drag:"var(--dt-box-shadows-surface-flat-drag, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 7px 17px -2px #2c2d4d52)"},Raised:{Rest:"var(--dt-box-shadows-surface-raised-rest, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 4px 8px -2px #2c2d4d12)",Hover:"var(--dt-box-shadows-surface-raised-hover, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 5px 11px -2px #2c2d4d29)",Active:"var(--dt-box-shadows-surface-raised-active, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 4px 8px -2px #2c2d4d12)",Drag:"var(--dt-box-shadows-surface-raised-drag, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 7px 17px -2px #2c2d4d52)"},Floating:{Rest:"var(--dt-box-shadows-surface-floating-rest, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 5px 11px -2px #2c2d4d29)",Hover:"var(--dt-box-shadows-surface-floating-hover, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 6px 14px -2px #2c2d4d3d)",Active:"var(--dt-box-shadows-surface-floating-active, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 5px 11px -2px #2c2d4d29)",Drag:"var(--dt-box-shadows-surface-floating-drag, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 7px 17px -2px #2c2d4d52)"}};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};
|