@graupl/icons 1.0.0-alpha.1 → 1.0.0-alpha.2
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [1.0.0-alpha.2](https://github.com/Graupl/graupl/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-05-13)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* use pkg syntax for imports ([06f9840](https://github.com/Graupl/graupl/commit/06f9840838805ac4be8f796d0a1bc056fc9726dc))
|
|
11
|
+
|
|
5
12
|
## [1.0.0-alpha.1](https://github.com/Graupl/graupl/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2024-05-13)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/scss/component/icon/_index.scss","../../src/scss/mixins/icon.scss","../../src/scss/component/icon/_variables.scss","icon.css"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/scss/component/icon/_index.scss","../../src/scss/mixins/icon.scss","../../src/scss/component/icon/_variables.scss","icon.css"],"names":[],"mappings":"AAQA,MCAE,2LCOW,CDLX,uBAAA,CADA,2BAAA,CAEA,uBAAA,CANA,+CCGa,CDDb,+DCOY,CDuBV,yLAAA,CAxBF,0CCMK,CDNL,kCCMK,CDHL,4BAAA,CAAA,oBAAA,CAFA,6BAAA,CAAA,qBAAA,CACA,yBAAA,CAAA,iBAAA,CAHA,kBAAA,CANA,6DEQF,CFOI,oBAIE,uGEKN,CFFI,sCApBF,2LCOW,CDLX,uBAAA,CADA,2BAAA,CAEA,uBAAA,CAaI,UAAA,CAnBJ,+CCGa,CDDb,+DCOY,CDDZ,0CCMK,CDNL,kCCMK,CDHL,4BAAA,CAAA,oBAAA,CAFA,6BAAA,CAAA,qBAAA,CACA,yBAAA,CAAA,iBAAA,CAHA,kBAAA,CANA,6DEwCF,CFlBI,kBAIE,yGEcN,CHhBI,kBACE,uIGmBN,CHpBI,kBACE,uIGuBN,CHxBI,kBACE,uIG2BN,CH5BI,kBACE,uIG+BN,CHhCI,kBACE,uIGmCN,CHpCI,kBACE,uIGuCN,CHxCI,kBACE,uIG2CN,CH5CI,kBACE,uIG+CN,CHhDI,kBACE,uIGmDN,CHpDI,oBACE,6IGuDN,CHxDI,oBACE,6IG2DN,CH5DI,oBACE,6IG+DN,CHhEI,oBACE,6IGmEN,CHpEI,oBACE,6IGuEN,CHxEI,oBACE,6IG2EN,CH5EI,oBACE,6IG+EN,CHhFI,oBACE,6IGmFN,CHpFI,oBACE,6IGuFN,CHxFI,mBACE,0IG2FN,CH5FI,mBACE,0IG+FN,CHhGI,mBACE,0IGmGN,CHpGI,mBACE,0IGuGN,CHxGI,mBACE,uIG2GN,CH5GI,mBACE,0IG+GN,CHhHI,mBACE,0IGmHN,CHpHI,mBACE,0IGuHN,CHxHI,mBACE,0IG2HN","file":"icon.css"}
|
package/package.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graupl/icons",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.2",
|
|
4
4
|
"description": "A plugin for Graupl that provides bare-minimum icon components.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
8
8
|
"sass": "./scss/components/icons.scss"
|
|
9
|
+
},
|
|
10
|
+
"./src": {
|
|
11
|
+
"sass": "./src/scss/*.scss"
|
|
9
12
|
}
|
|
10
13
|
},
|
|
11
14
|
"scripts": {
|
|
@@ -15,7 +18,7 @@
|
|
|
15
18
|
"prettier": "prettier '**/*.{js,mjs,cjs,scss,sass}'",
|
|
16
19
|
"stylelint": "stylelint '**/*.scss' --allow-empty-input",
|
|
17
20
|
"lint": "npm run eslint -- --fix && npm run stylelint -- --fix && npm run prettier -- --write",
|
|
18
|
-
"sass": "rm -rf dist && sass scss:dist",
|
|
21
|
+
"sass": "rm -rf dist && sass scss:dist --pkg-importer=node",
|
|
19
22
|
"postcss": "postcss 'dist/**/*.css' --replace",
|
|
20
23
|
"build": "npm run sass && npm run postcss",
|
|
21
24
|
"release": "git add dist/. && standard-version -a",
|
|
@@ -35,7 +38,7 @@
|
|
|
35
38
|
"@commitlint/cli": "^19.2.1",
|
|
36
39
|
"@commitlint/config-conventional": "^19.1.0",
|
|
37
40
|
"@eslint/js": "^9.0.0",
|
|
38
|
-
"@graupl/graupl": "^1.0.0-alpha.
|
|
41
|
+
"@graupl/graupl": "^1.0.0-alpha.9",
|
|
39
42
|
"autoprefixer": "^10.4.19",
|
|
40
43
|
"commitizen": "^4.3.0",
|
|
41
44
|
"cssnano": "^7.0.1",
|
|
@@ -60,6 +63,6 @@
|
|
|
60
63
|
"stylelint-prettier": "^5.0.0"
|
|
61
64
|
},
|
|
62
65
|
"peerDependencies": {
|
|
63
|
-
"@graupl/graupl": ">=1.0.0-alpha.
|
|
66
|
+
"@graupl/graupl": ">=1.0.0-alpha.9"
|
|
64
67
|
}
|
|
65
68
|
}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
// Graupl Icon Component.
|
|
2
2
|
|
|
3
3
|
@use "defaults";
|
|
4
|
-
@use "
|
|
5
|
-
|
|
6
|
-
@use "../../../../node_modules/@graupl/graupl/src/scss/theme/color/variables" as
|
|
7
|
-
color;
|
|
4
|
+
@use "pkg:@graupl/graupl/src/defaults" as root-defaults;
|
|
5
|
+
@use "pkg:@graupl/graupl/src/theme/color/variables" as color;
|
|
8
6
|
@use "../../mixins/icon";
|
|
9
7
|
@use "sass:map";
|
|
10
8
|
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
// Variables referencing custom properties.
|
|
2
2
|
|
|
3
3
|
@use "defaults";
|
|
4
|
-
@use "
|
|
5
|
-
|
|
6
|
-
@use "
|
|
7
|
-
theme;
|
|
8
|
-
@use "../../../../node_modules/@graupl/graupl/src/scss/variables" as
|
|
9
|
-
root-variables;
|
|
4
|
+
@use "pkg:@graupl/graupl/src/defaults" as root-defaults;
|
|
5
|
+
@use "pkg:@graupl/graupl/src/theme/color/variables" as theme;
|
|
6
|
+
@use "pkg:@graupl/graupl/src/variables" as root-variables;
|
|
10
7
|
@use "sass:map";
|
|
11
8
|
|
|
12
9
|
$icon-display: var(
|