@dynatrace/strato-design-tokens 0.13.0 → 0.15.0

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/README.md CHANGED
@@ -1,8 +1,8 @@
1
- ![A presentational overview of the Strato Design System](https://dt-cdn.net/images/strato-design-system-2158-65ccf92cee.png)
2
-
3
1
  # Strato Design Token
4
2
 
5
- This package includes the Design Tokens for the Strato Design System.
3
+ This package includes the design tokens of the Strato Design System.
4
+
5
+ ![A presentational overview of the Strato Design System](https://dt-cdn.net/images/strato-design-system-2158-65ccf92cee.png)
6
6
 
7
7
  ## Install
8
8
 
@@ -138,5 +138,17 @@ declare const _default: {
138
138
  /** Css custom property: --dt-animations-move-easing. Default value: cubic-bezier(0.4, 0, 0.2, 1). */
139
139
  Easing: string;
140
140
  };
141
+ Rescale: {
142
+ Duration: {
143
+ /** Css custom property: --dt-animations-rescale-duration-fast. Default value: 170ms. */
144
+ Fast: string;
145
+ /** Css custom property: --dt-animations-rescale-duration-base. Default value: 250ms. */
146
+ Base: string;
147
+ /** Css custom property: --dt-animations-rescale-duration-slow. Default value: 400ms. */
148
+ Slow: string;
149
+ };
150
+ /** Css custom property: --dt-animations-rescale-easing. Default value: cubic-bezier(0.4, 0, 0.2, 1). */
151
+ Easing: string;
152
+ };
141
153
  };
142
154
  export default _default;
@@ -12,5 +12,5 @@
12
12
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
- */const a={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))"},i={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))"},s={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))"},t={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))"},n={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))"},o={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))"},e={Duration:{Base:"var(--dt-animations-hover-duration-base, 150ms)"},Easing:"var(--dt-animations-hover-easing, cubic-bezier(0, 0, 0.2, 1))"},d={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))"},r={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))"},m={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))"};var u={Open:a,Close:i,SlideIn:s,SlideOut:t,FadeIn:n,FadeOut:o,Hover:e,StaggeredMotion:d,ExpandCollapse:r,Move:m};export{u as default};
15
+ */const a={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))"},s={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))"},i={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))"},t={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))"},n={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))"},o={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))"},e={Duration:{Base:"var(--dt-animations-hover-duration-base, 150ms)"},Easing:"var(--dt-animations-hover-easing, cubic-bezier(0, 0, 0.2, 1))"},r={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))"},d={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))"},m={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))"},u={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 l={Open:a,Close:s,SlideIn:i,SlideOut:t,FadeIn:n,FadeOut:o,Hover:e,StaggeredMotion:r,ExpandCollapse:d,Move:m,Rescale:u};export{l as default};
16
16
  //# sourceMappingURL=index.esm.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../generated/animations/index.ts"],
