@pantheon-systems/pds-design-tokens 1.1.2 → 2.0.0-alpha.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 +137 -18
- package/build/css/variables.compact.css +17 -0
- package/build/css/variables.dark.css +226 -0
- package/build/css/variables.expanded.css +17 -0
- package/build/css/variables.global.css +83 -0
- package/build/css/variables.light.css +248 -0
- package/build/figma/tokens.json +11482 -0
- package/build/js/variables.js +109 -0
- package/build/json/tokens.json +1892 -0
- package/package.json +12 -3
- package/build/css/pds-design-tokens-dark-mode.css +0 -226
- package/build/css/pds-design-tokens-light-mode.css +0 -335
- package/build/css/pds-design-tokens.css +0 -130
- package/build/figma/pds-design-tokens-figma.json +0 -19481
- package/build/json/pds-design-tokens-dark-mode.json +0 -6424
- package/build/json/pds-design-tokens-light-mode.json +0 -8906
- package/build/json/pds-design-tokens.json +0 -2850
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
* Pantheon Systems
|
|
4
|
-
*
|
|
5
|
-
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
6
|
-
* !! DO NOT EDIT THIS FILE DIRECTLY !!
|
|
7
|
-
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
8
|
-
*
|
|
9
|
-
* This file has been generated automatically.
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
:root {
|
|
13
|
-
--pds-animation-button-transition: all var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
|
|
14
|
-
--pds-animation-focus-transition: outline var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
|
|
15
|
-
--pds-animation-input-transition: background-color var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay), border-color var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
|
|
16
|
-
--pds-animation-link-transition: all var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
|
|
17
|
-
--pds-animation-reveal-transition: all var(--pds-animation-transition-reveal-duration) var(--pds-animation-transition-default-timing-function);
|
|
18
|
-
--pds-animation-rotation-transition: transform var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
|
|
19
|
-
--pds-animation-transition-default-delay: 0s;
|
|
20
|
-
--pds-animation-transition-default-duration: 200ms;
|
|
21
|
-
--pds-animation-transition-default-timing-function: ease-in-out;
|
|
22
|
-
--pds-animation-transition-dropdown-duration: 300ms;
|
|
23
|
-
--pds-animation-transition-reveal-duration: 300ms;
|
|
24
|
-
--pds-border-offset-default: 1px;
|
|
25
|
-
--pds-border-offset-double: 2px;
|
|
26
|
-
--pds-border-offset-triple: 3px;
|
|
27
|
-
--pds-border-radius-bar: 3.5rem;
|
|
28
|
-
--pds-border-radius-button: 0.1875rem;
|
|
29
|
-
--pds-border-radius-container: 0.375rem;
|
|
30
|
-
--pds-border-radius-default: 0.1875rem;
|
|
31
|
-
--pds-border-radius-input: 0.25rem;
|
|
32
|
-
--pds-border-width-default: 1px;
|
|
33
|
-
--pds-border-width-double: 2px;
|
|
34
|
-
--pds-border-width-outline: 1px;
|
|
35
|
-
--pds-border-width-stepper: 3px;
|
|
36
|
-
--pds-border-width-triple: 3px;
|
|
37
|
-
--pds-container-max-width-narrow: 1024px;
|
|
38
|
-
--pds-container-max-width-standard: 1200px;
|
|
39
|
-
--pds-container-max-width-wide: 1440px;
|
|
40
|
-
--pds-container-max-width-x-wide: 1600px;
|
|
41
|
-
--pds-container-modal-width-lg: 47.5rem;
|
|
42
|
-
--pds-container-modal-width-md: 37.5rem;
|
|
43
|
-
--pds-container-modal-width-sm: 25rem;
|
|
44
|
-
--pds-container-modal-width-xl: 67.5rem;
|
|
45
|
-
--pds-container-padding-base: var(--pds-spacing-xl);
|
|
46
|
-
--pds-container-padding-narrow-bp-lg: 20%;
|
|
47
|
-
--pds-container-padding-narrow-bp-md: 12%;
|
|
48
|
-
--pds-container-padding-standard-bp-lg: 8%;
|
|
49
|
-
--pds-container-padding-standard-bp-md: 6%;
|
|
50
|
-
--pds-container-padding-wide-bp-lg: 4%;
|
|
51
|
-
--pds-container-padding-wide-bp-md: 5%;
|
|
52
|
-
--pds-container-tooltip-max-width: 12.5rem;
|
|
53
|
-
--pds-grid-marketing-column-medium-large: 4.36875%;
|
|
54
|
-
--pds-grid-marketing-column-small: 21.34375%;
|
|
55
|
-
--pds-grid-marketing-gap-medium-large: 4.325%;
|
|
56
|
-
--pds-grid-marketing-gap-small: 4.875%;
|
|
57
|
-
--pds-spacing-2xl: 1.953rem;
|
|
58
|
-
--pds-spacing-2xs: 0.512rem;
|
|
59
|
-
--pds-spacing-3xl: 2.441rem;
|
|
60
|
-
--pds-spacing-3xs: 0.41rem;
|
|
61
|
-
--pds-spacing-4xl: 3.052rem;
|
|
62
|
-
--pds-spacing-4xs: 0.328rem;
|
|
63
|
-
--pds-spacing-5xl: 3.815rem;
|
|
64
|
-
--pds-spacing-5xs: 0.25rem;
|
|
65
|
-
--pds-spacing-6xl: 4.678rem;
|
|
66
|
-
--pds-spacing-6xs: 0.125rem;
|
|
67
|
-
--pds-spacing-7xl: 5.96rem;
|
|
68
|
-
--pds-spacing-8xl: 7.451rem;
|
|
69
|
-
--pds-spacing-button-lg-height: 3rem;
|
|
70
|
-
--pds-spacing-button-lg-padding-block: 0.9375rem;
|
|
71
|
-
--pds-spacing-button-lg-padding-inline: 1.25rem;
|
|
72
|
-
--pds-spacing-button-md-height: 2.25rem;
|
|
73
|
-
--pds-spacing-button-md-padding-block: 0.625rem;
|
|
74
|
-
--pds-spacing-button-md-padding-inline: 0.8125rem;
|
|
75
|
-
--pds-spacing-button-sm-height: 2rem;
|
|
76
|
-
--pds-spacing-button-sm-padding-block: 0.5rem;
|
|
77
|
-
--pds-spacing-button-sm-padding-inline: 0.625rem;
|
|
78
|
-
--pds-spacing-dashboard-nav-item-height: 2.25rem;
|
|
79
|
-
--pds-spacing-dashboard-nav-item-padding: 0.625rem;
|
|
80
|
-
--pds-spacing-l: 1.25rem;
|
|
81
|
-
--pds-spacing-m: 1rem;
|
|
82
|
-
--pds-spacing-s: 0.8rem;
|
|
83
|
-
--pds-spacing-xl: 1.563rem;
|
|
84
|
-
--pds-spacing-xs: 0.64rem;
|
|
85
|
-
--pds-typography-ff-code: 'Source Code Pro', monospace;
|
|
86
|
-
--pds-typography-ff-default: 'Poppins', sans-serif;
|
|
87
|
-
--pds-typography-ff-mono: 'Source Code Pro', monospace;
|
|
88
|
-
--pds-typography-ff-sans: 'Poppins', sans-serif;
|
|
89
|
-
--pds-typography-ff-secondary: 'Aleo', serif;
|
|
90
|
-
--pds-typography-ff-serif: 'Aleo', serif;
|
|
91
|
-
--pds-typography-font-css-import: 'https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap';
|
|
92
|
-
--pds-typography-fw-bold: 700;
|
|
93
|
-
--pds-typography-fw-light: 300;
|
|
94
|
-
--pds-typography-fw-medium: 500;
|
|
95
|
-
--pds-typography-fw-regular: 400;
|
|
96
|
-
--pds-typography-fw-semibold: 600;
|
|
97
|
-
--pds-typography-lh-l: 165%;
|
|
98
|
-
--pds-typography-lh-m: 140%;
|
|
99
|
-
--pds-typography-lh-s: 120%;
|
|
100
|
-
--pds-typography-lh-xl: 195%;
|
|
101
|
-
--pds-typography-ls-l: 0.04rem;
|
|
102
|
-
--pds-typography-ls-m: 0.02rem;
|
|
103
|
-
--pds-typography-ls-s: 0.01rem;
|
|
104
|
-
--pds-typography-ls-xl: 0.06rem;
|
|
105
|
-
--pds-typography-multiplier-medium: 0.88;
|
|
106
|
-
--pds-typography-multiplier-small: 0.84;
|
|
107
|
-
--pds-typography-size-2xl: 1.728rem;
|
|
108
|
-
--pds-typography-size-3xl: 2.074rem;
|
|
109
|
-
--pds-typography-size-4xl: 2.488rem;
|
|
110
|
-
--pds-typography-size-5xl: 2.986rem;
|
|
111
|
-
--pds-typography-size-6xl: 3.583rem;
|
|
112
|
-
--pds-typography-size-7xl: 4.3rem;
|
|
113
|
-
--pds-typography-size-8xl: 5.160rem;
|
|
114
|
-
--pds-typography-size-9xl: 6.192rem;
|
|
115
|
-
--pds-typography-size-code-block: 0.9rem;
|
|
116
|
-
--pds-typography-size-default: 1rem;
|
|
117
|
-
--pds-typography-size-input-label: 1rem;
|
|
118
|
-
--pds-typography-size-l: 1.2rem;
|
|
119
|
-
--pds-typography-size-m: 1rem;
|
|
120
|
-
--pds-typography-size-s: 0.833rem;
|
|
121
|
-
--pds-typography-size-xl: 1.44rem;
|
|
122
|
-
--pds-typography-size-xs: 0.694rem;
|
|
123
|
-
--pds-z-index-dropdown: 300;
|
|
124
|
-
--pds-z-index-max: 9999;
|
|
125
|
-
--pds-z-index-modal: 900;
|
|
126
|
-
--pds-z-index-navigation: 100;
|
|
127
|
-
--pds-z-index-notifications: 500;
|
|
128
|
-
--pds-z-index-overlay: 700;
|
|
129
|
-
--pds-z-index-reset: 0;
|
|
130
|
-
}
|