@wistia/vhs-design-tokens 1.4.3 → 1.5.0

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 Mon, 18 Dec 2023 14:19:14 GMT
3
+ * Generated on Thu, 08 Feb 2024 16:16:51 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -76,6 +76,23 @@
76
76
  --color-grey-900: #37373c;
77
77
  --color-grey-1000: #1f1f22;
78
78
  --color-grey-1100: #0b0d0e;
79
+ --color-status-error: #ffecec;
80
+ --color-status-warning-100: #fff8e6;
81
+ --color-status-warning-200: #ffefc8;
82
+ --color-status-warning-300: #ffdf96;
83
+ --color-status-warning-400: #ffce5a;
84
+ --color-status-warning-500: #fabe1f;
85
+ --color-status-warning-600: #dc9601;
86
+ --color-status-warning-700: #be7200;
87
+ --color-status-warning-800: #b45101;
88
+ --color-status-success-100: #e6f9f3;
89
+ --color-status-success-200: #bfefe0;
90
+ --color-status-success-300: #81e0c1;
91
+ --color-status-success-400: #41d0a3;
92
+ --color-status-success-500: #00c185;
93
+ --color-status-success-600: #00966e;
94
+ --color-status-success-700: #047063;
95
+ --color-status-success-800: #025050;
79
96
  --duration-productive-fast: 70ms;
80
97
  --duration-productive-moderate: 110ms;
81
98
  --duration-productive-slow: 150ms;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 14:19:14 GMT
3
+ * Generated on Thu, 08 Feb 2024 16:16:51 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1829,6 +1829,631 @@ module.exports = {
1829
1829
  "1100"
1830
1830
  ]
1831
1831
  }
