@box/blueprint-web-assets 4.35.0 → 4.36.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.
Files changed (1) hide show
  1. package/package.json +12 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.35.0",
3
+ "version": "4.36.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "scripts": {
6
6
  "build-local-all": "yarn nx clone-repo && yarn build-local && yarn lint-local && yarn lint-local-css",
@@ -15,13 +15,14 @@
15
15
  "prepare": "nx run blueprint-web-assets:prepare",
16
16
  "remove-clippaths": "node scripts/remove_clippaths",
17
17
  "svgr-content": "svgr --config-file svgrConfig/common.svgrrc.js -d src/icons/Content ./tmp/repo/Icon/Content",
18
+ "svgr-contentitem-nobackground": "svgr --config-file svgrConfig/replace-color.svgrrc.js -d src/icons/ContentItem-noBackground ./tmp/repo/Icon/ContentItem-noBackground",
18
19
  "svgr-fill": "svgr --config-file svgrConfig/replace-color.svgrrc.js -d src/icons/Fill ./tmp/repo/Icon/Fill",
19
20
  "svgr-illustration": "svgr --config-file svgrConfig/replace-with-branding-color.svgrrc.js -d src/illustrations ./tmp/repo/Illustration",
20
21
  "svgr-line": "svgr --config-file svgrConfig/replace-color.svgrrc.js -d src/icons/Line ./tmp/repo/Icon/Line",
21
22
  "svgr-logo": "svgr --config-file svgrConfig/common.svgrrc.js -d src/icons/Logo ./tmp/repo/Icon/Logo",
22
23
  "svgr-medium-filled": "svgr --config-file svgrConfig/replace-color.svgrrc.js -d src/icons/Medium-Filled ./tmp/repo/Icon/Medium-Filled",
23
24
  "svgr-medium": "svgr --config-file svgrConfig/replace-color.svgrrc.js -d src/icons/Medium ./tmp/repo/Icon/Medium",
24
- "svgr": "rimraf src/icons/Content src/icons/Fill src/icons/Line src/icons/Logo src/icons/Medium-Filled src/icons/Medium && concurrently 'yarn svgr-content' 'yarn svgr-fill' 'yarn svgr-illustration' 'yarn svgr-line' 'yarn svgr-logo' 'yarn svgr-medium-filled' 'yarn svgr-medium' && yarn remove-clippaths",
25
+ "svgr": "rimraf src/icons/Content src/icons/ContentItem-noBackground src/icons/Fill src/icons/Line src/icons/Logo src/icons/Medium-Filled src/icons/Medium && concurrently 'yarn svgr-content' 'yarn svgr-contentitem-nobackground' 'yarn svgr-fill' 'yarn svgr-illustration' 'yarn svgr-line' 'yarn svgr-logo' 'yarn svgr-medium-filled' 'yarn svgr-medium' && yarn remove-clippaths",
25
26
  "tokens-build-styles-all": "yarn tokens-build-styles && yarn tokens-build-styles-create-typography-mixins",
26
27
  "tokens-build-styles-create-typography-mixins": "node scripts/create_typography_mixins.js --input tmp/repo/Style/values.json --output src/tokens/mixins.scss",
27
28
  "tokens-build-styles": "token-transformer --expandTypography --expandComposition --resolveReferences=false tmp/repo/Style tmp/tokens_output_styles.json light-mode,values && node scripts/build-tokens.js"
@@ -58,6 +59,10 @@
58
59
  "types": "./icons/Content/*.d.ts",
59
60
  "default": "./icons/Content/*.js"
60
61
  },
62
+ "./icons/ContentItem-noBackground/*": {
63
+ "types": "./icons/ContentItem-noBackground/*.d.ts",
64
+ "default": "./icons/ContentItem-noBackground/*.js"
65
+ },
61
66
  "./icons/Fill/*": {
62
67
  "types": "./icons/Fill/*.d.ts",
63
68
  "default": "./icons/Fill/*.js"
@@ -82,6 +87,10 @@
82
87
  "types": "./icons/Content/index.d.ts",
83
88
  "default": "./icons/Content/index.js"
84
89
  },
90
+ "./icons/ContentItem-noBackground": {
91
+ "types": "./icons/ContentItem-noBackground/index.d.ts",
92
+ "default": "./icons/ContentItem-noBackground/index.js"
93
+ },
85
94
  "./icons/Fill": {
86
95
  "types": "./icons/Fill/index.d.ts",
87
96
  "default": "./icons/Fill/index.js"
@@ -123,5 +132,5 @@
123
132
  "react": "^18.3.0",
124
133
  "react-dom": "^18.3.0"
125
134
  },
126
- "gitHead": "f6ab2a20576eaded5fb37f37c119c9eb031cc86d"
135
+ "gitHead": "23bed42d9a6652cfb6069f38db36bf3eb529dc9b"
127
136
  }