polaris_tokens 2.16.0 → 2.21.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -7
  3. data/dist-modern/palette/base.dark.android.xml +1 -1
  4. data/dist-modern/palette/base.dark.figma.json +1 -1
  5. data/dist-modern/palette/base.dark.ios.json +1 -1
  6. data/dist-modern/palette/base.dark.json +1 -1
  7. data/dist-modern/palette/base.dark.polaris.custom-properties.css +129 -0
  8. data/dist-modern/palette/base.light.polaris.custom-properties.css +129 -0
  9. data/dist-modern/palette/mfp-ui.dark.android.xml +130 -0
  10. data/dist-modern/palette/mfp-ui.dark.figma.json +1 -0
  11. data/dist-modern/palette/mfp-ui.dark.ios.json +1 -0
  12. data/dist-modern/palette/mfp-ui.dark.json +129 -0
  13. data/dist-modern/palette/mfp-ui.dark.polaris.custom-properties.css +129 -0
  14. data/dist-modern/palette/mfp-ui.light.android.xml +130 -0
  15. data/dist-modern/palette/mfp-ui.light.figma.json +1 -0
  16. data/dist-modern/palette/mfp-ui.light.ios.json +1 -0
  17. data/dist-modern/palette/mfp-ui.light.json +129 -0
  18. data/dist-modern/palette/mfp-ui.light.polaris.custom-properties.css +129 -0
  19. data/dist-modern/theme/mfp-ui.json +12 -0
  20. data/dist/color-filters.color-map.scss +0 -8
  21. data/dist/color-filters.map.scss +8 -0
  22. data/dist/index.common.js +168 -75
  23. data/dist/index.custom-properties.css +2 -2
  24. data/dist/index.d.ts +149 -77
  25. data/dist/index.esm.js +166 -0
  26. data/dist/index.json +1 -1
  27. data/dist/index.map.scss +1 -1
  28. data/dist/index.raw.json +2 -2
  29. data/dist/index.scss +2 -2
  30. data/dist/typography.common.js +1 -1
  31. data/dist/typography.custom-properties.css +2 -2
  32. data/dist/typography.json +1 -1
  33. data/dist/typography.map.scss +1 -1
  34. data/dist/typography.raw.json +2 -2
  35. data/dist/typography.scss +2 -2
  36. data/index.js +4 -0
  37. data/lib/polaris_tokens/rails/engine.rb +1 -0
  38. data/package.json +28 -48
  39. metadata +16 -2
