@dynatrace/strato-design-tokens 0.20.9 → 0.20.20

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.
Files changed (56) hide show
  1. package/animations/index.js +171 -1
  2. package/animations-js/index.js +171 -1
  3. package/borders/index.js +94 -1
  4. package/box-shadows/index.js +96 -1
  5. package/breakpoints/index.js +60 -1
  6. package/breakpoints-js/index.js +60 -1
  7. package/colors/index.d.ts +22 -18
  8. package/colors/index.js +2757 -1
  9. package/easings/index.js +54 -1
  10. package/easings-js/index.js +54 -1
  11. package/elevations/index.js +48 -1
  12. package/esm/animations/index.js +152 -1
  13. package/esm/animations/index.js.map +2 -2
  14. package/esm/animations-js/index.js +152 -1
  15. package/esm/animations-js/index.js.map +2 -2
  16. package/esm/borders/index.js +75 -1
  17. package/esm/borders/index.js.map +2 -2
  18. package/esm/box-shadows/index.js +77 -1
  19. package/esm/box-shadows/index.js.map +2 -2
  20. package/esm/breakpoints/index.js +41 -1
  21. package/esm/breakpoints/index.js.map +2 -2
  22. package/esm/breakpoints-js/index.js +41 -1
  23. package/esm/breakpoints-js/index.js.map +2 -2
  24. package/esm/colors/index.js +2738 -1
  25. package/esm/colors/index.js.map +3 -3
  26. package/esm/easings/index.js +35 -1
  27. package/esm/easings/index.js.map +2 -2
  28. package/esm/easings-js/index.js +35 -1
  29. package/esm/easings-js/index.js.map +2 -2
  30. package/esm/elevations/index.js +29 -1
  31. package/esm/elevations/index.js.map +2 -2
  32. package/esm/index.js +34 -1
  33. package/esm/index.js.map +3 -3
  34. package/esm/spacings/index.js +53 -1
  35. package/esm/spacings/index.js.map +2 -2
  36. package/esm/timings/index.js +48 -1
  37. package/esm/timings/index.js.map +2 -2
  38. package/esm/timings-js/index.js +48 -1
  39. package/esm/timings-js/index.js.map +2 -2
  40. package/esm/typography/index.js +362 -1
  41. package/esm/typography/index.js.map +2 -2
  42. package/esm/variables/index.js +1125 -1
  43. package/esm/variables/index.js.map +3 -3
  44. package/esm/variables-dark/index.js +1125 -1
  45. package/esm/variables-dark/index.js.map +3 -3
  46. package/index.d.ts +16 -16
  47. package/index.js +63 -1
  48. package/package.json +1 -1
  49. package/spacings/index.js +72 -1
  50. package/timings/index.js +67 -1
  51. package/timings-js/index.js +67 -1
  52. package/typography/index.js +381 -1
  53. package/variables/index.d.ts +11 -10
  54. package/variables/index.js +1144 -1
  55. package/variables-dark/index.d.ts +11 -10
  56. package/variables-dark/index.js +1144 -1