1832
+ },
1833
+ "status": {
1834
+ "error": {
1835
+ "100": null,
1836
+ "200": {
1837
+ "value": "#FFCACA",
1838
+ "conformance": {
1839
+ "black": "AAA",
1840
+ "white": null
1841
+ },
1842
+ "filePath": "tokens/color.yaml",
1843
+ "isSource": true
1844
+ },
1845
+ "300": {
1846
+ "value": "#FF9A9A",
1847
+ "conformance": {
1848
+ "black": "AAA",
1849
+ "white": null
1850
+ },
1851
+ "filePath": "tokens/color.yaml",
1852
+ "isSource": true
1853
+ },
1854
+ "400": {
1855
+ "value": "#FF6962",
1856
+ "conformance": {
1857
+ "black": "AAA",
1858
+ "white": null
1859
+ },
1860
+ "filePath": "tokens/color.yaml",
1861
+ "isSource": true
1862
+ },
1863
+ "500": {
1864
+ "value": "#FA4040",
1865
+ "conformance": {
1866
+ "black": "AAA",
1867
+ "white": "AA"
1868
+ },
1869
+ "filePath": "tokens/color.yaml",
1870
+ "isSource": true
1871
+ },
1872
+ "600": {
1873
+ "value": "#D63727",
1874
+ "conformance": {
1875
+ "black": "AAA",
1876
+ "white": "AAA"
1877
+ },
1878
+ "filePath": "tokens/color.yaml",
1879
+ "isSource": true
1880
+ },
1881
+ "700": {
1882
+ "value": "#AA0D15",
1883
+ "conformance": {
1884
+ "black": null,
1885
+ "white": "AAA"
1886
+ },
1887
+ "filePath": "tokens/color.yaml",
1888
+ "isSource": true
1889
+ },
1890
+ "800": {
1891
+ "value": "#860011",
1892
+ "conformance": {
1893
+ "black": null,
1894
+ "white": "AAA"
1895
+ },
1896
+ "filePath": "tokens/color.yaml",
1897
+ "isSource": true
1898
+ },
1899
+ "value": "#ffecec",
1900
+ "conformance": {
1901
+ "black": "AAA",
1902
+ "white": null
1903
+ },
1904
+ "filePath": "tokens/color.yaml",
1905
+ "isSource": true,
1906
+ "original": {
1907
+ "100": null,
1908
+ "200": {
1909
+ "value": "#FFCACA",
1910
+ "conformance": {
1911
+ "black": "AAA",
1912
+ "white": null
1913
+ },
1914
+ "filePath": "tokens/color.yaml",
1915
+ "isSource": true
1916
+ },
1917
+ "300": {
1918
+ "value": "#FF9A9A",
1919
+ "conformance": {
1920
+ "black": "AAA",
1921
+ "white": null
1922
+ },
1923
+ "filePath": "tokens/color.yaml",
1924
+ "isSource": true
1925
+ },
1926
+ "400": {
1927
+ "value": "#FF6962",
1928
+ "conformance": {
1929
+ "black": "AAA",
1930
+ "white": null
1931
+ },
1932
+ "filePath": "tokens/color.yaml",
1933
+ "isSource": true
1934
+ },
1935
+ "500": {
1936
+ "value": "#FA4040",
1937
+ "conformance": {
1938
+ "black": "AAA",
1939
+ "white": "AA"
1940
+ },
1941
+ "filePath": "tokens/color.yaml",
1942
+ "isSource": true
1943
+ },
1944
+ "600": {
1945
+ "value": "#D63727",
1946
+ "conformance": {
1947
+ "black": "AAA",
1948
+ "white": "AAA"
1949
+ },
1950
+ "filePath": "tokens/color.yaml",
1951
+ "isSource": true
1952
+ },
1953
+ "700": {
1954
+ "value": "#AA0D15",
1955
+ "conformance": {
1956
+ "black": null,
1957
+ "white": "AAA"
1958
+ },
1959
+ "filePath": "tokens/color.yaml",
1960
+ "isSource": true
1961
+ },
1962
+ "800": {
1963
+ "value": "#860011",
1964
+ "conformance": {
1965
+ "black": null,
1966
+ "white": "AAA"
1967
+ },
1968
+ "filePath": "tokens/color.yaml",
1969
+ "isSource": true
1970
+ },
1971
+ "value": "#FFECEC",
1972
+ "conformance": {
1973
+ "black": "AAA",
1974
+ "white": null
1975
+ }
1976
+ },
1977
+ "name": "ColorStatusError",
1978
+ "attributes": {
1979
+ "category": "color",
1980
+ "type": "status",
1981
+ "item": "error"
1982
+ },
1983
+ "path": [
1984
+ "color",
1985
+ "status",
1986
+ "error"
1987
+ ]
1988
+ },
1989
+ "warning": {
1990
+ "100": {
1991
+ "value": "#fff8e6",
1992
+ "conformance": {
1993
+ "black": "AAA",
1994
+ "white": null
1995
+ },
1996
+ "filePath": "tokens/color.yaml",
1997
+ "isSource": true,
1998
+ "original": {
1999
+ "value": "#FFF8E6",
2000
+ "conformance": {
2001
+ "black": "AAA",
2002
+ "white": null
2003
+ }
2004
+ },
2005
+ "name": "ColorStatusWarning100",
2006
+ "attributes": {
2007
+ "category": "color",
2008
+ "type": "status",
2009
+ "item": "warning",
2010
+ "subitem": "100"
2011
+ },
2012
+ "path": [
2013
+ "color",
2014
+ "status",
2015
+ "warning",
2016
+ "100"
2017
+ ]
2018
+ },
2019
+ "200": {
2020
+ "value": "#ffefc8",
2021
+ "conformance": {
2022
+ "black": "AAA",
2023
+ "white": null
2024
+ },
2025
+ "filePath": "tokens/color.yaml",
2026
+ "isSource": true,
2027
+ "original": {
2028
+ "value": "#FFEFC8",
2029
+ "conformance": {
2030
+ "black": "AAA",
2031
+ "white": null
2032
+ }
2033
+ },
2034
+ "name": "ColorStatusWarning200",
2035
+ "attributes": {
2036
+ "category": "color",
2037
+ "type": "status",
2038
+ "item": "warning",
2039
+ "subitem": "200"
2040
+ },
2041
+ "path": [
2042
+ "color",
2043
+ "status",
2044
+ "warning",
2045
+ "200"
2046
+ ]
2047
+ },
2048
+ "300": {
2049
+ "value": "#ffdf96",
2050
+ "conformance": {
2051
+ "black": "AAA",
2052
+ "white": null
2053
+ },
2054
+ "filePath": "tokens/color.yaml",
2055
+ "isSource": true,
2056
+ "original": {
2057
+ "value": "#FFDF96",
2058
+ "conformance": {
2059
+ "black": "AAA",
2060
+ "white": null
2061
+ }
2062
+ },
2063
+ "name": "ColorStatusWarning300",
2064
+ "attributes": {
2065
+ "category": "color",
2066
+ "type": "status",
2067
+ "item": "warning",
2068
+ "subitem": "300"
2069
+ },
2070
+ "path": [
2071
+ "color",
2072
+ "status",
2073
+ "warning",
2074
+ "300"
2075
+ ]
2076
+ },
2077
+ "400": {
2078
+ "value": "#ffce5a",
2079
+ "conformance": {
2080
+ "black": "AAA",
2081
+ "white": null
2082
+ },
2083
+ "filePath": "tokens/color.yaml",
2084
+ "isSource": true,
2085
+ "original": {
2086
+ "value": "#FFCE5A",
2087
+ "conformance": {
2088
+ "black": "AAA",
2089
+ "white": null
2090
+ }
2091
+ },
2092
+ "name": "ColorStatusWarning400",
2093
+ "attributes": {
2094
+ "category": "color",
2095
+ "type": "status",
2096
+ "item": "warning",
2097
+ "subitem": "400"
2098
+ },
2099
+ "path": [
2100
+ "color",
2101
+ "status",
2102
+ "warning",
2103
+ "400"
2104
+ ]
2105
+ },
2106
+ "500": {
2107
+ "value": "#fabe1f",
2108
+ "conformance": {
2109
+ "black": "AAA",
2110
+ "white": null
2111
+ },
2112
+ "filePath": "tokens/color.yaml",
2113
+ "isSource": true,
2114
+ "original": {
2115
+ "value": "#FABE1F",
2116
+ "conformance": {
2117
+ "black": "AAA",
2118
+ "white": null
2119
+ }
2120
+ },
2121
+ "name": "ColorStatusWarning500",
2122
+ "attributes": {
2123
+ "category": "color",
2124
+ "type": "status",
2125
+ "item": "warning",
2126
+ "subitem": "500"
2127
+ },
2128
+ "path": [
2129
+ "color",
2130
+ "status",
2131
+ "warning",
2132
+ "500"
2133
+ ]
2134
+ },
2135
+ "600": {
2136
+ "value": "#dc9601",
2137
+ "conformance": {
2138
+ "black": "AAA",
2139
+ "white": null
2140
+ },
2141
+ "filePath": "tokens/color.yaml",
2142
+ "isSource": true,
2143
+ "original": {
2144
+ "value": "#DC9601",
2145
+ "conformance": {
2146
+ "black": "AAA",
2147
+ "white": null
2148
+ }
2149
+ },
2150
+ "name": "ColorStatusWarning600",
2151
+ "attributes": {
2152
+ "category": "color",
2153
+ "type": "status",
2154
+ "item": "warning",
2155
+ "subitem": "600"
2156
+ },
2157
+ "path": [
2158
+ "color",
2159
+ "status",
2160
+ "warning",
2161
+ "600"
2162
+ ]
2163
+ },
2164
+ "700": {
2165
+ "value": "#be7200",
2166
+ "conformance": {
2167
+ "black": "AAA",
2168
+ "white": "AA"
2169
+ },
2170
+ "filePath": "tokens/color.yaml",
2171
+ "isSource": true,
2172
+ "original": {
2173
+ "value": "#BE7200",
2174
+ "conformance": {
2175
+ "black": "AAA",
2176
+ "white": "AA"
2177
+ }
2178
+ },
2179
+ "name": "ColorStatusWarning700",
2180
+ "attributes": {
2181
+ "category": "color",
2182
+ "type": "status",
2183
+ "item": "warning",
2184
+ "subitem": "700"
2185
+ },
2186
+ "path": [
2187
+ "color",
2188
+ "status",
2189
+ "warning",
2190
+ "700"
2191
+ ]
2192
+ },
2193
+ "800": {
2194
+ "value": "#b45101",
2195
+ "conformance": {
2196
+ "black": "AA",
2197
+ "white": "AAA"
2198
+ },
2199
+ "filePath": "tokens/color.yaml",
2200
+ "isSource": true,
2201
+ "original": {
2202
+ "value": "#B45101",
2203
+ "conformance": {
2204
+ "black": "AA",
2205
+ "white": "AAA"
2206
+ }
2207
+ },
2208
+ "name": "ColorStatusWarning800",
2209
+ "attributes": {
2210
+ "category": "color",
2211
+ "type": "status",
2212
+ "item": "warning",
2213
+ "subitem": "800"
2214
+ },
2215
+ "path": [
2216
+ "color",
2217
+ "status",
2218
+ "warning",
2219
+ "800"
2220
+ ]
2221
+ }
2222
+ },
2223
+ "success": {
2224
+ "100": {
2225
+ "value": "#e6f9f3",
2226
+ "conformance": {
2227
+ "black": "AAA",
2228
+ "white": null
2229
+ },
2230
+ "filePath": "tokens/color.yaml",
2231
+ "isSource": true,
2232
+ "original": {
2233
+ "value": "#E6F9F3",
2234
+ "conformance": {
2235
+ "black": "AAA",
2236
+ "white": null
2237
+ }
2238
+ },
2239
+ "name": "ColorStatusSuccess100",
2240
+ "attributes": {
2241
+ "category": "color",
2242
+ "type": "status",
2243
+ "item": "success",
2244
+ "subitem": "100"
2245
+ },
2246
+ "path": [
2247
+ "color",
2248
+ "status",
2249
+ "success",
2250
+ "100"
2251
+ ]
2252
+ },
2253
+ "200": {
2254
+ "value": "#bfefe0",
2255
+ "conformance": {
2256
+ "black": "AAA",
2257
+ "white": null
2258
+ },
2259
+ "filePath": "tokens/color.yaml",
2260
+ "isSource": true,
2261
+ "original": {
2262
+ "value": "#BFEFE0",
2263
+ "conformance": {
2264
+ "black": "AAA",
2265
+ "white": null
2266
+ }
2267
+ },
2268
+ "name": "ColorStatusSuccess200",
2269
+ "attributes": {
2270
+ "category": "color",
2271
+ "type": "status",
2272
+ "item": "success",
2273
+ "subitem": "200"
2274
+ },
2275
+ "path": [
2276
+ "color",
2277
+ "status",
2278
+ "success",
2279
+ "200"
2280
+ ]
2281
+ },
2282
+ "300": {
2283
+ "value": "#81e0c1",
2284
+ "conformance": {
2285
+ "black": "AAA",
2286
+ "white": null
2287
+ },
2288
+ "filePath": "tokens/color.yaml",
2289
+ "isSource": true,
2290
+ "original": {
2291
+ "value": "#81E0C1",
2292
+ "conformance": {
2293
+ "black": "AAA",
2294
+ "white": null
2295
+ }
2296
+ },
2297
+ "name": "ColorStatusSuccess300",
2298
+ "attributes": {
2299
+ "category": "color",
2300
+ "type": "status",
2301
+ "item": "success",
2302
+ "subitem": "300"
2303
+ },
2304
+ "path": [
2305
+ "color",
2306
+ "status",
2307
+ "success",
2308
+ "300"
2309
+ ]
2310
+ },
2311
+ "400": {
2312
+ "value": "#41d0a3",
2313
+ "conformance": {
2314
+ "black": "AAA",
2315
+ "white": null
2316
+ },
2317
+ "filePath": "tokens/color.yaml",
2318
+ "isSource": true,
2319
+ "original": {
2320
+ "value": "#41D0A3",
2321
+ "conformance": {
2322
+ "black": "AAA",
2323
+ "white": null
2324
+ }
2325
+ },
2326
+ "name": "ColorStatusSuccess400",
2327
+ "attributes": {
2328
+ "category": "color",
2329
+ "type": "status",
2330
+ "item": "success",
2331
+ "subitem": "400"
2332
+ },
2333
+ "path": [
2334
+ "color",
2335
+ "status",
2336
+ "success",
2337
+ "400"
2338
+ ]
2339
+ },
2340
+ "500": {
2341
+ "value": "#00c185",
2342
+ "conformance": {
2343
+ "black": "AAA",
2344
+ "white": null
2345
+ },
2346
+ "filePath": "tokens/color.yaml",
2347
+ "isSource": true,
2348
+ "original": {
2349
+ "value": "#00C185",
2350
+ "conformance": {
2351
+ "black": "AAA",
2352
+ "white": null
2353
+ }
2354
+ },
2355
+ "name": "ColorStatusSuccess500",
2356
+ "attributes": {
2357
+ "category": "color",
2358
+ "type": "status",
2359
+ "item": "success",
2360
+ "subitem": "500"
2361
+ },
2362
+ "path": [
2363
+ "color",
2364
+ "status",
2365
+ "success",
2366
+ "500"
2367
+ ]
2368
+ },
2369
+ "600": {
2370
+ "value": "#00966e",
2371
+ "conformance": {
2372
+ "black": "AAA",
2373
+ "white": "AA"
2374
+ },
2375
+ "filePath": "tokens/color.yaml",
2376
+ "isSource": true,
2377
+ "original": {
2378
+ "value": "#00966E",
2379
+ "conformance": {
2380
+ "black": "AAA",
2381
+ "white": "AA"
2382
+ }
2383
+ },
2384
+ "name": "ColorStatusSuccess600",
2385
+ "attributes": {
2386
+ "category": "color",
2387
+ "type": "status",
2388
+ "item": "success",
2389
+ "subitem": "600"
2390
+ },
2391
+ "path": [
2392
+ "color",
2393
+ "status",
2394
+ "success",
2395
+ "600"
2396
+ ]
2397
+ },
2398
+ "700": {
2399
+ "value": "#047063",
2400
+ "conformance": {
2401
+ "black": "AA",
2402
+ "white": "AAA"
2403
+ },
2404
+ "filePath": "tokens/color.yaml",
2405
+ "isSource": true,
2406
+ "original": {
2407
+ "value": "#047063",
2408
+ "conformance": {
2409
+ "black": "AA",
2410
+ "white": "AAA"
2411
+ }
2412
+ },
2413
+ "name": "ColorStatusSuccess700",
2414
+ "attributes": {
2415
+ "category": "color",
2416
+ "type": "status",
2417
+ "item": "success",
2418
+ "subitem": "700"
2419
+ },
2420
+ "path": [
2421
+ "color",
2422
+ "status",
2423
+ "success",
2424
+ "700"
2425
+ ]
2426
+ },
2427
+ "800": {
2428
+ "value": "#025050",
2429
+ "conformance": {
2430
+ "black": null,
2431
+ "white": "AAA"
2432
+ },
2433
+ "filePath": "tokens/color.yaml",
2434
+ "isSource": true,
2435
+ "original": {
2436
+ "value": "#025050",
2437
+ "conformance": {
2438
+ "black": null,
2439
+ "white": "AAA"
2440
+ }
2441
+ },
2442
+ "name": "ColorStatusSuccess800",
2443
+ "attributes": {
2444
+ "category": "color",
2445
+ "type": "status",
2446
+ "item": "success",
2447
+ "subitem": "800"
2448
+ },
2449
+ "path": [
2450
+ "color",
2451
+ "status",
2452
+ "success",
2453
+ "800"
2454
+ ]
2455
+ }
2456
+ }
1832
2457
  }
