@wistia/vhs-design-tokens 1.4.2-beta.ff8c9b4a.585a97d → 1.4.3-beta.cd311f72.657aac8

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,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 22 Nov 2023 16:45:08 GMT
3
+ * Generated on Thu, 25 Jan 2024 21:23:02 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 22 Nov 2023 16:45:08 GMT
3
+ * Generated on Thu, 25 Jan 2024 21:23:02 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,147 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 22 Nov 2023 16:45:08 GMT
3
+ * Generated on Thu, 25 Jan 2024 21:23:02 GMT
4
4
  */
5
5
 
6
- [object Promise]
6
+ module.exports = {
7
+ breakpoint: {
8
+ xs: '0em',
9
+ sm: '37.5em',
10
+ md: '56.5625em',
11
+ lg: '77.5em',
12
+ xl: '90em',
13
+ },
14
+ color: {
15
+ brandBlue100: '#f7f8ff',
16
+ brandBlue200: '#ccd5ff',
17
+ brandBlue300: '#99abff',
18
+ brandBlue400: '#6b84ff',
19
+ brandBlue500: '#2949e5',
20
+ brandBlue600: '#1f3399',
21
+ brandBlue700: '#222d66',
22
+ brandBlue800: '#000934',
23
+ purple100: '#fdf7ff',
24
+ purple200: '#f9e5ff',
25
+ purple300: '#f2caff',
26
+ purple400: '#e093fa',
27
+ purple500: '#d65cff',
28
+ purple600: '#ac12e0',
29
+ purple700: '#752e8c',
30
+ purple800: '#39004d',
31
+ green100: '#f4fff2',
32
+ green200: '#dfffd9',
33
+ green300: '#b0e5a5',
34
+ green400: '#76d962',
35
+ green500: '#44b62d',
36
+ green600: '#268713',
37
+ green700: '#38662e',
38
+ green800: '#093300',
39
+ blue100: '#e9f5ff',
40
+ blue200: '#c7e7ff',
41
+ blue300: '#91ceff',
42
+ blue400: '#58b7fe',
43
+ blue500: '#229fff',
44
+ blue600: '#1b7fde',
45
+ blue700: '#165fac',
46
+ blue800: '#0d407a',
47
+ pink100: '#fff8fc',
48
+ pink200: '#ffe5f4',
49
+ pink300: '#ffc7e8',
50
+ pink400: '#ff8cd0',
51
+ pink500: '#ff40b3',
52
+ pink600: '#e0128e',
53
+ pink700: '#661f4a',
54
+ pink800: '#4d002e',
55
+ red100: '#fff7f9',
56
+ red200: '#ffccd5',
57
+ red300: '#ff99ab',
58
+ red400: '#ff6682',
59
+ red500: '#ff2b51',
60
+ red600: '#d60027',
61
+ red700: '#99001c',
62
+ red800: '#660013',
63
+ yellow100: '#fffff0',
64
+ yellow200: '#eff18d',
65
+ yellow300: '#e8ec1e',
66
+ yellow400: '#d9dc25',
67
+ yellow500: '#bcbf19',
68
+ yellow600: '#9ea00f',
69
+ yellow700: '#7c7e07',
70
+ yellow800: '#4a4d00',
71
+ grey100: '#f8f8f9',
72
+ grey200: '#ebebed',
73
+ grey300: '#dedee1',
74
+ grey400: '#c4c4c8',
75
+ grey500: '#a3a3aa',
76
+ grey600: '#7b7b87',
77
+ grey700: '#62626c',
78
+ grey800: '#4a4a51',
79
+ grey900: '#37373c',
80
+ grey1000: '#1f1f22',
81
+ grey1100: '#0b0d0e',
82
+ },
83
+ duration: {
84
+ productive: {
85
+ fast: '70ms',
86
+ moderate: '110ms',
87
+ slow: '150ms',
88
+ },
89
+ expressive: {
90
+ fast: '240ms',
91
+ moderate: '400ms',
92
+ slow: '700ms',
93
+ },
94
+ },
95
+ easing: {
96
+ standard: {
97
+ productive: 'cubic-bezier(0.2, 0, 0.38, 0.9)',
98
+ expressive: 'cubic-bezier(0.4, 0.14, 0.3, 1)',
99
+ },
100
+ entrance: {
101
+ productive: 'cubic-bezier(0, 0, 0.38, 0.9)',
102
+ expressive: 'cubic-bezier(0, 0, 0.3, 1)',
103
+ },
104
+ exit: {
105
+ productive: 'cubic-bezier(0.2, 0, 1, 0.9)',
106
+ expressive: 'cubic-bezier(0.4, 0.14, 1, 1)',
107
+ },
108
+ },
109
+ font: {
110
+ family: {
111
+ default: 'Inter, Helvetica, Arial, sans-serif',
112
+ monospace: '"IBM Plex Mono", Consolas, Monaco, monospace',
113
+ },
114
+ weight: {
115
+ thin: 100,
116
+ extraLight: 200,
117
+ light: 300,
118
+ regular: 400,
119
+ medium: 500,
120
+ semiBold: 600,
121
+ bold: 700,
122
+ extraBold: 800,
123
+ },
124
+ size: {
125
+ default: '16px',
126
+ small: '14px',
127
+ },
128
+ },
129
+ shadow: {
130
+ elevation0: 'none',
131
+ elevation1: '0 2px 4px rgba(0, 0, 0, 0.1)',
132
+ elevation2: '0 0 64px 0 rgba(0, 0, 0, 0.08)',
133
+ },
134
+ spacing: {
135
+ space01: '4px',
136
+ space02: '8px',
137
+ space03: '12px',
138
+ space04: '16px',
139
+ space05: '24px',
140
+ space06: '32px',
141
+ space07: '48px',
142
+ space08: '64px',
143
+ space09: '80px',
144
+ space10: '96px',
145
+ space11: '120px',
146
+ },
147
+ };
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 22 Nov 2023 16:45:08 GMT
3
+ // Generated on Thu, 25 Jan 2024 21:23:02 GMT
4
4
 