4
- "sourcesContent": ["/**\n * @license\n * Copyright 2023 Dynatrace LLC\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * Generated file, do not edit directly!\n */\n\n/** Animations enhance user experience by assisting users in focusing their attention, conveying spatial relationships, and expressing our brand's tone. */\n\n/** Use for opening or expanding elements. */\nconst Open = {\n Duration: {\n /** Css custom property: --dt-animations-open-duration-fast. Default value: 170ms. */\n Fast: 'var(--dt-animations-open-duration-fast, 170ms)',\n /** Css custom property: --dt-animations-open-duration-base. Default value: 250ms. */\n Base: 'var(--dt-animations-open-duration-base, 250ms)',\n /** Css custom property: --dt-animations-open-duration-slow. Default value: 400ms. */\n Slow: 'var(--dt-animations-open-duration-slow, 400ms)',\n },\n /** Css custom property: --dt-animations-open-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */\n Easing: 'var(--dt-animations-open-easing, cubic-bezier(0, 0, 0.2, 1))',\n};\n/** Use for closing or collapsing elements. */\nconst Close = {\n Duration: {\n /** Css custom property: --dt-animations-close-duration-fast. Default value: 0ms. */\n Fast: 'var(--dt-animations-close-duration-fast, 0ms)',\n /** Css custom property: --dt-animations-close-duration-base. Default value: 170ms. */\n Base: 'var(--dt-animations-close-duration-base, 170ms)',\n /** Css custom property: --dt-animations-close-duration-slow. Default value: 250ms. */\n Slow: 'var(--dt-animations-close-duration-slow, 250ms)',\n },\n /** Css custom property: --dt-animations-close-easing. Default value: cubic-bezier(0.5, 0, 1, 1). */\n Easing: 'var(--dt-animations-close-easing, cubic-bezier(0.5, 0, 1, 1))',\n};\n/** Use for sliding elements into view. */\nconst SlideIn = {\n Duration: {\n /** Css custom property: --dt-animations-slide-in-duration-fast. Default value: 200ms. */\n Fast: 'var(--dt-animations-slide-in-duration-fast, 200ms)',\n /** Css custom property: --dt-animations-slide-in-duration-base. Default value: 300ms. */\n Base: 'var(--dt-animations-slide-in-duration-base, 300ms)',\n /** Css custom property: --dt-animations-slide-in-duration-slow. Default value: 400ms. */\n Slow: 'var(--dt-animations-slide-in-duration-slow, 400ms)',\n },\n /** Css custom property: --dt-animations-slide-in-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */\n Easing: 'var(--dt-animations-slide-in-easing, cubic-bezier(0, 0, 0.2, 1))',\n};\n/** Use for sliding elements out of view. */\nconst SlideOut = {\n Duration: {\n /** Css custom property: --dt-animations-slide-out-duration-fast. Default value: 150ms. */\n Fast: 'var(--dt-animations-slide-out-duration-fast, 150ms)',\n /** Css custom property: --dt-animations-slide-out-duration-base. Default value: 250ms. */\n Base: 'var(--dt-animations-slide-out-duration-base, 250ms)',\n /** Css custom property: --dt-animations-slide-out-duration-slow. Default value: 350ms. */\n Slow: 'var(--dt-animations-slide-out-duration-slow, 350ms)',\n },\n /** Css custom property: --dt-animations-slide-out-easing. Default value: cubic-bezier(0.8, 0, 0.5, 1). */\n Easing: 'var(--dt-animations-slide-out-easing, cubic-bezier(0.8, 0, 0.5, 1))',\n};\n/** Use for fading in elements. */\nconst FadeIn = {\n Duration: {\n /** Css custom property: --dt-animations-fade-in-duration-fast. Default value: 150ms. */\n Fast: 'var(--dt-animations-fade-in-duration-fast, 150ms)',\n /** Css custom property: --dt-animations-fade-in-duration-base. Default value: 250ms. */\n Base: 'var(--dt-animations-fade-in-duration-base, 250ms)',\n /** Css custom property: --dt-animations-fade-in-duration-slow. Default value: 350ms. */\n Slow: 'var(--dt-animations-fade-in-duration-slow, 350ms)',\n },\n /** Css custom property: --dt-animations-fade-in-easing. Default value: cubic-bezier(0.5, 0, 1, 1). */\n Easing: 'var(--dt-animations-fade-in-easing, cubic-bezier(0.5, 0, 1, 1))',\n};\n/** Use for fading out elements. */\nconst FadeOut = {\n Duration: {\n /** Css custom property: --dt-animations-fade-out-duration-fast. Default value: 150ms. */\n Fast: 'var(--dt-animations-fade-out-duration-fast, 150ms)',\n /** Css custom property: --dt-animations-fade-out-duration-base. Default value: 250ms. */\n Base: 'var(--dt-animations-fade-out-duration-base, 250ms)',\n /** Css custom property: --dt-animations-fade-out-duration-slow. Default value: 350ms. */\n Slow: 'var(--dt-animations-fade-out-duration-slow, 350ms)',\n },\n /** Css custom property: --dt-animations-fade-out-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */\n Easing: 'var(--dt-animations-fade-out-easing, cubic-bezier(0, 0, 0.2, 1))',\n};\n/** Use for hovering interactive elements. */\nconst Hover = {\n Duration: {\n /** Css custom property: --dt-animations-hover-duration-base. Default value: 150ms. */\n Base: 'var(--dt-animations-hover-duration-base, 150ms)',\n },\n /** Css custom property: --dt-animations-hover-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */\n Easing: 'var(--dt-animations-hover-easing, cubic-bezier(0, 0, 0.2, 1))',\n};\n/** Use for progressively revealing or animating elements. */\nconst StaggeredMotion = {\n Duration: {\n /** Css custom property: --dt-animations-staggered-motion-duration-fast. Default value: 250ms. */\n Fast: 'var(--dt-animations-staggered-motion-duration-fast, 250ms)',\n /** Css custom property: --dt-animations-staggered-motion-duration-base. Default value: 350ms. */\n Base: 'var(--dt-animations-staggered-motion-duration-base, 350ms)',\n /** Css custom property: --dt-animations-staggered-motion-duration-slow. Default value: 400ms. */\n Slow: 'var(--dt-animations-staggered-motion-duration-slow, 400ms)',\n },\n Offset: {\n /** Css custom property: --dt-animations-staggered-motion-offset-fast. Default value: 20ms. */\n Fast: 'var(--dt-animations-staggered-motion-offset-fast, 20ms)',\n /** Css custom property: --dt-animations-staggered-motion-offset-base. Default value: 30ms. */\n Base: 'var(--dt-animations-staggered-motion-offset-base, 30ms)',\n /** Css custom property: --dt-animations-staggered-motion-offset-slow. Default value: 50ms. */\n Slow: 'var(--dt-animations-staggered-motion-offset-slow, 50ms)',\n },\n /** Css custom property: --dt-animations-staggered-motion-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */\n Easing:\n 'var(--dt-animations-staggered-motion-easing, cubic-bezier(0, 0, 0.2, 1))',\n};\n/** Use for expanding and collapsing elements such as accordions or expandables. */\nconst ExpandCollapse = {\n Duration: {\n /** Css custom property: --dt-animations-expand-collapse-duration-fast. Default value: 250ms. */\n Fast: 'var(--dt-animations-expand-collapse-duration-fast, 250ms)',\n /** Css custom property: --dt-animations-expand-collapse-duration-base. Default value: 400ms. */\n Base: 'var(--dt-animations-expand-collapse-duration-base, 400ms)',\n /** Css custom property: --dt-animations-expand-collapse-duration-slow. Default value: 600ms. */\n Slow: 'var(--dt-animations-expand-collapse-duration-slow, 600ms)',\n },\n /** Css custom property: --dt-animations-expand-collapse-easing. Default value: cubic-bezier(0.4, 0, 0.2, 1). */\n Easing:\n 'var(--dt-animations-expand-collapse-easing, cubic-bezier(0.4, 0, 0.2, 1))',\n};\n/** Use for elements changing position. */\nconst Move = {\n Duration: {\n /** Css custom property: --dt-animations-move-duration-fast. Default value: 150ms. */\n Fast: 'var(--dt-animations-move-duration-fast, 150ms)',\n /** Css custom property: --dt-animations-move-duration-base. Default value: 400ms. */\n Base: 'var(--dt-animations-move-duration-base, 400ms)',\n /** Css custom property: --dt-animations-move-duration-slow. Default value: 600ms. */\n Slow: 'var(--dt-animations-move-duration-slow, 600ms)',\n },\n /** Css custom property: --dt-animations-move-easing. Default value: cubic-bezier(0.4, 0, 0.2, 1). */\n Easing: 'var(--dt-animations-move-easing, cubic-bezier(0.4, 0, 0.2, 1))',\n};\nexport default {\n Open,\n Close,\n SlideIn,\n SlideOut,\n FadeIn,\n FadeOut,\n Hover,\n StaggeredMotion,\n ExpandCollapse,\n Move,\n};\n"],
5
- "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAuBA,KAAM,GAAO,CACX,SAAU,CAER,KAAM,iDAEN,KAAM,iDAEN,KAAM,gDACR,EAEA,OAAQ,8DACV,EAEM,EAAQ,CACZ,SAAU,CAER,KAAM,gDAEN,KAAM,kDAEN,KAAM,iDACR,EAEA,OAAQ,+DACV,EAEM,EAAU,CACd,SAAU,CAER,KAAM,qDAEN,KAAM,qDAEN,KAAM,oDACR,EAEA,OAAQ,kEACV,EAEM,EAAW,CACf,SAAU,CAER,KAAM,sDAEN,KAAM,sDAEN,KAAM,qDACR,EAEA,OAAQ,qEACV,EAEM,EAAS,CACb,SAAU,CAER,KAAM,oDAEN,KAAM,oDAEN,KAAM,mDACR,EAEA,OAAQ,iEACV,EAEM,EAAU,CACd,SAAU,CAER,KAAM,qDAEN,KAAM,qDAEN,KAAM,oDACR,EAEA,OAAQ,kEACV,EAEM,EAAQ,CACZ,SAAU,CAER,KAAM,iDACR,EAEA,OAAQ,+DACV,EAEM,EAAkB,CACtB,SAAU,CAER,KAAM,6DAEN,KAAM,6DAEN,KAAM,4DACR,EACA,OAAQ,CAEN,KAAM,0DAEN,KAAM,0DAEN,KAAM,yDACR,EAEA,OACE,0EACJ,EAEM,EAAiB,CACrB,SAAU,CAER,KAAM,4DAEN,KAAM,4DAEN,KAAM,2DACR,EAEA,OACE,2EACJ,EAEM,EAAO,CACX,SAAU,CAER,KAAM,iDAEN,KAAM,iDAEN,KAAM,gDACR,EAEA,OAAQ,gEACV,EACA,GAAO,GAAQ,CACb,OACA,QACA,UACA,WACA,SACA,UACA,QACA,kBACA,iBACA,MACF",
6
- "names": []
4
+ "sourcesContent": ["/**\n * @license\n * Copyright 2023 Dynatrace LLC\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * Generated file, do not edit directly!\n */\n\n/** Animations enhance user experience by assisting users in focusing their attention, conveying spatial relationships, and expressing our brand's tone. */\n\n/** Use for opening or expanding elements. */\nconst Open = {\n Duration: {\n /** Css custom property: --dt-animations-open-duration-fast. Default value: 170ms. */\n Fast: 'var(--dt-animations-open-duration-fast, 170ms)',\n /** Css custom property: --dt-animations-open-duration-base. Default value: 250ms. */\n Base: 'var(--dt-animations-open-duration-base, 250ms)',\n /** Css custom property: --dt-animations-open-duration-slow. Default value: 400ms. */\n Slow: 'var(--dt-animations-open-duration-slow, 400ms)',\n },\n /** Css custom property: --dt-animations-open-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */\n Easing: 'var(--dt-animations-open-easing, cubic-bezier(0, 0, 0.2, 1))',\n};\n/** Use for closing or collapsing elements. */\nconst Close = {\n Duration: {\n /** Css custom property: --dt-animations-close-duration-fast. Default value: 0ms. */\n Fast: 'var(--dt-animations-close-duration-fast, 0ms)',\n /** Css custom property: --dt-animations-close-duration-base. Default value: 170ms. */\n Base: 'var(--dt-animations-close-duration-base, 170ms)',\n /** Css custom property: --dt-animations-close-duration-slow. Default value: 250ms. */\n Slow: 'var(--dt-animations-close-duration-slow, 250ms)',\n },\n /** Css custom property: --dt-animations-close-easing. Default value: cubic-bezier(0.5, 0, 1, 1). */\n Easing: 'var(--dt-animations-close-easing, cubic-bezier(0.5, 0, 1, 1))',\n};\n/** Use for sliding elements into view. */\nconst SlideIn = {\n Duration: {\n /** Css custom property: --dt-animations-slide-in-duration-fast. Default value: 200ms. */\n Fast: 'var(--dt-animations-slide-in-duration-fast, 200ms)',\n /** Css custom property: --dt-animations-slide-in-duration-base. Default value: 300ms. */\n Base: 'var(--dt-animations-slide-in-duration-base, 300ms)',\n /** Css custom property: --dt-animations-slide-in-duration-slow. Default value: 400ms. */\n Slow: 'var(--dt-animations-slide-in-duration-slow, 400ms)',\n },\n /** Css custom property: --dt-animations-slide-in-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */\n Easing: 'var(--dt-animations-slide-in-easing, cubic-bezier(0, 0, 0.2, 1))',\n};\n/** Use for sliding elements out of view. */\nconst SlideOut = {\n Duration: {\n /** Css custom property: --dt-animations-slide-out-duration-fast. Default value: 150ms. */\n Fast: 'var(--dt-animations-slide-out-duration-fast, 150ms)',\n /** Css custom property: --dt-animations-slide-out-duration-base. Default value: 250ms. */\n Base: 'var(--dt-animations-slide-out-duration-base, 250ms)',\n /** Css custom property: --dt-animations-slide-out-duration-slow. Default value: 350ms. */\n Slow: 'var(--dt-animations-slide-out-duration-slow, 350ms)',\n },\n /** Css custom property: --dt-animations-slide-out-easing. Default value: cubic-bezier(0.8, 0, 0.5, 1). */\n Easing: 'var(--dt-animations-slide-out-easing, cubic-bezier(0.8, 0, 0.5, 1))',\n};\n/** Use for fading in elements. */\nconst FadeIn = {\n Duration: {\n /** Css custom property: --dt-animations-fade-in-duration-fast. Default value: 150ms. */\n Fast: 'var(--dt-animations-fade-in-duration-fast, 150ms)',\n /** Css custom property: --dt-animations-fade-in-duration-base. Default value: 250ms. */\n Base: 'var(--dt-animations-fade-in-duration-base, 250ms)',\n /** Css custom property: --dt-animations-fade-in-duration-slow. Default value: 350ms. */\n Slow: 'var(--dt-animations-fade-in-duration-slow, 350ms)',\n },\n /** Css custom property: --dt-animations-fade-in-easing. Default value: cubic-bezier(0.5, 0, 1, 1). */\n Easing: 'var(--dt-animations-fade-in-easing, cubic-bezier(0.5, 0, 1, 1))',\n};\n/** Use for fading out elements. */\nconst FadeOut = {\n Duration: {\n /** Css custom property: --dt-animations-fade-out-duration-fast. Default value: 150ms. */\n Fast: 'var(--dt-animations-fade-out-duration-fast, 150ms)',\n /** Css custom property: --dt-animations-fade-out-duration-base. Default value: 250ms. */\n Base: 'var(--dt-animations-fade-out-duration-base, 250ms)',\n /** Css custom property: --dt-animations-fade-out-duration-slow. Default value: 350ms. */\n Slow: 'var(--dt-animations-fade-out-duration-slow, 350ms)',\n },\n /** Css custom property: --dt-animations-fade-out-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */\n Easing: 'var(--dt-animations-fade-out-easing, cubic-bezier(0, 0, 0.2, 1))',\n};\n/** Use for hovering interactive elements. */\nconst Hover = {\n Duration: {\n /** Css custom property: --dt-animations-hover-duration-base. Default value: 150ms. */\n Base: 'var(--dt-animations-hover-duration-base, 150ms)',\n },\n /** Css custom property: --dt-animations-hover-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */\n Easing: 'var(--dt-animations-hover-easing, cubic-bezier(0, 0, 0.2, 1))',\n};\n/** Use for progressively revealing or animating elements. */\nconst StaggeredMotion = {\n Duration: {\n /** Css custom property: --dt-animations-staggered-motion-duration-fast. Default value: 250ms. */\n Fast: 'var(--dt-animations-staggered-motion-duration-fast, 250ms)',\n /** Css custom property: --dt-animations-staggered-motion-duration-base. Default value: 350ms. */\n Base: 'var(--dt-animations-staggered-motion-duration-base, 350ms)',\n /** Css custom property: --dt-animations-staggered-motion-duration-slow. Default value: 400ms. */\n Slow: 'var(--dt-animations-staggered-motion-duration-slow, 400ms)',\n },\n Offset: {\n /** Css custom property: --dt-animations-staggered-motion-offset-fast. Default value: 20ms. */\n Fast: 'var(--dt-animations-staggered-motion-offset-fast, 20ms)',\n /** Css custom property: --dt-animations-staggered-motion-offset-base. Default value: 30ms. */\n Base: 'var(--dt-animations-staggered-motion-offset-base, 30ms)',\n /** Css custom property: --dt-animations-staggered-motion-offset-slow. Default value: 50ms. */\n Slow: 'var(--dt-animations-staggered-motion-offset-slow, 50ms)',\n },\n /** Css custom property: --dt-animations-staggered-motion-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */\n Easing:\n 'var(--dt-animations-staggered-motion-easing, cubic-bezier(0, 0, 0.2, 1))',\n};\n/** Use for expanding and collapsing elements such as accordions or expandables. */\nconst ExpandCollapse = {\n Duration: {\n /** Css custom property: --dt-animations-expand-collapse-duration-fast. Default value: 250ms. */\n Fast: 'var(--dt-animations-expand-collapse-duration-fast, 250ms)',\n /** Css custom property: --dt-animations-expand-collapse-duration-base. Default value: 400ms. */\n Base: 'var(--dt-animations-expand-collapse-duration-base, 400ms)',\n /** Css custom property: --dt-animations-expand-collapse-duration-slow. Default value: 600ms. */\n Slow: 'var(--dt-animations-expand-collapse-duration-slow, 600ms)',\n },\n /** Css custom property: --dt-animations-expand-collapse-easing. Default value: cubic-bezier(0.4, 0, 0.2, 1). */\n Easing:\n 'var(--dt-animations-expand-collapse-easing, cubic-bezier(0.4, 0, 0.2, 1))',\n};\n/** Use for elements changing position. */\nconst Move = {\n Duration: {\n /** Css custom property: --dt-animations-move-duration-fast. Default value: 150ms. */\n Fast: 'var(--dt-animations-move-duration-fast, 150ms)',\n /** Css custom property: --dt-animations-move-duration-base. Default value: 400ms. */\n Base: 'var(--dt-animations-move-duration-base, 400ms)',\n /** Css custom property: --dt-animations-move-duration-slow. Default value: 600ms. */\n Slow: 'var(--dt-animations-move-duration-slow, 600ms)',\n },\n /** Css custom property: --dt-animations-move-easing. Default value: cubic-bezier(0.4, 0, 0.2, 1). */\n Easing: 'var(--dt-animations-move-easing, cubic-bezier(0.4, 0, 0.2, 1))',\n};\n/** Use for rescaling elements. */\nconst Rescale = {\n Duration: {\n /** Css custom property: --dt-animations-rescale-duration-fast. Default value: 170ms. */\n Fast: 'var(--dt-animations-rescale-duration-fast, 170ms)',\n /** Css custom property: --dt-animations-rescale-duration-base. Default value: 250ms. */\n Base: 'var(--dt-animations-rescale-duration-base, 250ms)',\n /** Css custom property: --dt-animations-rescale-duration-slow. Default value: 400ms. */\n Slow: 'var(--dt-animations-rescale-duration-slow, 400ms)',\n },\n /** Css custom property: --dt-animations-rescale-easing. Default value: cubic-bezier(0.4, 0, 0.2, 1). */\n Easing: 'var(--dt-animations-rescale-easing, cubic-bezier(0.4, 0, 0.2, 1))',\n};\nexport default {\n Open,\n Close,\n SlideIn,\n SlideOut,\n FadeIn,\n FadeOut,\n Hover,\n StaggeredMotion,\n ExpandCollapse,\n Move,\n Rescale,\n};\n"],
5
+ "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAuBA,MAAMA,EAAO,CACX,SAAU,CAER,KAAM,iDAEN,KAAM,iDAEN,KAAM,gDACR,EAEA,OAAQ,8DACV,EAEMC,EAAQ,CACZ,SAAU,CAER,KAAM,gDAEN,KAAM,kDAEN,KAAM,iDACR,EAEA,OAAQ,+DACV,EAEMC,EAAU,CACd,SAAU,CAER,KAAM,qDAEN,KAAM,qDAEN,KAAM,oDACR,EAEA,OAAQ,kEACV,EAEMC,EAAW,CACf,SAAU,CAER,KAAM,sDAEN,KAAM,sDAEN,KAAM,qDACR,EAEA,OAAQ,qEACV,EAEMC,EAAS,CACb,SAAU,CAER,KAAM,oDAEN,KAAM,oDAEN,KAAM,mDACR,EAEA,OAAQ,iEACV,EAEMC,EAAU,CACd,SAAU,CAER,KAAM,qDAEN,KAAM,qDAEN,KAAM,oDACR,EAEA,OAAQ,kEACV,EAEMC,EAAQ,CACZ,SAAU,CAER,KAAM,iDACR,EAEA,OAAQ,+DACV,EAEMC,EAAkB,CACtB,SAAU,CAER,KAAM,6DAEN,KAAM,6DAEN,KAAM,4DACR,EACA,OAAQ,CAEN,KAAM,0DAEN,KAAM,0DAEN,KAAM,yDACR,EAEA,OACE,0EACJ,EAEMC,EAAiB,CACrB,SAAU,CAER,KAAM,4DAEN,KAAM,4DAEN,KAAM,2DACR,EAEA,OACE,2EACJ,EAEMC,EAAO,CACX,SAAU,CAER,KAAM,iDAEN,KAAM,iDAEN,KAAM,gDACR,EAEA,OAAQ,gEACV,EAEMC,EAAU,CACd,SAAU,CAER,KAAM,oDAEN,KAAM,oDAEN,KAAM,mDACR,EAEA,OAAQ,mEACV,EACA,IAAOC,EAAQ,CACb,KAAAX,EACA,MAAAC,EACA,QAAAC,EACA,SAAAC,EACA,OAAAC,EACA,QAAAC,EACA,MAAAC,EACA,gBAAAC,EACA,eAAAC,EACA,KAAAC,EACA,QAAAC,CACF",
6
+ "names": ["Open", "Close", "SlideIn", "SlideOut", "FadeIn", "FadeOut", "Hover", "StaggeredMotion", "ExpandCollapse", "Move", "Rescale", "animations_default"]
7
7
  }
