@fluentui/tokens 1.0.0-alpha.11 → 1.0.0-alpha.13

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/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/tokens
2
2
 
3
- This log was last generated on Tue, 26 Sep 2023 17:44:20 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 Nov 2023 17:23:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [1.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/tokens_v1.0.0-alpha.13)
8
+
9
+ Thu, 09 Nov 2023 17:23:18 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/tokens_v1.0.0-alpha.12..@fluentui/tokens_v1.0.0-alpha.13)
11
+
12
+ ### Changes
13
+
14
+ - chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
15
+
16
+ ## [1.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/tokens_v1.0.0-alpha.12)
17
+
18
+ Wed, 01 Nov 2023 12:55:59 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/tokens_v1.0.0-alpha.11..@fluentui/tokens_v1.0.0-alpha.12)
20
+
21
+ ### Changes
22
+
23
+ - fix(tokens): Fix motion curves to match design ([PR #29546](https://github.com/microsoft/fluentui/pull/29546) by robertpenner@microsoft.com)
24
+
7
25
  ## [1.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/tokens_v1.0.0-alpha.11)
8
26
 
9
- Tue, 26 Sep 2023 17:44:20 GMT
27
+ Tue, 26 Sep 2023 17:49:15 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/tokens_v1.0.0-alpha.10..@fluentui/tokens_v1.0.0-alpha.11)
11
29
 
12
30
  ### Changes
@@ -1,11 +1,11 @@
1
1
  export const curves = {
2
- curveAccelerateMax: 'cubic-bezier(1,0,1,1)',
3
- curveAccelerateMid: 'cubic-bezier(0.7,0,1,0.5)',
4
- curveAccelerateMin: 'cubic-bezier(0.8,0,1,1)',
5
- curveDecelerateMax: 'cubic-bezier(0,0,0,1)',
6
- curveDecelerateMid: 'cubic-bezier(0.1,0.9,0.2,1)',
2
+ curveAccelerateMax: 'cubic-bezier(0.9,0.1,1,0.2)',
3
+ curveAccelerateMid: 'cubic-bezier(1,0,1,1)',
4
+ curveAccelerateMin: 'cubic-bezier(0.8,0,0.78,1)',
5
+ curveDecelerateMax: 'cubic-bezier(0.1,0.9,0.2,1)',
6
+ curveDecelerateMid: 'cubic-bezier(0,0,0,1)',
7
7
  curveDecelerateMin: 'cubic-bezier(0.33,0,0.1,1)',
8
- curveEasyEaseMax: 'cubic-bezier(0.8,0,0.1,1)',
8
+ curveEasyEaseMax: 'cubic-bezier(0.8,0,0.2,1)',
9
9
  curveEasyEase: 'cubic-bezier(0.33,0,0.67,1)',
10
10
  curveLinear: 'cubic-bezier(0,0,1,1)'
11
11
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["curves.ts"],"sourcesContent":["import type { CurveTokens } from '../types';\n\nexport const curves: CurveTokens = {\n curveAccelerateMax: 'cubic-bezier(1,0,1,1)',\n curveAccelerateMid: 'cubic-bezier(0.7,0,1,0.5)',\n curveAccelerateMin: 'cubic-bezier(0.8,0,1,1)',\n curveDecelerateMax: 'cubic-bezier(0,0,0,1)',\n curveDecelerateMid: 'cubic-bezier(0.1,0.9,0.2,1)',\n curveDecelerateMin: 'cubic-bezier(0.33,0,0.1,1)',\n curveEasyEaseMax: 'cubic-bezier(0.8,0,0.1,1)',\n curveEasyEase: 'cubic-bezier(0.33,0,0.67,1)',\n curveLinear: 'cubic-bezier(0,0,1,1)',\n};\n"],"names":["curves","curveAccelerateMax","curveAccelerateMid","curveAccelerateMin","curveDecelerateMax","curveDecelerateMid","curveDecelerateMin","curveEasyEaseMax","curveEasyEase","curveLinear"],"mappings":"AAEA,OAAO,MAAMA,SAAsB;IACjCC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,kBAAkB;IAClBC,eAAe;IACfC,aAAa;AACf,EAAE"}
1
+ {"version":3,"sources":["curves.ts"],"sourcesContent":["import type { CurveTokens } from '../types';\n\nexport const curves: CurveTokens = {\n curveAccelerateMax: 'cubic-bezier(0.9,0.1,1,0.2)',\n curveAccelerateMid: 'cubic-bezier(1,0,1,1)',\n curveAccelerateMin: 'cubic-bezier(0.8,0,0.78,1)',\n curveDecelerateMax: 'cubic-bezier(0.1,0.9,0.2,1)',\n curveDecelerateMid: 'cubic-bezier(0,0,0,1)',\n curveDecelerateMin: 'cubic-bezier(0.33,0,0.1,1)',\n curveEasyEaseMax: 'cubic-bezier(0.8,0,0.2,1)',\n curveEasyEase: 'cubic-bezier(0.33,0,0.67,1)',\n curveLinear: 'cubic-bezier(0,0,1,1)',\n};\n"],"names":["curves","curveAccelerateMax","curveAccelerateMid","curveAccelerateMin","curveDecelerateMax","curveDecelerateMid","curveDecelerateMin","curveEasyEaseMax","curveEasyEase","curveLinear"],"mappings":"AAEA,OAAO,MAAMA,SAAsB;IACjCC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,kBAAkB;IAClBC,eAAe;IACfC,aAAa;AACf,EAAE"}
@@ -9,13 +9,13 @@ Object.defineProperty(exports, "curves", {
9
9
  }
10
10
  });
