@momentum-design/tokens 0.0.2 → 0.0.3

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.
@@ -1,7 +1,14 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 14 Nov 2022 20:57:04 GMT
3
+ // Generated on Mon, 14 Nov 2022 23:05:07 GMT
4
4
 
5
+ $md-border-radius-small: 4px;
6
+ $md-border-radius-medium: 8px;
7
+ $md-border-radius-large: 12px;
8
+ $md-border-radius-half-height: 50%;
9
+ $md-border-width-small: 1px;
10
+ $md-border-width-medium: 2px;
11
+ $md-border-width-large: 3px;
5
12
  $md-color-core-white-alpha-11: rgba(255, 255, 255, 0.11);
6
13
  $md-color-core-white-alpha-20: rgba(255, 255, 255, 0.2);
7
14
  $md-color-core-white-alpha-30: rgba(255, 255, 255, 0.3);
@@ -248,4 +255,20 @@ $md-color-mobile-rose-dark-secondary: #30041e;
248
255
  $md-color-mobile-lavender-light-primary: #f4ebff;
249
256
  $md-color-mobile-lavender-light-secondary: #fbf7ff;
250
257
  $md-color-mobile-lavender-dark-primary: #18082b;
251
- $md-color-mobile-lavender-dark-secondary: #27163b;
258
+ $md-color-mobile-lavender-dark-secondary: #27163b;
259
+ $md-elevation-0: [object Object];
260
+ $md-elevation-1: [object Object];
261
+ $md-elevation-2: [object Object];
262
+ $md-spacing-micro: 2px;
263
+ $md-spacing-xxx-small: 4px;
264
+ $md-spacing-xx-small: 8px;
265
+ $md-spacing-x-small: 12px;
266
+ $md-spacing-small: 16px;
267
+ $md-spacing-medium: 20px;
268
+ $md-spacing-large: 24px;
269
+ $md-spacing-x-large: 32px;
270
+ $md-spacing-xx-large: 40px;
271
+ $md-spacing-xxx-large: 52px;
272
+ $md-spacing-big: 64px;
273
+ $md-spacing-x-big: 80px;
274
+ $md-spacing-xx-big: 100px;
package/package.json CHANGED
@@ -8,8 +8,8 @@
8
8
  "analyze": "yarn analyze:prebuild && yarn analyze:postbuild",
9
9
  "analyze:postbuild": "echo \"script 'analyze:postbuild' has not been implemented\"",
10
10
  "analyze:prebuild": "echo \"script 'analyze:prebuild' has not been implemented\"",
11
- "build": "yarn build:webex",
12
- "build:webex": "md-token-builder --config ./config/tokens/webex.json --input ./src/webex --output ./dist/webex",
11
+ "build": "yarn build:core",
12
+ "build:core": "md-token-builder --config ./config/tokens/core.json --input ./src --output ./dist",
13
13
  "clean": "yarn clean:dist",
14
14
  "clean:dist": "rimraf ./dist",
15
15
  "prepublishOnly": "yarn clean && yarn build",
@@ -24,5 +24,5 @@
24
24
  "@momentum-design/token-builder": "^0.0.0",
25
25
  "rimraf": "^3.0.2"
26
26
  },
27
- "version": "0.0.2"
27
+ "version": "0.0.3"
28
28
  }