@@ -1,4 +1,4 @@
1
- var n=Object.defineProperty;var e=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var r=Object.prototype.hasOwnProperty;var m=(i,a)=>{for(var t in a)n(i,t,{get:a[t],enumerable:!0})},u=(i,a,t,o)=>{if(a&&typeof a=="object"||typeof a=="function")for(let s of d(a))!r.call(i,s)&&s!==t&&n(i,s,{get:()=>a[s],enumerable:!(o=e(a,s))||o.enumerable});return i};var v=i=>u(n({},"__esModule",{value:!0}),i);var z={};m(z,{default:()=>E});module.exports=v(z);/**
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
2
  * @license
3
3
  * Copyright 2023 Dynatrace LLC
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,4 +12,4 @@ var n=Object.defineProperty;var e=Object.getOwnPropertyDescriptor;var d=Object.g
12
12
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
- */const l={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))"};var E={Open:l,Close:c,SlideIn:g,SlideOut:b,FadeIn:f,FadeOut:w,Hover:p,StaggeredMotion:S,ExpandCollapse:F,Move:B};
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};
@@ -138,5 +138,17 @@ declare const _default: {
138
138
  /** Value: [ 0.4, 0,0.2,1 ]. */
139
139
  Easing: number[];
140
140
  };
141
+ Rescale: {
142
+ Duration: {
143
+ /** Value: 0.17. */
144
+ Fast: number;
145
+ /** Value: 0.25. */
146
+ Base: number;
147
+ /** Value: 0.4. */
148
+ Slow: number;
149
+ };
150
+ /** Value: [ 0.4, 0,0.2,1 ]. */
151
+ Easing: number[];
152
+ };
141
153
  };