11
11
  const curves = {
12
- curveAccelerateMax: 'cubic-bezier(1,0,1,1)',
13
- curveAccelerateMid: 'cubic-bezier(0.7,0,1,0.5)',
14
- curveAccelerateMin: 'cubic-bezier(0.8,0,1,1)',
15
- curveDecelerateMax: 'cubic-bezier(0,0,0,1)',
16
- curveDecelerateMid: 'cubic-bezier(0.1,0.9,0.2,1)',
12
+ curveAccelerateMax: 'cubic-bezier(0.9,0.1,1,0.2)',
13
+ curveAccelerateMid: 'cubic-bezier(1,0,1,1)',
14
+ curveAccelerateMin: 'cubic-bezier(0.8,0,0.78,1)',
15
+ curveDecelerateMax: 'cubic-bezier(0.1,0.9,0.2,1)',
16
+ curveDecelerateMid: 'cubic-bezier(0,0,0,1)',
17
17
  curveDecelerateMin: 'cubic-bezier(0.33,0,0.1,1)',
18
- curveEasyEaseMax: 'cubic-bezier(0.8,0,0.1,1)',
18
+ curveEasyEaseMax: 'cubic-bezier(0.8,0,0.2,1)',
19
19
  curveEasyEase: 'cubic-bezier(0.33,0,0.67,1)',
20
20
  curveLinear: 'cubic-bezier(0,0,1,1)'
21
21
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["curves.js"],"sourcesContent":["export const curves = {\n curveAccelerateMax: 'cubic-bezier(1,0,1,1)',\n curveAccelerateMid: 'cubic-bezier(0.7,0,1,0.5)',\n curveAccelerateMin: 'cubic-bezier(0.8,0,1,1)',\n curveDecelerateMax: 'cubic-bezier(0,0,0,1)',\n curveDecelerateMid: 'cubic-bezier(0.1,0.9,0.2,1)',\n curveDecelerateMin: 'cubic-bezier(0.33,0,0.1,1)',\n curveEasyEaseMax: 'cubic-bezier(0.8,0,0.1,1)',\n curveEasyEase: 'cubic-bezier(0.33,0,0.67,1)',\n curveLinear: 'cubic-bezier(0,0,1,1)'\n};\n"],"names":["curves","curveAccelerateMax","curveAccelerateMid","curveAccelerateMin","curveDecelerateMax","curveDecelerateMid","curveDecelerateMin","curveEasyEaseMax","curveEasyEase","curveLinear"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,SAAS;IAClBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,kBAAkB;IAClBC,eAAe;IACfC,aAAa;AACjB"}
1
+ {"version":3,"sources":["curves.js"],"sourcesContent":["export const curves = {\n curveAccelerateMax: 'cubic-bezier(0.9,0.1,1,0.2)',\n curveAccelerateMid: 'cubic-bezier(1,0,1,1)',\n curveAccelerateMin: 'cubic-bezier(0.8,0,0.78,1)',\n curveDecelerateMax: 'cubic-bezier(0.1,0.9,0.2,1)',\n curveDecelerateMid: 'cubic-bezier(0,0,0,1)',\n curveDecelerateMin: 'cubic-bezier(0.33,0,0.1,1)',\n curveEasyEaseMax: 'cubic-bezier(0.8,0,0.2,1)',\n curveEasyEase: 'cubic-bezier(0.33,0,0.67,1)',\n curveLinear: 'cubic-bezier(0,0,1,1)'\n};\n"],"names":["curves","curveAccelerateMax","curveAccelerateMid","curveAccelerateMin","curveDecelerateMax","curveDecelerateMid","curveDecelerateMin","curveEasyEaseMax","curveEasyEase","curveLinear"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,SAAS;IAClBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,oBAAoB;IACpBC,kBAAkB;IAClBC,eAAe;IACfC,aAAa;AACjB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/tokens",
3
- "version": "1.0.0-alpha.11",
3
+ "version": "1.0.0-alpha.13",
4
4
  "description": "Fluent UI Theme Tokens",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -45,5 +45,11 @@
45
45
  "require": "./lib-commonjs/index.js"
46
46
  },
47
47
  "./package.json": "./package.json"
48
- }
48
+ },
49
+ "files": [
50
+ "*.md",
51
+ "dist/*.d.ts",
52
+ "lib",
53
+ "lib-commonjs"
54
+ ]
49
55
  }
