@grantcodes/style-dictionary 0.0.1 → 1.0.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,8 @@
1
+ # Changelog
2
+
3
+ ## 1.0.0 (2022-09-23)
4
+
5
+
6
+ ### Features
7
+
8
+ * add commit lint functionality ([d3ed6d7](https://github.com/grantcodes/style-dictionary/commit/d3ed6d764d22fcf4f124a47b35c6275b70b07786))
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 23 Sep 2022 09:47:19 GMT
3
+ * Generated on Fri, 23 Sep 2022 09:55:36 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 23 Sep 2022 09:47:19 GMT
3
+ * Generated on Fri, 23 Sep 2022 09:55:36 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 23 Sep 2022 09:47:19 GMT
3
+ * Generated on Fri, 23 Sep 2022 09:55:36 GMT
4
4
  */
5
5
 
6
6
  export const AssetFontGreycliffName = "Greycliff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 23 Sep 2022 09:47:19 GMT
3
+ * Generated on Fri, 23 Sep 2022 09:55:36 GMT
4
4
  */
5
5
 
6
6
  export const AssetFontGreycliffName = "Greycliff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 23 Sep 2022 09:47:19 GMT
3
+ * Generated on Fri, 23 Sep 2022 09:55:36 GMT
4
4
  */
5
5
 
6
6
  @mixin css-variables {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 23 Sep 2022 09:47:19 GMT
3
+ * Generated on Fri, 23 Sep 2022 09:55:36 GMT
4
4
  */
5
5
 
6
6
  @mixin css-variables {
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@grantcodes/style-dictionary",
3
- "version": "0.0.1",
3
+ "version": "1.0.0",
4
4
  "description": "My personal style dictionary",
5
5
  "main": "./build/js/default/style-dictionary.js",
6
6
  "exports": {
7
- "default/js": "./build/js/default/style-dictionary.js",
8
- "default/css": "./build/css/default/style-dictionary.css",
9
- "default/scss": "./build/scss/default/style-dictionary.scss",
10
- "todomap/js": "./build/js/todomap/style-dictionary.js",
11
- "todomap/css": "./build/css/todomap/style-dictionary.css",
12
- "todomap/scss": "./build/scss/todomap/style-dictionary.scss"
7
+ "./default/js": "./build/js/default/style-dictionary.js",
8
+ "./default/css": "./build/css/default/style-dictionary.css",
9
+ "./default/scss": "./build/scss/default/style-dictionary.scss",
10
+ "./todomap/js": "./build/js/todomap/style-dictionary.js",
11
+ "./todomap/css": "./build/css/todomap/style-dictionary.css",
12
+ "./todomap/scss": "./build/scss/todomap/style-dictionary.scss"
13
13
  },
14
14
  "scripts": {
15
15
  "build": "node ./build.js",