142
154
  export default _default;
@@ -12,5 +12,5 @@
12
12
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
- */const a={Duration:{Fast:.17,Base:.25,Slow:.4},Easing:[0,0,.2,1]},s={Duration:{Fast:0,Base:.17,Slow:.25},Easing:[.5,0,1,1]},o={Duration:{Fast:.2,Base:.3,Slow:.4},Easing:[0,0,.2,1]},t={Duration:{Fast:.15,Base:.25,Slow:.35},Easing:[.8,0,.5,1]},n={Duration:{Fast:.15,Base:.25,Slow:.35},Easing:[.5,0,1,1]},e={Duration:{Fast:.15,Base:.25,Slow:.35},Easing:[0,0,.2,1]},i={Duration:{Base:.15},Easing:[0,0,.2,1]},l={Duration:{Fast:.25,Base:.35,Slow:.4},Offset:{Fast:.02,Base:.03,Slow:.05},Easing:[0,0,.2,1]},r={Duration:{Fast:.25,Base:.4,Slow:.6},Easing:[.4,0,.2,1]},u={Duration:{Fast:.15,Base:.4,Slow:.6},Easing:[.4,0,.2,1]};var S={Open:a,Close:s,SlideIn:o,SlideOut:t,FadeIn:n,FadeOut:e,Hover:i,StaggeredMotion:l,ExpandCollapse:r,Move:u};export{S as default};
15
+ */const a={Duration:{Fast:.17,Base:.25,Slow:.4},Easing:[0,0,.2,1]},s={Duration:{Fast:0,Base:.17,Slow:.25},Easing:[.5,0,1,1]},o={Duration:{Fast:.2,Base:.3,Slow:.4},Easing:[0,0,.2,1]},t={Duration:{Fast:.15,Base:.25,Slow:.35},Easing:[.8,0,.5,1]},n={Duration:{Fast:.15,Base:.25,Slow:.35},Easing:[.5,0,1,1]},e={Duration:{Fast:.15,Base:.25,Slow:.35},Easing:[0,0,.2,1]},i={Duration:{Base:.15},Easing:[0,0,.2,1]},l={Duration:{Fast:.25,Base:.35,Slow:.4},Offset:{Fast:.02,Base:.03,Slow:.05},Easing:[0,0,.2,1]},r={Duration:{Fast:.25,Base:.4,Slow:.6},Easing:[.4,0,.2,1]},u={Duration:{Fast:.15,Base:.4,Slow:.6},Easing:[.4,0,.2,1]},S={Duration:{Fast:.17,Base:.25,Slow:.4},Easing:[.4,0,.2,1]};var g={Open:a,Close:s,SlideIn:o,SlideOut:t,FadeIn:n,FadeOut:e,Hover:i,StaggeredMotion:l,ExpandCollapse:r,Move:u,Rescale:S};export{g as default};
16
16
  //# sourceMappingURL=index.esm.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../generated/animations-js/index.ts"],
