@esri/calcite-design-tokens 3.0.1 → 3.0.2-next.1

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/dist/es6/core.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 26 Mar 2025 15:53:08 GMT
2
+ * Calcite Design System
3
+ * Do not edit directly, this file was auto-generated.
4
4
  */
5
5
 
6
6
  export const calciteColorNeutralBlk000 = "#ffffff";
@@ -262,11 +262,41 @@ export const calciteOpacity90 = "0.9";
262
262
  export const calciteOpacity92 = "0.92";
263
263
  export const calciteOpacity96 = "0.96";
264
264
  export const calciteOpacity100 = "1";
265
- export const calciteShadow0 = {"x":"0","y":"0","blur":"0","spread":"0","color":"rgba(#000000, 0)"};
266
- export const calciteShadow1 = {"x":"0","y":"2","blur":"8","spread":"0","color":"rgba(#000000, 0.04)"};
267
- export const calciteShadow2 = {"x":"0","y":"4","blur":"16","spread":"0","color":"rgba(#000000, 0.08)"};
268
- export const calciteShadow3 = {"x":"0","y":"4","blur":"20","spread":"0","color":"rgba(#000000, 0.08)"};
269
- export const calciteShadow4 = {"x":"0","y":"12","blur":"32","spread":"-2","color":"rgba(#000000, 0.1)"};
265
+ export const calciteShadow0 = {
266
+ blur: "0",
267
+ spread: "0",
268
+ color: "rgba(0, 0, 0, 0)",
269
+ x: "0",
270
+ y: "0",
271
+ };
272
+ export const calciteShadow1 = {
273
+ blur: "8px",
274
+ spread: "0",
275
+ color: "rgba(0, 0, 0, 0.04)",
276
+ x: "0",
277
+ y: "2px",
278
+ };
279
+ export const calciteShadow2 = {
280
+ blur: "16px",
281
+ spread: "0",
282
+ color: "rgba(0, 0, 0, 0.08)",
283
+ x: "0",
284
+ y: "4px",
285
+ };
286
+ export const calciteShadow3 = {
287
+ blur: "20px",
288
+ spread: "0",
289
+ color: "rgba(0, 0, 0, 0.08)",
290
+ x: "0",
291
+ y: "4px",
292
+ };
293
+ export const calciteShadow4 = {
294
+ blur: "32px",
295
+ spread: "-2px",
296
+ color: "rgba(0, 0, 0, 0.1)",
297
+ x: "0",
298
+ y: "12px",
299
+ };
270
300
  export const calciteSize1 = "1px";
271
301
  export const calciteSize2 = "2px";
272
302
  export const calciteSize4 = "4px";