5
5
  $breakpoint-xs: 0em;
6
6
  $breakpoint-sm: 37.5em;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "1.4.2-beta.ff8c9b4a.585a97d",
3
+ "version": "1.4.3-beta.cd311f72.657aac8",
4
4
  "description": "VHS design tokens",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -15,9 +15,9 @@
15
15
  "dist/"
16
16
  ],
17
17
  "scripts": {
18
- "build": "style-dictionary build",
18
+ "build": "style-dictionary build --config ./config.cjs",
19
19
  "build:watch": "onchange \"./tokens/**/*.yaml\" -i -- yarn run build",
20
- "clean": "style-dictionary clean",
20
+ "clean": "style-dictionary clean --config ./config.cjs",
21
21
  "lint": "eslint --fix --report-unused-disable-directives --cache --ext js,mjs,cjs .",
22
22
  "outdated": "yarn upgrade-interactive",
23
23
  "prepare": "husky install && yarn run clean && yarn run build"
@@ -26,13 +26,14 @@
26
26
  "@karibash/pixel-units": "^2.3.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@commitlint/cli": "^17.8.0",
30
- "@commitlint/config-conventional": "^17.8.0",
29
+ "@commitlint/cli": "^18.4.3",
30
+ "@commitlint/config-conventional": "^18.4.3",
31
31
  "@wistia/eslint-config": "^0.23.2",
32
32
  "eslint": "^8.51.0",
33
33
  "husky": "^8.0.3",
34
34
  "js-yaml": "^4.1.0",
35
35
  "onchange": "^7.1.0",
36
+ "prettier": "^2.8.8",
36
37
  "style-dictionary": "^3.8.0"
37
38
  },
38
39
  "author": "Wistia Engineering",