4
- "sourcesContent": ["/**\n * @license\n * Copyright 2023 Dynatrace LLC\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * Generated file, do not edit directly!\n */\n\n/** Animations enhance user experience by assisting users in focusing their attention, conveying spatial relationships, and expressing our brand's tone. */\n\n/** Use for opening or expanding elements. */\nconst Open = {\n Duration: {\n /** Value: 0.17. */\n Fast: 0.17,\n /** Value: 0.25. */\n Base: 0.25,\n /** Value: 0.4. */\n Slow: 0.4,\n },\n /** Value: [ 0, 0,0.2,1 ]. */\n Easing: [0, 0, 0.2, 1],\n};\n/** Use for closing or collapsing elements. */\nconst Close = {\n Duration: {\n /** Value: 0. */\n Fast: 0,\n /** Value: 0.17. */\n Base: 0.17,\n /** Value: 0.25. */\n Slow: 0.25,\n },\n /** Value: [ 0.5, 0,1,1 ]. */\n Easing: [0.5, 0, 1, 1],\n};\n/** Use for sliding elements into view. */\nconst SlideIn = {\n Duration: {\n /** Value: 0.2. */\n Fast: 0.2,\n /** Value: 0.3. */\n Base: 0.3,\n /** Value: 0.4. */\n Slow: 0.4,\n },\n /** Value: [ 0, 0,0.2,1 ]. */\n Easing: [0, 0, 0.2, 1],\n};\n/** Use for sliding elements out of view. */\nconst SlideOut = {\n Duration: {\n /** Value: 0.15. */\n Fast: 0.15,\n /** Value: 0.25. */\n Base: 0.25,\n /** Value: 0.35. */\n Slow: 0.35,\n },\n /** Value: [ 0.8, 0,0.5,1 ]. */\n Easing: [0.8, 0, 0.5, 1],\n};\n/** Use for fading in elements. */\nconst FadeIn = {\n Duration: {\n /** Value: 0.15. */\n Fast: 0.15,\n /** Value: 0.25. */\n Base: 0.25,\n /** Value: 0.35. */\n Slow: 0.35,\n },\n /** Value: [ 0.5, 0,1,1 ]. */\n Easing: [0.5, 0, 1, 1],\n};\n/** Use for fading out elements. */\nconst FadeOut = {\n Duration: {\n /** Value: 0.15. */\n Fast: 0.15,\n /** Value: 0.25. */\n Base: 0.25,\n /** Value: 0.35. */\n Slow: 0.35,\n },\n /** Value: [ 0, 0,0.2,1 ]. */\n Easing: [0, 0, 0.2, 1],\n};\n/** Use for hovering interactive elements. */\nconst Hover = {\n Duration: {\n /** Value: 0.15. */\n Base: 0.15,\n },\n /** Value: [ 0, 0,0.2,1 ]. */\n Easing: [0, 0, 0.2, 1],\n};\n/** Use for progressively revealing or animating elements. */\nconst StaggeredMotion = {\n Duration: {\n /** Value: 0.25. */\n Fast: 0.25,\n /** Value: 0.35. */\n Base: 0.35,\n /** Value: 0.4. */\n Slow: 0.4,\n },\n Offset: {\n /** Value: 0.02. */\n Fast: 0.02,\n /** Value: 0.03. */\n Base: 0.03,\n /** Value: 0.05. */\n Slow: 0.05,\n },\n /** Value: [ 0, 0,0.2,1 ]. */\n Easing: [0, 0, 0.2, 1],\n};\n/** Use for expanding and collapsing elements such as accordions or expandables. */\nconst ExpandCollapse = {\n Duration: {\n /** Value: 0.25. */\n Fast: 0.25,\n /** Value: 0.4. */\n Base: 0.4,\n /** Value: 0.6. */\n Slow: 0.6,\n },\n /** Value: [ 0.4, 0,0.2,1 ]. */\n Easing: [0.4, 0, 0.2, 1],\n};\n/** Use for elements changing position. */\nconst Move = {\n Duration: {\n /** Value: 0.15. */\n Fast: 0.15,\n /** Value: 0.4. */\n Base: 0.4,\n /** Value: 0.6. */\n Slow: 0.6,\n },\n /** Value: [ 0.4, 0,0.2,1 ]. */\n Easing: [0.4, 0, 0.2, 1],\n};\nexport default {\n Open,\n Close,\n SlideIn,\n SlideOut,\n FadeIn,\n FadeOut,\n Hover,\n StaggeredMotion,\n ExpandCollapse,\n Move,\n};\n"],
5
- "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAuBA,KAAM,GAAO,CACX,SAAU,CAER,KAAM,IAEN,KAAM,IAEN,KAAM,EACR,EAEA,OAAQ,CAAC,EAAG,EAAG,GAAK,CAAC,CACvB,EAEM,EAAQ,CACZ,SAAU,CAER,KAAM,EAEN,KAAM,IAEN,KAAM,GACR,EAEA,OAAQ,CAAC,GAAK,EAAG,EAAG,CAAC,CACvB,EAEM,EAAU,CACd,SAAU,CAER,KAAM,GAEN,KAAM,GAEN,KAAM,EACR,EAEA,OAAQ,CAAC,EAAG,EAAG,GAAK,CAAC,CACvB,EAEM,EAAW,CACf,SAAU,CAER,KAAM,IAEN,KAAM,IAEN,KAAM,GACR,EAEA,OAAQ,CAAC,GAAK,EAAG,GAAK,CAAC,CACzB,EAEM,EAAS,CACb,SAAU,CAER,KAAM,IAEN,KAAM,IAEN,KAAM,GACR,EAEA,OAAQ,CAAC,GAAK,EAAG,EAAG,CAAC,CACvB,EAEM,EAAU,CACd,SAAU,CAER,KAAM,IAEN,KAAM,IAEN,KAAM,GACR,EAEA,OAAQ,CAAC,EAAG,EAAG,GAAK,CAAC,CACvB,EAEM,EAAQ,CACZ,SAAU,CAER,KAAM,GACR,EAEA,OAAQ,CAAC,EAAG,EAAG,GAAK,CAAC,CACvB,EAEM,EAAkB,CACtB,SAAU,CAER,KAAM,IAEN,KAAM,IAEN,KAAM,EACR,EACA,OAAQ,CAEN,KAAM,IAEN,KAAM,IAEN,KAAM,GACR,EAEA,OAAQ,CAAC,EAAG,EAAG,GAAK,CAAC,CACvB,EAEM,EAAiB,CACrB,SAAU,CAER,KAAM,IAEN,KAAM,GAEN,KAAM,EACR,EAEA,OAAQ,CAAC,GAAK,EAAG,GAAK,CAAC,CACzB,EAEM,EAAO,CACX,SAAU,CAER,KAAM,IAEN,KAAM,GAEN,KAAM,EACR,EAEA,OAAQ,CAAC,GAAK,EAAG,GAAK,CAAC,CACzB,EACA,GAAO,GAAQ,CACb,OACA,QACA,UACA,WACA,SACA,UACA,QACA,kBACA,iBACA,MACF",
6
- "names": []
4
+ "sourcesContent": ["/**\n * @license\n * Copyright 2023 Dynatrace LLC\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * Generated file, do not edit directly!\n */\n\n/** Animations enhance user experience by assisting users in focusing their attention, conveying spatial relationships, and expressing our brand's tone. */\n\n/** Use for opening or expanding elements. */\nconst Open = {\n Duration: {\n /** Value: 0.17. */\n Fast: 0.17,\n /** Value: 0.25. */\n Base: 0.25,\n /** Value: 0.4. */\n Slow: 0.4,\n },\n /** Value: [ 0, 0,0.2,1 ]. */\n Easing: [0, 0, 0.2, 1],\n};\n/** Use for closing or collapsing elements. */\nconst Close = {\n Duration: {\n /** Value: 0. */\n Fast: 0,\n /** Value: 0.17. */\n Base: 0.17,\n /** Value: 0.25. */\n Slow: 0.25,\n },\n /** Value: [ 0.5, 0,1,1 ]. */\n Easing: [0.5, 0, 1, 1],\n};\n/** Use for sliding elements into view. */\nconst SlideIn = {\n Duration: {\n /** Value: 0.2. */\n Fast: 0.2,\n /** Value: 0.3. */\n Base: 0.3,\n /** Value: 0.4. */\n Slow: 0.4,\n },\n /** Value: [ 0, 0,0.2,1 ]. */\n Easing: [0, 0, 0.2, 1],\n};\n/** Use for sliding elements out of view. */\nconst SlideOut = {\n Duration: {\n /** Value: 0.15. */\n Fast: 0.15,\n /** Value: 0.25. */\n Base: 0.25,\n /** Value: 0.35. */\n Slow: 0.35,\n },\n /** Value: [ 0.8, 0,0.5,1 ]. */\n Easing: [0.8, 0, 0.5, 1],\n};\n/** Use for fading in elements. */\nconst FadeIn = {\n Duration: {\n /** Value: 0.15. */\n Fast: 0.15,\n /** Value: 0.25. */\n Base: 0.25,\n /** Value: 0.35. */\n Slow: 0.35,\n },\n /** Value: [ 0.5, 0,1,1 ]. */\n Easing: [0.5, 0, 1, 1],\n};\n/** Use for fading out elements. */\nconst FadeOut = {\n Duration: {\n /** Value: 0.15. */\n Fast: 0.15,\n /** Value: 0.25. */\n Base: 0.25,\n /** Value: 0.35. */\n Slow: 0.35,\n },\n /** Value: [ 0, 0,0.2,1 ]. */\n Easing: [0, 0, 0.2, 1],\n};\n/** Use for hovering interactive elements. */\nconst Hover = {\n Duration: {\n /** Value: 0.15. */\n Base: 0.15,\n },\n /** Value: [ 0, 0,0.2,1 ]. */\n Easing: [0, 0, 0.2, 1],\n};\n/** Use for progressively revealing or animating elements. */\nconst StaggeredMotion = {\n Duration: {\n /** Value: 0.25. */\n Fast: 0.25,\n /** Value: 0.35. */\n Base: 0.35,\n /** Value: 0.4. */\n Slow: 0.4,\n },\n Offset: {\n /** Value: 0.02. */\n Fast: 0.02,\n /** Value: 0.03. */\n Base: 0.03,\n /** Value: 0.05. */\n Slow: 0.05,\n },\n /** Value: [ 0, 0,0.2,1 ]. */\n Easing: [0, 0, 0.2, 1],\n};\n/** Use for expanding and collapsing elements such as accordions or expandables. */\nconst ExpandCollapse = {\n Duration: {\n /** Value: 0.25. */\n Fast: 0.25,\n /** Value: 0.4. */\n Base: 0.4,\n /** Value: 0.6. */\n Slow: 0.6,\n },\n /** Value: [ 0.4, 0,0.2,1 ]. */\n Easing: [0.4, 0, 0.2, 1],\n};\n/** Use for elements changing position. */\nconst Move = {\n Duration: {\n /** Value: 0.15. */\n Fast: 0.15,\n /** Value: 0.4. */\n Base: 0.4,\n /** Value: 0.6. */\n Slow: 0.6,\n },\n /** Value: [ 0.4, 0,0.2,1 ]. */\n Easing: [0.4, 0, 0.2, 1],\n};\n/** Use for rescaling elements. */\nconst Rescale = {\n Duration: {\n /** Value: 0.17. */\n Fast: 0.17,\n /** Value: 0.25. */\n Base: 0.25,\n /** Value: 0.4. */\n Slow: 0.4,\n },\n /** Value: [ 0.4, 0,0.2,1 ]. */\n Easing: [0.4, 0, 0.2, 1],\n};\nexport default {\n Open,\n Close,\n SlideIn,\n SlideOut,\n FadeIn,\n FadeOut,\n Hover,\n StaggeredMotion,\n ExpandCollapse,\n Move,\n Rescale,\n};\n"],
5
+ "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAuBA,MAAMA,EAAO,CACX,SAAU,CAER,KAAM,IAEN,KAAM,IAEN,KAAM,EACR,EAEA,OAAQ,CAAC,EAAG,EAAG,GAAK,CAAC,CACvB,EAEMC,EAAQ,CACZ,SAAU,CAER,KAAM,EAEN,KAAM,IAEN,KAAM,GACR,EAEA,OAAQ,CAAC,GAAK,EAAG,EAAG,CAAC,CACvB,EAEMC,EAAU,CACd,SAAU,CAER,KAAM,GAEN,KAAM,GAEN,KAAM,EACR,EAEA,OAAQ,CAAC,EAAG,EAAG,GAAK,CAAC,CACvB,EAEMC,EAAW,CACf,SAAU,CAER,KAAM,IAEN,KAAM,IAEN,KAAM,GACR,EAEA,OAAQ,CAAC,GAAK,EAAG,GAAK,CAAC,CACzB,EAEMC,EAAS,CACb,SAAU,CAER,KAAM,IAEN,KAAM,IAEN,KAAM,GACR,EAEA,OAAQ,CAAC,GAAK,EAAG,EAAG,CAAC,CACvB,EAEMC,EAAU,CACd,SAAU,CAER,KAAM,IAEN,KAAM,IAEN,KAAM,GACR,EAEA,OAAQ,CAAC,EAAG,EAAG,GAAK,CAAC,CACvB,EAEMC,EAAQ,CACZ,SAAU,CAER,KAAM,GACR,EAEA,OAAQ,CAAC,EAAG,EAAG,GAAK,CAAC,CACvB,EAEMC,EAAkB,CACtB,SAAU,CAER,KAAM,IAEN,KAAM,IAEN,KAAM,EACR,EACA,OAAQ,CAEN,KAAM,IAEN,KAAM,IAEN,KAAM,GACR,EAEA,OAAQ,CAAC,EAAG,EAAG,GAAK,CAAC,CACvB,EAEMC,EAAiB,CACrB,SAAU,CAER,KAAM,IAEN,KAAM,GAEN,KAAM,EACR,EAEA,OAAQ,CAAC,GAAK,EAAG,GAAK,CAAC,CACzB,EAEMC,EAAO,CACX,SAAU,CAER,KAAM,IAEN,KAAM,GAEN,KAAM,EACR,EAEA,OAAQ,CAAC,GAAK,EAAG,GAAK,CAAC,CACzB,EAEMC,EAAU,CACd,SAAU,CAER,KAAM,IAEN,KAAM,IAEN,KAAM,EACR,EAEA,OAAQ,CAAC,GAAK,EAAG,GAAK,CAAC,CACzB,EACA,IAAOC,EAAQ,CACb,KAAAX,EACA,MAAAC,EACA,QAAAC,EACA,SAAAC,EACA,OAAAC,EACA,QAAAC,EACA,MAAAC,EACA,gBAAAC,EACA,eAAAC,EACA,KAAAC,EACA,QAAAC,CACF",
6
+ "names": ["Open", "Close", "SlideIn", "SlideOut", "FadeIn", "FadeOut", "Hover", "StaggeredMotion", "ExpandCollapse", "Move", "Rescale", "animations_js_default"]
7
7
  }