package/CHANGELOG.json DELETED
@@ -1,298 +0,0 @@
1
- {
2
- "name": "@fluentui/tokens",
3
- "entries": [
4
- {
5
- "date": "Tue, 26 Sep 2023 17:44:20 GMT",
6
- "tag": "@fluentui/tokens_v1.0.0-alpha.11",
7
- "version": "1.0.0-alpha.11",
8
- "comments": {
9
- "prerelease": [
10
- {
11
- "author": "yuanboxue@microsoft.com",
12
- "package": "@fluentui/tokens",
13
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
14
- "comment": "chore: trigger manual version bump after broken release"
15
- }
16
- ]
17
- }
18
- },
19
- {
20
- "date": "Tue, 26 Sep 2023 15:31:40 GMT",
21
- "tag": "@fluentui/tokens_v1.0.0-alpha.10",
22
- "version": "1.0.0-alpha.10",
23
- "comments": {
24
- "prerelease": [
25
- {
26
- "author": "martinhochel@microsoft.com",
27
- "package": "@fluentui/tokens",
28
- "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
29
- "comment": "fix: bump swc core to mitigate transpilation memory leaks"
30
- }
31
- ]
32
- }
33
- },
34
- {
35
- "date": "Tue, 05 Sep 2023 13:29:13 GMT",
36
- "tag": "@fluentui/tokens_v1.0.0-alpha.9",
37
- "version": "1.0.0-alpha.9",
38
- "comments": {
39
- "prerelease": [
40
- {
41
- "author": "bernardo.sunderhus@gmail.com",
42
- "package": "@fluentui/tokens",
43
- "commit": "b93c2ac22355b6cb6f33dd509c6cd9c21f4fffc8",
44
- "comment": "bumps @swc/helpers version to 0.5.1"
45
- }
46
- ]
47
- }
48
- },
49
- {
50
- "date": "Wed, 09 Aug 2023 13:17:11 GMT",
51
- "tag": "@fluentui/tokens_v1.0.0-alpha.8",
52
- "version": "1.0.0-alpha.8",
53
- "comments": {
54
- "prerelease": [
55
- {
56
- "author": "miroslav.stastny@microsoft.com",
57
- "package": "@fluentui/tokens",
58
- "commit": "3df6e4cf274b9811b7a279d9f611d8a6c20fdab8",
59
- "comment": "feat: add durationGentle"
60
- }
61
- ]
62
- }
63
- },
64
- {
65
- "date": "Fri, 04 Aug 2023 08:52:58 GMT",
66
- "tag": "@fluentui/tokens_v1.0.0-alpha.7",
67
- "version": "1.0.0-alpha.7",
68
- "comments": {
69
- "prerelease": [
70
- {
71
- "author": "miroslav.stastny@microsoft.com",
72
- "package": "@fluentui/tokens",
73
- "commit": "141424a604b98ea762cfa375fe78df8c9e6bdec8",
74
- "comment": "feat: add status color tokens"
75
- },
76
- {
77
- "author": "miroslav.stastny@microsoft.com",
78
- "package": "@fluentui/tokens",
79
- "commit": "01cc58f793345482d293c6837db64f85f552562d",
80
- "comment": "Add colorBrandStroke2Contrast and colorNeutralStrokeAlpha2"
81
- }
82
- ]
83
- }
84
- },
85
- {
86
- "date": "Wed, 28 Jun 2023 11:12:36 GMT",
87
- "tag": "@fluentui/tokens_v1.0.0-alpha.6",
88
- "version": "1.0.0-alpha.6",
89
- "comments": {
90
- "none": [
91
- {
92
- "author": "martinhochel@microsoft.com",
93
- "package": "@fluentui/tokens",
94
- "commit": "fbe878e9c9785588197481f172c42c2c0a230292",
95
- "comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
96
- }
97
- ]
98
- }
99
- },
100
- {
101
- "date": "Tue, 20 Jun 2023 12:39:07 GMT",
102
- "tag": "@fluentui/tokens_v1.0.0-alpha.6",
103
- "version": "1.0.0-alpha.6",
104
- "comments": {
105
- "prerelease": [
106
- {
107
- "author": "miroslav.stastny@microsoft.com",
108
- "package": "@fluentui/tokens",
109
- "commit": "7516a6bde1bd7b8c957ca479ffcb0e737e9ca693",
110
- "comment": "Add/update theme tokens"
111
- },
112
- {
113
- "author": "martinhochel@microsoft.com",
114
- "package": "@fluentui/tokens",
115
- "commit": "cf6b94ba6559236150bc1f1814b023607edaeb20",
116
- "comment": "fix: cast to String keys interpolated within string literals"
117
- }
118
- ]
119
- }
120
- },
121
- {
122
- "date": "Wed, 24 May 2023 20:45:37 GMT",
123
- "tag": "@fluentui/tokens_v1.0.0-alpha.5",
124
- "version": "1.0.0-alpha.5",
125
- "comments": {
126
- "none": [
127
- {
128
- "author": "olfedias@microsoft.com",
129
- "package": "@fluentui/tokens",
130
- "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
131
- "comment": "chore: update test-ssr script"
132
- }
133
- ]
134
- }
135
- },
136
- {
137
- "date": "Thu, 18 May 2023 00:39:20 GMT",
138
- "tag": "@fluentui/tokens_v1.0.0-alpha.5",
139
- "version": "1.0.0-alpha.5",
140
- "comments": {
141
- "none": [
142
- {
143
- "author": "olfedias@microsoft.com",
144
- "package": "@fluentui/tokens",
145
- "commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
146
- "comment": "chore: add test-ssr script to v9 packages"
147
- }
148
- ]
149
- }
150
- },
151
- {
152
- "date": "Fri, 12 May 2023 20:28:07 GMT",
153
- "tag": "@fluentui/tokens_v1.0.0-alpha.5",
154
- "version": "1.0.0-alpha.5",
155
- "comments": {
156
- "prerelease": [
157
- {
158
- "author": "olfedias@microsoft.com",
159
- "package": "@fluentui/tokens",
160
- "commit": "c28decb23d191a0daaaf6d5d1832429715102129",
161
- "comment": "chore: exclude .swcrc from being published"
162
- }
163
- ],
164
- "none": [
165
- {
166
- "author": "martinhochel@microsoft.com",
167
- "package": "@fluentui/tokens",
168
- "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
169
- "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
170
- }
171
- ]
172
- }
173
- },
174
- {
175
- "date": "Tue, 21 Mar 2023 21:23:17 GMT",
176
- "tag": "@fluentui/tokens_v1.0.0-alpha.4",
177
- "version": "1.0.0-alpha.4",
178
- "comments": {
179
- "prerelease": [
180
- {
181
- "author": "tristan.watanabe@gmail.com",
182
- "package": "@fluentui/tokens",
183
- "commit": "2fac1a139149bd13b76b1306207bc988dca9c72c",
184
- "comment": "chore: migrate to swc transpilation approach."
185
- },
186
- {
187
- "author": "tristan.watanabe@gmail.com",
188
- "package": "@fluentui/tokens",
189
- "commit": "ead1c6d4c2ac3f3596b62b8cbc07b0a03041f11f",
190
- "comment": "fix: add node field to package.json exports map."
191
- }
192
- ]
193
- }
194
- },
195
- {
196
- "date": "Wed, 15 Mar 2023 10:19:53 GMT",
197
- "tag": "@fluentui/tokens_v1.0.0-alpha.3",
198
- "version": "1.0.0-alpha.3",
199
- "comments": {
200
- "prerelease": [
201
- {
202
- "author": "miroslav.stastny@microsoft.com",
203
- "package": "@fluentui/tokens",
204
- "commit": "76e6598eae0c9247fb7f8834c1e24d8e864bf5df",
205
- "comment": "feat(tokens): Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens"
206
- }
207
- ]
208
- }
209
- },
210
- {
211
- "date": "Wed, 08 Mar 2023 17:42:50 GMT",
212
- "tag": "@fluentui/tokens_v1.0.0-alpha.2",
213
- "version": "1.0.0-alpha.2",
214
- "comments": {
215
- "none": [
216
- {
217
- "author": "martinhochel@microsoft.com",
218
- "package": "@fluentui/tokens",
219
- "commit": "677a67b551966986db34a6fac608cb89ee150471",
220
- "comment": "style: apply prettier 2.3-2.8 formatting on whole codebase"
221
- }
222
- ]
223
- }
224
- },
225
- {
226
- "date": "Mon, 16 Jan 2023 08:38:52 GMT",
227
- "tag": "@fluentui/tokens_v1.0.0-alpha.2",
228
- "version": "1.0.0-alpha.2",
229
- "comments": {
230
- "none": [
231
- {
232
- "author": "martinhochel@microsoft.com",
233
- "package": "@fluentui/tokens",
234
- "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
235
- "comment": "chore: migrate to packaged scripts"
236
- }
237
- ]
238
- }
239
- },
240
- {
241
- "date": "Wed, 04 Jan 2023 01:40:44 GMT",
242
- "tag": "@fluentui/tokens_v1.0.0-alpha.2",
243
- "version": "1.0.0-alpha.2",
244
- "comments": {
245
- "none": [
246
- {
247
- "author": "martinhochel@microsoft.com",
248
- "package": "@fluentui/tokens",
249
- "commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
250
- "comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
251
- },
252
- {
253
- "author": "martinhochel@microsoft.com",
254
- "package": "@fluentui/tokens",
255
- "commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
256
- "comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
257
- },
258
- {
259
- "author": "martinhochel@microsoft.com",
260
- "package": "@fluentui/tokens",
261
- "commit": "f02e92f95e93a6417e64246f2057a1006b64ca90",
262
- "comment": "chore(scripts): introduce ts-node sub-package"
263
- }
264
- ]
265
- }
266
- },
267
- {
268
- "date": "Wed, 21 Dec 2022 10:20:33 GMT",
269
- "tag": "@fluentui/tokens_v1.0.0-alpha.2",
270
- "version": "1.0.0-alpha.2",
271
- "comments": {
272
- "prerelease": [
273
- {
274
- "author": "miroslav.stastny@microsoft.com",
275
- "package": "@fluentui/tokens",
276
- "commit": "97c1c1ab218afb20e37bfc35936fd88177d439b4",
277
- "comment": "Hoist theme tokens from react-theme to tokens package"
278
- }
279
- ]
280
- }
281
- },
282
- {
283
- "date": "Tue, 20 Dec 2022 07:53:34 GMT",
284
- "tag": "@fluentui/tokens_v1.0.0-alpha.1",
285
- "version": "1.0.0-alpha.1",
286
- "comments": {
287
- "prerelease": [
288
- {
289
- "author": "miroslav.stastny@microsoft.com",
290
- "package": "@fluentui/tokens",
291
- "commit": "e81182c7d8ad8dc5534d171b88918d6a514dbac1",
292
- "comment": "Add @fluentui/tokens package"
293
- }
294
- ]
295
- }
296
- }
297
- ]
298
- }