polaris_tokens 2.13.1 → 2.18.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,9 @@
5
5
  "backgroundSelected": "rgb(237, 238, 239)",
6
6
  "surface": "rgb(255, 255, 255)",
7
7
  "surfaceNeutral": "rgb(228, 229, 231)",
8
+ "surfaceNeutralHovered": "rgb(219, 221, 223)",
9
+ "surfaceNeutralPressed": "rgb(201, 204, 208)",
10
+ "surfaceNeutralDisabled": "rgb(241, 242, 243)",
8
11
  "surfaceNeutralSubdued": "rgb(246, 246, 247)",
9
12
  "surfaceSubdued": "rgb(250, 251, 251)",
10
13
  "surfaceDisabled": "rgb(250, 251, 251)",
@@ -24,8 +27,8 @@
24
27
  "borderDisabled": "rgb(210, 213, 216)",
25
28
  "borderSubdued": "rgb(201, 204, 207)",
26
29
  "borderDepressed": "rgb(87, 89, 89)",
27
- "borderShadow": "rgb(141, 145, 150)",
28
- "borderShadowSubdued": "rgb(187, 191, 195)",
30
+ "borderShadow": "rgb(174, 180, 185)",
31
+ "borderShadowSubdued": "rgb(186, 191, 196)",
29
32
  "divider": "rgb(225, 227, 229)",
30
33
  "icon": "rgb(92, 95, 98)",
31
34
  "iconHovered": "rgb(26, 28, 29)",
@@ -57,6 +60,9 @@
57
60
  "actionPrimaryDepressed": "rgb(0, 61, 44)",
58
61
  "iconOnPrimary": "rgb(255, 255, 255)",
59
62
  "textOnPrimary": "rgb(255, 255, 255)",
63
+ "textPrimary": "rgb(0, 123, 92)",
64
+ "textPrimaryHovered": "rgb(0, 108, 80)",
65
+ "textPrimaryPressed": "rgb(0, 92, 68)",
60
66
  "surfacePrimarySelected": "rgb(241, 248, 245)",
61
67
  "surfacePrimarySelectedHovered": "rgb(179, 208, 195)",
62
68
  "surfacePrimarySelectedPressed": "rgb(162, 188, 176)",
@@ -120,4 +126,4 @@
120
126
  "decorativeFiveIcon": "rgb(174, 43, 76)",
121
127
  "decorativeFiveSurface": "rgb(253, 201, 208)",
122
128
  "decorativeFiveText": "rgb(79, 14, 31)"
