@primer/primitives 10.3.2 → 10.3.3-rc.e9918d87

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.
@@ -8,11 +8,10 @@
8
8
  --base-duration-500: 500ms;
9
9
  --base-duration-600: 600ms;
10
10
  --base-duration-700: 700ms;
11
- --base-duration-75: 75ms;
12
11
  --base-duration-800: 800ms;
13
12
  --base-duration-900: 900ms;
14
13
  --base-easing-easeIn: cubic-bezier(0.7, 0.1, 0.75, 0.9); /* Ideal for movement that starts on the page and ends off the page. */
15
14
  --base-easing-easeInOut: cubic-bezier(0.6, 0, 0.2, 1); /* Ideal for movement that starts and ends on the page. */
16
- --base-easing-easeOut: cubic-bezier(0.16, 1, 0.3, 1); /* Ideal for movement that starts off the page and ends on the page. */
15
+ --base-easing-easeOut: cubic-bezier(0.3, 0.8, 0.6, 1); /* Ideal for movement that starts off the page and ends on the page. */
17
16
  --base-easing-linear: cubic-bezier(0, 0, 1, 1); /* Ideal for non-movement properties, like opacity or background color. */
18
17
  }
@@ -8,12 +8,11 @@
8
8
  --base-duration-500: 500ms;
9
9
  --base-duration-600: 600ms;
10
10
  --base-duration-700: 700ms;
11
- --base-duration-75: 75ms;
12
11
  --base-duration-800: 800ms;
13
12
  --base-duration-900: 900ms;
14
13
  --base-easing-easeIn: cubic-bezier(0.7, 0.1, 0.75, 0.9); /* Ideal for movement that starts on the page and ends off the page. */
15
14
  --base-easing-easeInOut: cubic-bezier(0.6, 0, 0.2, 1); /* Ideal for movement that starts and ends on the page. */
16
- --base-easing-easeOut: cubic-bezier(0.16, 1, 0.3, 1); /* Ideal for movement that starts off the page and ends on the page. */
15
+ --base-easing-easeOut: cubic-bezier(0.3, 0.8, 0.6, 1); /* Ideal for movement that starts off the page and ends on the page. */
17
16
  --base-easing-linear: cubic-bezier(0, 0, 1, 1); /* Ideal for non-movement properties, like opacity or background color. */
18
17
  }
19
18
  :root {
@@ -125,20 +125,6 @@
125
125
  "value": "700ms",
126
126
  "type": "duration"
127
127
  },
128
- "base-duration-75": {
129
- "filePath": "src/tokens/base/motion/timing.json5",
130
- "isSource": true,
131
- "original": {
132
- "$value": "75ms",
133
- "$type": "duration"
134
- },
135
- "name": "base-duration-75",
136
- "attributes": {},
137
- "path": ["base", "duration", "75"],
138
- "key": "{base.duration.75}",
139
- "value": "75ms",
140
- "type": "duration"
141
- },
142
128
  "base-duration-800": {
143
129
  "filePath": "src/tokens/base/motion/timing.json5",
144
130
  "isSource": true,
@@ -203,7 +189,7 @@
203
189
  "filePath": "src/tokens/base/motion/easing.json5",
204
190
  "isSource": true,
205
191
  "original": {
206
- "$value": [0.16, 1, 0.3, 1],
192
+ "$value": [0.3, 0.8, 0.6, 1],
207
193
  "$type": "cubicBezier",
208
194
  "$description": "Ideal for movement that starts off the page and ends on the page."
209
195
  },
@@ -211,7 +197,7 @@
211
197
  "attributes": {},
212
198
  "path": ["base", "easing", "easeOut"],
213
199
  "key": "{base.easing.easeOut}",
214
- "value": [0.16, 1, 0.3, 1],
200
+ "value": [0.3, 0.8, 0.6, 1],
215
201
  "type": "cubicBezier",
216
202
  "description": "Ideal for movement that starts off the page and ends on the page."
217
203
  },
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "--base-easing-linear": [0, 0, 1, 1],
3
3
  "--base-easing-easeIn": [0.7, 0.1, 0.75, 0.9],
4
- "--base-easing-easeOut": [0.16, 1, 0.3, 1],
4
+ "--base-easing-easeOut": [0.3, 0.8, 0.6, 1],
5
5
  "--base-easing-easeInOut": [0.6, 0, 0.2, 1],
6
6
  "--base-duration-0": "0ms",
7
- "--base-duration-75": "75ms",
8
7
  "--base-duration-100": "100ms",
9
8
  "--base-duration-200": "200ms",
10
9
  "--base-duration-300": "300ms",
@@ -125,20 +125,6 @@
125
125
  "path": ["base", "duration", "700"],
126
126
  "key": "{base.duration.700}"
127
127
  },
128
- "base-duration-75": {
129
- "$value": "75ms",
130
- "$type": "duration",
131
- "filePath": "src/tokens/base/motion/timing.json5",
132
- "isSource": true,
133
- "original": {
134
- "$value": "75ms",
135
- "$type": "duration"
136
- },
137
- "name": "base-duration-75",
138
- "attributes": {},
139
- "path": ["base", "duration", "75"],
140
- "key": "{base.duration.75}"
141
- },
142
128
  "base-duration-800": {
143
129
  "$value": "800ms",
144
130
  "$type": "duration",
@@ -200,13 +186,13 @@
200
186
  "key": "{base.easing.easeInOut}"
201
187
  },
202
188
  "base-easing-easeOut": {
203
- "$value": [0.16, 1, 0.3, 1],
189
+ "$value": [0.3, 0.8, 0.6, 1],
204
190
  "$type": "cubicBezier",
205
191
  "$description": "Ideal for movement that starts off the page and ends on the page.",
206
192
  "filePath": "src/tokens/base/motion/easing.json5",
207
193
  "isSource": true,
208
194
  "original": {
209
- "$value": [0.16, 1, 0.3, 1],
195
+ "$value": [0.3, 0.8, 0.6, 1],
210
196
  "$type": "cubicBezier",
211
197
  "$description": "Ideal for movement that starts off the page and ends on the page."
212
198
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/primitives",
3
- "version": "10.3.2",
3
+ "version": "10.3.3-rc.e9918d87",
4
4
  "description": "Typography, spacing, and color primitives for Primer design system",
5
5
  "type": "module",
6
6
  "files": [
@@ -12,7 +12,7 @@
12
12
  $description: 'Ideal for movement that starts on the page and ends off the page.',
13
13
  },
14
14
  easeOut: {
15
- $value: [0.16, 1, 0.3, 1],
15
+ $value: [0.3, 0.8, 0.6, 1],
16
16
  $type: 'cubicBezier',
17
17
  $description: 'Ideal for movement that starts off the page and ends on the page.',
18
18
  },
@@ -5,10 +5,6 @@
5
5
  $value: '0ms',
6
6
  $type: 'duration',
7
7
  },
8
- '75': {
9
- $value: '75ms',
10
- $type: 'duration',
11
- },
12
8
  '100': {
13
9
  $value: '100ms',
14
10
  $type: 'duration',