data/dist/index.esm.js ADDED
@@ -0,0 +1,166 @@
1
+ export const colorPurpleText = 'rgb(80, 73, 90)';
2
+ export const colorPurpleDarker = 'rgb(35, 0, 81)';
3
+ export const colorPurpleDark = 'rgb(80, 36, 143)';
4
+ export const colorPurple = 'rgb(156, 106, 222)';
5
+ export const colorPurpleLight = 'rgb(227, 208, 255)';
6
+ export const colorPurpleLighter = 'rgb(246, 240, 253)';
7
+ export const colorIndigoText = 'rgb(62, 65, 85)';
8
+ export const colorIndigoDarker = 'rgb(0, 6, 57)';
9
+ export const colorIndigoDark = 'rgb(32, 46, 120)';
10
+ export const colorIndigo = 'rgb(92, 106, 196)';
11
+ export const colorIndigoLight = 'rgb(179, 188, 245)';
12
+ export const colorIndigoLighter = 'rgb(244, 245, 250)';
13
+ export const colorBlueText = 'rgb(62, 78, 87)';
14
+ export const colorBlueDarker = 'rgb(0, 20, 41)';
15
+ export const colorBlueDark = 'rgb(8, 78, 138)';
16
+ export const colorBlue = 'rgb(0, 111, 187)';
17
+ export const colorBlueLight = 'rgb(180, 225, 250)';
18
+ export const colorBlueLighter = 'rgb(235, 245, 250)';
19
+ export const colorTealText = 'rgb(64, 83, 82)';
20
+ export const colorTealDarker = 'rgb(0, 49, 53)';
21
+ export const colorTealDark = 'rgb(0, 132, 142)';
22
+ export const colorTeal = 'rgb(71, 193, 191)';
23
+ export const colorTealLight = 'rgb(183, 236, 236)';
24
+ export const colorTealLighter = 'rgb(224, 245, 245)';
25
+ export const colorGreenText = 'rgb(65, 79, 62)';
26
+ export const colorGreenDarker = 'rgb(23, 54, 48)';
27
+ export const colorGreenDark = 'rgb(16, 128, 67)';
28
+ export const colorGreen = 'rgb(80, 184, 60)';
29
+ export const colorGreenLight = 'rgb(187, 229, 179)';
30
+ export const colorGreenLighter = 'rgb(227, 241, 223)';
31
+ export const colorYellowText = 'rgb(89, 81, 48)';
32
+ export const colorYellowDarker = 'rgb(87, 59, 0)';
33
+ export const colorYellowDark = 'rgb(138, 97, 22)';
34
+ export const colorYellow = 'rgb(238, 194, 0)';
35
+ export const colorYellowLight = 'rgb(255, 234, 138)';
36
+ export const colorYellowLighter = 'rgb(252, 241, 205)';
37
+ export const colorOrangeText = 'rgb(89, 68, 48)';
38
+ export const colorOrangeDarker = 'rgb(74, 21, 4)';
39
+ export const colorOrangeDark = 'rgb(192, 87, 23)';
40
+ export const colorOrange = 'rgb(244, 147, 66)';
41
+ export const colorOrangeLight = 'rgb(255, 197, 139)';
42
+ export const colorOrangeLighter = 'rgb(252, 235, 219)';
43
+ export const colorRedText = 'rgb(88, 60, 53)';
44
+ export const colorRedDarker = 'rgb(51, 1, 1)';
45
+ export const colorRedDark = 'rgb(191, 7, 17)';
46
+ export const colorRed = 'rgb(222, 54, 24)';
47
+ export const colorRedLight = 'rgb(254, 173, 154)';
48
+ export const colorRedLighter = 'rgb(251, 234, 229)';
49
+ export const colorInk = 'rgb(33, 43, 54)';
50
+ export const colorInkLight = 'rgb(69, 79, 91)';
51
+ export const colorInkLighter = 'rgb(99, 115, 129)';
52
+ export const colorInkLightest = 'rgb(145, 158, 171)';
53
+ export const colorSkyDark = 'rgb(196, 205, 213)';
54
+ export const colorSky = 'rgb(223, 227, 232)';
55
+ export const colorSkyLight = 'rgb(244, 246, 248)';
56
+ export const colorSkyLighter = 'rgb(249, 250, 251)';
57
+ export const colorBlack = 'rgb(0, 0, 0)';
58
+ export const colorWhite = 'rgb(255, 255, 255)';
59
+ export const durationNone = 0;
60
+ export const durationFast = 100;
61
+ export const durationBase = 200;
62
+ export const durationSlow = 300;
63
+ export const durationSlower = 400;
64
+ export const durationSlowest = 500;
65
+ export const spacingNone = 0;
66
+ export const spacingExtraTight = '4px';
67
+ export const spacingTight = '8px';
68
+ export const spacingBaseTight = '12px';
69
+ export const spacingBase = '16px';
70
+ export const spacingLoose = '20px';
71
+ export const spacingExtraLoose = '32px';
72
+ export const fontStackBase = "-apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif";
73
+ export const fontStackMonospace = "Monaco, Consolas, 'Lucida Console', monospace";
74
+
75
+ // When this package shipped only CJS, bundlers applied some cjs-to-esm interop
76
+ // dark magic that meant you could access content from index.common.js from an
77
+ // esm file in many ways.
78
+ // The following were all valid ways to access tokens:
79
+ //
80
+ // import {colorInk as namedImport} from '@shopify/polaris-tokens'
81
+ // import * as namespaceImport from '@shopify/polaris-tokens'
82
+ // import defaultImport from '@shopify/polaris-tokens'
83
+ // console.log(colorInk, namespaceImport.colorInk, defaultImport.colorInk)
84
+ //
85
+ // In order to avoid adding this esm file being a breaking change, we must
86
+ // provide a default export to maintain compatibility.
87
+ // This is a deprecated way of accessing tokens. Consumers should use either
88
+ // named imports (`import {colorInk}`) or a namespace import
89
+ // (`import * as tokens`).
90
+ // This default export should be removed in polaris-tokens v3 if we don't
91
+ // remove this file entirely.
92
+ export default {
93
+ colorPurpleText,
94
+ colorPurpleDarker,
95
+ colorPurpleDark,
96
+ colorPurple,
97
+ colorPurpleLight,
98
+ colorPurpleLighter,
99
+ colorIndigoText,
100
+ colorIndigoDarker,
101
+ colorIndigoDark,
102
+ colorIndigo,
103
+ colorIndigoLight,
104
+ colorIndigoLighter,
105
+ colorBlueText,
106
+ colorBlueDarker,
107
+ colorBlueDark,
108
+ colorBlue,
109
+ colorBlueLight,
110
+ colorBlueLighter,
111
+ colorTealText,
112
+ colorTealDarker,
113
+ colorTealDark,
114
+ colorTeal,
115
+ colorTealLight,
116
+ colorTealLighter,
117
+ colorGreenText,
118
+ colorGreenDarker,
119
+ colorGreenDark,
120
+ colorGreen,
121
+ colorGreenLight,
122
+ colorGreenLighter,
123
+ colorYellowText,
124
+ colorYellowDarker,
125
+ colorYellowDark,
126
+ colorYellow,
127
+ colorYellowLight,
128
+ colorYellowLighter,
129
+ colorOrangeText,
130
+ colorOrangeDarker,
131
+ colorOrangeDark,
132
+ colorOrange,
133
+ colorOrangeLight,
134
+ colorOrangeLighter,
135
+ colorRedText,
136
+ colorRedDarker,
137
+ colorRedDark,
138
+ colorRed,
139
+ colorRedLight,
140
+ colorRedLighter,
141
+ colorInk,
142
+ colorInkLight,
143
+ colorInkLighter,
144
+ colorInkLightest,
145
+ colorSkyDark,
146
+ colorSky,
147
+ colorSkyLight,
148
+ colorSkyLighter,
149
+ colorBlack,
150
+ colorWhite,
151
+ durationNone,
152
+ durationFast,
153
+ durationBase,
154
+ durationSlow,
155
+ durationSlower,
156
+ durationSlowest,
157
+ spacingNone,
158
+ spacingExtraTight,
159
+ spacingTight,
160
+ spacingBaseTight,
161
+ spacingBase,
162
+ spacingLoose,
163
+ spacingExtraLoose,
164
+ fontStackBase,
165
+ fontStackMonospace,
166
+ }
data/dist/index.json CHANGED
@@ -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
  }