123
- }
129
+ }
@@ -0,0 +1,129 @@
1
+ :root {
2
+ --p-background: rgb(246, 246, 247);
3
+ --p-background-hovered: rgb(241, 242, 243);
4
+ --p-background-pressed: rgb(237, 238, 239);
5
+ --p-background-selected: rgb(237, 238, 239);
6
+ --p-surface: rgb(255, 255, 255);
7
+ --p-surface-neutral: rgb(228, 229, 231);
8
+ --p-surface-neutral-hovered: rgb(219, 221, 223);
9
+ --p-surface-neutral-pressed: rgb(201, 204, 208);
10
+ --p-surface-neutral-disabled: rgb(241, 242, 243);
11
+ --p-surface-neutral-subdued: rgb(246, 246, 247);
12
+ --p-surface-subdued: rgb(250, 251, 251);
13
+ --p-surface-disabled: rgb(250, 251, 251);
14
+ --p-surface-hovered: rgb(246, 246, 247);
15
+ --p-surface-pressed: rgb(241, 242, 243);
16
+ --p-surface-depressed: rgb(237, 238, 239);
17
+ --p-backdrop: rgba(0, 0, 0, 0.5);
18
+ --p-overlay: rgba(255, 255, 255, 0.5);
19
+ --p-shadow-from-dim-light: rgba(0, 0, 0, 0.2);
20
+ --p-shadow-from-ambient-light: rgba(23, 24, 24, 0.05);
21
+ --p-shadow-from-direct-light: rgba(0, 0, 0, 0.15);
22
+ --p-hint-from-direct-light: rgba(0, 0, 0, 0.15);
23
+ --p-on-surface-background: rgb(241, 242, 243);
24
+ --p-border: rgb(140, 145, 150);
25
+ --p-border-neutral-subdued: rgb(186, 191, 195);
26
+ --p-border-hovered: rgb(153, 158, 164);
27
+ --p-border-disabled: rgb(210, 213, 216);
28
+ --p-border-subdued: rgb(201, 204, 207);
29
+ --p-border-depressed: rgb(87, 89, 89);
30
+ --p-border-shadow: rgb(174, 180, 185);
31
+ --p-border-shadow-subdued: rgb(186, 191, 196);
32
+ --p-divider: rgb(225, 227, 229);
33
+ --p-icon: rgb(92, 95, 98);
34
+ --p-icon-hovered: rgb(26, 28, 29);
35
+ --p-icon-pressed: rgb(68, 71, 74);
36
+ --p-icon-disabled: rgb(186, 190, 195);
37
+ --p-icon-subdued: rgb(140, 145, 150);
38
+ --p-text: rgb(32, 34, 35);
39
+ --p-text-disabled: rgb(140, 145, 150);
40
+ --p-text-subdued: rgb(109, 113, 117);
41
+ --p-interactive: rgb(44, 110, 203);
42
+ --p-interactive-disabled: rgb(189, 193, 204);
43
+ --p-interactive-hovered: rgb(31, 81, 153);
44
+ --p-interactive-pressed: rgb(16, 50, 98);
45
+ --p-focused: rgb(69, 143, 255);
46
+ --p-surface-selected: rgb(242, 247, 254);
47
+ --p-surface-selected-hovered: rgb(237, 244, 254);
48
+ --p-surface-selected-pressed: rgb(229, 239, 253);
49
+ --p-icon-on-interactive: rgb(255, 255, 255);
50
+ --p-text-on-interactive: rgb(255, 255, 255);
51
+ --p-action-secondary: rgb(255, 255, 255);
52
+ --p-action-secondary-disabled: rgb(255, 255, 255);
53
+ --p-action-secondary-hovered: rgb(246, 246, 247);
54
+ --p-action-secondary-pressed: rgb(241, 242, 243);
55
+ --p-action-secondary-depressed: rgb(109, 113, 117);
56
+ --p-action-primary: rgb(0, 128, 96);
57
+ --p-action-primary-disabled: rgb(241, 241, 241);
58
+ --p-action-primary-hovered: rgb(0, 110, 82);
59
+ --p-action-primary-pressed: rgb(0, 94, 70);
60
+ --p-action-primary-depressed: rgb(0, 61, 44);
61
+ --p-icon-on-primary: rgb(255, 255, 255);
62
+ --p-text-on-primary: rgb(255, 255, 255);
63
+ --p-text-primary: rgb(0, 123, 92);
64
+ --p-text-primary-hovered: rgb(0, 108, 80);
65
+ --p-text-primary-pressed: rgb(0, 92, 68);
66
+ --p-surface-primary-selected: rgb(241, 248, 245);
67
+ --p-surface-primary-selected-hovered: rgb(179, 208, 195);
68
+ --p-surface-primary-selected-pressed: rgb(162, 188, 176);
69
+ --p-border-critical: rgb(253, 87, 73);
70
+ --p-border-critical-subdued: rgb(224, 179, 178);
71
+ --p-border-critical-disabled: rgb(255, 167, 163);
72
+ --p-icon-critical: rgb(215, 44, 13);
73
+ --p-surface-critical: rgb(254, 211, 209);
74
+ --p-surface-critical-subdued: rgb(255, 244, 244);
75
+ --p-surface-critical-subdued-hovered: rgb(255, 240, 240);
76
+ --p-surface-critical-subdued-pressed: rgb(255, 233, 232);
77
+ --p-surface-critical-subdued-depressed: rgb(254, 188, 185);
78
+ --p-text-critical: rgb(215, 44, 13);
79
+ --p-action-critical: rgb(216, 44, 13);
80
+ --p-action-critical-disabled: rgb(241, 241, 241);
81
+ --p-action-critical-hovered: rgb(188, 34, 0);
82
+ --p-action-critical-pressed: rgb(162, 27, 0);
83
+ --p-action-critical-depressed: rgb(108, 15, 0);
84
+ --p-icon-on-critical: rgb(255, 255, 255);
85
+ --p-text-on-critical: rgb(255, 255, 255);
86
+ --p-interactive-critical: rgb(216, 44, 13);
87
+ --p-interactive-critical-disabled: rgb(253, 147, 141);
88
+ --p-interactive-critical-hovered: rgb(205, 41, 12);
89
+ --p-interactive-critical-pressed: rgb(103, 15, 3);
90
+ --p-border-warning: rgb(185, 137, 0);
91
+ --p-border-warning-subdued: rgb(225, 184, 120);
92
+ --p-icon-warning: rgb(185, 137, 0);
93
+ --p-surface-warning: rgb(255, 215, 157);
94
+ --p-surface-warning-subdued: rgb(255, 245, 234);
95
+ --p-surface-warning-subdued-hovered: rgb(255, 242, 226);
96
+ --p-surface-warning-subdued-pressed: rgb(255, 235, 211);
97
+ --p-text-warning: rgb(145, 106, 0);
98
+ --p-border-highlight: rgb(68, 157, 167);
99
+ --p-border-highlight-subdued: rgb(152, 198, 205);
100
+ --p-icon-highlight: rgb(0, 160, 172);
101
+ --p-surface-highlight: rgb(164, 232, 242);
102
+ --p-surface-highlight-subdued: rgb(235, 249, 252);
103
+ --p-surface-highlight-subdued-hovered: rgb(228, 247, 250);
104
+ --p-surface-highlight-subdued-pressed: rgb(213, 243, 248);
105
+ --p-text-highlight: rgb(52, 124, 132);
106
+ --p-border-success: rgb(0, 164, 124);
107
+ --p-border-success-subdued: rgb(149, 201, 180);
108
+ --p-icon-success: rgb(0, 127, 95);
109
+ --p-surface-success: rgb(174, 233, 209);
110
+ --p-surface-success-subdued: rgb(241, 248, 245);
111
+ --p-surface-success-subdued-hovered: rgb(236, 246, 241);
112
+ --p-surface-success-subdued-pressed: rgb(226, 241, 234);
113
+ --p-text-success: rgb(0, 128, 96);
114
+ --p-decorative-one-icon: rgb(126, 87, 0);
115
+ --p-decorative-one-surface: rgb(255, 201, 107);
116
+ --p-decorative-one-text: rgb(61, 40, 0);
117
+ --p-decorative-two-icon: rgb(175, 41, 78);
118
+ --p-decorative-two-surface: rgb(255, 196, 176);
119
+ --p-decorative-two-text: rgb(73, 11, 28);
120
+ --p-decorative-three-icon: rgb(0, 109, 65);
121
+ --p-decorative-three-surface: rgb(146, 230, 181);
122
+ --p-decorative-three-text: rgb(0, 47, 25);
123
+ --p-decorative-four-icon: rgb(0, 106, 104);
124
+ --p-decorative-four-surface: rgb(145, 224, 214);
125
+ --p-decorative-four-text: rgb(0, 45, 45);
126
+ --p-decorative-five-icon: rgb(174, 43, 76);
127
+ --p-decorative-five-surface: rgb(253, 201, 208);
128
+ --p-decorative-five-text: rgb(79, 14, 31);
129
+ }
@@ -9,4 +9,4 @@
9
9
  "highlight": "#5bcdda",