@@ -1,4 +1,4 @@
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 x={};u(x,{default:()=>v});module.exports=g(x);/**
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
2
  * @license
3
3
  * Copyright 2023 Dynatrace LLC
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,4 +12,4 @@ var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var l=Object.g
12
12
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
- */const F={Duration:{Fast:.17,Base:.25,Slow:.4},Easing:[0,0,.2,1]},B={Duration:{Fast:0,Base:.17,Slow:.25},Easing:[.5,0,1,1]},E={Duration:{Fast:.2,Base:.3,Slow:.4},Easing:[0,0,.2,1]},c={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]};var v={Open:F,Close:B,SlideIn:E,SlideOut:c,FadeIn:w,FadeOut:D,Hover:d,StaggeredMotion:p,ExpandCollapse:O,Move:f};
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};
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../generated/borders/index.ts"],
4
4
  "sourcesContent": ["/**\n * @license\n * Copyright 2023 Dynatrace LLC\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * Generated file, do not edit directly!\n */\n\n/** Borders provide style, width, and radius to the edges of an element. */\n\nconst Style = {\n /**\n * Use as the default border style.\n * Css custom property: --dt-borders-style-default. Default value: solid.\n */\n Default: 'var(--dt-borders-style-default, solid)',\n /**\n * Use to indicate interactive text.\n * Css custom property: --dt-borders-style-dashed. Default value: dashed.\n */\n Dashed: 'var(--dt-borders-style-dashed, dashed)',\n};\nconst Width = {\n /**\n * Use as the default border width.\n * Css custom property: --dt-borders-width-default. Default value: 1px.\n */\n Default: 'var(--dt-borders-width-default, 1px)',\n /**\n * Use to emphasize borders. This can be useful to clearly separate content.\n * Css custom property: --dt-borders-width-emphasized. Default value: 2px.\n */\n Emphasized: 'var(--dt-borders-width-emphasized, 2px)',\n};\nconst Radius = {\n Surface: {\n /**\n * Use as the default border radius for surfaces.\n * Css custom property: --dt-borders-radius-surface-default. Default value: 16px.\n */\n Default: 'var(--dt-borders-radius-surface-default, 16px)',\n },\n Container: {\n /**\n * Use as the subdued border radius for containers.\n * Css custom property: --dt-borders-radius-container-subdued. Default value: 8px.\n */\n Subdued: 'var(--dt-borders-radius-container-subdued, 8px)',\n /**\n * Use as the default border radius for containers.\n * Css custom property: --dt-borders-radius-container-default. Default value: 12px.\n */\n Default: 'var(--dt-borders-radius-container-default, 12px)',\n },\n Field: {\n /**\n * Use as the subdued border radius for fields.\n * Css custom property: --dt-borders-radius-field-subdued. Default value: 4px.\n */\n Subdued: 'var(--dt-borders-radius-field-subdued, 4px)',\n /**\n * Use as the default border radius for fields.\n * Css custom property: --dt-borders-radius-field-default. Default value: 8px.\n */\n Default: 'var(--dt-borders-radius-field-default, 8px)',\n /**\n * Use for rounded or pill-like shapes.\n * Css custom property: --dt-borders-radius-field-emphasized. Default value: 9999px.\n */\n Emphasized: 'var(--dt-borders-radius-field-emphasized, 9999px)',\n },\n};\nexport default {\n Style,\n Width,\n Radius,\n};\n"],
