@blueprintjs/icons 5.18.0 → 5.18.1
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.
package/lib/scss/variables.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Copyright 2021 Palantir Technologies, Inc. All rights reserved.
|
|
2
2
|
// Licensed under the Apache License, Version 2.0.
|
|
3
3
|
|
|
4
|
-
@
|
|
5
|
-
@
|
|
4
|
+
@import "blueprint-icons-16";
|
|
5
|
+
@import "blueprint-icons-20";
|
|
6
6
|
|
|
7
7
|
$blueprint-icon-codepoints: $blueprint-icons-16-codepoints;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blueprintjs/icons",
|
|
3
|
-
"version": "5.18.
|
|
3
|
+
"version": "5.18.1",
|
|
4
4
|
"description": "Components, fonts, icons, and css files for creating and displaying icons.",
|
|
5
5
|
"main": "lib/cjs/generated/index.js",
|
|
6
6
|
"module": "lib/esm/generated/index.js",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@blueprintjs/node-build-scripts": "^9.2.
|
|
61
|
-
"@blueprintjs/test-commons": "^3.0.
|
|
60
|
+
"@blueprintjs/node-build-scripts": "^9.2.6",
|
|
61
|
+
"@blueprintjs/test-commons": "^3.0.7",
|
|
62
62
|
"@twbs/fantasticon": "^2.7.2",
|
|
63
63
|
"@types/handlebars": "^4.1.0",
|
|
64
64
|
"enzyme": "^3.11.0",
|
package/src/blueprint-icons.scss
CHANGED
|
@@ -3,5 +3,5 @@ Copyright 2017-present Palantir Technologies, Inc. All rights reserved.
|
|
|
3
3
|
Licensed under the Apache License, Version 2.0.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
@
|
|
7
|
-
@
|
|
6
|
+
@import "generated/16px/blueprint-icons-16";
|
|
7
|
+
@import "generated/20px/blueprint-icons-20";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Copyright 2021 Palantir Technologies, Inc. All rights reserved.
|
|
2
2
|
// Licensed under the Apache License, Version 2.0.
|
|
3
3
|
|
|
4
|
-
@
|
|
5
|
-
@
|
|
4
|
+
@import "blueprint-icons-16";
|
|
5
|
+
@import "blueprint-icons-20";
|
|
6
6
|
|
|
7
7
|
$blueprint-icon-codepoints: $blueprint-icons-16-codepoints;
|