10
10
  "success": "#008060",
11
11
  "decorative": "#ffc96b"
12
- }
12
+ }
@@ -137,12 +137,4 @@ $polaris-color-filters: (
137
137
  'white': (
138
138
  'base': brightness(0) saturate(100%) invert(100%),
139
139
  ),
140
- 'icon': (
141
- 'base': brightness(0) saturate(100%) invert(36%) sepia(13%) saturate(137%)
142
- hue-rotate(169deg) brightness(95%) contrast(87%),
143
- ),
144
- 'action': (
145
- 'base': brightness(0) saturate(100%) invert(20%) sepia(59%) saturate(5557%)
146
- hue-rotate(162deg) brightness(95%) contrast(101%),
147
- ),
148
140
  );
@@ -229,4 +229,12 @@ $polaris-color-filters-map: (
229
229
  'color-white': (
230
230
  brightness(0) saturate(100%) invert(100%),
231
231
  ),
232
+ 'icon': (
233
+ 'base': brightness(0) saturate(100%) invert(36%) sepia(13%) saturate(137%)
234
+ hue-rotate(169deg) brightness(95%) contrast(87%),
235
+ ),
236
+ 'action': (
237
+ 'base': brightness(0) saturate(100%) invert(20%) sepia(59%) saturate(5557%)
238
+ hue-rotate(162deg) brightness(95%) contrast(101%),
239
+ ),
232
240
  );