5
- "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAsBA,KAAM,GAAQ,CAKZ,QAAS,yCAKT,OAAQ,wCACV,EACM,EAAQ,CAKZ,QAAS,uCAKT,WAAY,yCACd,EACM,EAAS,CACb,QAAS,CAKP,QAAS,gDACX,EACA,UAAW,CAKT,QAAS,kDAKT,QAAS,kDACX,EACA,MAAO,CAKL,QAAS,8CAKT,QAAS,8CAKT,WAAY,mDACd,CACF,EACA,GAAO,GAAQ,CACb,QACA,QACA,QACF",
6
- "names": []
5
+ "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAsBA,MAAMA,EAAQ,CAKZ,QAAS,yCAKT,OAAQ,wCACV,EACMC,EAAQ,CAKZ,QAAS,uCAKT,WAAY,yCACd,EACMC,EAAS,CACb,QAAS,CAKP,QAAS,gDACX,EACA,UAAW,CAKT,QAAS,kDAKT,QAAS,kDACX,EACA,MAAO,CAKL,QAAS,8CAKT,QAAS,8CAKT,WAAY,mDACd,CACF,EACA,IAAOC,EAAQ,CACb,MAAAH,EACA,MAAAC,EACA,OAAAC,CACF",
6
+ "names": ["Style", "Width", "Radius", "borders_default"]
7
7
  }
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../generated/box-shadows/index.ts"],
4
4
  "sourcesContent": ["/**\n * @license\n * Copyright 2023 Dynatrace LLC\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * Generated file, do not edit directly!\n */\n\n/** Box shadows are used to create the impression of elements being elevated above the background. */\n\nconst Surface = {\n /** Surfaces are flat by default and do not have any shadow. */\n Flat: {\n /**\n * Use as the default level of elevation.\n * Css custom property: --dt-box-shadows-surface-flat-rest. Default value: none.\n */\n Rest: 'var(--dt-box-shadows-surface-flat-rest, none)',\n /**\n * Use as the default level of elevation when a user's pointer is over an interactive surface.\n * Css custom property: --dt-box-shadows-surface-flat-hover. Default value: 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 4px 8px -2px #2c2d4d12.\n */\n Hover:\n 'var(--dt-box-shadows-surface-flat-hover, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 4px 8px -2px #2c2d4d12)',\n /**\n * Use as the default level of elevation when the user is pressing an interactive surface.\n * Css custom property: --dt-box-shadows-surface-flat-active. Default value: none.\n */\n Active: 'var(--dt-box-shadows-surface-flat-active, none)',\n /**\n * Use as the default level of elevation when moving a surface, on drag-and-drop interaction.\n * Css custom property: --dt-box-shadows-surface-flat-drag. Default value: 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 7px 17px -2px #2c2d4d52.\n */\n Drag: 'var(--dt-box-shadows-surface-flat-drag, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 7px 17px -2px #2c2d4d52)',\n },\n /** Raised surfaces have a subtle shadow, and are used to draw attention to an element. */\n Raised: {\n /**\n * Use for raised surfaces.\n * Css custom property: --dt-box-shadows-surface-raised-rest. Default value: 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 4px 8px -2px #2c2d4d12.\n */\n Rest: 'var(--dt-box-shadows-surface-raised-rest, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 4px 8px -2px #2c2d4d12)',\n /**\n * Use when a user's pointer is over an interactive raised surface.\n * Css custom property: --dt-box-shadows-surface-raised-hover. Default value: 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 5px 11px -2px #2c2d4d29.\n */\n Hover:\n 'var(--dt-box-shadows-surface-raised-hover, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 5px 11px -2px #2c2d4d29)',\n /**\n * Use when the user is pressing an interactive raised surface.\n * Css custom property: --dt-box-shadows-surface-raised-active. Default value: 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 4px 8px -2px #2c2d4d12.\n */\n Active:\n 'var(--dt-box-shadows-surface-raised-active, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 4px 8px -2px #2c2d4d12)',\n /**\n * Use when moving a raised surface, on drag-and-drop interaction.\n * Css custom property: --dt-box-shadows-surface-raised-drag. Default value: 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 7px 17px -2px #2c2d4d52.\n */\n Drag: 'var(--dt-box-shadows-surface-raised-drag, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 7px 17px -2px #2c2d4d52)',\n },\n /** Floating surfaces have a noticeable shadow, and are used in elements that overlay other content. */\n Floating: {\n /**\n * Use for floating surfaces.\n * Css custom property: --dt-box-shadows-surface-floating-rest. Default value: 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 5px 11px -2px #2c2d4d29.\n */\n Rest: 'var(--dt-box-shadows-surface-floating-rest, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 5px 11px -2px #2c2d4d29)',\n /**\n * Use when a user's pointer is over an interactive floating surface.\n * Css custom property: --dt-box-shadows-surface-floating-hover. Default value: 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 6px 14px -2px #2c2d4d3d.\n */\n Hover:\n 'var(--dt-box-shadows-surface-floating-hover, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 6px 14px -2px #2c2d4d3d)',\n /**\n * Use when the user is pressing an interactive floating surface.\n * Css custom property: --dt-box-shadows-surface-floating-active. Default value: 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 5px 11px -2px #2c2d4d29.\n */\n Active:\n 'var(--dt-box-shadows-surface-floating-active, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 5px 11px -2px #2c2d4d29)',\n /**\n * Use when moving a floating surface, on drag-and-drop interaction.\n * Css custom property: --dt-box-shadows-surface-floating-drag. Default value: 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 7px 17px -2px #2c2d4d52.\n */\n Drag: 'var(--dt-box-shadows-surface-floating-drag, 0px 0px 0px 1px #2c2d4d08, 0px 1px 2px #2c2d4d0d, 0px 7px 17px -2px #2c2d4d52)',\n },\n};\nexport default {\n Surface,\n};\n"],