1833
2458
  }
1834
2459
  };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 14:19:14 GMT
3
+ * Generated on Thu, 08 Feb 2024 16:16:51 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -79,6 +79,7 @@ module.exports = {
79
79
  grey900: '#37373c',
80
80
  grey1000: '#1f1f22',
81
81
  grey1100: '#0b0d0e',
82
+ statuserror: '#ffecec',
82
83
  },
83
84
  duration: {
84
85
  productive: {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 14:19:14 GMT
3
+ // Generated on Thu, 08 Feb 2024 16:16:51 GMT
4
4
 
5
5
  $breakpoint-xs: 0em;
6
6
  $breakpoint-sm: 37.5em;
@@ -74,6 +74,23 @@ $color-grey-800: #4a4a51;
74
74
  $color-grey-900: #37373c;
75
75
  $color-grey-1000: #1f1f22;
76
76
  $color-grey-1100: #0b0d0e;
77
+ $color-status-error: #ffecec;
78
+ $color-status-warning-100: #fff8e6;
79
+ $color-status-warning-200: #ffefc8;
80
+ $color-status-warning-300: #ffdf96;
81
+ $color-status-warning-400: #ffce5a;
82
+ $color-status-warning-500: #fabe1f;
83
+ $color-status-warning-600: #dc9601;
84
+ $color-status-warning-700: #be7200;
85
+ $color-status-warning-800: #b45101;
86
+ $color-status-success-100: #e6f9f3;
87
+ $color-status-success-200: #bfefe0;
88
+ $color-status-success-300: #81e0c1;
89
+ $color-status-success-400: #41d0a3;
90
+ $color-status-success-500: #00c185;
91
+ $color-status-success-600: #00966e;
92
+ $color-status-success-700: #047063;
93
+ $color-status-success-800: #025050;
77
94
  $duration-productive-fast: 70ms;
78
95
  $duration-productive-moderate: 110ms;
79
96
  $duration-productive-slow: 150ms;
package/index.d.ts CHANGED
@@ -131,10 +131,48 @@ declare module '@wistia/vhs-design-tokens' {
131
131
  readonly grey900: CSSHexString;
132
132
  readonly grey1000: CSSHexString;
133
133
  readonly grey1100: CSSHexString;
134
+
135
+ readonly status: {
136
+ error100: CSSHexString;
137
+ error200: CSSHexString;
138
+ error300: CSSHexString;
139
+ error400: CSSHexString;
140
+ error500: CSSHexString;
141
+ error600: CSSHexString;
142
+ error700: CSSHexString;
143
+ error800: CSSHexString;
144
+
145
+ warning100: CSSHexString;
146
+ warning200: CSSHexString;
147
+ warning300: CSSHexString;
148
+ warning400: CSSHexString;
149
+ warning500: CSSHexString;
150
+ warning600: CSSHexString;
151
+ warning700: CSSHexString;
152
+ warning800: CSSHexString;
153
+
154
+ success100: CSSHexString;
155
+ success200: CSSHexString;
156
+ success300: CSSHexString;
157
+ success400: CSSHexString;
158
+ success500: CSSHexString;
159
+ success600: CSSHexString;
160
+ success700: CSSHexString;
161
+ success800: CSSHexString;
162
+ };
134
163
  }
135
164
 
136
165
  export type FontWeightNumbers = 1 | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | 1000;
137
- export type FontWeightStrings = 'normal' | 'bold' | 'lighter' | 'bolder' | 'inherit' | 'initial' | 'revert' | 'revert-layer' | 'unset';
166
+ export type FontWeightStrings =
167
+ | 'normal'
168
+ | 'bold'
169
+ | 'lighter'
170
+ | 'bolder'
171
+ | 'inherit'
172
+ | 'initial'
173
+ | 'revert'
174
+ | 'revert-layer'
175
+ | 'unset';
138
176
  export type FontWeight = FontWeightNumbers | FontWeightStrings;
139
177
 
140
178
  export interface Fonts {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs-design-tokens",
3
- "version": "1.4.3",
3
+ "version": "1.5.0",
4
4
  "description": "VHS design tokens",
5
5
  "main": "index.js",
6
6
  "exports": {