data/dist/index.map.scss CHANGED
@@ -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
  ),
data/dist/index.raw.json CHANGED
@@ -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",
data/dist/index.scss CHANGED
@@ -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
  }
data/dist/typography.json CHANGED
@@ -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",
data/dist/typography.scss CHANGED
@@ -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;
data/index.js CHANGED
@@ -1 +1,5 @@
1
+ // This file used to be the main entrpoint for the package, but now main points
2
+ // directly to `dist/index.common.js`. This file is left in the unlikely event
3
+ // that somebody is importing `@shopify/polaris-tokens/index.js`.
4
+ // This file can be removed as a breaking change in polaris-tokens v3.
1
5
  module.exports = require('./dist/index.common.js');
@@ -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
data/package.json CHANGED
@@ -1,32 +1,21 @@
1
1
  {
2
2
  "name": "@shopify/polaris-tokens",
3
- "version": "2.16.0",
3
+ "version": "2.21.0",
4
4
  "description": "Design Tokens for the Polaris Design System",
5
- "main": "index.js",
5
+ "main": "dist/index.common.js",
6
+ "module": "dist/index.esm.js",
6
7
  "types": "dist/index.d.ts",
7
8
  "scripts": {
8
9
  "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",
10
+ "clean": "rimraf ./dist-modern",
11
11
  "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",
12
+ "build": "npm-run-all build:ts build:gulp",
13
+ "build:ts": "tsc -p tsconfig.build.json",
14
+ "build:gulp": "gulp",
15
+ "postbuild": "yarn run format",
16
+ "format": "prettier './dist-modern/**/*.{js,json,css}' --write && prettier './dist-modern/**/*.ts' --write --parser typescript",
25
17
  "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"
18
+ "lint": "sewing-kit lint"
30
19
  },
31
20
  "repository": {
32
21
  "type": "git",
@@ -47,48 +36,39 @@
47
36
  },
48
37
  "eslintConfig": {
49
38
  "extends": [
50
- "plugin:shopify/typescript",
51
- "plugin:shopify/node",
52
- "plugin:shopify/jest",
53
- "plugin:shopify/prettier"
39
+ "plugin:@shopify/typescript",
40
+ "plugin:@shopify/node",
41
+ "plugin:@shopify/jest",
42
+ "plugin:@shopify/prettier"
54
43
  ]
55
44
  },
56
45
  "stylelint": {
57
46
  "extends": [
58
- "stylelint-config-shopify/prettier"
47
+ "@shopify/stylelint-plugin"
59
48
  ]
60
49
  },
61
50
  "homepage": "https://github.com/Shopify/polaris-tokens#readme",
62
51
  "devDependencies": {
63
- "@shopify/sewing-kit": "^0.120.0",
64
- "@types/lodash": "^4.14.149",
52
+ "@shopify/sewing-kit": "^0.143.0",
53
+ "@types/lodash": "^4.14.165",
65
54
  "@types/theo": "^8.1.3",
66
- "ase-util": "^1.0.3",
67
- "ase-utils": "^0.1.1",
68
- "browser-sync": "^2.26.7",
69
55
  "gulp": "^4.0.2",
70
- "gulp-load-plugins": "^2.0.2",
71
- "gulp-plumber": "^1.2.1",
56
+ "gulp-load-plugins": "^2.0.6",
72
57
  "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",
58
+ "gulp-sass": "^4.1.0",
59
+ "gulp-theo": "^2.0.1",
60
+ "lodash": "^4.17.20",
61
+ "ms": "^2.1.3",
62
+ "nodemon": "^2.0.6",
82
63
  "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",
64
+ "rimraf": "^3.0.2",
65
+ "theo": "8.1.5",
66
+ "tinycolor2": "^1.4.2",
67
+ "typescript": "^4.1.3",
88
68
  "xml": "^1.0.1"
89
69
  },
90
70
  "dependencies": {
91
71
  "hsluv": "^0.1.0",
92
- "tslib": "^1.10.0"
72
+ "tslib": "^1.14.1"
93
73
  }
94
74
  }
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.16.0
4
+ version: 2.21.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-12-17 00:00:00.000000000 Z
11
+ date: 2021-03-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Design Tokens for the Polaris Design System
14
14
  email:
@@ -23,11 +23,24 @@ 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
32
+ - dist-modern/palette/mfp-ui.dark.android.xml
33
+ - dist-modern/palette/mfp-ui.dark.figma.json
34
+ - dist-modern/palette/mfp-ui.dark.ios.json
35
+ - dist-modern/palette/mfp-ui.dark.json
36
+ - dist-modern/palette/mfp-ui.dark.polaris.custom-properties.css
37
+ - dist-modern/palette/mfp-ui.light.android.xml
38
+ - dist-modern/palette/mfp-ui.light.figma.json
39
+ - dist-modern/palette/mfp-ui.light.ios.json
40
+ - dist-modern/palette/mfp-ui.light.json
41
+ - dist-modern/palette/mfp-ui.light.polaris.custom-properties.css
30
42
  - dist-modern/theme/base.json
43
+ - dist-modern/theme/mfp-ui.json
31
44
  - dist/Polaris.ase
32
45
  - dist/Polaris.clr
33
46
  - dist/Polaris.sketchpalette
@@ -57,6 +70,7 @@ files:
57
70
  - dist/index.common.js
58
71
  - dist/index.custom-properties.css
59
72
  - dist/index.d.ts
73
+ - dist/index.esm.js
60
74
  - dist/index.json
61
75
  - dist/index.map.scss
62
76
  - dist/index.raw.json