@@ -1 +1,171 @@
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};
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var animations_exports = {};
19
+ __export(animations_exports, {
20
+ default: () => animations_default
21
+ });
22
+ module.exports = __toCommonJS(animations_exports);
23
+ const Open = {
24
+ Duration: {
25
+ /** Css custom property: --dt-animations-open-duration-fast. Default value: 170ms. */
26
+ Fast: "var(--dt-animations-open-duration-fast, 170ms)",
27
+ /** Css custom property: --dt-animations-open-duration-base. Default value: 250ms. */
28
+ Base: "var(--dt-animations-open-duration-base, 250ms)",
29
+ /** Css custom property: --dt-animations-open-duration-slow. Default value: 400ms. */
30
+ Slow: "var(--dt-animations-open-duration-slow, 400ms)"
31
+ },
32
+ /** Css custom property: --dt-animations-open-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */
33
+ Easing: "var(--dt-animations-open-easing, cubic-bezier(0, 0, 0.2, 1))"
34
+ };
35
+ const Close = {
36
+ Duration: {
37
+ /** Css custom property: --dt-animations-close-duration-fast. Default value: 0ms. */
38
+ Fast: "var(--dt-animations-close-duration-fast, 0ms)",
39
+ /** Css custom property: --dt-animations-close-duration-base. Default value: 170ms. */
40
+ Base: "var(--dt-animations-close-duration-base, 170ms)",
41
+ /** Css custom property: --dt-animations-close-duration-slow. Default value: 250ms. */
42
+ Slow: "var(--dt-animations-close-duration-slow, 250ms)"
43
+ },
44
+ /** Css custom property: --dt-animations-close-easing. Default value: cubic-bezier(0.5, 0, 1, 1). */
45
+ Easing: "var(--dt-animations-close-easing, cubic-bezier(0.5, 0, 1, 1))"
46
+ };
47
+ const SlideIn = {
48
+ Duration: {
49
+ /** Css custom property: --dt-animations-slide-in-duration-fast. Default value: 200ms. */
50
+ Fast: "var(--dt-animations-slide-in-duration-fast, 200ms)",
51
+ /** Css custom property: --dt-animations-slide-in-duration-base. Default value: 300ms. */
52
+ Base: "var(--dt-animations-slide-in-duration-base, 300ms)",
53
+ /** Css custom property: --dt-animations-slide-in-duration-slow. Default value: 400ms. */
54
+ Slow: "var(--dt-animations-slide-in-duration-slow, 400ms)"
55
+ },
56
+ /** Css custom property: --dt-animations-slide-in-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */
57
+ Easing: "var(--dt-animations-slide-in-easing, cubic-bezier(0, 0, 0.2, 1))"
58
+ };
59
+ const SlideOut = {
60
+ Duration: {
61
+ /** Css custom property: --dt-animations-slide-out-duration-fast. Default value: 150ms. */
62
+ Fast: "var(--dt-animations-slide-out-duration-fast, 150ms)",
63
+ /** Css custom property: --dt-animations-slide-out-duration-base. Default value: 250ms. */
64
+ Base: "var(--dt-animations-slide-out-duration-base, 250ms)",
65
+ /** Css custom property: --dt-animations-slide-out-duration-slow. Default value: 350ms. */
66
+ Slow: "var(--dt-animations-slide-out-duration-slow, 350ms)"
67
+ },
68
+ /** Css custom property: --dt-animations-slide-out-easing. Default value: cubic-bezier(0.8, 0, 0.5, 1). */
69
+ Easing: "var(--dt-animations-slide-out-easing, cubic-bezier(0.8, 0, 0.5, 1))"
70
+ };
71
+ const FadeIn = {
72
+ Duration: {
73
+ /** Css custom property: --dt-animations-fade-in-duration-fast. Default value: 150ms. */
74
+ Fast: "var(--dt-animations-fade-in-duration-fast, 150ms)",
75
+ /** Css custom property: --dt-animations-fade-in-duration-base. Default value: 250ms. */
76
+ Base: "var(--dt-animations-fade-in-duration-base, 250ms)",
77
+ /** Css custom property: --dt-animations-fade-in-duration-slow. Default value: 350ms. */
78
+ Slow: "var(--dt-animations-fade-in-duration-slow, 350ms)"
79
+ },
80
+ /** Css custom property: --dt-animations-fade-in-easing. Default value: cubic-bezier(0.5, 0, 1, 1). */
81
+ Easing: "var(--dt-animations-fade-in-easing, cubic-bezier(0.5, 0, 1, 1))"
82
+ };
83
+ const FadeOut = {
84
+ Duration: {
85
+ /** Css custom property: --dt-animations-fade-out-duration-fast. Default value: 150ms. */
86
+ Fast: "var(--dt-animations-fade-out-duration-fast, 150ms)",
87
+ /** Css custom property: --dt-animations-fade-out-duration-base. Default value: 250ms. */
88
+ Base: "var(--dt-animations-fade-out-duration-base, 250ms)",
89
+ /** Css custom property: --dt-animations-fade-out-duration-slow. Default value: 350ms. */
90
+ Slow: "var(--dt-animations-fade-out-duration-slow, 350ms)"
91
+ },
92
+ /** Css custom property: --dt-animations-fade-out-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */
93
+ Easing: "var(--dt-animations-fade-out-easing, cubic-bezier(0, 0, 0.2, 1))"
94
+ };
95
+ const Hover = {
96
+ Duration: {
97
+ /** Css custom property: --dt-animations-hover-duration-base. Default value: 150ms. */
98
+ Base: "var(--dt-animations-hover-duration-base, 150ms)"
99
+ },
100
+ /** Css custom property: --dt-animations-hover-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */
101
+ Easing: "var(--dt-animations-hover-easing, cubic-bezier(0, 0, 0.2, 1))"
102
+ };
103
+ const StaggeredMotion = {
104
+ Duration: {
105
+ /** Css custom property: --dt-animations-staggered-motion-duration-fast. Default value: 250ms. */
106
+ Fast: "var(--dt-animations-staggered-motion-duration-fast, 250ms)",
107
+ /** Css custom property: --dt-animations-staggered-motion-duration-base. Default value: 350ms. */
108
+ Base: "var(--dt-animations-staggered-motion-duration-base, 350ms)",
109
+ /** Css custom property: --dt-animations-staggered-motion-duration-slow. Default value: 400ms. */
110
+ Slow: "var(--dt-animations-staggered-motion-duration-slow, 400ms)"
111
+ },
112
+ Offset: {
113
+ /** Css custom property: --dt-animations-staggered-motion-offset-fast. Default value: 20ms. */
114
+ Fast: "var(--dt-animations-staggered-motion-offset-fast, 20ms)",
115
+ /** Css custom property: --dt-animations-staggered-motion-offset-base. Default value: 30ms. */
116
+ Base: "var(--dt-animations-staggered-motion-offset-base, 30ms)",
117
+ /** Css custom property: --dt-animations-staggered-motion-offset-slow. Default value: 50ms. */
118
+ Slow: "var(--dt-animations-staggered-motion-offset-slow, 50ms)"
119
+ },
120
+ /** Css custom property: --dt-animations-staggered-motion-easing. Default value: cubic-bezier(0, 0, 0.2, 1). */
121
+ Easing: "var(--dt-animations-staggered-motion-easing, cubic-bezier(0, 0, 0.2, 1))"
122
+ };
123
+ const ExpandCollapse = {
124
+ Duration: {
125
+ /** Css custom property: --dt-animations-expand-collapse-duration-fast. Default value: 250ms. */
126
+ Fast: "var(--dt-animations-expand-collapse-duration-fast, 250ms)",
127
+ /** Css custom property: --dt-animations-expand-collapse-duration-base. Default value: 400ms. */
128
+ Base: "var(--dt-animations-expand-collapse-duration-base, 400ms)",
129
+ /** Css custom property: --dt-animations-expand-collapse-duration-slow. Default value: 600ms. */
130
+ Slow: "var(--dt-animations-expand-collapse-duration-slow, 600ms)"
131
+ },
132
+ /** Css custom property: --dt-animations-expand-collapse-easing. Default value: cubic-bezier(0.4, 0, 0.2, 1). */
133
+ Easing: "var(--dt-animations-expand-collapse-easing, cubic-bezier(0.4, 0, 0.2, 1))"
134
+ };
135
+ const Move = {
136
+ Duration: {
137
+ /** Css custom property: --dt-animations-move-duration-fast. Default value: 150ms. */
138
+ Fast: "var(--dt-animations-move-duration-fast, 150ms)",
139
+ /** Css custom property: --dt-animations-move-duration-base. Default value: 400ms. */
140
+ Base: "var(--dt-animations-move-duration-base, 400ms)",
141
+ /** Css custom property: --dt-animations-move-duration-slow. Default value: 600ms. */
142
+ Slow: "var(--dt-animations-move-duration-slow, 600ms)"
143
+ },
144
+ /** Css custom property: --dt-animations-move-easing. Default value: cubic-bezier(0.4, 0, 0.2, 1). */
145
+ Easing: "var(--dt-animations-move-easing, cubic-bezier(0.4, 0, 0.2, 1))"
146
+ };
147
+ const Rescale = {
148
+ Duration: {
149
+ /** Css custom property: --dt-animations-rescale-duration-fast. Default value: 170ms. */
150
+ Fast: "var(--dt-animations-rescale-duration-fast, 170ms)",
151
+ /** Css custom property: --dt-animations-rescale-duration-base. Default value: 250ms. */
152
+ Base: "var(--dt-animations-rescale-duration-base, 250ms)",
153
+ /** Css custom property: --dt-animations-rescale-duration-slow. Default value: 400ms. */
154
+ Slow: "var(--dt-animations-rescale-duration-slow, 400ms)"
155
+ },
156
+ /** Css custom property: --dt-animations-rescale-easing. Default value: cubic-bezier(0.4, 0, 0.2, 1). */
157
+ Easing: "var(--dt-animations-rescale-easing, cubic-bezier(0.4, 0, 0.2, 1))"
158
+ };
159
+ var animations_default = {
160
+ Open,
161
+ Close,
162
+ SlideIn,
163
+ SlideOut,
164
+ FadeIn,
165
+ FadeOut,
166
+ Hover,
167
+ StaggeredMotion,
168
+ ExpandCollapse,
169
+ Move,
170
+ Rescale
171
+ };
@@ -1 +1,171 @@
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};
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var animations_js_exports = {};
19
+ __export(animations_js_exports, {
20
+ default: () => animations_js_default
21
+ });
22
+ module.exports = __toCommonJS(animations_js_exports);
23
+ const Open = {
24
+ Duration: {
25
+ /** Value: 0.17. */
26
+ Fast: 0.17,
27
+ /** Value: 0.25. */
28
+ Base: 0.25,
29
+ /** Value: 0.4. */
30
+ Slow: 0.4
31
+ },
32
+ /** Value: [ 0, 0,0.2,1 ]. */
33
+ Easing: [0, 0, 0.2, 1]
34
+ };
35
+ const Close = {
36
+ Duration: {
37
+ /** Value: 0. */
38
+ Fast: 0,
39
+ /** Value: 0.17. */
40
+ Base: 0.17,
41
+ /** Value: 0.25. */
42
+ Slow: 0.25
43
+ },
44
+ /** Value: [ 0.5, 0,1,1 ]. */
45
+ Easing: [0.5, 0, 1, 1]
46
+ };
47
+ const SlideIn = {
48
+ Duration: {
49
+ /** Value: 0.2. */
50
+ Fast: 0.2,
51
+ /** Value: 0.3. */
52
+ Base: 0.3,
53
+ /** Value: 0.4. */
54
+ Slow: 0.4
55
+ },
56
+ /** Value: [ 0, 0,0.2,1 ]. */
57
+ Easing: [0, 0, 0.2, 1]
58
+ };
59
+ const SlideOut = {
60
+ Duration: {
61
+ /** Value: 0.15. */
62
+ Fast: 0.15,
63
+ /** Value: 0.25. */
64
+ Base: 0.25,
65
+ /** Value: 0.35. */
66
+ Slow: 0.35
67
+ },
68
+ /** Value: [ 0.8, 0,0.5,1 ]. */
69
+ Easing: [0.8, 0, 0.5, 1]
70
+ };
71
+ const FadeIn = {
72
+ Duration: {
73
+ /** Value: 0.15. */
74
+ Fast: 0.15,
75
+ /** Value: 0.25. */
76
+ Base: 0.25,
77
+ /** Value: 0.35. */
78
+ Slow: 0.35
79
+ },
80
+ /** Value: [ 0.5, 0,1,1 ]. */
81
+ Easing: [0.5, 0, 1, 1]
82
+ };
83
+ const FadeOut = {
84
+ Duration: {
85
+ /** Value: 0.15. */
86
+ Fast: 0.15,
87
+ /** Value: 0.25. */
88
+ Base: 0.25,
89
+ /** Value: 0.35. */
90
+ Slow: 0.35
91
+ },
92
+ /** Value: [ 0, 0,0.2,1 ]. */
93
+ Easing: [0, 0, 0.2, 1]
94
+ };
95
+ const Hover = {
96
+ Duration: {
97
+ /** Value: 0.15. */
98
+ Base: 0.15
99
+ },
100
+ /** Value: [ 0, 0,0.2,1 ]. */
101
+ Easing: [0, 0, 0.2, 1]
102
+ };
103
+ const StaggeredMotion = {
104
+ Duration: {
105
+ /** Value: 0.25. */
106
+ Fast: 0.25,
107
+ /** Value: 0.35. */
108
+ Base: 0.35,
109
+ /** Value: 0.4. */
110
+ Slow: 0.4
111
+ },
112
+ Offset: {
113
+ /** Value: 0.02. */
114
+ Fast: 0.02,
115
+ /** Value: 0.03. */
116
+ Base: 0.03,
117
+ /** Value: 0.05. */
118
+ Slow: 0.05
119
+ },
120
+ /** Value: [ 0, 0,0.2,1 ]. */
121
+ Easing: [0, 0, 0.2, 1]
122
+ };
123
+ const ExpandCollapse = {
124
+ Duration: {
125
+ /** Value: 0.25. */
126
+ Fast: 0.25,
127
+ /** Value: 0.4. */
128
+ Base: 0.4,
129
+ /** Value: 0.6. */
130
+ Slow: 0.6
131
+ },
132
+ /** Value: [ 0.4, 0,0.2,1 ]. */
133
+ Easing: [0.4, 0, 0.2, 1]
134
+ };
135
+ const Move = {
136
+ Duration: {
137
+ /** Value: 0.15. */
138
+ Fast: 0.15,
139
+ /** Value: 0.4. */
140
+ Base: 0.4,
141
+ /** Value: 0.6. */
142
+ Slow: 0.6
143
+ },
144
+ /** Value: [ 0.4, 0,0.2,1 ]. */
145
+ Easing: [0.4, 0, 0.2, 1]
146
+ };
147
+ const Rescale = {
148
+ Duration: {
149
+ /** Value: 0.17. */
150
+ Fast: 0.17,
151
+ /** Value: 0.25. */
152
+ Base: 0.25,
153
+ /** Value: 0.4. */
154
+ Slow: 0.4
155
+ },
156
+ /** Value: [ 0.4, 0,0.2,1 ]. */
157
+ Easing: [0.4, 0, 0.2, 1]
158
+ };
159
+ var animations_js_default = {
160
+ Open,
161
+ Close,
162
+ SlideIn,
163
+ SlideOut,
164
+ FadeIn,
165
+ FadeOut,
166
+ Hover,
167
+ StaggeredMotion,
168
+ ExpandCollapse,
169
+ Move,
170
+ Rescale
171
+ };
package/borders/index.js CHANGED
@@ -1 +1,94 @@
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};
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var borders_exports = {};
19
+ __export(borders_exports, {
20
+ default: () => borders_default
21
+ });
22
+ module.exports = __toCommonJS(borders_exports);
23
+ const Style = {
24
+ /**
25
+ * Use as the default border style.
26
+ * Css custom property: --dt-borders-style-default. Default value: solid.
27
+ */
28
+ Default: "var(--dt-borders-style-default, solid)",
29
+ /**
30
+ * Use to indicate interactive text.
31
+ * Css custom property: --dt-borders-style-dashed. Default value: dashed.
32
+ */
33
+ Dashed: "var(--dt-borders-style-dashed, dashed)"
34
+ };
35
+ const Width = {
36
+ /**
37
+ * Use as the default border width.
38
+ * Css custom property: --dt-borders-width-default. Default value: 1px.
39
+ */
40
+ Default: "var(--dt-borders-width-default, 1px)",
41
+ /**
42
+ * Use to emphasize borders. This can be useful to clearly separate content.
43
+ * Css custom property: --dt-borders-width-emphasized. Default value: 2px.
44
+ */
45
+ Emphasized: "var(--dt-borders-width-emphasized, 2px)"
46
+ };
47
+ const Radius = {
48
+ Surface: {
49
+ /**
50
+ * Use as the subdued border radius for surfaces.
51
+ * Css custom property: --dt-borders-radius-surface-subdued. Default value: 12px.
52
+ */
53
+ Subdued: "var(--dt-borders-radius-surface-subdued, 12px)",
54
+ /**
55
+ * Use as the default border radius for surfaces.
56
+ * Css custom property: --dt-borders-radius-surface-default. Default value: 16px.
57
+ */
58
+ Default: "var(--dt-borders-radius-surface-default, 16px)"
59
+ },
60
+ Container: {
61
+ /**
62
+ * Use as the subdued border radius for containers.
63
+ * Css custom property: --dt-borders-radius-container-subdued. Default value: 8px.
64
+ */
65
+ Subdued: "var(--dt-borders-radius-container-subdued, 8px)",
66
+ /**
67
+ * Use as the default border radius for containers.
68
+ * Css custom property: --dt-borders-radius-container-default. Default value: 12px.
69
+ */
70
+ Default: "var(--dt-borders-radius-container-default, 12px)"
71
+ },
72
+ Field: {
73
+ /**
74
+ * Use as the subdued border radius for fields.
75
+ * Css custom property: --dt-borders-radius-field-subdued. Default value: 4px.
76
+ */
77
+ Subdued: "var(--dt-borders-radius-field-subdued, 4px)",
78
+ /**
79
+ * Use as the default border radius for fields.
80
+ * Css custom property: --dt-borders-radius-field-default. Default value: 8px.
81
+ */
82
+ Default: "var(--dt-borders-radius-field-default, 8px)",
83
+ /**
84
+ * Use for rounded or pill-like shapes.
85
+ * Css custom property: --dt-borders-radius-field-emphasized. Default value: 9999px.
86
+ */
87
+ Emphasized: "var(--dt-borders-radius-field-emphasized, 9999px)"
88
+ }
89
+ };
90
+ var borders_default = {
91
+ Style,
92
+ Width,
93
+ Radius
94
+ };
@@ -1 +1,96 @@
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};
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var box_shadows_exports = {};
19
+ __export(box_shadows_exports, {
20
+ default: () => box_shadows_default
21
+ });
22
+ module.exports = __toCommonJS(box_shadows_exports);
23
+ const Surface = {
24
+ /** Surfaces are flat by default and do not have any shadow. */
25
+ Flat: {
26
+ /**
27
+ * Use as the default level of elevation.
28
+ * Css custom property: --dt-box-shadows-surface-flat-rest. Default value: none.
29
+ */
30
+ Rest: "var(--dt-box-shadows-surface-flat-rest, none)",
31
+ /**
32
+ * Use as the default level of elevation when a user's pointer is over an interactive surface.
33
+ * 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.
34
+ */
35
+ Hover: "var(--dt-box-shadows-surface-flat-hover, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12)",
36
+ /**
37
+ * Use as the default level of elevation when the user is pressing an interactive surface.
38
+ * Css custom property: --dt-box-shadows-surface-flat-active. Default value: none.
39
+ */
40
+ Active: "var(--dt-box-shadows-surface-flat-active, none)",
41
+ /**
42
+ * Use as the default level of elevation when moving a surface, on drag-and-drop interaction.
43
+ * 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.
44
+ */
45
+ Drag: "var(--dt-box-shadows-surface-flat-drag, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52)"
46
+ },
47
+ /** Raised surfaces have a subtle shadow, and are used to draw attention to an element. */
48
+ Raised: {
49
+ /**
50
+ * Use for raised surfaces.
51
+ * 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.
52
+ */
53
+ Rest: "var(--dt-box-shadows-surface-raised-rest, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12)",
54
+ /**
55
+ * Use when a user's pointer is over an interactive raised surface.
56
+ * 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.
57
+ */
58
+ Hover: "var(--dt-box-shadows-surface-raised-hover, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 5px 11px -2px #2d2e4e29)",
59
+ /**
60
+ * Use when the user is pressing an interactive raised surface.
61
+ * 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.
62
+ */
63
+ Active: "var(--dt-box-shadows-surface-raised-active, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 4px 8px -2px #2d2e4e12)",
64
+ /**
65
+ * Use when moving a raised surface, on drag-and-drop interaction.
66
+ * 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.
67
+ */
68
+ Drag: "var(--dt-box-shadows-surface-raised-drag, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52)"
69
+ },
70
+ /** Floating surfaces have a noticeable shadow, and are used in elements that overlay other content. */
71
+ Floating: {
72
+ /**
73
+ * Use for floating surfaces.
74
+ * 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.
75
+ */
76
+ Rest: "var(--dt-box-shadows-surface-floating-rest, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 5px 11px -2px #2d2e4e29)",
77
+ /**
78
+ * Use when a user's pointer is over an interactive floating surface.
79
+ * 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.
80
+ */
81
+ Hover: "var(--dt-box-shadows-surface-floating-hover, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 6px 14px -2px #2d2e4e3d)",
82
+ /**
83
+ * Use when the user is pressing an interactive floating surface.
84
+ * 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.
85
+ */
86
+ Active: "var(--dt-box-shadows-surface-floating-active, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 5px 11px -2px #2d2e4e29)",
87
+ /**
88
+ * Use when moving a floating surface, on drag-and-drop interaction.
89
+ * 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.
90
+ */
91
+ Drag: "var(--dt-box-shadows-surface-floating-drag, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 7px 17px -2px #2d2e4e52)"
92
+ }
93
+ };
94
+ var box_shadows_default = {
95
+ Surface
96
+ };
@@ -1 +1,60 @@
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
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var breakpoints_exports = {};
19
+ __export(breakpoints_exports, {
20
+ default: () => breakpoints_default
21
+ });
22
+ module.exports = __toCommonJS(breakpoints_exports);
23
+ const Max = {
24
+ /**
25
+ * Use to constrain screen sizes that are 640px wide or less.
26
+ * Css custom property: --dt-breakpoints-max-mobile. Default value: 640px.
27
+ */
28
+ Mobile: "var(--dt-breakpoints-max-mobile, 640px)",
29
+ /**
30
+ * Use to constrain screen sizes that are 641px wide or more.
31
+ * Css custom property: --dt-breakpoints-max-tablet. Default value: 960px.
32
+ */
33
+ Tablet: "var(--dt-breakpoints-max-tablet, 960px)",
34
+ /**
35
+ * Use to constrain screen sizes that are 960px wide or less.
36
+ * Css custom property: --dt-breakpoints-max-desktop. Default value: 1920px.
37
+ */
38
+ Desktop: "var(--dt-breakpoints-max-desktop, 1920px)"
39
+ };
40
+ const Min = {
41
+ /**
42
+ * Use to constrain screen sizes that are 961px wide or more.
43
+ * Css custom property: --dt-breakpoints-min-tablet. Default value: 641px.
44
+ */
45
+ Tablet: "var(--dt-breakpoints-min-tablet, 641px)",
46
+ /**
47
+ * Use to constrain screen sizes that are 1920 wide or less.
48
+ * Css custom property: --dt-breakpoints-min-desktop. Default value: 961px.
49
+ */
50
+ Desktop: "var(--dt-breakpoints-min-desktop, 961px)",
51
+ /**
52
+ * Use to constrain screen sizes that are 1921px wide or more.
53
+ * Css custom property: --dt-breakpoints-min-widescreen. Default value: 1921px.
54
+ */
55
+ Widescreen: "var(--dt-breakpoints-min-widescreen, 1921px)"
56
+ };
57
+ var breakpoints_default = {
58
+ Max,
59
+ Min
60
+ };
@@ -1 +1,60 @@
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};
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var breakpoints_js_exports = {};
19
+ __export(breakpoints_js_exports, {
20
+ default: () => breakpoints_js_default
21
+ });
22
+ module.exports = __toCommonJS(breakpoints_js_exports);
23
+ const Max = {
24
+ /**
25
+ * Use to constrain screen sizes that are 640px wide or less.
26
+ * Value: 640.
27
+ */
28
+ Mobile: 640,
29
+ /**
30
+ * Use to constrain screen sizes that are 641px wide or more.
31
+ * Value: 960.
32
+ */
33
+ Tablet: 960,
34
+ /**
35
+ * Use to constrain screen sizes that are 960px wide or less.
36
+ * Value: 1920.
37
+ */
38
+ Desktop: 1920
39
+ };
40
+ const Min = {
41
+ /**
42
+ * Use to constrain screen sizes that are 961px wide or more.
43
+ * Value: 641.
44
+ */
45
+ Tablet: 641,
46
+ /**
47
+ * Use to constrain screen sizes that are 1920 wide or less.
48
+ * Value: 961.
49
+ */
50
+ Desktop: 961,
51
+ /**
52
+ * Use to constrain screen sizes that are 1921px wide or more.
53
+ * Value: 1921.
54
+ */
55
+ Widescreen: 1921
56
+ };
57
+ var breakpoints_js_default = {
58
+ Max,
59
+ Min
60
+ };