@@ -71,6 +71,6 @@ module.exports = {
71
71
  spacingLoose: '20px',
72
72
  spacingExtraLoose: '32px',
73
73
  fontStackBase:
74
- "-apple-system, BlinkMacSystemFont, 'San Francisco', Roboto, 'Segoe UI', 'Helvetica Neue', sans-serif",
74
+ "-apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif",
75
75
  fontStackMonospace: "Monaco, Consolas, 'Lucida Console', monospace",
76
76
  };
@@ -70,7 +70,7 @@
70
70
  --spacing-base: 16px;
71
71
  --spacing-loose: 20px;
72
72
  --spacing-extra-loose: 32px;
73
- --font-stack-base: -apple-system, BlinkMacSystemFont, 'San Francisco', Roboto,
74
- 'Segoe UI', 'Helvetica Neue', sans-serif;
73
+ --font-stack-base: -apple-system, BlinkMacSystemFont, 'San Francisco',
74
+ 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
75
75
  --font-stack-monospace: Monaco, Consolas, 'Lucida Console', monospace;
76
76
  }
@@ -63,7 +63,7 @@ declare interface Tokens {
63
63
  durationSlow: 300;
64
64
  durationSlower: 400;
65
65
  durationSlowest: 500;
66
- fontStackBase: "-apple-system, BlinkMacSystemFont, 'San Francisco', Roboto, 'Segoe UI', 'Helvetica Neue', sans-serif";
66
+ fontStackBase: "-apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif";
67
67
  fontStackMonospace: "Monaco, Consolas, 'Lucida Console', monospace";
68
68
  spacingBase: "16px";
69
69
  spacingBaseTight: "12px";
@@ -70,6 +70,6 @@
70
70
  "spacing-base": "16px",
71
71
  "spacing-loose": "20px",
72
72
  "spacing-extra-loose": "32px",
73
- "font-stack-base": "-apple-system, BlinkMacSystemFont, 'San Francisco', Roboto, 'Segoe UI', 'Helvetica Neue', sans-serif",
73
+ "font-stack-base": "-apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif",
74
74
  "font-stack-monospace": "Monaco, Consolas, 'Lucida Console', monospace"
75
75
  }
@@ -216,8 +216,8 @@ $polaris-index-map: (
216
216
  -apple-system,
217
217
  BlinkMacSystemFont,
218
218
  'San Francisco',
219
- Roboto,
220
219
  'Segoe UI',
220
+ Roboto,
221
221
  'Helvetica Neue',
222
222
  sans-serif,
223
223
  ),
@@ -677,8 +677,8 @@
677
677
  "type": "font-family",
678
678
  "category": "font-family",
679
679
  "name": "font-stack-base",
680
- "value": "-apple-system, BlinkMacSystemFont, 'San Francisco', Roboto, 'Segoe UI', 'Helvetica Neue', sans-serif",
681
- "originalValue": "-apple-system, BlinkMacSystemFont, 'San Francisco', Roboto, 'Segoe UI', 'Helvetica Neue', sans-serif"
680
+ "value": "-apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif",
681
+ "originalValue": "-apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif"
682
682
  },