5
- "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAsBA,KAAM,GAAU,CAEd,KAAM,CAKJ,KAAM,gDAKN,MACE,yHAKF,OAAQ,kDAKR,KAAM,wHACR,EAEA,OAAQ,CAKN,KAAM,0HAKN,MACE,4HAKF,OACE,4HAKF,KAAM,0HACR,EAEA,SAAU,CAKR,KAAM,6HAKN,MACE,8HAKF,OACE,+HAKF,KAAM,4HACR,CACF,EACA,GAAO,GAAQ,CACb,SACF",
6
- "names": []
5
+ "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAsBA,MAAMA,EAAU,CAEd,KAAM,CAKJ,KAAM,gDAKN,MACE,yHAKF,OAAQ,kDAKR,KAAM,wHACR,EAEA,OAAQ,CAKN,KAAM,0HAKN,MACE,4HAKF,OACE,4HAKF,KAAM,0HACR,EAEA,SAAU,CAKR,KAAM,6HAKN,MACE,8HAKF,OACE,+HAKF,KAAM,4HACR,CACF,EACA,IAAOC,EAAQ,CACb,QAAAD,CACF",
6
+ "names": ["Surface", "box_shadows_default"]
7
7
  }
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../generated/breakpoints/index.ts"],
4
4
  "sourcesContent": ["/**\n * @license\n * Copyright 2023 Dynatrace LLC\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * Generated file, do not edit directly!\n */\n\n/** Breakpoints are used to adjust the layout and appearance of elements in the interface based on different screen sizes. */\n\nconst Max = {\n /**\n * Use to constrain screen sizes that are 640px wide or less.\n * Css custom property: --dt-breakpoints-max-mobile. Default value: 640px.\n */\n Mobile: 'var(--dt-breakpoints-max-mobile, 640px)',\n /**\n * Use to constrain screen sizes that are 641px wide or more.\n * Css custom property: --dt-breakpoints-max-tablet. Default value: 960px.\n */\n Tablet: 'var(--dt-breakpoints-max-tablet, 960px)',\n /**\n * Use to constrain screen sizes that are 960px wide or less.\n * Css custom property: --dt-breakpoints-max-desktop. Default value: 1920px.\n */\n Desktop: 'var(--dt-breakpoints-max-desktop, 1920px)',\n};\nconst Min = {\n /**\n * Use to constrain screen sizes that are 961px wide or more.\n * Css custom property: --dt-breakpoints-min-tablet. Default value: 641px.\n */\n Tablet: 'var(--dt-breakpoints-min-tablet, 641px)',\n /**\n * Use to constrain screen sizes that are 1920 wide or less.\n * Css custom property: --dt-breakpoints-min-desktop. Default value: 961px.\n */\n Desktop: 'var(--dt-breakpoints-min-desktop, 961px)',\n /**\n * Use to constrain screen sizes that are 1921px wide or more.\n * Css custom property: --dt-breakpoints-min-widescreen. Default value: 1921px.\n */\n Widescreen: 'var(--dt-breakpoints-min-widescreen, 1921px)',\n};\nexport default {\n Max,\n Min,\n};\n"],
5
- "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAsBA,KAAM,GAAM,CAKV,OAAQ,0CAKR,OAAQ,0CAKR,QAAS,2CACX,EACM,EAAM,CAKV,OAAQ,0CAKR,QAAS,2CAKT,WAAY,8CACd,EACA,GAAO,GAAQ,CACb,MACA,KACF",
6
- "names": []
5
+ "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAsBA,MAAMA,EAAM,CAKV,OAAQ,0CAKR,OAAQ,0CAKR,QAAS,2CACX,EACMC,EAAM,CAKV,OAAQ,0CAKR,QAAS,2CAKT,WAAY,8CACd,EACA,IAAOC,EAAQ,CACb,IAAAF,EACA,IAAAC,CACF",
6
+ "names": ["Max", "Min", "breakpoints_default"]
7
7
  }
package/colors/index.d.ts CHANGED
@@ -1930,6 +1930,64 @@ declare const _default: {
1930
1930
  ActiveTransparent: string;
1931
1931
  };
1932
1932
  };
1933
+ VulnerabilityRiskLevel: {
1934
+ Critical: {
1935
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-critical-default. Default value: #970c0c. */
1936
+ Default: string;
1937
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-critical-hover. Default value: #750b0b. */
1938
+ Hover: string;
1939
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-critical-active. Default value: #4b0707. */
1940
+ Active: string;
1941
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-critical-default-transparent. Default value: #591300cc. */
1942
+ DefaultTransparent: string;
1943
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-critical-hover-transparent. Default value: #000c. */
1944
+ HoverTransparent: string;
1945
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-critical-active-transparent. Default value: #000c. */
1946
+ ActiveTransparent: string;
1947
+ };
1948
+ High: {
1949
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-high-default. Default value: #d50b34. */
1950
+ Default: string;
1951
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-high-hover. Default value: #aa0929. */
1952
+ Hover: string;
1953
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-high-active. Default value: #7e071d. */
1954
+ Active: string;
1955
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-high-default-transparent. Default value: #c5000ccc. */
1956
+ DefaultTransparent: string;
1957
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-high-hover-transparent. Default value: #82000dcc. */
1958
+ HoverTransparent: string;
1959
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-high-active-transparent. Default value: #140000cc. */
1960
+ ActiveTransparent: string;
1961
+ };
1962
+ Medium: {
1963
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-medium-default. Default value: #b88100. */
1964
+ Default: string;
1965
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-medium-hover. Default value: #946a00. */
1966
+ Hover: string;
1967
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-medium-active. Default value: #705000. */
1968
+ Active: string;
1969
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-medium-default-transparent. Default value: #986c00cc. */
1970
+ DefaultTransparent: string;
1971
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-medium-hover-transparent. Default value: #6c4e00cc. */
1972
+ HoverTransparent: string;
1973
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-medium-active-transparent. Default value: #3e2d00cc. */
1974
+ ActiveTransparent: string;
1975
+ };
1976
+ Low: {
1977
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-low-default. Default value: #4646d2. */
1978
+ Default: string;
1979
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-low-hover. Default value: #3838a8. */
1980
+ Hover: string;
1981
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-low-active. Default value: #2a2a7e. */
1982
+ Active: string;
1983
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-low-default-transparent. Default value: #1b1bc9cc. */
1984
+ DefaultTransparent: string;
1985
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-low-hover-transparent. Default value: #090995cc. */
1986
+ HoverTransparent: string;
1987
+ /** Css custom property: --dt-colors-charts-vulnerability-risk-level-low-active-transparent. Default value: #000060cc. */
1988
+ ActiveTransparent: string;
1989
+ };
1990
+ };
1933
1991
  Grid: {
1934
1992
  Magnifier: {
1935
1993
  /** Css custom property: --dt-colors-charts-grid-magnifier-default. Default value: #5d687e. */