683
683
  "font-stack-monospace": {
684
684
  "type": "font-family",
@@ -69,6 +69,6 @@ $spacing-base-tight: 12px;
69
69
  $spacing-base: 16px;
70
70
  $spacing-loose: 20px;
71
71
  $spacing-extra-loose: 32px;
72
- $font-stack-base: -apple-system, BlinkMacSystemFont, 'San Francisco', Roboto,
73
- 'Segoe UI', 'Helvetica Neue', sans-serif;
72
+ $font-stack-base: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI',
73
+ Roboto, 'Helvetica Neue', sans-serif;
74
74
  $font-stack-monospace: Monaco, Consolas, 'Lucida Console', monospace;
@@ -1,5 +1,5 @@
1
1
  module.exports = {
2
2
  fontStackBase:
3
- "-apple-system, BlinkMacSystemFont, 'San Francisco', Roboto, 'Segoe UI', 'Helvetica Neue', sans-serif",
3
+ "-apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif",
4
4
  fontStackMonospace: "Monaco, Consolas, 'Lucida Console', monospace",
5
5
  };
@@ -1,5 +1,5 @@
1
1
  :root {
2
- --font-stack-base: -apple-system, BlinkMacSystemFont, 'San Francisco', Roboto,
3
- 'Segoe UI', 'Helvetica Neue', sans-serif;
2
+ --font-stack-base: -apple-system, BlinkMacSystemFont, 'San Francisco',
3
+ 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
4
4
  --font-stack-monospace: Monaco, Consolas, 'Lucida Console', monospace;
5
5
  }
@@ -1,4 +1,4 @@
1
1
  {
2
- "font-stack-base": "-apple-system, BlinkMacSystemFont, 'San Francisco', Roboto, 'Segoe UI', 'Helvetica Neue', sans-serif",
2
+ "font-stack-base": "-apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif",
3
3
  "font-stack-monospace": "Monaco, Consolas, 'Lucida Console', monospace"
4
4
  }
@@ -3,8 +3,8 @@ $polaris-typography-map: (
3
3
  -apple-system,
4
4
  BlinkMacSystemFont,
5
5
  'San Francisco',
6
- Roboto,
7
6
  'Segoe UI',
7
+ Roboto,
8
8
  'Helvetica Neue',
9
9
  sans-serif,
10
10
  ),
@@ -5,8 +5,8 @@
5
5
  "type": "font-family",
6
6
  "category": "font-family",
7
7
  "name": "font-stack-base",
8
- "value": "-apple-system, BlinkMacSystemFont, 'San Francisco', Roboto, 'Segoe UI', 'Helvetica Neue', sans-serif",
9
- "originalValue": "-apple-system, BlinkMacSystemFont, 'San Francisco', Roboto, 'Segoe UI', 'Helvetica Neue', sans-serif"
8
+ "value": "-apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif",
9
+ "originalValue": "-apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif"
10
10
  },
11
11
  "font-stack-monospace": {
12
12
  "type": "font-family",
@@ -1,3 +1,3 @@
1
- $font-stack-base: -apple-system, BlinkMacSystemFont, 'San Francisco', Roboto,
2
- 'Segoe UI', 'Helvetica Neue', sans-serif;
1
+ $font-stack-base: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI',
2
+ Roboto, 'Helvetica Neue', sans-serif;
3
3
  $font-stack-monospace: Monaco, Consolas, 'Lucida Console', monospace;
@@ -3,6 +3,7 @@ module PolarisTokens
3
3
  class Engine < ::Rails::Engine
4
4
  initializer 'polaris.tokens' do |app|
5
5
  config.assets.paths << PolarisTokens.root.join('dist')
6
+ config.assets.paths << PolarisTokens.root.join('dist-modern')
6
7
  end
7
8
  end
8
9
  end
@@ -1,32 +1,20 @@
1
1
  {
2
2
  "name": "@shopify/polaris-tokens",
3
- "version": "2.13.1",
3
+ "version": "2.18.0",
4
4
  "description": "Design Tokens for the Polaris Design System",
5
5
  "main": "index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
8
8
  "test": "sewing-kit test",
9
- "test-watch": "nodemon --exec 'yarn run build && yarn run test --no-watch' --watch ./tokens --watch ./formats --watch ./gulpfile.js --watch ./scripts --ext js,ts,json,yml",
10
- "clean": "rimraf ./dist-modern ./dist",
9
+ "clean": "rimraf ./dist-modern",
11
10
  "prebuild": "yarn run clean",
12
- "build": "npm-run-all build-modern build-legacy build-docs",
13
- "build-ci": "npm-run-all build-modern build-legacy-ci build-docs",
14
- "build-legacy": "npm-run-all build-legacy:**",
15
- "build-legacy-ci": "npm-run-all build-legacy:* build-legacy:*:*",
16
- "build-legacy:gulp": "gulp build-legacy",
17
- "build-legacy:format": "prettier ./dist/*.{js,json,css,scss,sketchpalette} --write",
18
- "build-legacy:colors:ase": "node ./scripts/ase-encode.js",
19
- "build-legacy:colors:clr:exclude-from-ci": "ase2clr ./dist/colors.ase ./dist/colors.clr",
20
- "build-legacy:colors:rename-palettes:exclude-from-ci": "renamer --find colors --replace Polaris ./dist/colors.{ase,clr,sketchpalette}",
21
- "build-modern": "npm-run-all build-modern:ts build-modern:gulp",
22
- "build-modern:ts": "tsc -p tsconfig.build.json",
23
- "build-modern:gulp": "gulp build-modern",
24
- "build-docs": "gulp docs",
11
+ "build": "npm-run-all build:ts build:gulp",
12
+ "build:ts": "tsc -p tsconfig.build.json",
13
+ "build:gulp": "gulp",
14
+ "postbuild": "yarn run format",
15
+ "format": "prettier './dist-modern/**/*.{js,json}' --write && prettier './dist-modern/**/*.ts' --write --parser typescript",
25
16
  "type-check": "sewing-kit type-check",
26
- "lint": "sewing-kit lint",
27
- "watch": "gulp watch",
28
- "heroku-postbuild": "yarn run build-ci",
29
- "start": "http-server docs"
17
+ "lint": "sewing-kit lint"
30
18
  },
31
19
  "repository": {
32
20
  "type": "git",
@@ -47,48 +35,39 @@
47
35
  },
48
36
  "eslintConfig": {
49
37
  "extends": [
50
- "plugin:shopify/typescript",
51
- "plugin:shopify/node",
52
- "plugin:shopify/jest",
53
- "plugin:shopify/prettier"
38
+ "plugin:@shopify/typescript",
39
+ "plugin:@shopify/node",
40
+ "plugin:@shopify/jest",
41
+ "plugin:@shopify/prettier"
54
42
  ]
55
43
  },
56
44
  "stylelint": {
57
45
  "extends": [
58
- "stylelint-config-shopify/prettier"
46
+ "@shopify/stylelint-plugin"
59
47
  ]
60
48
  },
61
49
  "homepage": "https://github.com/Shopify/polaris-tokens#readme",
62
50
  "devDependencies": {
63
- "@shopify/sewing-kit": "^0.120.0",
64
- "@types/lodash": "^4.14.149",
51
+ "@shopify/sewing-kit": "^0.143.0",
52
+ "@types/lodash": "^4.14.165",
65
53
  "@types/theo": "^8.1.3",
66
- "ase-util": "^1.0.3",
67
- "ase-utils": "^0.1.1",
68
- "browser-sync": "^2.26.7",
69
54
  "gulp": "^4.0.2",
70
- "gulp-load-plugins": "^2.0.2",
71
- "gulp-plumber": "^1.2.1",
55
+ "gulp-load-plugins": "^2.0.6",
72
56
  "gulp-rename": "^2.0.0",
73
- "gulp-restart": "^0.1.1",
74
- "gulp-sass": "^4.0.2",
75
- "gulp-sourcemaps": "^2.6.5",
76
- "gulp-theo": "^2.0.0",
77
- "http-server": "^0.12.1",
78
- "immutable": "^3.8.2",
79
- "lodash": "^4.17.15",
80
- "ms": "^2.1.2",
81
- "nodemon": "^2.0.2",
57
+ "gulp-sass": "^4.1.0",
58
+ "gulp-theo": "^2.0.1",
59
+ "lodash": "^4.17.20",
60
+ "ms": "^2.1.3",
61
+ "nodemon": "^2.0.6",
82
62
  "npm-run-all": "^4.1.5",
83
- "renamer": "^1.1.4",
84
- "rimraf": "^3.0.0",
85
- "theo": "8.1.4",
86
- "tinycolor2": "^1.4.1",
87
- "typescript": "^3.7.5",
63
+ "rimraf": "^3.0.2",
64
+ "theo": "8.1.5",
65
+ "tinycolor2": "^1.4.2",
66
+ "typescript": "^4.1.3",
88
67
  "xml": "^1.0.1"
89
68
  },
90
69
  "dependencies": {
91
70
  "hsluv": "^0.1.0",
92
- "tslib": "^1.10.0"
71
+ "tslib": "^1.14.1"
93
72
  }
94
73
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polaris_tokens
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.13.1
4
+ version: 2.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-01 00:00:00.000000000 Z
11
+ date: 2021-01-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Design Tokens for the Polaris Design System
14
14
  email:
@@ -23,10 +23,12 @@ files:
23
23
  - dist-modern/palette/base.dark.figma.json
24
24
  - dist-modern/palette/base.dark.ios.json
25
25
  - dist-modern/palette/base.dark.json
26
+ - dist-modern/palette/base.dark.polaris.custom-properties.css
26
27
  - dist-modern/palette/base.light.android.xml
27
28
  - dist-modern/palette/base.light.figma.json
28
29
  - dist-modern/palette/base.light.ios.json
29
30
  - dist-modern/palette/base.light.json
31
+ - dist-modern/palette/base.light.polaris.custom-properties.css
30
32
  - dist-modern/theme/base.json
31
33
  - dist/Polaris.ase
32
34
  - dist/Polaris.clr